openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 81.5 kB
JSON
{"openapi":"3.0.0","info":{"description":"REST API for Azure Spring Cloud","title":"AppPlatformManagementClient","version":"2019-05-01-preview","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/appplatform.json","version":"2.0"}],"x-providerName":"azure.com","x-serviceName":"appplatform","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.AppPlatform/operations":{"get":{"description":"Lists all of the available REST API operations of the Microsoft.AppPlatform provider.","operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Success. The response describes the list of operations.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AvailableOperations"},"examples":{"Operations_List":{"$ref":"#/components/examples/Operations_List"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/Spring":{"get":{"description":"Handles requests to list all resources in a subscription.","operationId":"Services_ListBySubscription","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Success. The response describes the list of Services in the subscription.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceResourceList"},"examples":{"Services_ListBySubscription":{"$ref":"#/components/examples/Services_ListBySubscription"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/locations/{location}/checkNameAvailability":{"post":{"description":"Checks that the resource name is valid and is not already in use.","operationId":"Services_CheckNameAvailability","parameters":[{"description":"the region","in":"path","name":"location","required":true,"schema":{"type":"string"},"examples":{"Services_CheckNameAvailability":{"value":"eastus"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NameAvailabilityParameters"}}},"description":"Parameters supplied to the operation.","required":true},"responses":{"200":{"description":"Success. The response describes the name availability.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NameAvailability"},"examples":{"Services_CheckNameAvailability":{"$ref":"#/components/examples/Services_CheckNameAvailability"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring":{"get":{"description":"Handles requests to list all resources in a resource group.","operationId":"Services_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"}],"responses":{"200":{"description":"Success. The response describes the list of Services in the resource group.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceResourceList"},"examples":{"Services_List":{"$ref":"#/components/examples/Services_List"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}":{"delete":{"description":"Operation to delete a Service.","operationId":"Services_Delete","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"}],"responses":{"202":{"description":"Accepted. The response indicates the delete operation is performed in the background."},"204":{"description":"Success. The response indicates the resource is already deleted."},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"azure-async-operation"}},"get":{"description":"Get a Service and its properties.","operationId":"Services_Get","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"}],"responses":{"200":{"description":"Success. The response describes the corresponding Service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceResource"},"examples":{"Services_Get":{"$ref":"#/components/examples/Services_Get"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"]},"patch":{"description":"Operation to update an exiting Service.","operationId":"Services_Update","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceResource"}}},"description":"Parameters for the update operation","required":true},"responses":{"200":{"description":"Success. The response describes the updated Service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceResource"},"examples":{"Services_Update":{"$ref":"#/components/examples/Services_Update"}}}}},"202":{"description":"Accepted. The response indicates the exiting Service is now updating and contains a Location header to query the operation result.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceResource"},"examples":{"Services_Update":{"$ref":"#/components/examples/Services_Update"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"azure-async-operation"}},"put":{"description":"Create a new Service or update an exiting Service.","operationId":"Services_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceResource"}}},"description":"Parameters for the create or update operation","required":true},"responses":{"200":{"description":"Success. The response describes the updated Service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceResource"},"examples":{"Services_CreateOrUpdate":{"$ref":"#/components/examples/Services_CreateOrUpdate"}}}}},"201":{"description":"Created. The response describes the new Service and contains a Location header to query the operation result.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceResource"},"examples":{"Services_CreateOrUpdate":{"$ref":"#/components/examples/Services_CreateOrUpdate"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"azure-async-operation"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps":{"get":{"description":"Handles requests to list all resources in a Service.","operationId":"Apps_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"}],"responses":{"200":{"description":"Success. The response describes the list of Apps in the Service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AppResourceCollection"},"examples":{"Apps_List":{"$ref":"#/components/examples/Apps_List"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}":{"delete":{"description":"Operation to delete an App.","operationId":"Apps_Delete","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"},{"$ref":"#/components/parameters/AppNameParameter"}],"responses":{"200":{"description":"Success. The response indicates the resource is deleted."},"204":{"description":"Success. The response indicates the resource doesn't exist."},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"]},"get":{"description":"Get an App and its properties.","operationId":"Apps_Get","parameters":[{"description":"Indicates whether sync status","in":"query","name":"syncStatus","required":false,"schema":{"type":"string"}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"},{"$ref":"#/components/parameters/AppNameParameter"}],"responses":{"200":{"description":"Success. The response describes the corresponding App.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AppResource"},"examples":{"Apps_Get":{"$ref":"#/components/examples/Apps_Get"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"]},"patch":{"description":"Operation to update an exiting App.","operationId":"Apps_Update","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"},{"$ref":"#/components/parameters/AppNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AppResource"}}},"description":"Parameters for the update operation","required":true},"responses":{"200":{"description":"Success. The response describes the updated App.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AppResource"},"examples":{"Apps_Update":{"$ref":"#/components/examples/Apps_Update"}}}}},"202":{"description":"Accepted. The response indicates the exiting App is now updating and contains a Location header to query the operation result.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AppResource"},"examples":{"Apps_Update":{"$ref":"#/components/examples/Apps_Update"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"azure-async-operation"}},"put":{"description":"Create a new App or update an exiting App.","operationId":"Apps_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"},{"$ref":"#/components/parameters/AppNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AppResource"}}},"description":"Parameters for the create or update operation","required":true},"responses":{"200":{"description":"Success. The response describes the updated App.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AppResource"},"examples":{"Apps_CreateOrUpdate":{"$ref":"#/components/examples/Apps_CreateOrUpdate"}}}}},"201":{"description":"Created. The response describes the new App and contains a Location header to query the operation result.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AppResource"},"examples":{"Apps_CreateOrUpdate":{"$ref":"#/components/examples/Apps_CreateOrUpdate"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"azure-async-operation"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings":{"get":{"description":"Handles requests to list all resources in an App.","operationId":"Bindings_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"},{"$ref":"#/components/parameters/AppNameParameter"}],"responses":{"200":{"description":"Success. The response describes the list of Bindings in the App.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BindingResourceCollection"},"examples":{"Bindings_List":{"$ref":"#/components/examples/Bindings_List"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName}":{"delete":{"description":"Operation to delete a Binding.","operationId":"Bindings_Delete","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"},{"$ref":"#/components/parameters/AppNameParameter"},{"$ref":"#/components/parameters/BindingNameParameter"}],"responses":{"200":{"description":"Success. The response indicates the resource is deleted."},"204":{"description":"Success. The response indicates the resource doesn't exist."},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"]},"get":{"description":"Get a Binding and its properties.","operationId":"Bindings_Get","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"},{"$ref":"#/components/parameters/AppNameParameter"},{"$ref":"#/components/parameters/BindingNameParameter"}],"responses":{"200":{"description":"Success. The response describes the corresponding Binding.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BindingResource"},"examples":{"Bindings_Get":{"$ref":"#/components/examples/Bindings_Get"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"]},"patch":{"description":"Operation to update an exiting Binding.","operationId":"Bindings_Update","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"},{"$ref":"#/components/parameters/AppNameParameter"},{"$ref":"#/components/parameters/BindingNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BindingResource"}}},"description":"Parameters for the update operation","required":true},"responses":{"200":{"description":"Success. The response describes the updated Binding.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BindingResource"},"examples":{"Bindings_Update":{"$ref":"#/components/examples/Bindings_Update"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"]},"put":{"description":"Create a new Binding or update an exiting Binding.","operationId":"Bindings_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"},{"$ref":"#/components/parameters/AppNameParameter"},{"$ref":"#/components/parameters/BindingNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BindingResource"}}},"description":"Parameters for the create or update operation","required":true},"responses":{"200":{"description":"Success. The response describes the created or updated Binding.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BindingResource"},"examples":{"Bindings_CreateOrUpdate":{"$ref":"#/components/examples/Bindings_CreateOrUpdate"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments":{"get":{"description":"Handles requests to list all resources in an App.","operationId":"Deployments_List","parameters":[{"description":"Version of the deployments to be listed","in":"query","name":"version","required":false,"explode":true,"schema":{"type":"array","items":{"type":"string"},"uniqueItems":false}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"},{"$ref":"#/components/parameters/AppNameParameter"}],"responses":{"200":{"description":"Success. The response describes the list of Deployments in the App.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeploymentResourceCollection"},"examples":{"Deployments_List":{"$ref":"#/components/examples/Deployments_List"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}":{"delete":{"description":"Operation to delete a Deployment.","operationId":"Deployments_Delete","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"},{"$ref":"#/components/parameters/AppNameParameter"},{"$ref":"#/components/parameters/DeploymentNameParameter"}],"responses":{"200":{"description":"Success. The response indicates the resource is deleted."},"204":{"description":"Success. The response indicates the resource doesn't exist."},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"]},"get":{"description":"Get a Deployment and its properties.","operationId":"Deployments_Get","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"},{"$ref":"#/components/parameters/AppNameParameter"},{"$ref":"#/components/parameters/DeploymentNameParameter"}],"responses":{"200":{"description":"Success. The response describes the corresponding Deployment.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeploymentResource"},"examples":{"Deployments_Get":{"$ref":"#/components/examples/Deployments_Get"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"]},"patch":{"description":"Operation to update an exiting Deployment.","operationId":"Deployments_Update","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"},{"$ref":"#/components/parameters/AppNameParameter"},{"$ref":"#/components/parameters/DeploymentNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeploymentResource"}}},"description":"Parameters for the update operation","required":true},"responses":{"200":{"description":"Success. The response describes the updated Deployment.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeploymentResource"},"examples":{"Deployments_Update":{"$ref":"#/components/examples/Deployments_Update"}}}}},"202":{"description":"Accepted. The response indicates the exiting Deployment is now updating and contains a Location\r\nheader to query the operation result.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeploymentResource"},"examples":{"Deployments_Update":{"$ref":"#/components/examples/Deployments_Update"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"azure-async-operation"}},"put":{"description":"Create a new Deployment or update an exiting Deployment.","operationId":"Deployments_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"},{"$ref":"#/components/parameters/AppNameParameter"},{"$ref":"#/components/parameters/DeploymentNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeploymentResource"}}},"description":"Parameters for the create or update operation","required":true},"responses":{"200":{"description":"Success. The response describes the updated Deployment.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeploymentResource"},"examples":{"Deployments_CreateOrUpdate":{"$ref":"#/components/examples/Deployments_CreateOrUpdate"}}}}},"201":{"description":"Created. The response describes the new Deployment and contains a Location header to query the\r\noperation result.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeploymentResource"},"examples":{"Deployments_CreateOrUpdate":{"$ref":"#/components/examples/Deployments_CreateOrUpdate"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"azure-async-operation"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/getLogFileUrl":{"post":{"description":"Get deployment log file URL","operationId":"Deployments_GetLogFileUrl","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"},{"$ref":"#/components/parameters/AppNameParameter"},{"$ref":"#/components/parameters/DeploymentNameParameter"}],"responses":{"200":{"description":"Success. The response contains the log file URL.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LogFileUrlResponse"},"examples":{"Deployments_GetLogFileUrl":{"$ref":"#/components/examples/Deployments_GetLogFileUrl"}}}}},"204":{"description":"Success. The deployment does not have log file."},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/restart":{"post":{"description":"Restart the deployment.","operationId":"Deployments_Restart","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"},{"$ref":"#/components/parameters/AppNameParameter"},{"$ref":"#/components/parameters/DeploymentNameParameter"}],"responses":{"200":{"description":"Success."},"202":{"description":"Accepted. The response indicates the Deployment is now restarting and contains a Location header\r\nto query the operation result."},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"azure-async-operation"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/start":{"post":{"description":"Start the deployment.","operationId":"Deployments_Start","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"},{"$ref":"#/components/parameters/AppNameParameter"},{"$ref":"#/components/parameters/DeploymentNameParameter"}],"responses":{"200":{"description":"Success."},"202":{"description":"Accepted. The response indicates the Deployment is now starting and contains a Location header to\r\nquery the operation result."},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"azure-async-operation"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/stop":{"post":{"description":"Stop the deployment.","operationId":"Deployments_Stop","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"},{"$ref":"#/components/parameters/AppNameParameter"},{"$ref":"#/components/parameters/DeploymentNameParameter"}],"responses":{"200":{"description":"Success."},"202":{"description":"Accepted. The response indicates the Deployment is now stopping and contains a Location header to\r\nquery the operation result."},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"azure-async-operation"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/getResourceUploadUrl":{"post":{"description":"Get an resource upload URL for an App, which may be artifacts or source archive.","operationId":"Apps_GetResourceUploadUrl","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"},{"$ref":"#/components/parameters/AppNameParameter"}],"responses":{"200":{"description":"Success. The response describes the resource upload URL.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceUploadDefinition"},"examples":{"Apps_GetResourceUploadUrl":{"$ref":"#/components/examples/Apps_GetResourceUploadUrl"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/deployments":{"get":{"description":"List deployments for a certain service","operationId":"Deployments_ListClusterAllDeployments","parameters":[{"description":"Version of the deployments to be listed","in":"query","name":"version","required":false,"explode":true,"schema":{"type":"array","items":{"type":"string"},"uniqueItems":false}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeploymentResourceCollection"},"examples":{"Deployments_ListClusterAllDeployments":{"$ref":"#/components/examples/Deployments_ListClusterAllDeployments"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/disableTestEndpoint":{"post":{"operationId":"Services_DisableTestEndpoint","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"}],"responses":{"200":{"description":"Success"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/enableTestEndpoint":{"post":{"operationId":"Services_EnableTestEndpoint","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TestKeys"},"examples":{"Services_EnableTestEndpoint":{"$ref":"#/components/examples/Services_EnableTestEndpoint"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/listTestKeys":{"post":{"description":"List test keys for a Service.","operationId":"Services_ListTestKeys","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"}],"responses":{"200":{"description":"Success. The response describes the test keys.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TestKeys"},"examples":{"Services_ListTestKeys":{"$ref":"#/components/examples/Services_ListTestKeys"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/regenerateTestKey":{"post":{"description":"Regenerate a test key for a Service.","operationId":"Services_RegenerateTestKey","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ServiceNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegenerateTestKeyRequestPayload"}}},"description":"Parameters for the operation","required":true},"responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TestKeys"},"examples":{"Services_RegenerateTestKey":{"$ref":"#/components/examples/Services_RegenerateTestKey"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["AppPlatform"]}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"Operations_List":{"value":{"nextLink":"providers/Microsoft.AppPlatform?$skipToken={opaqueString}","value":[{"dataAction":false,"display":{"description":"Create or Update Managed Applications","operation":"Create or Update Managed Applications","provider":"Microsoft Azure Distributed Managed Service for Spring","resource":"Managed Applications"},"name":"Microsoft.AppPlatform/Spring/read","origin":"user,system","properties":{}}]}},"Services_ListBySubscription":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice","location":"eastus","name":"myservice","properties":{"configServerProperties":{"configServer":{"gitProperty":{"label":"master","searchPaths":["/"],"uri":"https://github.com/fake-user/fake-repository.git"}},"state":"Succeeded"},"provisioningState":"Succeeded","serviceId":"12345678abcd1234abcd12345678abcd","trace":{"appInsightInstrumentationKey":"00000000-0000-0000-0000-000000000000","enabled":true,"state":"Succeeded"}},"tags":{"key1":"value1"},"type":"Microsoft.AppPlatform/Spring"}]}},"Services_CheckNameAvailability":{"value":{"message":"The name is already used.","nameAvailable":false,"reason":"AlreadyExists"}},"Services_List":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice","location":"eastus","name":"myservice","properties":{"configServerProperties":{"configServer":{"gitProperty":{"label":"master","searchPaths":["/"],"uri":"https://github.com/fake-user/fake-repository.git"}},"state":"Succeeded"},"provisioningState":"Succeeded","serviceId":"12345678abcd1234abcd12345678abcd","trace":{"appInsightInstrumentationKey":"00000000-0000-0000-0000-000000000000","enabled":true,"state":"Succeeded"}},"tags":{"key1":"value1"},"type":"Microsoft.AppPlatform/Spring"}]}},"Services_Get":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice","location":"eastus","name":"myservice","properties":{"configServerProperties":{"configServer":{"gitProperty":{"label":"master","searchPaths":["/"],"uri":"https://github.com/fake-user/fake-repository.git"}},"state":"Succeeded"},"provisioningState":"Succeeded","serviceId":"12345678abcd1234abcd12345678abcd","trace":{"appInsightInstrumentationKey":"00000000-0000-0000-0000-000000000000","enabled":true,"state":"Succeeded"}},"tags":{"key1":"value1"},"type":"Microsoft.AppPlatform/Spring"}},"Services_Update":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice","location":"eastus","name":"myservice","properties":{"configServerProperties":{"configServer":{"gitProperty":{"label":"master","searchPaths":["/"],"uri":"https://github.com/fake-user/fake-repository.git"}},"state":"Succeeded"},"provisioningState":"Updating","serviceId":"12345678abcd1234abcd12345678abcd","trace":{"appInsightInstrumentationKey":"00000000-0000-0000-0000-000000000000","enabled":true,"state":"Succeeded"}},"tags":{"key1":"value1"},"type":"Microsoft.AppPlatform/Spring"}},"Services_CreateOrUpdate":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice","location":"eastus","name":"myservice","properties":{"configServerProperties":{"configServer":{"gitProperty":{"label":"master","searchPaths":["/"],"uri":"https://github.com/fake-user/fake-repository.git"}},"state":"Succeeded"},"provisioningState":"Creating","serviceId":"12345678abcd1234abcd12345678abcd","trace":{"appInsightInstrumentationKey":"00000000-0000-0000-0000-000000000000","enabled":true,"state":"Succeeded"}},"tags":{"key1":"value1"},"type":"Microsoft.AppPlatform/Spring"}},"Apps_List":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp","name":"myapp","properties":{"activeDeploymentName":"mydeployment1","persistentDisk":{"mountPath":"mypersistentdisk","sizeInGB":2,"usedInGB":1},"provisioningState":"Succeeded","public":true,"temporaryDisk":{"mountPath":"mytemporarydisk","sizeInGB":2},"url":"myapp.myservice.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring/apps"}]}},"Apps_Get":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp","name":"myapp","properties":{"activeDeploymentName":"mydeployment1","persistentDisk":{"mountPath":"mypersistentdisk","sizeInGB":2,"usedInGB":1},"provisioningState":"Succeeded","public":true,"temporaryDisk":{"mountPath":"mytemporarydisk","sizeInGB":2},"url":"myapp.myservice.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring/apps"}},"Apps_Update":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp","name":"myapp","properties":{"activeDeploymentName":"mydeployment1","persistentDisk":{"mountPath":"mypersistentdisk","sizeInGB":2,"usedInGB":1},"provisioningState":"Updating","public":true,"temporaryDisk":{"mountPath":"mytemporarydisk","sizeInGB":2},"url":"myapp.myservice.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring/apps"}},"Apps_CreateOrUpdate":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp","name":"myapp","properties":{"activeDeploymentName":"mydeployment1","persistentDisk":{"mountPath":"mypersistentdisk","sizeInGB":2,"usedInGB":1},"provisioningState":"Creating","public":true,"temporaryDisk":{"mountPath":"mytemporarydisk","sizeInGB":2},"url":"myapp.myservice.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring/apps"}},"Bindings_List":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding","name":"mybinding","properties":{"bindingParameters":{"apiType":"SQL","databaseName":"db1"},"createdAt":"2019-01-01T12:34:56.000Z","generatedProperties":"spring.datasource.url=jdbc:mysql://localhost:3306/test\nspring.datasource.username=root\nspring.datasource.password=1****6","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1","resourceName":"my-cosmosdb-1","resourceType":"Microsoft.DocumentDB","updatedAt":"2019-01-01T12:34:56.000Z"},"type":"Microsoft.AppPlatform/Spring/apps/bindings"}]}},"Bindings_Get":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding","name":"mybinding","properties":{"bindingParameters":{"apiType":"SQL","databaseName":"db1"},"createdAt":"2019-01-01T12:34:56.000Z","generatedProperties":"spring.datasource.url=jdbc:mysql://localhost:3306/test\nspring.datasource.username=root\nspring.datasource.password=1****6","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1","resourceName":"my-cosmosdb-1","resourceType":"Microsoft.DocumentDB","updatedAt":"2019-01-01T12:34:56.000Z"},"type":"Microsoft.AppPlatform/Spring/apps/bindings"}},"Bindings_Update":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding","name":"mybinding","properties":{"bindingParameters":{"apiType":"SQL","databaseName":"db1"},"createdAt":"2019-01-01T12:34:56.000Z","generatedProperties":"spring.datasource.url=jdbc:mysql://localhost:3306/test\nspring.datasource.username=root\nspring.datasource.password=1****6","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1","resourceName":"my-cosmosdb-1","resourceType":"Microsoft.DocumentDB","updatedAt":"2019-01-01T12:34:56.000Z"},"type":"Microsoft.AppPlatform/Spring/apps/bindings"}},"Bindings_CreateOrUpdate":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding","name":"mybinding","properties":{"bindingParameters":{"apiType":"SQL","databaseName":"db1"},"createdAt":"2019-01-01T12:34:56.000Z","generatedProperties":"spring.datasource.url=jdbc:mysql://localhost:3306/test\nspring.datasource.username=root\nspring.datasource.password=1****6","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1","resourceName":"my-cosmosdb-1","resourceType":"Microsoft.DocumentDB","updatedAt":"2019-01-01T12:34:56.000Z"},"type":"Microsoft.AppPlatform/Spring/apps/bindings"}},"Deployments_List":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment","name":"mydeployment","properties":{"active":false,"appName":"myapp","deploymentSettings":{"cpu":1,"environmentVariables":{"env":"test"},"instanceCount":1,"jvmOptions":"-Xms1G -Xmx3G","memoryInGB":3,"runtimeVersion":"Java_8"},"instances":[{"discoveryStatus":"pending","name":"instance1","status":"Running"}],"provisioningState":"Succeeded","source":{"artifactSelector":"sub-module-1","relativePath":"resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc","type":"Source","version":"1.0"},"status":"Running"},"type":"Microsoft.AppPlatform/Spring/apps/deployments"}]}},"Deployments_Get":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment","name":"mydeployment","properties":{"active":false,"appName":"myapp","deploymentSettings":{"cpu":1,"environmentVariables":{"env":"test"},"instanceCount":1,"jvmOptions":"-Xms1G -Xmx3G","memoryInGB":3,"runtimeVersion":"Java_8"},"instances":[{"discoveryStatus":"pending","name":"instance1","status":"Running"}],"provisioningState":"Succeeded","source":{"artifactSelector":"sub-module-1","relativePath":"resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc","type":"Source","version":"1.0"},"status":"Running"},"type":"Microsoft.AppPlatform/Spring/apps/deployments"}},"Deployments_Update":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment","name":"mydeployment","properties":{"active":false,"appName":"myapp","deploymentSettings":{"cpu":1,"environmentVariables":{"env":"test"},"instanceCount":1,"jvmOptions":"-Xms1G -Xmx3G","memoryInGB":3,"runtimeVersion":"Java_8"},"instances":[{"discoveryStatus":"pending","name":"instance1","status":"Running"}],"provisioningState":"Updating","source":{"artifactSelector":"sub-module-1","relativePath":"resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc","type":"Source","version":"1.0"},"status":"Running"},"type":"Microsoft.AppPlatform/Spring/apps/deployments"}},"Deployments_CreateOrUpdate":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment","name":"mydeployment","properties":{"active":false,"appName":"myapp","deploymentSettings":{"cpu":1,"environmentVariables":{"env":"test"},"instanceCount":1,"jvmOptions":"-Xms1G -Xmx3G","memoryInGB":3,"runtimeVersion":"Java_8"},"instances":[{"discoveryStatus":"pending","name":"instance1","status":"Running"}],"provisioningState":"Updating","source":{"artifactSelector":"sub-module-1","relativePath":"resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc","type":"Source","version":"1.0"},"status":"Compiling"},"type":"Microsoft.AppPlatform/Spring/apps/deployments"}},"Deployments_GetLogFileUrl":{"value":{"url":"https://spring.blob.core.windows.net/logs/110ec0c337154d45b1f01daf2196c0bf/b58b0cb4ecdea3c65311b4ca8833fe47b6ae0a7500f87a8eb31e8379d3fe48f1-2019081312-42b7b90c-f108-4c09-b33d-1ea134f57f23?sv=2018-03-28&sr=b&sig=example-signature&se=2019-08-14T09%3A43%3A52Z&sp=r"}},"Apps_GetResourceUploadUrl":{"value":{"relativePath":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855-20190801-3ed9f4a2-986b-4bbd-b833-a42dccb2f777","uploadUrl":"https://springcloudstorageaccount.file.core.windows.net/bd172614181f42e2853f6fd90029cda8/e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855-20190801-3ed9f4a2-986b-4bbd-b833-a42dccb2f777?sv=2018-03-28&sr=f&sig=SampleSignature&se=2019-08-01T10%3A42%3A21Z&sp=w"}},"Deployments_ListClusterAll