-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hub Generated] Publish private branch 'appplatform/release/s213' (#2…
…1746) * [AutoSync] 3a0ff3ca9 Merged PR 7162965: fix: add missing change * Update readme.md Co-authored-by: swagger-automation <swagger@microsoft.com>
- Loading branch information
1 parent
54b41d3
commit 2e38026
Showing
136 changed files
with
18,998 additions
and
2 deletions.
There are no files selected for viewing
10,832 changes: 10,832 additions & 0 deletions
10,832
...ion/appplatform/resource-manager/Microsoft.AppPlatform/stable/2022-12-01/appplatform.json
Large diffs are not rendered by default.
Oops, something went wrong.
53 changes: 53 additions & 0 deletions
53
...crosoft.AppPlatform/stable/2022-12-01/examples/ApiPortalCustomDomains_CreateOrUpdate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2022-12-01", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"serviceName": "myservice", | ||
"apiPortalName": "default", | ||
"domainName": "myDomainName", | ||
"apiPortalCustomDomainResource": { | ||
"properties": { | ||
"thumbprint": "*" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"properties": { | ||
"thumbprint": "*" | ||
}, | ||
"systemData": { | ||
"createdBy": "sample-user", | ||
"createdByType": "User", | ||
"createdAt": "2021-08-11T03:16:03.944Z", | ||
"lastModifiedBy": "sample-user", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-08-11T03:17:03.944Z" | ||
}, | ||
"type": "Microsoft.AppPlatform/Spring/apiPortals/domains", | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apiPortals/default/domains/myDomainName", | ||
"name": "myDomainName" | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"properties": { | ||
"thumbprint": "*" | ||
}, | ||
"systemData": { | ||
"createdBy": "sample-user", | ||
"createdByType": "User", | ||
"createdAt": "2021-08-11T03:16:03.944Z", | ||
"lastModifiedBy": "sample-user", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-08-11T03:17:03.944Z" | ||
}, | ||
"type": "Microsoft.AppPlatform/Spring/apiPortals/domains", | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apiPortals/default/domains/myDomainName", | ||
"name": "myDomainName" | ||
} | ||
} | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...nager/Microsoft.AppPlatform/stable/2022-12-01/examples/ApiPortalCustomDomains_Delete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2022-12-01", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"serviceName": "myservice", | ||
"domainName": "myDomainName", | ||
"apiPortalName": "default" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"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=2022-11-01-preview", | ||
"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=2022-11-01-preview" | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
...-manager/Microsoft.AppPlatform/stable/2022-12-01/examples/ApiPortalCustomDomains_Get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2022-12-01", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"serviceName": "myservice", | ||
"apiPortalName": "default", | ||
"domainName": "myDomainName" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"properties": { | ||
"thumbprint": "*" | ||
}, | ||
"systemData": { | ||
"createdBy": "sample-user", | ||
"createdByType": "User", | ||
"createdAt": "2021-08-11T03:16:03.944Z", | ||
"lastModifiedBy": "sample-user", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-08-11T03:17:03.944Z" | ||
}, | ||
"type": "Microsoft.AppPlatform/Spring/apiPortals/domains", | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apiPortals/default/domains/myDomainName", | ||
"name": "myDomainName" | ||
} | ||
} | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
...manager/Microsoft.AppPlatform/stable/2022-12-01/examples/ApiPortalCustomDomains_List.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2022-12-01", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"serviceName": "myservice", | ||
"apiPortalName": "default" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"properties": { | ||
"thumbprint": "*" | ||
}, | ||
"systemData": { | ||
"createdBy": "sample-user", | ||
"createdByType": "User", | ||
"createdAt": "2021-08-11T03:16:03.944Z", | ||
"lastModifiedBy": "sample-user", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-08-11T03:17:03.944Z" | ||
}, | ||
"type": "Microsoft.AppPlatform/Spring/apiPortals/domains", | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apiPortals/default/domains/myDomain", | ||
"name": "myDomain" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
108 changes: 108 additions & 0 deletions
108
...e-manager/Microsoft.AppPlatform/stable/2022-12-01/examples/ApiPortals_CreateOrUpdate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2022-12-01", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"serviceName": "myservice", | ||
"apiPortalName": "default", | ||
"apiPortalResource": { | ||
"properties": { | ||
"public": true, | ||
"gatewayIds": [ | ||
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/gateways/default" | ||
] | ||
}, | ||
"sku": { | ||
"name": "E0", | ||
"tier": "Enterprise", | ||
"capacity": 2 | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"201": { | ||
"body": { | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"public": true, | ||
"url": "test-url", | ||
"gatewayIds": [ | ||
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/gateways/default" | ||
], | ||
"resourceRequests": { | ||
"cpu": "1", | ||
"memory": "1G" | ||
}, | ||
"instances": [ | ||
{ | ||
"name": "instance1", | ||
"status": "Running" | ||
}, | ||
{ | ||
"name": "instance2", | ||
"status": "Running" | ||
} | ||
] | ||
}, | ||
"sku": { | ||
"name": "E0", | ||
"tier": "Enterprise", | ||
"capacity": 2 | ||
}, | ||
"systemData": { | ||
"createdBy": "sample-user", | ||
"createdByType": "User", | ||
"createdAt": "2021-08-11T03:16:03.944Z", | ||
"lastModifiedBy": "sample-user", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-08-11T03:17:03.944Z" | ||
}, | ||
"type": "Microsoft.AppPlatform/Spring/apiPortals", | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apiPortals/default", | ||
"name": "default" | ||
} | ||
}, | ||
"200": { | ||
"body": { | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"public": true, | ||
"url": "test-url", | ||
"gatewayIds": [ | ||
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/gateways/default" | ||
], | ||
"resourceRequests": { | ||
"cpu": "1", | ||
"memory": "1G" | ||
}, | ||
"instances": [ | ||
{ | ||
"name": "instance1", | ||
"status": "Running" | ||
}, | ||
{ | ||
"name": "instance2", | ||
"status": "Running" | ||
} | ||
] | ||
}, | ||
"sku": { | ||
"name": "E0", | ||
"tier": "Enterprise", | ||
"capacity": 2 | ||
}, | ||
"systemData": { | ||
"createdBy": "sample-user", | ||
"createdByType": "User", | ||
"createdAt": "2021-08-11T03:16:03.944Z", | ||
"lastModifiedBy": "sample-user", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-08-11T03:17:03.944Z" | ||
}, | ||
"type": "Microsoft.AppPlatform/Spring/apiPortals", | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apiPortals/default", | ||
"name": "default" | ||
} | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
.../resource-manager/Microsoft.AppPlatform/stable/2022-12-01/examples/ApiPortals_Delete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2022-12-01", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"serviceName": "myservice", | ||
"apiPortalName": "default" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"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=2022-11-01-preview", | ||
"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=2022-11-01-preview" | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
53 changes: 53 additions & 0 deletions
53
...orm/resource-manager/Microsoft.AppPlatform/stable/2022-12-01/examples/ApiPortals_Get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2022-12-01", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"serviceName": "myservice", | ||
"apiPortalName": "default" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"public": true, | ||
"url": "test-url", | ||
"gatewayIds": [ | ||
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/gateways/default" | ||
], | ||
"resourceRequests": { | ||
"cpu": "1", | ||
"memory": "1G" | ||
}, | ||
"instances": [ | ||
{ | ||
"name": "instance1", | ||
"status": "Running" | ||
}, | ||
{ | ||
"name": "instance2", | ||
"status": "Running" | ||
} | ||
] | ||
}, | ||
"sku": { | ||
"name": "E0", | ||
"tier": "Enterprise", | ||
"capacity": 2 | ||
}, | ||
"systemData": { | ||
"createdBy": "sample-user", | ||
"createdByType": "User", | ||
"createdAt": "2021-08-11T03:16:03.944Z", | ||
"lastModifiedBy": "sample-user", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-08-11T03:17:03.944Z" | ||
}, | ||
"type": "Microsoft.AppPlatform/Spring/apiPortals", | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apiPortals/default", | ||
"name": "default" | ||
} | ||
} | ||
} | ||
} |
56 changes: 56 additions & 0 deletions
56
...rm/resource-manager/Microsoft.AppPlatform/stable/2022-12-01/examples/ApiPortals_List.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2022-12-01", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"serviceName": "myservice" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"public": true, | ||
"url": "test-url", | ||
"gatewayIds": [ | ||
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/gateways/default" | ||
], | ||
"resourceRequests": { | ||
"cpu": "1", | ||
"memory": "1G" | ||
}, | ||
"instances": [ | ||
{ | ||
"name": "instance1", | ||
"status": "Running" | ||
}, | ||
{ | ||
"name": "instance2", | ||
"status": "Running" | ||
} | ||
] | ||
}, | ||
"sku": { | ||
"name": "E0", | ||
"tier": "Enterprise", | ||
"capacity": 2 | ||
}, | ||
"systemData": { | ||
"createdBy": "sample-user", | ||
"createdByType": "User", | ||
"createdAt": "2021-08-11T03:16:03.944Z", | ||
"lastModifiedBy": "sample-user", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-08-11T03:17:03.944Z" | ||
}, | ||
"type": "Microsoft.AppPlatform/Spring/apiPortals", | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apiPortals/default", | ||
"name": "default" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.