diff --git a/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/Qumulo.Storage.json b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/Qumulo.Storage.json new file mode 100644 index 000000000000..d2989aa8e069 --- /dev/null +++ b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/Qumulo.Storage.json @@ -0,0 +1,728 @@ +{ + "swagger": "2.0", + "info": { + "title": "Qumulo.Storage", + "version": "2022-10-12" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow.", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "tags": [ + { + "name": "FileSystems" + }, + { + "name": "Operations" + } + ], + "paths": { + "/providers/Qumulo.Storage/operations": { + "get": { + "tags": [ + "Operations" + ], + "operationId": "Operations_List", + "description": "List the operations for the provider", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/OperationListResult" + } + }, + "default": { + "description": "Common error response for all Azure Resource Manager APIs to return error details for failed operations.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Operations_List_MaximumSet_Gen": { + "$ref": "./examples/Operations_List_MaximumSet_Gen.json" + }, + "Operations_List_MinimumSet_Gen": { + "$ref": "./examples/Operations_List_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/providers/Qumulo.Storage/fileSystems": { + "get": { + "tags": [ + "FileSystems" + ], + "operationId": "FileSystems_ListBySubscription", + "description": "List FileSystemResource resources by subscription ID", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/FileSystemResourceListResult" + } + }, + "default": { + "description": "Common error response for all Azure Resource Manager APIs to return error details for failed operations.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "FileSystems_ListBySubscription_MaximumSet_Gen": { + "$ref": "./examples/FileSystems_ListBySubscription_MaximumSet_Gen.json" + }, + "FileSystems_ListBySubscription_MinimumSet_Gen": { + "$ref": "./examples/FileSystems_ListBySubscription_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Qumulo.Storage/fileSystems": { + "get": { + "tags": [ + "FileSystems" + ], + "operationId": "FileSystems_ListByResourceGroup", + "description": "List FileSystemResource resources by resource group", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/FileSystemResourceListResult" + } + }, + "default": { + "description": "Common error response for all Azure Resource Manager APIs to return error details for failed operations.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "FileSystems_ListByResourceGroup_MaximumSet_Gen": { + "$ref": "./examples/FileSystems_ListByResourceGroup_MaximumSet_Gen.json" + }, + "FileSystems_ListByResourceGroup_MinimumSet_Gen": { + "$ref": "./examples/FileSystems_ListByResourceGroup_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Qumulo.Storage/fileSystems/{fileSystemName}": { + "get": { + "tags": [ + "FileSystems" + ], + "operationId": "FileSystems_Get", + "description": "Get a FileSystemResource", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/FileSystemResource.fileSystemName" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/FileSystemResource" + } + }, + "default": { + "description": "Common error response for all Azure Resource Manager APIs to return error details for failed operations.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "FileSystems_Get_MaximumSet_Gen": { + "$ref": "./examples/FileSystems_Get_MaximumSet_Gen.json" + }, + "FileSystems_Get_MinimumSet_Gen": { + "$ref": "./examples/FileSystems_Get_MinimumSet_Gen.json" + } + } + }, + "put": { + "tags": [ + "FileSystems" + ], + "operationId": "FileSystems_CreateOrUpdate", + "description": "Create a FileSystemResource", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/FileSystemResource.fileSystemName" + }, + { + "name": "resource", + "in": "body", + "required": true, + "description": "Resource create parameters.", + "schema": { + "$ref": "#/definitions/FileSystemResource" + } + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/FileSystemResource" + } + }, + "201": { + "description": "ARM create operation completed successfully.", + "schema": { + "$ref": "#/definitions/FileSystemResource" + } + }, + "default": { + "description": "Common error response for all Azure Resource Manager APIs to return error details for failed operations.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "FileSystems_CreateOrUpdate_MaximumSet_Gen": { + "$ref": "./examples/FileSystems_CreateOrUpdate_MaximumSet_Gen.json" + }, + "FileSystems_CreateOrUpdate_MinimumSet_Gen": { + "$ref": "./examples/FileSystems_CreateOrUpdate_MinimumSet_Gen.json" + } + } + }, + "patch": { + "tags": [ + "FileSystems" + ], + "operationId": "FileSystems_Update", + "description": "Update a FileSystemResource", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/FileSystemResource.fileSystemName" + }, + { + "name": "properties", + "in": "body", + "required": true, + "description": "The resource properties to be updated.", + "schema": { + "$ref": "#/definitions/FileSystemResourceUpdate" + } + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/FileSystemResource" + } + }, + "default": { + "description": "Common error response for all Azure Resource Manager APIs to return error details for failed operations.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "FileSystems_Update_MaximumSet_Gen": { + "$ref": "./examples/FileSystems_Update_MaximumSet_Gen.json" + }, + "FileSystems_Update_MinimumSet_Gen": { + "$ref": "./examples/FileSystems_Update_MinimumSet_Gen.json" + } + } + }, + "delete": { + "tags": [ + "FileSystems" + ], + "operationId": "FileSystems_Delete", + "description": "Delete a FileSystemResource", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/FileSystemResource.fileSystemName" + } + ], + "responses": { + "200": { + "description": "Resource deleted successfully." + }, + "202": { + "description": "Resource deletion accepted." + }, + "204": { + "description": "Resource already deleted." + }, + "default": { + "description": "Common error response for all Azure Resource Manager APIs to return error details for failed operations.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "FileSystems_Delete_MaximumSet_Gen": { + "$ref": "./examples/FileSystems_Delete_MaximumSet_Gen.json" + }, + "FileSystems_Delete_MinimumSet_Gen": { + "$ref": "./examples/FileSystems_Delete_MinimumSet_Gen.json" + } + } + } + } + }, + "definitions": { + "FileSystemResource": { + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/FileSystemResourceProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-mutability": [ + "read", + "create" + ], + "x-ms-client-flatten": true + }, + "name": { + "type": "string", + "description": "Name of the File System resource", + "readOnly": true + }, + "identity": { + "$ref": "../../../../../common-types/resource-management/v4/managedidentity.json#/definitions/ManagedServiceIdentity", + "description": "The managed service identities assigned to this resource." + } + }, + "description": "A FileSystem Resource by Qumulo", + "required": [ + "properties" + ], + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource" + } + ] + }, + "FileSystemResourceListResult": { + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/FileSystemResource" + }, + "x-cadl-name": "FileSystemResource[]", + "description": "The FileSystemResource items on this page" + }, + "nextLink": { + "type": "string", + "description": "The link to the next page of items" + } + }, + "description": "The response of a FileSystemResource list operation.", + "required": [ + "value" + ] + }, + "FileSystemResourceProperties": { + "type": "object", + "properties": { + "marketplaceDetails": { + "$ref": "#/definitions/MarketplaceDetails", + "description": "Marketplace details" + }, + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "Provisioning State of the resource", + "readOnly": true + }, + "storageSku": { + "$ref": "#/definitions/StorageSku", + "description": "Storage Sku" + }, + "userDetails": { + "$ref": "#/definitions/UserDetails", + "description": "User Details" + }, + "delegatedSubnetId": { + "type": "string", + "description": "Delegated subnet id for Vnet injection" + }, + "clusterLoginUrl": { + "type": "string", + "description": "File system Id of the resource" + }, + "privateIPs": { + "type": "array", + "items": { + "type": "string" + }, + "x-cadl-name": "string[]", + "description": "Private IPs of the resource" + }, + "adminPassword": { + "type": "string", + "x-ms-secret": true, + "description": "Initial administrator password of the resource" + }, + "initialCapacity": { + "type": "integer", + "format": "int32", + "description": "Storage capacity in TB" + }, + "availabilityZone": { + "type": "string", + "description": "Availability zone" + } + }, + "description": "Properties specific to the Qumulo File System resource", + "required": [ + "marketplaceDetails", + "userDetails", + "delegatedSubnetId", + "adminPassword", + "storageSku", + "initialCapacity" + ] + }, + "FileSystemResourceUpdate": { + "type": "object", + "properties": { + "identity": { + "$ref": "../../../../../common-types/resource-management/v4/managedidentity.json#/definitions/ManagedServiceIdentity", + "description": "The managed service identities assigned to this resource." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." + }, + "properties": { + "$ref": "#/definitions/FileSystemResourceUpdateProperties" + } + }, + "description": "The type used for update operations of the FileSystemResource." + }, + "FileSystemResourceUpdateProperties": { + "type": "object", + "properties": { + "marketplaceDetails": { + "$ref": "#/definitions/MarketplaceDetails", + "description": "Marketplace details" + }, + "userDetails": { + "$ref": "#/definitions/UserDetails", + "description": "User Details" + }, + "delegatedSubnetId": { + "type": "string", + "description": "Delegated subnet id for Vnet injection" + }, + "clusterLoginUrl": { + "type": "string", + "description": "File system Id of the resource" + }, + "privateIPs": { + "type": "array", + "items": { + "type": "string" + }, + "x-cadl-name": "string[]", + "description": "Private IPs of the resource" + } + }, + "description": "The updatable properties of the FileSystemResource." + }, + "MarketplaceDetails": { + "type": "object", + "properties": { + "marketplaceSubscriptionId": { + "type": "string", + "description": "Marketplace Subscription Id" + }, + "planId": { + "type": "string", + "description": "Plan Id" + }, + "offerId": { + "type": "string", + "description": "Offer Id" + }, + "publisherId": { + "type": "string", + "description": "Publisher Id" + }, + "marketplaceSubscriptionStatus": { + "$ref": "#/definitions/MarketplaceSubscriptionStatus", + "description": "Marketplace subscription status", + "readOnly": true + } + }, + "description": "MarketplaceDetails of Qumulo FileSystem resource", + "required": [ + "planId", + "offerId", + "publisherId" + ] + }, + "MarketplaceSubscriptionStatus": { + "type": "string", + "description": "Marketplace subscription status of the file system resource", + "enum": [ + "PendingFulfillmentStart", + "Subscribed", + "Suspended", + "Unsubscribed" + ], + "x-ms-enum": { + "name": "MarketplaceSubscriptionStatus", + "modelAsString": false, + "values": [ + { + "name": "PendingFulfillmentStart", + "value": "PendingFulfillmentStart", + "description": "Fulfillment has not started" + }, + { + "name": "Subscribed", + "value": "Subscribed", + "description": "Marketplace offer is subscribed" + }, + { + "name": "Suspended", + "value": "Suspended", + "description": "Marketplace offer is suspended because of non payment" + }, + { + "name": "Unsubscribed", + "value": "Unsubscribed", + "description": "Marketplace offer is unsubscribed" + } + ] + } + }, + "ProvisioningState": { + "type": "string", + "description": "Provisioning State of the File system resource", + "enum": [ + "Accepted", + "Creating", + "Updating", + "Deleting", + "Succeeded", + "Failed", + "Canceled", + "Deleted", + "NotSpecified" + ], + "x-ms-enum": { + "name": "ProvisioningState", + "modelAsString": false, + "values": [ + { + "name": "Accepted", + "value": "Accepted", + "description": "File system resource creation request accepted" + }, + { + "name": "Creating", + "value": "Creating", + "description": "File system resource creation started" + }, + { + "name": "Updating", + "value": "Updating", + "description": "File system resource is being updated" + }, + { + "name": "Deleting", + "value": "Deleting", + "description": "File system resource deletion started" + }, + { + "name": "Succeeded", + "value": "Succeeded", + "description": "File system resource creation successful" + }, + { + "name": "Failed", + "value": "Failed", + "description": "File system resource creation failed" + }, + { + "name": "Canceled", + "value": "Canceled", + "description": "File system resource creation canceled" + }, + { + "name": "Deleted", + "value": "Deleted", + "description": "File system resource is deleted" + }, + { + "name": "NotSpecified", + "value": "NotSpecified", + "description": "File system resource state is unknown" + } + ] + } + }, + "UserDetails": { + "type": "object", + "properties": { + "email": { + "type": "string", + "x-ms-secret": true, + "description": "User Email" + } + }, + "description": "User Details of Qumulo FileSystem resource", + "required": [ + "email" + ] + }, + "StorageSku": { + "type": "string", + "description": "Storage Sku", + "enum": [ + "Standard", + "Performance" + ], + "x-ms-enum": { + "name": "StorageSku", + "modelAsString": false, + "values": [ + { + "name": "Standard", + "value": "Standard", + "description": "Standard Storage Sku" + }, + { + "name": "Performance", + "value": "Performance", + "description": "Performance Storage Sku" + } + ] + } + } + }, + "parameters": { + "FileSystemResource.fileSystemName": { + "name": "fileSystemName", + "in": "path", + "required": true, + "description": "Name of the File System resource", + "type": "string", + "x-ms-parameter-location": "method" + } + } +} diff --git a/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_CreateOrUpdate_MaximumSet_Gen.json b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_CreateOrUpdate_MaximumSet_Gen.json new file mode 100644 index 000000000000..d7c51ac8fb36 --- /dev/null +++ b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_CreateOrUpdate_MaximumSet_Gen.json @@ -0,0 +1,145 @@ +{ + "parameters": { + "api-version": "2022-10-12", + "subscriptionId": "ulseeqylxb", + "resourceGroupName": "rgQumulo", + "fileSystemName": "nauwwbfoqehgbhdsmkewoboyxeqg", + "resource": { + "properties": { + "marketplaceDetails": { + "marketplaceSubscriptionId": "ujrcqvxfnhxxheoth", + "planId": "x", + "offerId": "eiyhbmpwgezcmzrrfoiskuxlcvwojf", + "publisherId": "wfmokfdjbwpjhz", + "marketplaceSubscriptionStatus": "PendingFulfillmentStart" + }, + "provisioningState": "Accepted", + "userDetails": { + "email": "viptslwulnpaupfljvnjeq" + }, + "delegatedSubnetId": "neqctctqdmjezfgt", + "clusterLoginUrl": "jjqhgevy", + "privateIPs": [ + "kslguxrwbwkrj" + ], + "adminPassword": "ekceujoecaashtjlsgcymnrdozk", + "storageSku": "Standard", + "initialCapacity": 9, + "availabilityZone": "maseyqhlnhoiwbabcqabtedbjpip" + }, + "identity": { + "type": "None", + "userAssignedIdentities": { + "key4522": {} + } + }, + "tags": { + "key6565": "cgdhmupta" + }, + "location": "przdlsmlzsszphnixq" + } + }, + "responses": { + "200": { + "body": { + "properties": { + "marketplaceDetails": { + "marketplaceSubscriptionId": "ujrcqvxfnhxxheoth", + "planId": "x", + "offerId": "eiyhbmpwgezcmzrrfoiskuxlcvwojf", + "publisherId": "wfmokfdjbwpjhz", + "marketplaceSubscriptionStatus": "PendingFulfillmentStart" + }, + "provisioningState": "Accepted", + "userDetails": {}, + "delegatedSubnetId": "neqctctqdmjezfgt", + "clusterLoginUrl": "jjqhgevy", + "privateIPs": [ + "kslguxrwbwkrj" + ], + "storageSku": "Standard", + "initialCapacity": 9, + "availabilityZone": "maseyqhlnhoiwbabcqabtedbjpip" + }, + "systemData": { + "createdBy": "mtdhqooysjhueaojwpmvophkgntl", + "createdByType": "User", + "createdAt": "2022-10-14T04:40:17.991Z", + "lastModifiedBy": "jcywglomzuamsxltnoegdrkzlscxl", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-10-14T04:40:17.991Z" + }, + "identity": { + "principalId": "11111111-1111-1111-1111-111111111111", + "tenantId": "11111111-1111-1111-1111-111111111111", + "type": "None", + "userAssignedIdentities": { + "key4522": { + "principalId": "11111111-1111-1111-1111-111111111111", + "clientId": "11111111-1111-1111-1111-111111111111" + } + } + }, + "tags": { + "key6565": "cgdhmupta" + }, + "location": "przdlsmlzsszphnixq", + "id": "tvelgpobdtazrweunifqzaxkgjauyx", + "name": "bii", + "type": "qtvxrqwpoistduq" + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + }, + "body": { + "properties": { + "marketplaceDetails": { + "marketplaceSubscriptionId": "ujrcqvxfnhxxheoth", + "planId": "x", + "offerId": "eiyhbmpwgezcmzrrfoiskuxlcvwojf", + "publisherId": "wfmokfdjbwpjhz", + "marketplaceSubscriptionStatus": "PendingFulfillmentStart" + }, + "provisioningState": "Accepted", + "userDetails": {}, + "delegatedSubnetId": "neqctctqdmjezfgt", + "clusterLoginUrl": "jjqhgevy", + "privateIPs": [ + "kslguxrwbwkrj" + ], + "storageSku": "Standard", + "initialCapacity": 9, + "availabilityZone": "maseyqhlnhoiwbabcqabtedbjpip" + }, + "systemData": { + "createdBy": "mtdhqooysjhueaojwpmvophkgntl", + "createdByType": "User", + "createdAt": "2022-10-14T04:40:17.991Z", + "lastModifiedBy": "jcywglomzuamsxltnoegdrkzlscxl", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-10-14T04:40:17.991Z" + }, + "identity": { + "principalId": "11111111-1111-1111-1111-111111111111", + "tenantId": "11111111-1111-1111-1111-111111111111", + "type": "None", + "userAssignedIdentities": { + "key4522": { + "principalId": "11111111-1111-1111-1111-111111111111", + "clientId": "11111111-1111-1111-1111-111111111111" + } + } + }, + "tags": { + "key6565": "cgdhmupta" + }, + "location": "przdlsmlzsszphnixq", + "id": "tvelgpobdtazrweunifqzaxkgjauyx", + "name": "bii", + "type": "qtvxrqwpoistduq" + } + } + } +} diff --git a/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_CreateOrUpdate_MinimumSet_Gen.json b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_CreateOrUpdate_MinimumSet_Gen.json new file mode 100644 index 000000000000..deebbcd793b1 --- /dev/null +++ b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_CreateOrUpdate_MinimumSet_Gen.json @@ -0,0 +1,73 @@ +{ + "parameters": { + "api-version": "2022-10-12", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", + "resourceGroupName": "rgopenapi", + "fileSystemName": "aaaaaaaa", + "resource": { + "properties": { + "marketplaceDetails": { + "marketplaceSubscriptionId": "aaaaaaaaaaaaa", + "planId": "aaaaaa", + "offerId": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "publisherId": "aa", + "marketplaceSubscriptionStatus": "PendingFulfillmentStart" + }, + "provisioningState": "Accepted", + "userDetails": { + "email": "viptslwulnpaupfljvnjeq" + }, + "delegatedSubnetId": "aaaaaaaaaa", + "adminPassword": "ekceujoecaashtjlsgcymnrdozk", + "storageSku": "Standard", + "initialCapacity": 9 + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa" + } + }, + "responses": { + "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, + "body": { + "id": "aaaaaaaaaaaaaaaaa", + "properties": { + "marketplaceDetails": { + "marketplaceSubscriptionId": "aaaaaaaaaaaaa", + "planId": "aaaaaa", + "offerId": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "publisherId": "aa", + "marketplaceSubscriptionStatus": "PendingFulfillmentStart" + }, + "provisioningState": "Accepted", + "userDetails": {}, + "delegatedSubnetId": "aaaaaaaaaa", + "storageSku": "Standard", + "initialCapacity": 9 + }, + "location": "aaaaaaaaa" + } + }, + "200": { + "body": { + "id": "aaaaaaaaaaaaaaaaa", + "properties": { + "marketplaceDetails": { + "marketplaceSubscriptionId": "aaaaaaaaaaaaa", + "planId": "aaaaaa", + "offerId": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "publisherId": "aa", + "marketplaceSubscriptionStatus": "PendingFulfillmentStart" + }, + "provisioningState": "Accepted", + "userDetails": {}, + "delegatedSubnetId": "aaaaaaaaaa", + "storageSku": "Standard", + "initialCapacity": 9 + }, + "location": "aaaaaaaaa" + } + } + } +} diff --git a/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_Delete_MaximumSet_Gen.json b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..a09241a7f3a7 --- /dev/null +++ b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_Delete_MaximumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "parameters": { + "api-version": "2022-10-12", + "subscriptionId": "ulseeqylxb", + "resourceGroupName": "rgQumulo", + "fileSystemName": "nauwwbfoqehgbhdsmkewoboyxeqg" + }, + "responses": { + "200": {}, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_Delete_MinimumSet_Gen.json b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..a09241a7f3a7 --- /dev/null +++ b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_Delete_MinimumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "parameters": { + "api-version": "2022-10-12", + "subscriptionId": "ulseeqylxb", + "resourceGroupName": "rgQumulo", + "fileSystemName": "nauwwbfoqehgbhdsmkewoboyxeqg" + }, + "responses": { + "200": {}, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} diff --git a/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_Get_MaximumSet_Gen.json b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..04fa3ca6a23e --- /dev/null +++ b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_Get_MaximumSet_Gen.json @@ -0,0 +1,59 @@ +{ + "parameters": { + "api-version": "2022-10-12", + "subscriptionId": "ulseeqylxb", + "resourceGroupName": "rgQumulo", + "fileSystemName": "nauwwbfoqehgbhdsmkewoboyxeqg" + }, + "responses": { + "200": { + "body": { + "properties": { + "marketplaceDetails": { + "marketplaceSubscriptionId": "ujrcqvxfnhxxheoth", + "planId": "x", + "offerId": "eiyhbmpwgezcmzrrfoiskuxlcvwojf", + "publisherId": "wfmokfdjbwpjhz", + "marketplaceSubscriptionStatus": "PendingFulfillmentStart" + }, + "provisioningState": "Accepted", + "userDetails": {}, + "delegatedSubnetId": "neqctctqdmjezfgt", + "clusterLoginUrl": "jjqhgevy", + "privateIPs": [ + "kslguxrwbwkrj" + ], + "storageSku": "Standard", + "initialCapacity": 9, + "availabilityZone": "maseyqhlnhoiwbabcqabtedbjpip" + }, + "systemData": { + "createdBy": "mtdhqooysjhueaojwpmvophkgntl", + "createdByType": "User", + "createdAt": "2022-10-14T04:40:17.991Z", + "lastModifiedBy": "jcywglomzuamsxltnoegdrkzlscxl", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-10-14T04:40:17.991Z" + }, + "identity": { + "principalId": "11111111-1111-1111-1111-111111111111", + "tenantId": "11111111-1111-1111-1111-111111111111", + "type": "None", + "userAssignedIdentities": { + "key4522": { + "principalId": "11111111-1111-1111-1111-111111111111", + "clientId": "11111111-1111-1111-1111-111111111111" + } + } + }, + "tags": { + "key6565": "cgdhmupta" + }, + "location": "przdlsmlzsszphnixq", + "id": "tvelgpobdtazrweunifqzaxkgjauyx", + "name": "bii", + "type": "qtvxrqwpoistduq" + } + } + } +} diff --git a/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_Get_MinimumSet_Gen.json b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..a411c718a267 --- /dev/null +++ b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_Get_MinimumSet_Gen.json @@ -0,0 +1,31 @@ +{ + "parameters": { + "api-version": "2022-10-12", + "subscriptionId": "aaaaaaa", + "resourceGroupName": "rgQumulo", + "fileSystemName": "aaaaaaaaaaaaaaaaa" + }, + "responses": { + "200": { + "body": { + "id": "aaaaaaaaaaaaaaaaa", + "properties": { + "marketplaceDetails": { + "marketplaceSubscriptionId": "aaaaaaaaaaaaaaaaa", + "planId": "aaaaaaa", + "offerId": "aaaaaaaaa", + "publisherId": "aaaaaaaaaaaaaaaaaaaa", + "marketplaceSubscriptionStatus": "PendingFulfillmentStart" + }, + "provisioningState": "Accepted", + "userDetails": {}, + "delegatedSubnetId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "storageSku": "Standard", + "initialCapacity": 9 + }, + "name": "aaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + } + } +} diff --git a/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_ListByResourceGroup_MaximumSet_Gen.json b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_ListByResourceGroup_MaximumSet_Gen.json new file mode 100644 index 000000000000..d5d8e024f5ec --- /dev/null +++ b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_ListByResourceGroup_MaximumSet_Gen.json @@ -0,0 +1,63 @@ +{ + "parameters": { + "api-version": "2022-10-12", + "subscriptionId": "ulseeqylxb", + "resourceGroupName": "rgQumulo" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "marketplaceDetails": { + "marketplaceSubscriptionId": "ujrcqvxfnhxxheoth", + "planId": "x", + "offerId": "eiyhbmpwgezcmzrrfoiskuxlcvwojf", + "publisherId": "wfmokfdjbwpjhz", + "marketplaceSubscriptionStatus": "PendingFulfillmentStart" + }, + "provisioningState": "Accepted", + "userDetails": {}, + "delegatedSubnetId": "neqctctqdmjezfgt", + "clusterLoginUrl": "jjqhgevy", + "privateIPs": [ + "kslguxrwbwkrj" + ], + "storageSku": "Standard", + "initialCapacity": 9, + "availabilityZone": "maseyqhlnhoiwbabcqabtedbjpip" + }, + "systemData": { + "createdBy": "mtdhqooysjhueaojwpmvophkgntl", + "createdByType": "User", + "createdAt": "2022-10-14T04:40:17.991Z", + "lastModifiedBy": "jcywglomzuamsxltnoegdrkzlscxl", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-10-14T04:40:17.991Z" + }, + "identity": { + "principalId": "11111111-1111-1111-1111-111111111111", + "tenantId": "11111111-1111-1111-1111-111111111111", + "type": "None", + "userAssignedIdentities": { + "key4522": { + "principalId": "11111111-1111-1111-1111-111111111111", + "clientId": "11111111-1111-1111-1111-111111111111" + } + } + }, + "tags": { + "key6565": "cgdhmupta" + }, + "location": "przdlsmlzsszphnixq", + "id": "tvelgpobdtazrweunifqzaxkgjauyx", + "name": "bii", + "type": "qtvxrqwpoistduq" + } + ], + "nextLink": "eisxspfvczpkjjgfpzdydcjrogc" + } + } + } +} diff --git a/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_ListByResourceGroup_MinimumSet_Gen.json b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_ListByResourceGroup_MinimumSet_Gen.json new file mode 100644 index 000000000000..df40e2b88bea --- /dev/null +++ b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_ListByResourceGroup_MinimumSet_Gen.json @@ -0,0 +1,34 @@ +{ + "parameters": { + "api-version": "2022-10-12", + "subscriptionId": "aaaaaaa", + "resourceGroupName": "rgQumulo" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "aaaaaaaaaaaaaaaaa", + "properties": { + "marketplaceDetails": { + "marketplaceSubscriptionId": "aaaaaaaaaaaaaaaaa", + "planId": "aaaaaaa", + "offerId": "aaaaaaaaa", + "publisherId": "aaaaaaaaaaaaaaaaaaaa", + "marketplaceSubscriptionStatus": "PendingFulfillmentStart" + }, + "provisioningState": "Accepted", + "userDetails": {}, + "delegatedSubnetId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "storageSku": "Standard", + "initialCapacity": 9 + }, + "name": "aaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ] + } + } + } +} diff --git a/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_ListBySubscription_MaximumSet_Gen.json b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_ListBySubscription_MaximumSet_Gen.json new file mode 100644 index 000000000000..8228e502d279 --- /dev/null +++ b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_ListBySubscription_MaximumSet_Gen.json @@ -0,0 +1,62 @@ +{ + "parameters": { + "api-version": "2022-10-12", + "subscriptionId": "ulseeqylxb" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "marketplaceDetails": { + "marketplaceSubscriptionId": "ujrcqvxfnhxxheoth", + "planId": "x", + "offerId": "eiyhbmpwgezcmzrrfoiskuxlcvwojf", + "publisherId": "wfmokfdjbwpjhz", + "marketplaceSubscriptionStatus": "PendingFulfillmentStart" + }, + "provisioningState": "Accepted", + "userDetails": {}, + "delegatedSubnetId": "neqctctqdmjezfgt", + "clusterLoginUrl": "jjqhgevy", + "privateIPs": [ + "kslguxrwbwkrj" + ], + "storageSku": "Standard", + "initialCapacity": 9, + "availabilityZone": "maseyqhlnhoiwbabcqabtedbjpip" + }, + "systemData": { + "createdBy": "mtdhqooysjhueaojwpmvophkgntl", + "createdByType": "User", + "createdAt": "2022-10-14T04:40:17.991Z", + "lastModifiedBy": "jcywglomzuamsxltnoegdrkzlscxl", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-10-14T04:40:17.991Z" + }, + "identity": { + "principalId": "11111111-1111-1111-1111-111111111111", + "tenantId": "11111111-1111-1111-1111-111111111111", + "type": "None", + "userAssignedIdentities": { + "key4522": { + "principalId": "11111111-1111-1111-1111-111111111111", + "clientId": "11111111-1111-1111-1111-111111111111" + } + } + }, + "tags": { + "key6565": "cgdhmupta" + }, + "location": "przdlsmlzsszphnixq", + "id": "tvelgpobdtazrweunifqzaxkgjauyx", + "name": "bii", + "type": "qtvxrqwpoistduq" + } + ], + "nextLink": "eisxspfvczpkjjgfpzdydcjrogc" + } + } + } +} diff --git a/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_ListBySubscription_MinimumSet_Gen.json b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_ListBySubscription_MinimumSet_Gen.json new file mode 100644 index 000000000000..b6f1050dc95e --- /dev/null +++ b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_ListBySubscription_MinimumSet_Gen.json @@ -0,0 +1,33 @@ +{ + "parameters": { + "api-version": "2022-10-12", + "subscriptionId": "aaaaaaa" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "aaaaaaaaaaaaaaaaa", + "properties": { + "marketplaceDetails": { + "marketplaceSubscriptionId": "aaaaaaaaaaaaaaaaa", + "planId": "aaaaaaa", + "offerId": "aaaaaaaaa", + "publisherId": "aaaaaaaaaaaaaaaaaaaa", + "marketplaceSubscriptionStatus": "PendingFulfillmentStart" + }, + "provisioningState": "Accepted", + "userDetails": {}, + "delegatedSubnetId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "storageSku": "Standard", + "initialCapacity": 9 + }, + "name": "aaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ] + } + } + } +} diff --git a/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_Update_MaximumSet_Gen.json b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_Update_MaximumSet_Gen.json new file mode 100644 index 000000000000..1b31b563ee83 --- /dev/null +++ b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_Update_MaximumSet_Gen.json @@ -0,0 +1,87 @@ +{ + "parameters": { + "api-version": "2022-10-12", + "subscriptionId": "ulseeqylxb", + "resourceGroupName": "rgQumulo", + "fileSystemName": "nauwwbfoqehgbhdsmkewoboyxeqg", + "properties": { + "identity": { + "type": "None", + "userAssignedIdentities": { + "key4522": {} + } + }, + "tags": { + "key7534": "jsgqvqbagquvxowbrkanyhzvo" + }, + "properties": { + "marketplaceDetails": { + "marketplaceSubscriptionId": "ujrcqvxfnhxxheoth", + "planId": "x", + "offerId": "eiyhbmpwgezcmzrrfoiskuxlcvwojf", + "publisherId": "wfmokfdjbwpjhz", + "marketplaceSubscriptionStatus": "PendingFulfillmentStart" + }, + "userDetails": { + "email": "aa" + }, + "delegatedSubnetId": "vjfirtaljehawmflyfianw", + "clusterLoginUrl": "adabmuthwrbjshzfbo", + "privateIPs": [ + "eugjqbaoucgjsopzfrq" + ] + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "marketplaceDetails": { + "marketplaceSubscriptionId": "ujrcqvxfnhxxheoth", + "planId": "x", + "offerId": "eiyhbmpwgezcmzrrfoiskuxlcvwojf", + "publisherId": "wfmokfdjbwpjhz", + "marketplaceSubscriptionStatus": "PendingFulfillmentStart" + }, + "provisioningState": "Accepted", + "userDetails": {}, + "delegatedSubnetId": "neqctctqdmjezfgt", + "clusterLoginUrl": "jjqhgevy", + "privateIPs": [ + "eugjqbaoucgjsopzfrq" + ], + "storageSku": "Standard", + "initialCapacity": 9, + "availabilityZone": "maseyqhlnhoiwbabcqabtedbjpip" + }, + "systemData": { + "createdBy": "mtdhqooysjhueaojwpmvophkgntl", + "createdByType": "User", + "createdAt": "2022-10-14T04:40:17.991Z", + "lastModifiedBy": "jcywglomzuamsxltnoegdrkzlscxl", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-10-14T04:40:17.991Z" + }, + "identity": { + "principalId": "11111111-1111-1111-1111-111111111111", + "tenantId": "11111111-1111-1111-1111-111111111111", + "type": "None", + "userAssignedIdentities": { + "key4522": { + "principalId": "11111111-1111-1111-1111-111111111111", + "clientId": "11111111-1111-1111-1111-111111111111" + } + } + }, + "tags": { + "key6565": "cgdhmupta" + }, + "location": "przdlsmlzsszphnixq", + "id": "tvelgpobdtazrweunifqzaxkgjauyx", + "name": "bii", + "type": "qtvxrqwpoistduq" + } + } + } +} diff --git a/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_Update_MinimumSet_Gen.json b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_Update_MinimumSet_Gen.json new file mode 100644 index 000000000000..eae5b8097712 --- /dev/null +++ b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/FileSystems_Update_MinimumSet_Gen.json @@ -0,0 +1,31 @@ +{ + "parameters": { + "api-version": "2022-10-12", + "subscriptionId": "aaaaaaa", + "resourceGroupName": "rgQumulo", + "fileSystemName": "aaaaaaaaaaaaaaaaa", + "properties": {} + }, + "responses": { + "200": { + "body": { + "properties": { + "marketplaceDetails": { + "marketplaceSubscriptionId": "aaaaaaaaaaaaaaaaa", + "planId": "aaaaaaa", + "offerId": "aaaaaaaaa", + "publisherId": "aaaaaaaaaaaaaaaaaaaa", + "marketplaceSubscriptionStatus": "PendingFulfillmentStart" + }, + "provisioningState": "Accepted", + "userDetails": {}, + "delegatedSubnetId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "storageSku": "Standard", + "initialCapacity": 9 + }, + "name": "aaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + } + } +} diff --git a/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/Operations_List_MaximumSet_Gen.json b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/Operations_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..747eecc56239 --- /dev/null +++ b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/Operations_List_MaximumSet_Gen.json @@ -0,0 +1,26 @@ +{ + "parameters": { + "api-version": "2022-10-12" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "name": "runmssufdtztqwcjrxyuyodlzbxidp", + "isDataAction": true, + "display": { + "provider": "e", + "resource": "cgzkjnfpkvddogcszpdn", + "operation": "fgyvgifprfxdgyqdbglrysjjsozm", + "description": "cnjdpucbtzreoihwdqnkprk" + }, + "origin": "user", + "actionType": "Internal" + } + ], + "nextLink": "mzpodd" + } + } + } +} diff --git a/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/Operations_List_MinimumSet_Gen.json b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/Operations_List_MinimumSet_Gen.json new file mode 100644 index 000000000000..cab8a69d262c --- /dev/null +++ b/specification/liftrqumulo/resource-manager/Qumulo.Storage/stable/2022-10-12/examples/Operations_List_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "parameters": { + "api-version": "2022-10-12" + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/liftrqumulo/resource-manager/readme.md b/specification/liftrqumulo/resource-manager/readme.md index a16e38fc2bd9..a648cce85397 100644 --- a/specification/liftrqumulo/resource-manager/readme.md +++ b/specification/liftrqumulo/resource-manager/readme.md @@ -24,17 +24,26 @@ For other options on installation see [Installing AutoRest](https://aka.ms/autor These are the global settings for the Qumulo.Storage. -```yaml +``` yaml openapi-type: arm openapi-subtype: rpaas -tag: package-2022-10-12-preview +tag: package-2022-10 ``` + +### Tag: package-2022-10 + +These settings apply only when `--tag=package-2022-10` is specified on the command line. + +```yaml $(tag) == 'package-2022-10' +input-file: + - Qumulo.Storage/stable/2022-10-12/Qumulo.Storage.json +``` ### Tag: package-2022-06-27-preview These settings apply only when `--tag=package-2022-06-27-preview` is specified on the command line. -```yaml $(tag) == 'package-2022-06-27-preview' +``` yaml $(tag) == 'package-2022-06-27-preview' input-file: - Qumulo.Storage/preview/2022-06-27-preview/Qumulo.Storage.json ``` @@ -43,7 +52,7 @@ input-file: These settings apply only when `--tag=package-2022-10-12-preview` is specified on the command line. -```yaml $(tag) == 'package-2022-10-12-preview' +``` yaml $(tag) == 'package-2022-10-12-preview' input-file: - Qumulo.Storage/preview/2022-10-12-preview/Qumulo.Storage.json ``` @@ -57,13 +66,12 @@ input-file: This section describes what SDK should be generated by the automatic system. This is not used by Autorest itself. -```yaml $(swagger-to-sdk) +``` yaml $(swagger-to-sdk) swagger-to-sdk: - repo: azure-sdk-for-python-track2 - repo: azure-sdk-for-java - - repo: azure-sdk-for-go + - repo: azure-sdk-for-go-track2 - repo: azure-sdk-for-js - - repo: azure-powershell - repo: azure-resource-manager-schemas - repo: azure-cli-extensions ```