swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector ContainerRegistrySetupStart API schemes: - https tags: - name: ContainerRegistrySetupStart paths: /subscriptions/{subscriptionId}/providers/Microsoft.ContainerRegistry.Setup/locations/{location}/setup: post: x-ms-examples: Invokes container registry certificate uploading and ACR service deployment.: $ref: ./examples/Setup/Start.json tags: - ContainerRegistrySetupStart description: Invokes container registry certificate uploading and service deployment. operationId: microsoftAzureContainerregistryStartsetup 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 - $ref: '#/parameters/StartSetupParameter' responses: '201': description: Created -- Container registry certificate was uploaded successfully and deployment started. schema: $ref: '#/definitions/ContainerRegistrySetup' default: description: Error Response. schema: $ref: ../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse summary: Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Containerregistry Setup Locations Location Setup definitions: SetupProperty: description: Container registry start setup return property. type: object properties: statusUri: description: The uri to poll status of the container registry setup. type: string ContainerRegistrySetup: description: Container registry start setup return. type: object properties: properties: description: Container registry start setup return properties. x-ms-client-flatten: true $ref: '#/definitions/SetupProperty' allOf: - $ref: ../../../../../../common-types/resource-management/v2/types.json#/definitions/Resource ContainerRegistrySetupProperty: description: Container registry setup properties. type: object properties: password: description: Ssl certificate password. type: string format: password sslCertBase64: description: Ssl certificate in base64 format. type: string format: byte required: - password - sslCertBase64 parameters: StartSetupParameter: name: startSetupRequest in: body description: The object containing information for the configuration request. required: true schema: $ref: '#/definitions/ContainerRegistrySetupProperty' x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'