Skip to content

Commit 6ceb75d

Browse files
jiec-msftqingcsmile37773刘清仪
authored andcommitted
Add 2023-11-01-preview for appplatform (#26231)
* Adds base for updating Microsoft.AppPlatform from version preview/2023-09-01-preview to version 2023-11-01-preview * Updates readme * Updates API version in new specs and examples * Fix go readme for asa api (#25897) * Update language specific readme.md for 2023-11-01-preview api version (#25898) * add more build result information in build resource (#25930) Co-authored-by: 刘清仪 <[email protected]> * Add apiTryOutEnabledState for api protal (#25923) * Add swagger for Spring Cloud Gateway response cache (#25924) * Update appplatform.json (#26234) * Update appplatform.json * Update appplatform.json --------- Co-authored-by: Sandy Cai <[email protected]> Co-authored-by: Qingyi Liu <[email protected]> Co-authored-by: 刘清仪 <[email protected]>
1 parent d787b47 commit 6ceb75d

File tree

188 files changed

+26345
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+26345
-7
lines changed

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2023-11-01-preview/appplatform.json

Lines changed: 15376 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-11-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"serviceName": "myservice",
7+
"apiPortalName": "default",
8+
"domainName": "myDomainName",
9+
"apiPortalCustomDomainResource": {
10+
"properties": {
11+
"thumbprint": "*"
12+
}
13+
}
14+
},
15+
"responses": {
16+
"200": {
17+
"body": {
18+
"properties": {
19+
"thumbprint": "*"
20+
},
21+
"systemData": {
22+
"createdBy": "sample-user",
23+
"createdByType": "User",
24+
"createdAt": "2021-08-11T03:16:03.944Z",
25+
"lastModifiedBy": "sample-user",
26+
"lastModifiedByType": "User",
27+
"lastModifiedAt": "2021-08-11T03:17:03.944Z"
28+
},
29+
"type": "Microsoft.AppPlatform/Spring/apiPortals/domains",
30+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apiPortals/default/domains/myDomainName",
31+
"name": "myDomainName"
32+
}
33+
},
34+
"201": {
35+
"body": {
36+
"properties": {
37+
"thumbprint": "*"
38+
},
39+
"systemData": {
40+
"createdBy": "sample-user",
41+
"createdByType": "User",
42+
"createdAt": "2021-08-11T03:16:03.944Z",
43+
"lastModifiedBy": "sample-user",
44+
"lastModifiedByType": "User",
45+
"lastModifiedAt": "2021-08-11T03:17:03.944Z"
46+
},
47+
"type": "Microsoft.AppPlatform/Spring/apiPortals/domains",
48+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apiPortals/default/domains/myDomainName",
49+
"name": "myDomainName"
50+
}
51+
}
52+
}
53+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-11-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"serviceName": "myservice",
7+
"domainName": "myDomainName",
8+
"apiPortalName": "default"
9+
},
10+
"responses": {
11+
"200": {},
12+
"202": {
13+
"headers": {
14+
"Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/00000000-0000-0000-0000-000000000000?api-version=2023-11-01-preview",
15+
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2023-11-01-preview"
16+
}
17+
},
18+
"204": {}
19+
}
20+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-11-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"serviceName": "myservice",
7+
"apiPortalName": "default",
8+
"domainName": "myDomainName"
9+
},
10+
"responses": {
11+
"200": {
12+
"body": {
13+
"properties": {
14+
"thumbprint": "*"
15+
},
16+
"systemData": {
17+
"createdBy": "sample-user",
18+
"createdByType": "User",
19+
"createdAt": "2021-08-11T03:16:03.944Z",
20+
"lastModifiedBy": "sample-user",
21+
"lastModifiedByType": "User",
22+
"lastModifiedAt": "2021-08-11T03:17:03.944Z"
23+
},
24+
"type": "Microsoft.AppPlatform/Spring/apiPortals/domains",
25+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apiPortals/default/domains/myDomainName",
26+
"name": "myDomainName"
27+
}
28+
}
29+
}
30+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-11-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"serviceName": "myservice",
7+
"apiPortalName": "default"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"value": [
13+
{
14+
"properties": {
15+
"thumbprint": "*"
16+
},
17+
"systemData": {
18+
"createdBy": "sample-user",
19+
"createdByType": "User",
20+
"createdAt": "2021-08-11T03:16:03.944Z",
21+
"lastModifiedBy": "sample-user",
22+
"lastModifiedByType": "User",
23+
"lastModifiedAt": "2021-08-11T03:17:03.944Z"
24+
},
25+
"type": "Microsoft.AppPlatform/Spring/apiPortals/domains",
26+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apiPortals/default/domains/myDomain",
27+
"name": "myDomain"
28+
}
29+
]
30+
}
31+
}
32+
}
33+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-11-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"serviceName": "myservice",
7+
"apiPortalName": "default",
8+
"apiPortalResource": {
9+
"properties": {
10+
"public": true,
11+
"gatewayIds": [
12+
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/gateways/default"
13+
],
14+
"apiTryOutEnabledState": "Enabled"
15+
},
16+
"sku": {
17+
"name": "E0",
18+
"tier": "Enterprise",
19+
"capacity": 2
20+
}
21+
}
22+
},
23+
"responses": {
24+
"201": {
25+
"body": {
26+
"properties": {
27+
"provisioningState": "Succeeded",
28+
"public": true,
29+
"url": "test-url",
30+
"gatewayIds": [
31+
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/gateways/default"
32+
],
33+
"resourceRequests": {
34+
"cpu": "1",
35+
"memory": "1G"
36+
},
37+
"instances": [
38+
{
39+
"name": "instance1",
40+
"status": "Running"
41+
},
42+
{
43+
"name": "instance2",
44+
"status": "Running"
45+
}
46+
],
47+
"apiTryOutEnabledState": "Enabled"
48+
},
49+
"sku": {
50+
"name": "E0",
51+
"tier": "Enterprise",
52+
"capacity": 2
53+
},
54+
"systemData": {
55+
"createdBy": "sample-user",
56+
"createdByType": "User",
57+
"createdAt": "2021-08-11T03:16:03.944Z",
58+
"lastModifiedBy": "sample-user",
59+
"lastModifiedByType": "User",
60+
"lastModifiedAt": "2021-08-11T03:17:03.944Z"
61+
},
62+
"type": "Microsoft.AppPlatform/Spring/apiPortals",
63+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apiPortals/default",
64+
"name": "default"
65+
}
66+
},
67+
"200": {
68+
"body": {
69+
"properties": {
70+
"provisioningState": "Succeeded",
71+
"public": true,
72+
"url": "test-url",
73+
"gatewayIds": [
74+
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/gateways/default"
75+
],
76+
"resourceRequests": {
77+
"cpu": "1",
78+
"memory": "1G"
79+
},
80+
"instances": [
81+
{
82+
"name": "instance1",
83+
"status": "Running"
84+
},
85+
{
86+
"name": "instance2",
87+
"status": "Running"
88+
}
89+
]
90+
},
91+
"sku": {
92+
"name": "E0",
93+
"tier": "Enterprise",
94+
"capacity": 2
95+
},
96+
"systemData": {
97+
"createdBy": "sample-user",
98+
"createdByType": "User",
99+
"createdAt": "2021-08-11T03:16:03.944Z",
100+
"lastModifiedBy": "sample-user",
101+
"lastModifiedByType": "User",
102+
"lastModifiedAt": "2021-08-11T03:17:03.944Z"
103+
},
104+
"type": "Microsoft.AppPlatform/Spring/apiPortals",
105+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apiPortals/default",
106+
"name": "default"
107+
}
108+
}
109+
}
110+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-11-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"serviceName": "myservice",
7+
"apiPortalName": "default"
8+
},
9+
"responses": {
10+
"200": {},
11+
"202": {
12+
"headers": {
13+
"Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/00000000-0000-0000-0000-000000000000?api-version=2023-11-01-preview",
14+
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2023-11-01-preview"
15+
}
16+
},
17+
"204": {}
18+
}
19+
}
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-11-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"serviceName": "myservice",
7+
"apiPortalName": "default"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"properties": {
13+
"provisioningState": "Succeeded",
14+
"public": true,
15+
"url": "test-url",
16+
"gatewayIds": [
17+
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/gateways/default"
18+
],
19+
"resourceRequests": {
20+
"cpu": "1",
21+
"memory": "1G"
22+
},
23+
"instances": [
24+
{
25+
"name": "instance1",
26+
"status": "Running"
27+
},
28+
{
29+
"name": "instance2",
30+
"status": "Running"
31+
}
32+
],
33+
"apiTryOutEnabledState": "Enabled"
34+
},
35+
"sku": {
36+
"name": "E0",
37+
"tier": "Enterprise",
38+
"capacity": 2
39+
},
40+
"systemData": {
41+
"createdBy": "sample-user",
42+
"createdByType": "User",
43+
"createdAt": "2021-08-11T03:16:03.944Z",
44+
"lastModifiedBy": "sample-user",
45+
"lastModifiedByType": "User",
46+
"lastModifiedAt": "2021-08-11T03:17:03.944Z"
47+
},
48+
"type": "Microsoft.AppPlatform/Spring/apiPortals",
49+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apiPortals/default",
50+
"name": "default"
51+
}
52+
}
53+
}
54+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-11-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"serviceName": "myservice"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"value": [
12+
{
13+
"properties": {
14+
"provisioningState": "Succeeded",
15+
"public": true,
16+
"url": "test-url",
17+
"gatewayIds": [
18+
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/gateways/default"
19+
],
20+
"resourceRequests": {
21+
"cpu": "1",
22+
"memory": "1G"
23+
},
24+
"instances": [
25+
{
26+
"name": "instance1",
27+
"status": "Running"
28+
},
29+
{
30+
"name": "instance2",
31+
"status": "Running"
32+
}
33+
],
34+
"apiTryOutEnabledState": "Enabled"
35+
},
36+
"sku": {
37+
"name": "E0",
38+
"tier": "Enterprise",
39+
"capacity": 2
40+
},
41+
"systemData": {
42+
"createdBy": "sample-user",
43+
"createdByType": "User",
44+
"createdAt": "2021-08-11T03:16:03.944Z",
45+
"lastModifiedBy": "sample-user",
46+
"lastModifiedByType": "User",
47+
"lastModifiedAt": "2021-08-11T03:17:03.944Z"
48+
},
49+
"type": "Microsoft.AppPlatform/Spring/apiPortals",
50+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apiPortals/default",
51+
"name": "default"
52+
}
53+
]
54+
}
55+
}
56+
}
57+
}

0 commit comments

Comments
 (0)