swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector V2 API description: Root API schemes: - https tags: - name: V2 description: Root API paths: /v2/: get: tags: - V2 description: Tells whether this Docker Registry instance supports Docker Registry HTTP API v2 x-ms-examples: Check Docker Registry V2 Support: $ref: ./examples/GetDockerRegistryV2Support.json operationId: microsoftAzureGetdockerregistryv2support responses: '200': description: Successful response. API v2 supported default: description: ACR error response describing why the operation failed. schema: $ref: '#/definitions/AcrErrors' summary: Microsoft Azure Get definitions: AcrErrors: description: Acr error response describing why the operation failed properties: errors: type: array description: Array of detailed error items: $ref: '#/definitions/AcrErrorInfo' AcrErrorInfo: description: Error information properties: code: description: Error code type: string message: type: string description: Error message detail: type: object description: Error details x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'