-
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.
[AutoSync] a2b6e0791 Merged PR 7757123: fix: fix create build service…
… api (#23213) Co-authored-by: swagger-automation <swagger@microsoft.com>
- Loading branch information
1 parent
3962095
commit 09119c0
Showing
168 changed files
with
23,687 additions
and
2 deletions.
There are no files selected for viewing
13,710 changes: 13,710 additions & 0 deletions
13,710
...atform/resource-manager/Microsoft.AppPlatform/preview/2023-03-01-preview/appplatform.json
Large diffs are not rendered by default.
Oops, something went wrong.
53 changes: 53 additions & 0 deletions
53
...ppPlatform/preview/2023-03-01-preview/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": "2023-03-01-preview", | ||
"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
...rosoft.AppPlatform/preview/2023-03-01-preview/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": "2023-03-01-preview", | ||
"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=2023-03-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=2023-03-01-preview" | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
...Microsoft.AppPlatform/preview/2023-03-01-preview/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": "2023-03-01-preview", | ||
"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
...icrosoft.AppPlatform/preview/2023-03-01-preview/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": "2023-03-01-preview", | ||
"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
.../Microsoft.AppPlatform/preview/2023-03-01-preview/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": "2023-03-01-preview", | ||
"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
...-manager/Microsoft.AppPlatform/preview/2023-03-01-preview/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": "2023-03-01-preview", | ||
"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=2023-03-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=2023-03-01-preview" | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
53 changes: 53 additions & 0 deletions
53
...rce-manager/Microsoft.AppPlatform/preview/2023-03-01-preview/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": "2023-03-01-preview", | ||
"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
...ce-manager/Microsoft.AppPlatform/preview/2023-03-01-preview/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": "2023-03-01-preview", | ||
"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.