swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector ElasticVersions API schemes: - https tags: - name: ElasticVersions paths: /subscriptions/{subscriptionId}/providers/Microsoft.Elastic/elasticVersions: get: tags: - ElasticVersions summary: Microsoft Azure Get A List Of Available Versions For A Region operationId: microsoftAzureElasticversionsList produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - in: query name: region description: Region where elastic deployment will take place. required: true type: string responses: '200': description: Success schema: $ref: '#/definitions/ElasticVersionsListResponse' default: description: Default error response. schema: $ref: '#/definitions/ResourceProviderDefaultErrorResponse' x-ms-pageable: nextLinkName: nextLink x-ms-examples: ElasticVersions_List: $ref: ./examples/ElasticVersions_List.json description: Needs a more full description created. definitions: ElasticVersionsListResponse: description: List of elastic versions available in a region. type: object properties: value: description: Results of a list operation. type: array x-ms-identifiers: - properties/version items: $ref: '#/definitions/ElasticVersionListFormat' nextLink: description: Link to the next set of results, if any. type: string ResourceProviderDefaultErrorResponse: description: RP default error response. type: object properties: error: description: Response body of Error readOnly: true $ref: '#/definitions/ErrorResponseBody' ElasticVersionListProperties: description: Elastic Version Properties type: object properties: version: description: Available elastic version of the given region type: string ElasticVersionListFormat: description: Elastic Version List Format type: object properties: properties: $ref: '#/definitions/ElasticVersionListProperties' ErrorResponseBody: description: Error response body. title: ErrorResponseBody type: object properties: code: description: Error code. type: string message: description: Error message. type: string target: description: Error target. type: string details: description: Error details. type: array x-ms-identifiers: [] items: $ref: '#/definitions/ErrorResponseBody' x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'