Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry latest stable branch change to preview API version #27063

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -524,9 +524,6 @@
}
],
"responses": {
"200": {
"description": "Success."
},
"202": {
"description": "Accepted. The response indicates the Flush VNET DNS setting operation is performed in the background.",
"headers": {
Expand Down Expand Up @@ -932,9 +929,6 @@
}
],
"responses": {
"200": {
"description": "Success. The response indicates the resource is deleted."
},
"202": {
"description": "Accepted. The response indicates the delete operation is performed in the background.",
"headers": {
Expand Down Expand Up @@ -2130,11 +2124,13 @@
}
],
"responses": {
"200": {
"description": "Success. The response indicates the default Application Live View has deleted."
},
"202": {
"description": "Accepted. The response indicates the default Application Live View is now deleting."
"description": "Accepted. The response indicates the default Application Live View is now deleting.",
"headers": {
"Location": {
"type": "string"
}
}
},
"204": {
"description": "Success. The response indicates the defaultApplication Live View doesn't exist or has deleted."
Expand All @@ -2154,7 +2150,7 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/DevToolPortals": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/devToolPortals": {
"get": {
"tags": [
"AppPlatform"
Expand Down Expand Up @@ -2326,11 +2322,13 @@
}
],
"responses": {
"200": {
"description": "Success. The response indicates the default Dev Tool Portal has deleted."
},
"202": {
"description": "Accepted. The response indicates the default Dev Tool Portal is now deleting."
"description": "Accepted. The response indicates the default Dev Tool Portal is now deleting.",
"headers": {
"Location": {
"type": "string"
}
}
},
"204": {
"description": "Success. The response indicates the defaultDev Tool Portal doesn't exist or has deleted."
Expand Down Expand Up @@ -2525,9 +2523,6 @@
}
],
"responses": {
"200": {
"description": "Success. The response indicates the resource is deleted."
},
"202": {
"description": "Accepted. The response indicates the delete operation is performed in the background.",
"headers": {
Expand Down Expand Up @@ -2958,9 +2953,6 @@
}
],
"responses": {
"200": {
"description": "Success. The response indicates the resource is deleted successfully."
},
"202": {
"description": "Accepted. The response indicates the delete operation is performed in the background.",
"headers": {
Expand Down Expand Up @@ -8255,11 +8247,13 @@
}
],
"responses": {
"200": {
"description": "Success. The response indicates the application accelerator has deleted."
},
"202": {
"description": "Accepted. The response indicates the application accelerator is now deleting."
"description": "Accepted. The response indicates the application accelerator is now deleting.",
"headers": {
"Location": {
"type": "string"
}
}
},
"204": {
"description": "Success. The response indicates the application accelerator doesn't exist or has deleted."
Expand Down Expand Up @@ -8463,11 +8457,13 @@
}
],
"responses": {
"200": {
"description": "Success. The response indicates the customized accelerator has deleted."
},
"202": {
"description": "Accepted. The response indicates the customized accelerator is now deleting."
"description": "Accepted. The response indicates the customized accelerator is now deleting.",
"headers": {
"Location": {
"type": "string"
}
}
},
"204": {
"description": "Success. The response indicates the customized accelerator doesn't exist or has deleted."
Expand All @@ -8493,6 +8489,7 @@
"AppPlatform"
],
"description": "Check the customized accelerator are valid.",
"x-ms-long-running-operation": true,
"operationId": "CustomizedAccelerators_Validate",
"parameters": [
{
Expand Down Expand Up @@ -8531,7 +8528,12 @@
}
},
"202": {
"description": "Accepted. The response indicates the CustomizedAccelerator is validating."
"description": "Accepted. The response indicates the CustomizedAccelerator is validating.",
"headers": {
"Location": {
"type": "string"
}
}
},
"default": {
"description": "Error response describing why the operation failed.",
Expand Down Expand Up @@ -8675,7 +8677,12 @@
"description": "Success."
},
"202": {
"description": "Accepted. The response indicates the PredefinedAccelerator is now disabling and contains a Location header to query the operation result."
"description": "Accepted. The response indicates the PredefinedAccelerator is now disabling and contains a Location header to query the operation result.",
"headers": {
"Location": {
"type": "string"
}
}
},
"default": {
"description": "Error response describing why the operation failed.",
Expand Down Expand Up @@ -8724,7 +8731,12 @@
"description": "Success."
},
"202": {
"description": "Accepted. The response indicates the PredefinedAccelerator is now enabling and contains a Location header to query the operation result."
"description": "Accepted. The response indicates the PredefinedAccelerator is now enabling and contains a Location header to query the operation result.",
"headers": {
"Location": {
"type": "string"
}
}
},
"default": {
"description": "Error response describing why the operation failed.",
Expand Down Expand Up @@ -13703,7 +13715,15 @@
"properties": {
"resourceId": {
"description": "Resource Id of the APM",
"type": "string"
"type": "string",
"format": "arm-id",
"x-ms-arm-id-details": {
"allowedResources": [
{
"type": "Microsoft.AppPlatform/Spring/apms"
}
]
}
}
}
},
Expand All @@ -13726,7 +13746,15 @@
"properties": {
"resourceId": {
"description": "Resource Id of the certificate",
"type": "string"
"type": "string",
"format": "arm-id",
"x-ms-arm-id-details": {
"allowedResources": [
{
"type": "Microsoft.AppPlatform/Spring/certificates"
}
]
}
}
}
},
Expand Down Expand Up @@ -14887,7 +14915,15 @@
"properties": {
"caCertResourceId": {
"description": "Resource Id of CA certificate for https URL of Git repository.",
"type": "string"
"type": "string",
"format": "arm-id",
"x-ms-arm-id-details": {
"allowedResources": [
{
"type": "Microsoft.AppPlatform/Spring/certificates"
}
]
}
}
},
"x-ms-discriminator-value": "Public"
Expand All @@ -14907,7 +14943,15 @@
"properties": {
"caCertResourceId": {
"description": "Resource Id of CA certificate for https URL of Git repository.",
"type": "string"
"type": "string",
"format": "arm-id",
"x-ms-arm-id-details": {
"allowedResources": [
{
"type": "Microsoft.AppPlatform/Spring/certificates"
}
]
}
},
"username": {
"description": "Username of git repository basic auth.",
Expand Down Expand Up @@ -15290,6 +15334,7 @@
"description": "The name of Application Live View.",
"required": true,
"type": "string",
"pattern": "^[a-z][a-z0-9]*$",
"x-ms-parameter-location": "method"
},
"DevToolPortalNameParameter": {
Expand All @@ -15298,6 +15343,7 @@
"description": "The name of Dev Tool Portal.",
"required": true,
"type": "string",
"pattern": "^[a-z][a-z0-9]*$",
"x-ms-parameter-location": "method"
},
"GatewayNameParameter": {
Expand Down Expand Up @@ -15347,6 +15393,7 @@
"description": "The name of the application accelerator.",
"required": true,
"type": "string",
"pattern": "^[a-z][a-z0-9-]*[a-z0-9]$",
"x-ms-parameter-location": "method"
},
"CustomizedAcceleratorNameParameter": {
Expand All @@ -15355,6 +15402,7 @@
"description": "The name of the customized accelerator.",
"required": true,
"type": "string",
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])$",
"x-ms-parameter-location": "method"
},
"PredefinedAcceleratorNameParameter": {
Expand All @@ -15363,6 +15411,7 @@
"description": "The name of the predefined accelerator.",
"required": true,
"type": "string",
"pattern": "^[a-z][a-z0-9-]*[a-z0-9]$",
"x-ms-parameter-location": "method"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"apmName": "myappinsights"
},
"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=2024-01-01-preview",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"applicationAcceleratorName": "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=2024-01-01-preview",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"applicationLiveViewName": "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=2024-01-01-preview",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"buildName": "mybuild"
},
"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=2024-01-01-preview",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"containerRegistryName": "my-container-registry"
},
"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=2024-01-01-preview",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"customizedAcceleratorName": "acc-name"
},
"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=2024-01-01-preview",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"devToolPortalName": "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=2024-01-01-preview",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"serviceName": "myservice"
},
"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=2024-01-01-preview",
Expand Down