swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector LocationBasedCapability API schemes: - https tags: - name: LocationBasedCapability paths: /subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets: get: tags: - LocationBasedCapability operationId: microsoftAzureLocationbasedcapabilitysetList x-ms-examples: CapabilitySetsResult: $ref: ./examples/CapabilitySetListByLocation.json description: Get capabilities at specified location in a given subscription. parameters: - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../common-types/v1/common-types.json#/parameters/LocationNameParameter responses: '200': description: OK schema: $ref: '#/definitions/CapabilitySetsList' default: description: Error response describing why the operation failed. schema: $ref: ../../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Dbformysql Locations Locationname Capabilitysets /subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets/{capabilitySetName}: get: tags: - LocationBasedCapability operationId: microsoftAzureLocationbasedcapabilitysetGet x-ms-examples: CapabilityResult: $ref: ./examples/CapabilitySetByLocation.json description: Get capabilities at specified location in a given subscription. parameters: - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../common-types/v1/common-types.json#/parameters/LocationNameParameter - name: capabilitySetName in: path required: true description: Name of capability set type: string default: default pattern: ^[a-z0-9][-a-z0-9]*(?