swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector ContainerRegistrySetupStatus API schemes: - https tags: - name: ContainerRegistrySetupStatus paths: /subscriptions/{subscriptionId}/providers/Microsoft.ContainerRegistry.Setup/locations/{location}/setup: get: x-ms-examples: Returns the status of the container registry setup.: $ref: ./examples/Setup/Get.json tags: - ContainerRegistrySetupStatus description: Returns the status of the container registry setup. operationId: microsoftAzureContainerregistryGetsetupstatus parameters: - $ref: ../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../../common-types/resource-management/v2/types.json#/parameters/LocationParameter - $ref: ../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter responses: '200': description: OK -- The status of the container registry setup has been returned. schema: $ref: '#/definitions/SetupResult' default: description: Error Response. schema: $ref: ../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Containerregistry Setup Locations Location Setup definitions: SetupResult: description: Container registry setup result. type: object properties: properties: description: Container registry setup result properties. x-ms-client-flatten: true $ref: '#/definitions/SetupResultProperties' allOf: - $ref: ../../../../../../common-types/resource-management/v2/types.json#/definitions/Resource SetupResultProperties: description: Container registry setup result properties. type: object properties: status: description: The status of the container registry setup. $ref: '#/definitions/SetupStatus' readOnly: true errorMessage: description: Error message if previous setup was failed. type: string SetupStatus: description: The status of the container registry setup. type: string enum: - ReadyToSetup - Running - Failed - Cancelled - Completed x-ms-enum: name: SetupStatus modelAsString: true x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'