From 9e17c18abd9503c842887a41de6245bc70b0e4f6 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Tue, 14 Dec 2021 23:01:06 -0800 Subject: [PATCH 01/32] Initial Check-In to introduce ElasticSan RP --- custom-words.txt | 11 + .../2021-11-20-preview/elasticsan.json | 2471 +++++++++++++++++ ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 91 + ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 47 + .../ElasticSans_Delete_MaximumSet_Gen.json | 17 + .../ElasticSans_Delete_MinimumSet_Gen.json | 17 + .../ElasticSans_Get_MaximumSet_Gen.json | 41 + .../ElasticSans_Get_MinimumSet_Gen.json | 25 + ...ns_ListByResourceGroup_MaximumSet_Gen.json | 45 + ...ns_ListByResourceGroup_MinimumSet_Gen.json | 28 + ...ans_ListBySubscription_MaximumSet_Gen.json | 44 + ...ans_ListBySubscription_MinimumSet_Gen.json | 27 + .../ElasticSans_Update_MaximumSet_Gen.json | 54 + .../ElasticSans_Update_MinimumSet_Gen.json | 35 + .../Operations_List_MaximumSet_Gen.json | 26 + .../Operations_List_MinimumSet_Gen.json | 23 + ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 133 + ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 56 + .../Snapshots_Create_MaximumSet_Gen.json | 125 + .../Snapshots_Create_MinimumSet_Gen.json | 49 + .../Snapshots_Delete_MaximumSet_Gen.json | 19 + .../Snapshots_Delete_MinimumSet_Gen.json | 19 + .../Snapshots_Get_MaximumSet_Gen.json | 67 + .../Snapshots_Get_MinimumSet_Gen.json | 29 + ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 70 + ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 31 + .../Snapshots_Update_MaximumSet_Gen.json | 133 + .../Snapshots_Update_MinimumSet_Gen.json | 56 + ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 174 ++ ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 64 + .../VolumeGroups_Delete_MaximumSet_Gen.json | 18 + .../VolumeGroups_Delete_MinimumSet_Gen.json | 18 + .../VolumeGroups_Get_MaximumSet_Gen.json | 85 + .../VolumeGroups_Get_MinimumSet_Gen.json | 33 + ...roups_ListByElasticSan_MaximumSet_Gen.json | 89 + ...roups_ListByElasticSan_MinimumSet_Gen.json | 36 + .../VolumeGroups_Update_MaximumSet_Gen.json | 101 + .../VolumeGroups_Update_MinimumSet_Gen.json | 41 + ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 84 + ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 36 + .../Volumes_Delete_MaximumSet_Gen.json | 19 + .../Volumes_Delete_MinimumSet_Gen.json | 19 + .../examples/Volumes_Get_MaximumSet_Gen.json | 44 + .../examples/Volumes_Get_MinimumSet_Gen.json | 20 + ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 47 + ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 22 + .../Volumes_Update_MaximumSet_Gen.json | 55 + .../Volumes_Update_MinimumSet_Gen.json | 28 + .../elasticsan/resource-manager/readme.az.md | 34 + .../elasticsan/resource-manager/readme.cli.md | 21 + .../resource-manager/readme.csharp.md | 15 + .../elasticsan/resource-manager/readme.go.md | 26 + .../elasticsan/resource-manager/readme.md | 79 + .../resource-manager/readme.python.md | 23 + .../resource-manager/readme.ruby.md | 14 + .../resource-manager/readme.typescript.md | 13 + 56 files changed, 5047 insertions(+) create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/readme.az.md create mode 100644 specification/elasticsan/resource-manager/readme.cli.md create mode 100644 specification/elasticsan/resource-manager/readme.csharp.md create mode 100644 specification/elasticsan/resource-manager/readme.go.md create mode 100644 specification/elasticsan/resource-manager/readme.md create mode 100644 specification/elasticsan/resource-manager/readme.python.md create mode 100644 specification/elasticsan/resource-manager/readme.ruby.md create mode 100644 specification/elasticsan/resource-manager/readme.typescript.md diff --git a/custom-words.txt b/custom-words.txt index ac38338b9051..46fe81e3409d 100644 --- a/custom-words.txt +++ b/custom-words.txt @@ -644,6 +644,8 @@ EIRP eirpd Einsteinweg Ekaterinburg +ElasticSan +ElasticSans ekus Eloqua enableautoscale @@ -1963,6 +1965,7 @@ storageimportexport storagesources storagesync storagetarget +storagetargetinfo storageuri storsimple streamanalytics @@ -1985,6 +1988,7 @@ sublists submount subnames subnet +subnetid subnetname subnets subnet's @@ -2283,6 +2287,13 @@ vnetid Vnets voip Volapük +volume +volumes +volumename +volumesize +volumegroup +volumegroupname +volumegroups Vpnclient vpnconfiguration vpndeviceconfigurationscript diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json new file mode 100644 index 000000000000..0f982d7dbf12 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -0,0 +1,2471 @@ +{ + "swagger": "2.0", + "info": { + "version": "2021-11-20-preview", + "title": "ElasticSanManagement" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "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": "ElasticSans", + "description": "APIs for ElasticSan operations." + }, + { + "name": "ElasticSanOperations", + "description": "APIs for ElasticSan operations," + }, + { + "name": "VolumeGroups", + "description": "APIs for Volume Group operations." + }, + { + "name": "Volumes", + "description": "APIs for Volume operations." + }, + { + "name": "Snapshots", + "description": "APIs for Snapshot operations." + } + ], + "paths": { + "/providers/Microsoft.ElasticSan/operations": { + "get": { + "tags": [ + "ElasticSanOperations" + ], + "operationId": "Operations_List", + "description": "Gets a list of ElasticSan operations.", + "parameters": [ + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "Retrieved RP operations", + "schema": { + "$ref": "#/definitions/ElasticSanOperationListResult" + } + }, + "default": { + "description": "Error from the RP", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + }, + "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/Microsoft.ElasticSan/elasticSans": { + "get": { + "tags": [ + "ElasticSans" + ], + "operationId": "ElasticSans_ListBySubscription", + "description": "Gets a list of ElasticSans in a subscription", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "Operation completed successfully; retrieved Elastic San by subscription", + "schema": { + "$ref": "#/definitions/ElasticSanListResult" + } + }, + "default": { + "description": "Error from the RP", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "ElasticSans_ListBySubscription_MaximumSet_Gen": { + "$ref": "./examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json" + }, + "ElasticSans_ListBySubscription_MinimumSet_Gen": { + "$ref": "./examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans": { + "get": { + "tags": [ + "ElasticSan" + ], + "operationId": "ElasticSans_ListByResourceGroup", + "description": "Gets a list of ElasticSan in a resource group.", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "Operation completed successfully; retrieved elasticSans by resource group", + "schema": { + "$ref": "#/definitions/ElasticSanListResult" + } + }, + "default": { + "description": "Error from the RP", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "ElasticSans_ListByResourceGroup_MaximumSet_Gen": { + "$ref": "./examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json" + }, + "ElasticSans_ListByResourceGroup_MinimumSet_Gen": { + "$ref": "./examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}": { + "put": { + "tags": [ + "ElasticSans" + ], + "operationId": "ElasticSans_CreateOrUpdate", + "description": "Create or Update ElasticSan.", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/ElasticSanCreate" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK -- Returned when the create or update operation is successfully completed.", + "schema": { + "$ref": "#/definitions/ElasticSan" + } + }, + "201": { + "description": "Accepted -- Create or update request accepted; operation will complete asynchronously.", + "schema": { + "$ref": "#/definitions/ElasticSan" + } + }, + "default": { + "description": "Error from the RP", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-examples": { + "ElasticSans_CreateOrUpdate_MaximumSet_Gen": { + "$ref": "./examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json" + }, + "ElasticSans_CreateOrUpdate_MinimumSet_Gen": { + "$ref": "./examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json" + } + } + }, + "patch": { + "tags": [ + "ElasticSans" + ], + "operationId": "ElasticSans_Update", + "description": "Update a Elastic San.", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/ElasticSanUpdate" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK -- Returned when the update operation is successfully completed.", + "schema": { + "$ref": "#/definitions/ElasticSan" + } + }, + "202": { + "description": "Accepted -- Update request accepted; operation will complete asynchronously." + }, + "default": { + "description": "Error from the RP.", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-examples": { + "ElasticSans_Update_MaximumSet_Gen": { + "$ref": "./examples/ElasticSans_Update_MaximumSet_Gen.json" + }, + "ElasticSans_Update_MinimumSet_Gen": { + "$ref": "./examples/ElasticSans_Update_MinimumSet_Gen.json" + } + } + }, + "delete": { + "tags": [ + "ElasticSans" + ], + "operationId": "ElasticSans_Delete", + "description": "Delete a Elastic San.", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "Delete operation completed successfully." + }, + "202": { + "description": "Delete request accepted; operation will complete asynchronously." + }, + "204": { + "description": "Resource does not exist in the subscription." + }, + "default": { + "description": "Error from the RP", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-examples": { + "ElasticSans_Delete_MaximumSet_Gen": { + "$ref": "./examples/ElasticSans_Delete_MaximumSet_Gen.json" + }, + "ElasticSans_Delete_MinimumSet_Gen": { + "$ref": "./examples/ElasticSans_Delete_MinimumSet_Gen.json" + } + } + }, + "get": { + "tags": [ + "ElasticSans" + ], + "operationId": "ElasticSans_Get", + "description": "Get a ElasticSan.", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "Operation completed successfully; retrieved ElasticSan.", + "schema": { + "$ref": "#/definitions/ElasticSan" + } + }, + "default": { + "description": "Error from the RP.", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-examples": { + "ElasticSans_Get_MaximumSet_Gen": { + "$ref": "./examples/ElasticSans_Get_MaximumSet_Gen.json" + }, + "ElasticSans_Get_MinimumSet_Gen": { + "$ref": "./examples/ElasticSans_Get_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumeGroups": { + "get": { + "tags": [ + "VolumeGroups" + ], + "description": "List VolumeGroups.", + "operationId": "VolumeGroups_ListByElasticSan", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "Operation completed successfully; retrieved Volume Group List.", + "schema": { + "$ref": "#/definitions/VolumeGroupList" + } + }, + "default": { + "description": "Error from the RP.", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "VolumeGroups_ListByElasticSan_MaximumSet_Gen": { + "$ref": "./examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json" + }, + "VolumeGroups_ListByElasticSan_MinimumSet_Gen": { + "$ref": "./examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}": { + "put": { + "tags": [ + "VolumeGroups" + ], + "description": "Create or Update a Volume Group.", + "operationId": "VolumeGroups_CreateOrUpdate", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/VolumeGroupName" + }, + { + "$ref": "#/parameters/VolumeGroupCreate" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK -- Returned when the create or update operation is successfully completed.", + "schema": { + "$ref": "#/definitions/VolumeGroup" + } + }, + "201": { + "description": "Accepted -- Create or update request accepted; operation will complete asynchronously.", + "schema": { + "$ref": "#/definitions/VolumeGroup" + } + }, + "default": { + "description": "Error from the RP.", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-examples": { + "VolumeGroups_CreateOrUpdate_MaximumSet_Gen": { + "$ref": "./examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json" + }, + "VolumeGroups_CreateOrUpdate_MinimumSet_Gen": { + "$ref": "./examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json" + } + } + }, + "patch": { + "tags": [ + "VolumeGroups" + ], + "description": "Update an VolumeGroup.", + "operationId": "VolumeGroups_Update", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/VolumeGroupName" + }, + { + "$ref": "#/parameters/VolumeGroupUpdate" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK -- Returned when the update operation is successfully completed.", + "schema": { + "$ref": "#/definitions/VolumeGroup" + } + }, + "202": { + "description": "Accepted -- Update request accepted; operation will complete asynchronously." + }, + "default": { + "description": "Error from the RP.", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-examples": { + "VolumeGroups_Update_MaximumSet_Gen": { + "$ref": "./examples/VolumeGroups_Update_MaximumSet_Gen.json" + }, + "VolumeGroups_Update_MinimumSet_Gen": { + "$ref": "./examples/VolumeGroups_Update_MinimumSet_Gen.json" + } + } + }, + "delete": { + "tags": [ + "VolumeGroups" + ], + "description": "Delete an VolumeGroup.", + "operationId": "VolumeGroups_Delete", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/VolumeGroupName" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "Delete operation completed successfully." + }, + "202": { + "description": "Delete request accepted; operation will complete asynchronously." + }, + "204": { + "description": "Resource does not exist in the subscription." + }, + "default": { + "description": "Error from the RP", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-examples": { + "VolumeGroups_Delete_MaximumSet_Gen": { + "$ref": "./examples/VolumeGroups_Delete_MaximumSet_Gen.json" + }, + "VolumeGroups_Delete_MinimumSet_Gen": { + "$ref": "./examples/VolumeGroups_Delete_MinimumSet_Gen.json" + } + } + }, + "get": { + "tags": [ + "VolumeGroups" + ], + "description": "Get an VolumeGroups.", + "operationId": "VolumeGroups_Get", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/VolumeGroupName" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "Operation completed successfully; retrieved iSCSI Target.", + "schema": { + "$ref": "#/definitions/VolumeGroup" + } + }, + "default": { + "description": "Error from the RP.", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-examples": { + "VolumeGroups_Get_MaximumSet_Gen": { + "$ref": "./examples/VolumeGroups_Get_MaximumSet_Gen.json" + }, + "VolumeGroups_Get_MinimumSet_Gen": { + "$ref": "./examples/VolumeGroups_Get_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}": { + "put": { + "tags": [ + "Volumes" + ], + "description": "Create or Update a Volume.", + "operationId": "Volumes_CreateOrUpdate", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/VolumeGroupName" + }, + { + "$ref": "#/parameters/VolumeName" + }, + { + "$ref": "#/parameters/VolumeCreate" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK -- Returned when the create or update operation is successfully completed.", + "schema": { + "$ref": "#/definitions/Volume" + } + }, + "201": { + "description": "Accepted -- Create or update request accepted; operation will complete asynchronously.", + "schema": { + "$ref": "#/definitions/Volume" + } + }, + "default": { + "description": "Error from the RP.", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-examples": { + "Volumes_CreateOrUpdate_MaximumSet_Gen": { + "$ref": "./examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json" + }, + "Volumes_CreateOrUpdate_MinimumSet_Gen": { + "$ref": "./examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json" + } + } + }, + "patch": { + "tags": [ + "Volumes" + ], + "description": "Update an Volume.", + "operationId": "Volumes_Update", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/VolumeGroupName" + }, + { + "$ref": "#/parameters/VolumeName" + }, + { + "$ref": "#/parameters/VolumeUpdate" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK -- Returned when the update operation is successfully completed.", + "schema": { + "$ref": "#/definitions/Volume" + } + }, + "202": { + "description": "Accepted -- Update request accepted; operation will complete asynchronously." + }, + "default": { + "description": "Error from the RP.", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-examples": { + "Volumes_Update_MaximumSet_Gen": { + "$ref": "./examples/Volumes_Update_MaximumSet_Gen.json" + }, + "Volumes_Update_MinimumSet_Gen": { + "$ref": "./examples/Volumes_Update_MinimumSet_Gen.json" + } + } + }, + "delete": { + "tags": [ + "Volumes" + ], + "description": "Delete an Volume.", + "operationId": "Volumes_Delete", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/VolumeGroupName" + }, + { + "$ref": "#/parameters/VolumeName" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "Delete operation completed successfully." + }, + "202": { + "description": "Delete request accepted; operation will complete asynchronously." + }, + "204": { + "description": "Resource does not exist in the subscription." + }, + "default": { + "description": "Error from the RP", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-examples": { + "Volumes_Delete_MaximumSet_Gen": { + "$ref": "./examples/Volumes_Delete_MaximumSet_Gen.json" + }, + "Volumes_Delete_MinimumSet_Gen": { + "$ref": "./examples/Volumes_Delete_MinimumSet_Gen.json" + } + } + }, + "get": { + "tags": [ + "Volumes" + ], + "description": "Get an Volume.", + "operationId": "Volumes_Get", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/VolumeGroupName" + }, + { + "$ref": "#/parameters/VolumeName" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "Operation completed successfully; retrieved Volume.", + "schema": { + "$ref": "#/definitions/Volume" + } + }, + "default": { + "description": "Error from the RP.", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-examples": { + "Volumes_Get_MaximumSet_Gen": { + "$ref": "./examples/Volumes_Get_MaximumSet_Gen.json" + }, + "Volumes_Get_MinimumSet_Gen": { + "$ref": "./examples/Volumes_Get_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes": { + "get": { + "tags": [ + "Volumes" + ], + "description": "List Volumes in a VolumeGroup.", + "operationId": "Volumes_ListByVolumeGroup", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/VolumeGroupName" + } + ], + "responses": { + "200": { + "description": "Operation completed successfully; retrieved volumes in a volume group.", + "schema": { + "$ref": "#/definitions/VolumeList" + } + }, + "default": { + "description": "Error from the RP", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Volumes_ListByVolumeGroup_MaximumSet_Gen": { + "$ref": "./examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json" + }, + "Volumes_ListByVolumeGroup_MinimumSet_Gen": { + "$ref": "./examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots/{snapshotName}": { + "put": { + "tags": [ + "Snapshots" + ], + "description": "Create a Volume Snapshot.", + "operationId": "Snapshots_CreateOrUpdate", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/VolumeGroupName" + }, + { + "$ref": "#/parameters/SnapshotName" + }, + { + "$ref": "#/parameters/SnapshotCreate" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK -- Returned when the create or update operation is successfully completed.", + "schema": { + "$ref": "#/definitions/Snapshot" + } + }, + "201": { + "description": "Accepted -- Create or update request accepted; operation will complete asynchronously.", + "schema": { + "$ref": "#/definitions/Snapshot" + } + }, + "default": { + "description": "Error from the RP.", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-examples": { + "Snapshots_CreateOrUpdate_MaximumSet_Gen": { + "$ref": "./examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json" + }, + "Snapshots_CreateOrUpdate_MinimumSet_Gen": { + "$ref": "./examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json" + } + } + }, + "patch": { + "tags": [ + "Snapshots" + ], + "description": "Update a Volume Snapshot.", + "operationId": "Snapshots_Update", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/VolumeGroupName" + }, + { + "$ref": "#/parameters/SnapshotName" + }, + { + "$ref": "#/parameters/SnapshotCreate" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK -- Returned when the create or update operation is successfully completed.", + "schema": { + "$ref": "#/definitions/Snapshot" + } + }, + "201": { + "description": "Accepted -- Create or update request accepted; operation will complete asynchronously.", + "schema": { + "$ref": "#/definitions/Snapshot" + } + }, + "default": { + "description": "Error from the RP.", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-examples": { + "Snapshots_Update_MaximumSet_Gen": { + "$ref": "./examples/Snapshots_Update_MaximumSet_Gen.json" + }, + "Snapshots_Update_MinimumSet_Gen": { + "$ref": "./examples/Snapshots_Update_MinimumSet_Gen.json" + } + } + }, + "delete": { + "tags": [ + "Snapshots" + ], + "description": "Delete an Volume Snapshot.", + "operationId": "Snapshots_Delete", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/VolumeGroupName" + }, + { + "$ref": "#/parameters/SnapshotName" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "Delete operation completed successfully." + }, + "202": { + "description": "Delete request accepted; operation will complete asynchronously." + }, + "204": { + "description": "Resource does not exist in the subscription." + }, + "default": { + "description": "Error from the RP", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-examples": { + "Snapshots_Delete_MaximumSet_Gen": { + "$ref": "./examples/Snapshots_Delete_MaximumSet_Gen.json" + }, + "Snapshots_Delete_MinimumSet_Gen": { + "$ref": "./examples/Snapshots_Delete_MinimumSet_Gen.json" + } + } + }, + "get": { + "tags": [ + "Snapshots" + ], + "description": "Get an Volume Snapshot.", + "operationId": "Snapshots_Get", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/VolumeGroupName" + }, + { + "$ref": "#/parameters/SnapshotName" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "Operation completed successfully; retrieved Volume.", + "schema": { + "$ref": "#/definitions/Snapshot" + } + }, + "default": { + "description": "Error from the RP.", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-examples": { + "Snapshots_Get_MaximumSet_Gen": { + "$ref": "./examples/Snapshots_Get_MaximumSet_Gen.json" + }, + "Snapshots_Get_MinimumSet_Gen": { + "$ref": "./examples/Snapshots_Get_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots": { + "get": { + "tags": [ + "Snapshots" + ], + "description": "List Snapshots in a VolumeGroup.", + "operationId": "Snapshots_ListByVolumeGroup", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/VolumeGroupName" + } + ], + "responses": { + "200": { + "description": "Operation completed successfully; retrieved volumes in a volume group.", + "schema": { + "$ref": "#/definitions/SnapshotList" + } + }, + "default": { + "description": "Error from the RP", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Snapshots_ListByVolumeGroup_MaximumSet_Gen": { + "$ref": "./examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json" + }, + "Snapshots_ListByVolumeGroup_MinimumSet_Gen": { + "$ref": "./examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots/{snapshotName}/create": { + "post": { + "tags": [ + "Snapshots" + ], + "description": "Create a VolumeGroup Snapshot.", + "operationId": "Snapshots_Create", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanName" + }, + { + "$ref": "#/parameters/VolumeGroupName" + }, + { + "$ref": "#/parameters/SnapshotName" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK -- Returned when the create or update operation is successfully completed.", + "schema": { + "$ref": "#/definitions/Snapshot" + } + }, + "201": { + "description": "Accepted -- Create or update request accepted; operation will complete asynchronously.", + "schema": { + "$ref": "#/definitions/Snapshot" + } + }, + "default": { + "description": "Error from the RP.", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-examples": { + "Snapshots_Create_MaximumSet_Gen": { + "$ref": "./examples/Snapshots_Create_MaximumSet_Gen.json" + }, + "Snapshots_Create_MinimumSet_Gen": { + "$ref": "./examples/Snapshots_Create_MinimumSet_Gen.json" + } + } + } + } + }, + "parameters": { + "SubscriptionIdParameter": { + "name": "subscriptionId", + "in": "path", + "required": true, + "type": "string", + "description": "The ID of the target subscription.", + "minLength": 1 + }, + "ApiVersionParameter": { + "name": "api-version", + "in": "query", + "required": true, + "type": "string", + "description": "The API version to use for this operation.", + "minLength": 1 + }, + "ResourceGroupNameParameter": { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group. The name is case insensitive.", + "pattern": "^[-\\w\\._]*[0-9A-Za-z]$", + "minLength": 1, + "maxLength": 90, + "x-ms-parameter-location": "method" + }, + "ElasticSanName": { + "name": "elasticSanName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the ElasticSan.", + "x-ms-parameter-location": "method" + }, + "VolumeGroupName": { + "name": "volumeGroupName", + "type": "string", + "required": true, + "in": "path", + "description": "The name of the VolumeGroup.", + "x-ms-parameter-location": "method" + }, + "VolumeName": { + "name": "volumeName", + "type": "string", + "required": true, + "in": "path", + "description": "The name of the Volume.", + "x-ms-parameter-location": "method" + }, + "IscsiTargetName": { + "name": "iscsiTargetName", + "type": "string", + "required": true, + "in": "path", + "description": "The name of the iSCSI Target.", + "x-ms-parameter-location": "method" + }, + "SnapshotName": { + "name": "snapshotName", + "type": "string", + "required": true, + "in": "path", + "description": "The name of the Volume Snapshot.", + "x-ms-parameter-location": "method" + }, + "ElasticSanCreate": { + "name": "ElasticSanCreatePayload", + "required": true, + "in": "body", + "description": "Request payload for ElasticSan create operation", + "schema": { + "$ref": "#/definitions/ElasticSanCreate" + }, + "x-ms-parameter-location": "method" + }, + "ElasticSanUpdate": { + "name": "ElasticSanUpdatePayload", + "required": true, + "in": "body", + "description": "Request payload for ElasticSan update operation", + "schema": { + "$ref": "#/definitions/ElasticSanUpdate" + }, + "x-ms-parameter-location": "method" + }, + "VolumeGroupCreate": { + "name": "VolumeGroupCreate", + "required": true, + "in": "body", + "description": "Request payload for VolumeGroup create operation.", + "schema": { + "$ref": "#/definitions/VolumeGroupCreate" + }, + "x-ms-parameter-location": "method" + }, + "VolumeGroupUpdate": { + "name": "VolumeGroupUpdatePayload", + "required": true, + "in": "body", + "description": "Request payload for VolumeGroup update operation.", + "schema": { + "$ref": "#/definitions/VolumeGroupUpdate" + }, + "x-ms-parameter-location": "method" + }, + "VolumeCreate": { + "name": "VolumeCreate", + "required": true, + "in": "body", + "description": "Request payload for Volume create operation.", + "schema": { + "$ref": "#/definitions/VolumeCreate" + }, + "x-ms-parameter-location": "method" + }, + "VolumeUpdate": { + "name": "VolumeUpdatePayload", + "required": true, + "in": "body", + "description": "Request payload for Volume update operation.", + "schema": { + "$ref": "#/definitions/VolumeUpdate" + }, + "x-ms-parameter-location": "method" + }, + "SnapshotCreate": { + "name": "SnapshotCreatePayload", + "required": true, + "in": "body", + "description": "Request payload for Volume Snapshot create operation.", + "schema": { + "$ref": "#/definitions/SnapshotCreate" + }, + "x-ms-parameter-location": "method" + }, + "OperationId": { + "name": "operationId", + "type": "string", + "required": true, + "in": "path", + "description": "The unique uuid of an operation.", + "x-ms-parameter-location": "method" + }, + "Location": { + "name": "location", + "type": "string", + "required": true, + "in": "path", + "description": "The location of the resource.", + "x-ms-parameter-location": "method" + } + }, + "definitions": { + "ElasticSanOperationDisplay": { + "type": "object", + "required": [ + "provider", + "resource", + "operation", + "description" + ], + "description": "Metadata about an operation.", + "additionalProperties": false, + "properties": { + "provider": { + "type": "string", + "description": "Localized friendly form of the resource provider name." + }, + "resource": { + "type": "string", + "description": "Localized friendly form of the resource type related to this action/operation." + }, + "operation": { + "type": "string", + "description": "Localized friendly name for the operation, as it should be shown to the user." + }, + "description": { + "type": "string", + "description": "Localized friendly description for the operation, as it should be shown to the user." + } + } + }, + "ElasticSanRPOperation": { + "type": "object", + "required": [ + "name", + "isDataAction", + "display" + ], + "description": "Description of a ElasticSan RP Operation", + "additionalProperties": false, + "properties": { + "name": { + "type": "string", + "description": "The name of the operation being performed on this particular object" + }, + "isDataAction": { + "type": "boolean", + "description": "Indicates whether the operation applies to data-plane." + }, + "actionType": { + "type": "string", + "description": "Indicates the action type." + }, + "display": { + "type": "string", + "description": "Additional metadata about RP operation.", + "$ref": "#/definitions/ElasticSanOperationDisplay" + }, + "origin": { + "type": "string", + "description": "The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX." + } + } + }, + "ElasticSanOperationListResult": { + "type": "object", + "required": [ + "value" + ], + "description": "List of operations supported by the RP.", + "additionalProperties": false, + "properties": { + "value": { + "type": "array", + "description": "An array of operations supported by the ElasticSan RP.", + "items": { + "$ref": "#/definitions/ElasticSanRPOperation" + } + }, + "nextLink": { + "description": "URI to fetch the next section of the paginated response.", + "type": "string" + } + } + }, + "ElasticSanListResult": { + "type": "object", + "required": [ + "value" + ], + "description": "List of Elastic San", + "additionalProperties": false, + "properties": { + "value": { + "description": "An array of Elastic San objects.", + "type": "array", + "items": { + "$ref": "#/definitions/ElasticSan" + } + }, + "nextLink": { + "description": "URI to fetch the next section of the paginated response.", + "type": "string", + "readOnly": true + } + } + }, + "ElasticSan": { + "type": "object", + "description": "Response for ElasticSan request.", + "required": [ + "properties" + ], + "properties": { + "properties": { + "x-ms-client-flatten": true, + "description": "Properties of ElasticSan.", + "$ref": "#/definitions/ElasticSanProperties" + }, + "systemData": { + "description": "Resource metadata required by ARM RPC", + "readOnly": true, + "$ref": "#/definitions/SystemMetadata" + } + }, + "allOf": [ + { + "$ref": "#/definitions/TrackedResource" + } + ] + }, + "ElasticSanProperties": { + "type": "object", + "description": "Elastic San response properties.", + "required": [ + "subscriptionId", + "availabilityZones", + "provisioningState", + "sizeInTB" + ], + "properties": { + "subscriptionId": { + "description": "Subscription Id of Elastic San", + "type": "string", + "x-ms-client-flatten": true + }, + "location": { + "type": "string", + "x-ms-mutability": [ + "read", + "create" + ], + "description": "The geo-location where the resource lives." + }, + "availabilityZones": { + "type": "array", + "description": "Logical zone for Elastic San resource; example: [\"1\"].", + "items": { + "$ref": "#/definitions/AvailabilityZone" + } + }, + "provisioningState": { + "description": "State of the operation on the resource.", + "type": "string", + "$ref": "#/definitions/ProvisioningState" + }, + "sizeInTB": { + "description": "Size of the ElasticSan in TB.", + "type": "integer", + "format": "int64" + }, + "type": { + "readOnly": true, + "type": "string", + "description": "The type of the resource. Ex- Microsoft.ElasticSan/elasticSans." + } + } + }, + "ElasticSanCreate": { + "type": "object", + "description": "Request payload for create or update Elastic San request.", + "required": [ + "location", + "name" + ], + "properties": { + "properties": { + "x-ms-client-flatten": true, + "description": "Properties for ElasticSan create request.", + "$ref": "#/definitions/ElasticSanCreateProperties" + }, + "name": { + "type": "string", + "description": "Name of the Elastic San to create" + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "x-ms-mutability": [ + "read", + "create", + "update" + ], + "description": "Resource tags." + }, + "location": { + "type": "string", + "x-ms-mutability": [ + "read", + "create" + ], + "description": "The geo-location where the resource lives." + }, + "type": { + "readOnly": true, + "type": "string", + "description": "The type of the resource. Ex- Microsoft.ElasticSan/elasticSans." + } + }, + "x-ms-azure-resource": true + }, + "ElasticSanUpdate": { + "type": "object", + "description": "Request payload for Update ElasticSan request.", + "required": [ + "properties" + ], + "properties": { + "properties": { + "x-ms-client-flatten": true, + "description": "Properties for ElasticSan update request.", + "$ref": "#/definitions/ElasticSanUpdateProperties" + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "x-ms-mutability": [ + "read", + "create", + "update" + ], + "description": "Resource tags." + } + } + }, + "ElasticSanCreateProperties": { + "type": "object", + "description": "Properties for Elastic San create or update request.", + "required": [ + "sizeInTB" + ], + "properties": { + "availabilityZones": { + "type": "array", + "description": "Logical zone for Elastic San resource; example: [\"1\"].", + "items": { + "$ref": "#/definitions/AvailabilityZone" + } + }, + "sizeInTB": { + "description": "size of the Elastic San appliance in TB.", + "type": "integer", + "format": "int64" + }, + "sku": { + "description": "resource sku", + "type": "string", + "$ref": "#/definitions/SkuName" + } + } + }, + "ElasticSanUpdateProperties": { + "type": "object", + "description": "Properties for ElasticSan update request.", + "required": [ + "sizeInTB" + ], + "properties": { + "sizeInTB": { + "description": "size of Elastic San in TB.", + "type": "integer", + "format": "int64" + } + } + }, + "AvailabilityZone": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Availability zones." + }, + "SkuName": { + "type": "string", + "description": "The SKU name. Required for account creation; optional for update.", + "enum": [ + "Premium_LRS", + "Premium_ZRS" + ], + "x-ms-enum": { + "name": "SkuName", + "modelAsString": true + } + }, + "StorageTarget": { + "type": "object", + "description": "Response for Storage Target requests.", + "required": [ + "properties" + ], + "properties": { + "properties": { + "x-ms-client-flatten": true, + "description": "Properties for Storage Target operations.", + "$ref": "#/definitions/StorageTargetProperties" + }, + "systemData": { + "description": "Resource metadata required by ARM RPC", + "readOnly": true, + "$ref": "#/definitions/SystemMetadata" + } + }, + "allOf": [ + { + "$ref": "#/definitions/ProxyResource" + } + ] + }, + "StorageTargetProperties": { + "type": "object", + "description": "Response properties for Storage Target operations.", + "properties": { + "protocolType": { + "description": "Type of storage target", + "type": "string", + "$ref": "#/definitions/StorageTargetType" + }, + "encryption": { + "description": "Type of encryption", + "type": "string", + "$ref": "#/definitions/EncryptionType" + } + } + }, + "IscsiTargetInfo": { + "type": "object", + "description": "Iscsi target information", + "properties": { + "targetIqn": { + "type": "string", + "description": "iSCSI Target IQN (iSCSI Qualified Name); example: \"iqn.2005-03.org.iscsi:server\".", + "readOnly": true + }, + "provisioningState": { + "description": "State of the operation on the resource.", + "type": "string", + "$ref": "#/definitions/ProvisioningState" + }, + "status": { + "type": "string", + "$ref": "#/definitions/OperationalStatus", + "description": "Operational status of the iSCSI Target." + }, + "endpoints": { + "description": "List of private IPv4 addresses to connect to the storage Target.", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "VolumeGroup": { + "type": "object", + "description": "Response for Volume Group request.", + "required": [ + "properties" + ], + "properties": { + "properties": { + "x-ms-client-flatten": true, + "description": "Properties of VolumeGroup.", + "$ref": "#/definitions/VolumeGroupProperties" + }, + "systemData": { + "description": "Resource metadata required by ARM RPC", + "readOnly": true, + "$ref": "#/definitions/SystemMetadata" + } + }, + "allOf": [ + { + "$ref": "#/definitions/TrackedResource" + } + ] + }, + "VolumeGroupList": { + "type": "object", + "required": [ + "value" + ], + "description": "List of Volume Groups", + "additionalProperties": false, + "properties": { + "value": { + "description": "An array of Volume Groups objects.", + "type": "array", + "items": { + "$ref": "#/definitions/VolumeGroup" + } + }, + "nextLink": { + "description": "URI to fetch the next section of the paginated response.", + "type": "string", + "readOnly": true + } + } + }, + "VolumeGroupCreate": { + "type": "object", + "description": "Payload for VolumeGroup create or update requests.", + "required": [ + "properties" + ], + "properties": { + "properties": { + "x-ms-client-flatten": true, + "description": "Properties for VolumeGroup create request.", + "$ref": "#/definitions/VolumeGroupCreateProperties" + } + }, + "allOf": [ + { + "$ref": "#/definitions/ProxyResource" + } + ] + }, + "VolumeGroupUpdate": { + "type": "object", + "description": "Payload for VolumeGroup update requests.", + "required": [ + "properties" + ], + "properties": { + "properties": { + "x-ms-client-flatten": true, + "description": "Properties for VolumeGroup update request.", + "$ref": "#/definitions/VolumeGroupUpdateProperties" + } + }, + "allOf": [ + { + "$ref": "#/definitions/ProxyResource" + } + ] + }, + "VolumeGroupProperties": { + "type": "object", + "description": "VolumeGroup response properties.", + "required": [ + "name", + "provisioningState", + "subnet", + "storageTarget", + "sizeInGB", + "volumes" + ], + "properties": { + "provisioningState": { + "description": "State of the operation on the resource.", + "type": "string", + "$ref": "#/definitions/ProvisioningState" + }, + "name": { + "type": "string", + "description": "Name of the volume group" + }, + "sizeInGB": { + "description": "Volume Group size in GB.", + "type": "integer", + "format": "int64" + }, + "storageTarget": { + "description": "Storage Target Information", + "$ref": "#/definitions/StorageTarget" + }, + "volumes": { + "type": "array", + "description": "List of Volumes attached to this Volume Group.", + "items": { + "$ref": "#/definitions/Volume" + } + }, + "subnet": { + "type": "string", + "description": "Azure Resource ID of a Subnet for the Volume Group.", + "x-ms-mutability": [ + "create", + "read" + ] + } + } + }, + "VolumeGroupCreateProperties": { + "type": "object", + "description": "Properties for VolumeGroup create or update request.", + "required": [ + "volumeGroupName", + "subnet" + ], + "properties": { + "volumeGroupName": { + "type": "string", + "description": "Name of the Volumge Group" + }, + "subnet": { + "description": "Volume Group subnet id.", + "type": "string" + }, + "storageTarget": { + "description": "Storage Target Information", + "readOnly": true, + "$ref": "#/definitions/StorageTarget" + } + } + }, + "VolumeGroupUpdateProperties": { + "type": "object", + "description": "Properties for VolumeGroup update request.", + "properties": { + "name": { + "description": "Volume Group name.", + "type": "string" + }, + "storageTarget": { + "description": "Iscsi Target Information", + "$ref": "#/definitions/StorageTarget" + } + } + }, + "Volume": { + "type": "object", + "description": "Response for Volume request.", + "required": [ + "properties" + ], + "properties": { + "name": { + "type": "string", + "description": "Name of the volume" + }, + "properties": { + "x-ms-client-flatten": true, + "description": "Properties of Volume.", + "$ref": "#/definitions/VolumeProperties" + }, + "systemData": { + "description": "Resource metadata required by ARM RPC", + "readOnly": true, + "$ref": "#/definitions/SystemMetadata" + } + }, + "allOf": [ + { + "$ref": "#/definitions/TrackedResource" + } + ] + }, + "VolumeList": { + "type": "object", + "required": [ + "value" + ], + "description": "List of Volumes", + "additionalProperties": false, + "properties": { + "value": { + "description": "An array of Volume objects.", + "type": "array", + "items": { + "$ref": "#/definitions/Volume" + } + }, + "nextLink": { + "description": "URI to fetch the next section of the paginated response.", + "type": "string", + "readOnly": true + } + } + }, + "VolumeCreate": { + "type": "object", + "description": "Payload for Volume create or update requests.", + "required": [ + "properties" + ], + "properties": { + "properties": { + "x-ms-client-flatten": true, + "description": "Properties for Volume create request.", + "$ref": "#/definitions/VolumeCreateProperties" + } + }, + "allOf": [ + { + "$ref": "#/definitions/ProxyResource" + } + ] + }, + "VolumeUpdate": { + "type": "object", + "description": "Payload for Volume update requests.", + "required": [ + "properties" + ], + "properties": { + "properties": { + "x-ms-client-flatten": true, + "description": "Properties for Volume update request.", + "$ref": "#/definitions/VolumeUpdateProperties" + } + }, + "allOf": [ + { + "$ref": "#/definitions/ProxyResource" + } + ] + }, + "VolumeProperties": { + "type": "object", + "description": "Volume response properties.", + "required": [ + "sizeInGB" + ], + "properties": { + "provisioningState": { + "description": "State of the operation on the resource.", + "type": "string", + "$ref": "#/definitions/ProvisioningState" + }, + "sizeInGB": { + "description": "Volume size.", + "type": "integer", + "format": "int64" + }, + "volumeGroupName": { + "type": "string", + "description": "Parent volume group name" + }, + "storageTarget": { + "description": "Storage target information", + "type": "object", + "$ref": "#/definitions/IscsiTargetInfo" + } + } + }, + "VolumeCreateProperties": { + "type": "object", + "description": "Properties for Volume create or update request.", + "required": [ + "sizeInGB" + ], + "properties": { + "sizeInGB": { + "description": "Volume size in GB.", + "type": "integer", + "format": "int64" + }, + "provisioningState": { + "description": "State of the operation on the resource.", + "type": "string", + "$ref": "#/definitions/ProvisioningState" + } + } + }, + "VolumeUpdateProperties": { + "type": "object", + "description": "Properties for Volume update request.", + "properties": { + "volumename": { + "description": "Volume name.", + "type": "string" + }, + "sizeInGB": { + "description": "Volume size in GB.", + "type": "integer", + "format": "int64" + } + } + }, + "Snapshot": { + "type": "object", + "description": "Response for Snapshot request.", + "required": [ + "properties" + ], + "properties": { + "properties": { + "x-ms-client-flatten": true, + "description": "Properties of Snapshot.", + "$ref": "#/definitions/SnapshotProperties" + }, + "systemData": { + "description": "Resource metadata required by ARM RPC", + "readOnly": true, + "$ref": "#/definitions/SystemMetadata" + } + }, + "allOf": [ + { + "$ref": "#/definitions/TrackedResource" + } + ] + }, + "SnapshotProperties": { + "type": "object", + "description": "Snapshot response properties.", + "required": [ + "name", + "volumes", + "provisioningState" + ], + "properties": { + "provisioningState": { + "description": "State of the operation on the resource.", + "type": "string", + "$ref": "#/definitions/ProvisioningState" + }, + "name": { + "type": "string", + "description": "Name of the volume" + }, + "volumes": { + "description": "An array of Volume objects.", + "type": "array", + "items": { + "$ref": "#/definitions/Volume" + } + } + } + }, + "SnapshotList": { + "type": "object", + "required": [ + "value" + ], + "description": "List of Snapshots", + "additionalProperties": false, + "properties": { + "value": { + "description": "An array of Snapshot objects.", + "type": "array", + "items": { + "$ref": "#/definitions/Snapshot" + } + }, + "nextLink": { + "description": "URI to fetch the next section of the paginated response.", + "type": "string", + "readOnly": true + } + } + }, + "SnapshotCreate": { + "type": "object", + "description": "Payload for Volume Snapshot create or update requests.", + "required": [ + "properties" + ], + "properties": { + "properties": { + "x-ms-client-flatten": true, + "description": "Properties for Volume Snapshot create request.", + "$ref": "#/definitions/SnapshotCreateProperties" + } + }, + "allOf": [ + { + "$ref": "#/definitions/ProxyResource" + } + ] + }, + "SnapshotCreateProperties": { + "type": "object", + "description": "Properties for Volume create or update request.", + "required": [ + "volumes" + ], + "properties": { + "volumes": { + "type": "array", + "description": "List of Volumes to attach to a Snapshot Set.", + "items": { + "type": "string" + } + }, + "timeCreated": { + "readOnly": true, + "type": "string", + "format": "date-time", + "description": "The time when the snapshot was created." + }, + "uniqueId": { + "type": "string", + "readOnly": true, + "description": "Unique Guid identifying the resource." + }, + "provisioningState": { + "readOnly": true, + "type": "string", + "description": "The disk provisioning state." + }, + "incremental": { + "type": "boolean", + "description": "Whether a snapshot is incremental. Incremental snapshots on the same disk occupy less space than full snapshots and can be diffed." + } + } + }, + "Error": { + "type": "object", + "description": "The resource management error response.", + "properties": { + "error": { + "type": "object", + "description": "RP error response.", + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "ProvisioningState": { + "type": "string", + "enum": [ + "Invalid", + "Succeeded", + "Failed", + "Canceled", + "Pending", + "Creating", + "Updating", + "Deleting" + ], + "x-ms-enum": { + "name": "ProvisioningStates", + "modelAsString": true + }, + "description": "Provisioning state of the iSCSI Target.", + "readOnly": true + }, + "OperationalStatus": { + "type": "string", + "enum": [ + "Invalid", + "Unknown", + "Healthy", + "Unhealthy", + "Updating", + "Running", + "Stopped", + "Stopped (deallocated)" + ], + "x-ms-enum": { + "name": "OperationalStatus", + "modelAsString": true + }, + "description": "Operational status of the resource." + }, + "StorageTargetType": { + "type": "string", + "enum": [ + "Iscsi" + ], + "x-ms-enum": { + "name": "StorageTargetType", + "modelAsString": true + }, + "description": "Storage Target type." + }, + "EncryptionType": { + "type": "string", + "enum": [ + "SSE Platform Managed Key", + "SSE Customer Managed Key" + ], + "x-ms-enum": { + "name": "Encryption Type", + "modelAsString": true + }, + "description": "Encryption type." + }, + "SystemMetadata": { + "type": "object", + "description": "Resource metadata required by ARM RPC.", + "readOnly": true, + "properties": { + "createdBy": { + "readOnly": true, + "type": "string", + "description": "A string identifier for the identity that created the resource." + }, + "createdByType": { + "readOnly": true, + "type": "string", + "description": "The type of identity that created the resource: user, application, managedIdentity." + }, + "createdAt": { + "readOnly": true, + "type": "string", + "description": "The timestamp of resource creation (UTC)." + }, + "lastModifiedBy": { + "readOnly": true, + "type": "string", + "description": "A string identifier for the identity that last modified the resource." + }, + "lastModifiedByType": { + "readOnly": true, + "type": "string", + "description": "The type of identity that last modified the resource: user, application, managedIdentity." + }, + "lastModifiedAt": { + "readOnly": true, + "type": "string", + "description": "The timestamp of resource last modification (UTC)." + } + } + }, + "TrackedResource": { + "description": "The resource model definition for a ARM tracked top level resource.", + "type": "object", + "properties": { + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "x-ms-mutability": [ + "read", + "create", + "update" + ], + "description": "Resource tags." + }, + "location": { + "type": "string", + "x-ms-mutability": [ + "read", + "create" + ], + "description": "The geo-location where the resource lives." + } + }, + "required": [ + "location" + ], + "allOf": [ + { + "$ref": "#/definitions/Resource" + } + ] + }, + "Resource": { + "description": "ARM resource model definition.", + "type": "object", + "properties": { + "id": { + "readOnly": true, + "type": "string", + "description": "Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" + }, + "name": { + "readOnly": true, + "type": "string", + "description": "The name of the resource" + }, + "type": { + "readOnly": true, + "type": "string", + "description": "The type of the resource." + } + }, + "x-ms-azure-resource": true + }, + "ProxyResource": { + "description": "The resource model definition for a ARM proxy resource. It will have everything other than required location and tags", + "allOf": [ + { + "$ref": "#/definitions/Resource" + } + ] + }, + "ErrorAdditionalInfo": { + "description": "The resource management error additional info.", + "type": "object", + "properties": { + "type": { + "readOnly": true, + "type": "string", + "description": "The additional info type." + }, + "info": { + "readOnly": true, + "type": "object", + "description": "The additional info." + } + } + }, + "ErrorResponse": { + "type": "object", + "properties": { + "code": { + "readOnly": true, + "type": "string", + "description": "The error code." + }, + "message": { + "readOnly": true, + "type": "string", + "description": "The error message." + }, + "target": { + "readOnly": true, + "type": "string", + "description": "The error target." + }, + "details": { + "readOnly": true, + "type": "array", + "items": { + "$ref": "#/definitions/ErrorResponse" + }, + "description": "The error details." + }, + "additionalInfo": { + "readOnly": true, + "type": "array", + "items": { + "$ref": "#/definitions/ErrorAdditionalInfo" + }, + "description": "The error additional info." + } + }, + "description": "The resource management error response." + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json new file mode 100644 index 000000000000..1a7011b55920 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -0,0 +1,91 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "ElasticSanCreatePayload": { + "properties": { + "availabilityZones": [ + [ + "aaaaaaaaaaaa" + ] + ], + "sizeInTB": 17, + "sku": "Premium_LRS" + }, + "name": "aaaaaaaaaaaaa", + "tags": { + "key4445": "aaaaaaaaaaa" + }, + "location": "aa" + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaa", + "availabilityZones": [ + [ + "aaaaaaaaaaaa" + ] + ], + "provisioningState": "Invalid", + "sizeInTB": 10, + "type": "aaaaa" + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key4556": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, + "body": { + "properties": { + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaa", + "availabilityZones": [ + [ + "aaaaaaaaaaaa" + ] + ], + "provisioningState": "Invalid", + "sizeInTB": 10, + "type": "aaaaa" + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key4556": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json new file mode 100644 index 000000000000..1b943eaff571 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -0,0 +1,47 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "ElasticSanCreatePayload": { + "name": "aaaaaaaaaaaaa", + "location": "aa" + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "availabilityZones": [ + [ + "aaaaaaaaaaaa" + ] + ], + "provisioningState": "Invalid", + "sizeInTB": 10 + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, + "body": { + "properties": { + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "availabilityZones": [ + [ + "aaaaaaaaaaaa" + ] + ], + "provisioningState": "Invalid", + "sizeInTB": 10 + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..bbfd1a8e150f --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": {}, + "202": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..bbfd1a8e150f --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": {}, + "202": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..168a0137ea85 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -0,0 +1,41 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaa", + "availabilityZones": [ + [ + "aaaaaaaaaaaa" + ] + ], + "provisioningState": "Invalid", + "sizeInTB": 10, + "type": "aaaaa" + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key4556": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..5d40777d336d --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -0,0 +1,25 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "availabilityZones": [ + [ + "aaaaaaaaaaaa" + ] + ], + "provisioningState": "Invalid", + "sizeInTB": 10 + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json new file mode 100644 index 000000000000..37415a8ca69c --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -0,0 +1,45 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaa", + "availabilityZones": [ + [ + "aaaaaaaaaaaa" + ] + ], + "provisioningState": "Invalid", + "sizeInTB": 10, + "type": "aaaaa" + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key4556": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ], + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json new file mode 100644 index 000000000000..b28eb57e53e5 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -0,0 +1,28 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "availabilityZones": [ + [ + "aaaaaaaaaaaa" + ] + ], + "provisioningState": "Invalid", + "sizeInTB": 10 + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json new file mode 100644 index 000000000000..264422c027a1 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -0,0 +1,44 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaa", + "availabilityZones": [ + [ + "aaaaaaaaaaaa" + ] + ], + "provisioningState": "Invalid", + "sizeInTB": 10, + "type": "aaaaa" + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key4556": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ], + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json new file mode 100644 index 000000000000..234e0c3163f3 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -0,0 +1,27 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "availabilityZones": [ + [ + "aaaaaaaaaaaa" + ] + ], + "provisioningState": "Invalid", + "sizeInTB": 10 + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json new file mode 100644 index 000000000000..64902e2849f0 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -0,0 +1,54 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "ElasticSanUpdatePayload": { + "properties": { + "sizeInTB": 7 + }, + "tags": { + "key1877": "aaaaaa" + } + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaa", + "availabilityZones": [ + [ + "aaaaaaaaaaaa" + ] + ], + "provisioningState": "Invalid", + "sizeInTB": 10, + "type": "aaaaa" + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key4556": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json new file mode 100644 index 000000000000..a293d740f8f4 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -0,0 +1,35 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "ElasticSanUpdatePayload": { + "properties": { + "sizeInTB": 7 + } + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "availabilityZones": [ + [ + "aaaaaaaaaaaa" + ] + ], + "provisioningState": "Invalid", + "sizeInTB": 10 + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..56527d2a7cd7 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -0,0 +1,26 @@ +{ + "parameters": { + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "name": "aaaa", + "isDataAction": true, + "actionType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "display": { + "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaaaaaaaaaaaaa", + "operation": "aaaaaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaa" + }, + "origin": "aaaaa" + } + ], + "nextLink": "aaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json new file mode 100644 index 000000000000..02420f878276 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -0,0 +1,23 @@ +{ + "parameters": { + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "name": "aaaa", + "isDataAction": true, + "display": { + "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaaaaaaaaaaaaa", + "operation": "aaaaaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaa" + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json new file mode 100644 index 000000000000..99b800e7006c --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -0,0 +1,133 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", + "SnapshotCreatePayload": { + "properties": { + "volumes": [ + "aaaaaaaaaaaaaaaaaaaaaaaaa" + ], + "incremental": true + } + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumes": [ + { + "name": "aaaa", + "properties": { + "provisioningState": "Invalid", + "sizeInGB": 20, + "volumeGroupName": "aaaa", + "storageTarget": { + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ] + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key5945": "aaaaaa" + }, + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa" + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumes": [ + { + "name": "aaaa", + "properties": { + "provisioningState": "Invalid", + "sizeInGB": 20, + "volumeGroupName": "aaaa", + "storageTarget": { + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ] + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key5945": "aaaaaa" + }, + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json new file mode 100644 index 000000000000..7b3ad65ecfbe --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -0,0 +1,56 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", + "SnapshotCreatePayload": { + "properties": { + "volumes": [ + "aaaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumes": [ + { + "properties": { + "sizeInGB": 20 + }, + "location": "aaaaaaaaaaaaaa" + } + ] + }, + "location": "aaaaaaaaaaaa" + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumes": [ + { + "properties": { + "sizeInGB": 20 + }, + "location": "aaaaaaaaaaaaaa" + } + ] + }, + "location": "aaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json new file mode 100644 index 000000000000..6651ada5e074 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json @@ -0,0 +1,125 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumes": [ + { + "name": "aaaa", + "properties": { + "provisioningState": "Invalid", + "sizeInGB": 20, + "volumeGroupName": "aaaa", + "storageTarget": { + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ] + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key5945": "aaaaaa" + }, + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa" + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumes": [ + { + "name": "aaaa", + "properties": { + "provisioningState": "Invalid", + "sizeInGB": 20, + "volumeGroupName": "aaaa", + "storageTarget": { + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ] + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key5945": "aaaaaa" + }, + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json new file mode 100644 index 000000000000..041f7e1ed59d --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json @@ -0,0 +1,49 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumes": [ + { + "properties": { + "sizeInGB": 20 + }, + "location": "aaaaaaaaaaaaaa" + } + ] + }, + "location": "aaaaaaaaaaaa" + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumes": [ + { + "properties": { + "sizeInGB": 20 + }, + "location": "aaaaaaaaaaaaaa" + } + ] + }, + "location": "aaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..54084fbc37cf --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": {}, + "202": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..54084fbc37cf --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": {}, + "202": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..7ed32d41d56d --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -0,0 +1,67 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumes": [ + { + "name": "aaaa", + "properties": { + "provisioningState": "Invalid", + "sizeInGB": 20, + "volumeGroupName": "aaaa", + "storageTarget": { + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ] + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key5945": "aaaaaa" + }, + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..f827d0a9c8b8 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -0,0 +1,29 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumes": [ + { + "properties": { + "sizeInGB": 20 + }, + "location": "aaaaaaaaaaaaaa" + } + ] + }, + "location": "aaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json new file mode 100644 index 000000000000..96ccab46e226 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -0,0 +1,70 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumes": [ + { + "name": "aaaa", + "properties": { + "provisioningState": "Invalid", + "sizeInGB": 20, + "volumeGroupName": "aaaa", + "storageTarget": { + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ] + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key5945": "aaaaaa" + }, + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa" + } + ], + "nextLink": "aaaaaaaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json new file mode 100644 index 000000000000..a44fd79703ae --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -0,0 +1,31 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumes": [ + { + "properties": { + "sizeInGB": 20 + }, + "location": "aaaaaaaaaaaaaa" + } + ] + }, + "location": "aaaaaaaaaaaa" + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json new file mode 100644 index 000000000000..99b800e7006c --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -0,0 +1,133 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", + "SnapshotCreatePayload": { + "properties": { + "volumes": [ + "aaaaaaaaaaaaaaaaaaaaaaaaa" + ], + "incremental": true + } + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumes": [ + { + "name": "aaaa", + "properties": { + "provisioningState": "Invalid", + "sizeInGB": 20, + "volumeGroupName": "aaaa", + "storageTarget": { + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ] + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key5945": "aaaaaa" + }, + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa" + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumes": [ + { + "name": "aaaa", + "properties": { + "provisioningState": "Invalid", + "sizeInGB": 20, + "volumeGroupName": "aaaa", + "storageTarget": { + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ] + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key5945": "aaaaaa" + }, + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json new file mode 100644 index 000000000000..7b3ad65ecfbe --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -0,0 +1,56 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", + "SnapshotCreatePayload": { + "properties": { + "volumes": [ + "aaaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumes": [ + { + "properties": { + "sizeInGB": 20 + }, + "location": "aaaaaaaaaaaaaa" + } + ] + }, + "location": "aaaaaaaaaaaa" + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumes": [ + { + "properties": { + "sizeInGB": 20 + }, + "location": "aaaaaaaaaaaaaa" + } + ] + }, + "location": "aaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json new file mode 100644 index 000000000000..792b91358569 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -0,0 +1,174 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "VolumeGroupCreate": { + "properties": { + "volumeGroupName": "aaaaaaaaaa", + "subnet": "a", + "storageTarget": { + "properties": { + "protocolType": "Iscsi", + "encryption": "SSE Platform Managed Key" + } + } + } + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 2, + "storageTarget": { + "properties": { + "protocolType": "Iscsi", + "encryption": "SSE Platform Managed Key" + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "id": "aaaaaaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "volumes": [ + { + "name": "aaaa", + "properties": { + "provisioningState": "Invalid", + "sizeInGB": 20, + "volumeGroupName": "aaaa", + "storageTarget": { + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ], + "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key7596": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaa", + "type": "a" + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 2, + "storageTarget": { + "properties": { + "protocolType": "Iscsi", + "encryption": "SSE Platform Managed Key" + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "id": "aaaaaaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "volumes": [ + { + "name": "aaaa", + "properties": { + "provisioningState": "Invalid", + "sizeInGB": 20, + "volumeGroupName": "aaaa", + "storageTarget": { + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ], + "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key7596": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaa", + "type": "a" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json new file mode 100644 index 000000000000..ebdc62a8ad0d --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -0,0 +1,64 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "VolumeGroupCreate": { + "properties": { + "volumeGroupName": "aaaaaaaaaa", + "subnet": "a" + } + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 2, + "storageTarget": { + "properties": {} + }, + "volumes": [ + { + "properties": { + "sizeInGB": 20 + }, + "location": "aaaaaaaaaaaaaa" + } + ], + "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa" + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 2, + "storageTarget": { + "properties": {} + }, + "volumes": [ + { + "properties": { + "sizeInGB": 20 + }, + "location": "aaaaaaaaaaaaaa" + } + ], + "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..fdc6d75b8924 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -0,0 +1,18 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": {}, + "202": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..fdc6d75b8924 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -0,0 +1,18 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": {}, + "202": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..efe354a26727 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -0,0 +1,85 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 2, + "storageTarget": { + "properties": { + "protocolType": "Iscsi", + "encryption": "SSE Platform Managed Key" + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "id": "aaaaaaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "volumes": [ + { + "name": "aaaa", + "properties": { + "provisioningState": "Invalid", + "sizeInGB": 20, + "volumeGroupName": "aaaa", + "storageTarget": { + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ], + "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key7596": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaa", + "type": "a" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..4423418b858c --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -0,0 +1,33 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 2, + "storageTarget": { + "properties": {} + }, + "volumes": [ + { + "properties": { + "sizeInGB": 20 + }, + "location": "aaaaaaaaaaaaaa" + } + ], + "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json new file mode 100644 index 000000000000..593d7afe39ff --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -0,0 +1,89 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 2, + "storageTarget": { + "properties": { + "protocolType": "Iscsi", + "encryption": "SSE Platform Managed Key" + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "id": "aaaaaaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "volumes": [ + { + "name": "aaaa", + "properties": { + "provisioningState": "Invalid", + "sizeInGB": 20, + "volumeGroupName": "aaaa", + "storageTarget": { + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ], + "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key7596": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaa", + "type": "a" + } + ], + "nextLink": "aaaaaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json new file mode 100644 index 000000000000..1f9e1edbcc0d --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -0,0 +1,36 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 2, + "storageTarget": { + "properties": {} + }, + "volumes": [ + { + "properties": { + "sizeInGB": 20 + }, + "location": "aaaaaaaaaaaaaa" + } + ], + "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa" + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json new file mode 100644 index 000000000000..ad7881c3e692 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -0,0 +1,101 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "VolumeGroupUpdatePayload": { + "properties": { + "name": "aaaaaaaaaaaaaaaaaa", + "storageTarget": { + "properties": { + "protocolType": "Iscsi", + "encryption": "SSE Platform Managed Key" + } + } + } + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 2, + "storageTarget": { + "properties": { + "protocolType": "Iscsi", + "encryption": "SSE Platform Managed Key" + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "id": "aaaaaaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "volumes": [ + { + "name": "aaaa", + "properties": { + "provisioningState": "Invalid", + "sizeInGB": 20, + "volumeGroupName": "aaaa", + "storageTarget": { + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ], + "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key7596": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaa", + "type": "a" + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json new file mode 100644 index 000000000000..bb1d8a6a47d7 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -0,0 +1,41 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "VolumeGroupUpdatePayload": { + "properties": {} + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Invalid", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 2, + "storageTarget": { + "properties": {} + }, + "volumes": [ + { + "properties": { + "sizeInGB": 20 + }, + "location": "aaaaaaaaaaaaaa" + } + ], + "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa" + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json new file mode 100644 index 000000000000..5780684fa440 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -0,0 +1,84 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaa", + "VolumeCreate": { + "properties": { + "sizeInGB": 30 + } + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "name": "aaaa", + "properties": { + "provisioningState": "Invalid", + "sizeInGB": 20, + "volumeGroupName": "aaaa", + "storageTarget": { + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, + "body": { + "name": "aaaa", + "properties": { + "provisioningState": "Invalid", + "sizeInGB": 20, + "volumeGroupName": "aaaa", + "storageTarget": { + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json new file mode 100644 index 000000000000..8341b259b6e5 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -0,0 +1,36 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaa", + "VolumeCreate": { + "properties": { + "sizeInGB": 30 + } + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "sizeInGB": 20 + }, + "location": "aaaaaaaaaaaaaa" + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, + "body": { + "properties": { + "sizeInGB": 20 + }, + "location": "aaaaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..e302be1891ee --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": {}, + "202": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..e302be1891ee --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": {}, + "202": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..ef7ffb2921fc --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -0,0 +1,44 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "name": "aaaa", + "properties": { + "provisioningState": "Invalid", + "sizeInGB": 20, + "volumeGroupName": "aaaa", + "storageTarget": { + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..7b8aab888bb2 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -0,0 +1,20 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "sizeInGB": 20 + }, + "location": "aaaaaaaaaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json new file mode 100644 index 000000000000..b1048ddb375c --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -0,0 +1,47 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "name": "aaaa", + "properties": { + "provisioningState": "Invalid", + "sizeInGB": 20, + "volumeGroupName": "aaaa", + "storageTarget": { + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ], + "nextLink": "aaaaaaa" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json new file mode 100644 index 000000000000..0e2c78a5b44d --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -0,0 +1,22 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "sizeInGB": 20 + }, + "location": "aaaaaaaaaaaaaa" + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json new file mode 100644 index 000000000000..c0ecf931f47c --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -0,0 +1,55 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaa", + "VolumeUpdatePayload": { + "properties": { + "volumename": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 14 + } + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "name": "aaaa", + "properties": { + "provisioningState": "Invalid", + "sizeInGB": 20, + "volumeGroupName": "aaaa", + "storageTarget": { + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "a", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "tags": { + "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json new file mode 100644 index 000000000000..94934474d923 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -0,0 +1,28 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaa", + "VolumeUpdatePayload": { + "properties": {} + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "sizeInGB": 20 + }, + "location": "aaaaaaaaaaaaaa" + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/readme.az.md b/specification/elasticsan/resource-manager/readme.az.md new file mode 100644 index 000000000000..66253be65f8c --- /dev/null +++ b/specification/elasticsan/resource-manager/readme.az.md @@ -0,0 +1,34 @@ +## AZ + +These settings apply only when `--az` is specified on the command line. + +``` yaml $(az) +az: + extensions: diskpool + namespace: azure.mgmt.storagepool + package-name: azure-mgmt-storagepool +az-output-folder: $(azure-cli-extension-folder)/src/diskpool +python-sdk-output-folder: "$(az-output-folder)/azext_diskpool/vendored_sdks/storagepool" +# add additinal configuration here specific for Azure CLI +# refer to the faq.md for more details +``` + +## Az.DiskPool + +``` yaml +cli: + cli-directive: + - where: + param: disks + set: + positional: true + positionalKeys: + - id + - where: + group: DiskPools + parameter: additionalCapabilities + alias: + - additional_capabilities + - a + +``` \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/readme.cli.md b/specification/elasticsan/resource-manager/readme.cli.md new file mode 100644 index 000000000000..c433220dbf74 --- /dev/null +++ b/specification/elasticsan/resource-manager/readme.cli.md @@ -0,0 +1,21 @@ +``` yaml +# add any configuration here for all CLI languages +# refer to the faq.md for more details +directive: + - where: + group: diskpool disk-pool + set: + group: disk-pool + - where: + group: diskpool iscsi-target + set: + group: disk-pool iscsi-target + - where: + command: disk-pool deallocate + set: + command: disk-pool stop + - where: + command: disk-pool-zone list + set: + command: disk-pool list-skus +``` \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/readme.csharp.md b/specification/elasticsan/resource-manager/readme.csharp.md new file mode 100644 index 000000000000..af2519e495c6 --- /dev/null +++ b/specification/elasticsan/resource-manager/readme.csharp.md @@ -0,0 +1,15 @@ +## C + +These settings apply only when `--csharp` is specified on the command line. +Please also specify `--csharp-sdks-folder=`. + +```yaml $(csharp) +csharp: + azure-arm: true + license-header: MICROSOFT_MIT_NO_VERSION + payload-flattening-threshold: 2 + clear-output-folder: true + client-side-validation: false + namespace: Microsoft.Azure.Management.CloudSan + output-folder: $(csharp-sdks-folder)/cloudsan/Microsoft.Azure.Management.ElasticSan/src/Generated +``` diff --git a/specification/elasticsan/resource-manager/readme.go.md b/specification/elasticsan/resource-manager/readme.go.md new file mode 100644 index 000000000000..e1f3a9430e78 --- /dev/null +++ b/specification/elasticsan/resource-manager/readme.go.md @@ -0,0 +1,26 @@ +## Go + +These settings apply only when `--go` is specified on the command line. + +```yaml $(go) +go: + license-header: MICROSOFT_MIT_NO_VERSION + clear-output-folder: true +``` + +### Go multi-api + +``` yaml $(go) && $(multiapi) +batch: + - tag: package-2021-11-20-preview +``` + +### Tag: package-2021-11-20-preview and go + +These settings apply only when `--tag=package-2021-08-22-preview --go` is specified on the command line. +Please also specify `--go-sdks-folder=`. + +```yaml $(tag) == 'package-2021-11-20-preview' && $(go) +namespace: elasticsan +output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-11-20-preview/$(namespace) +``` diff --git a/specification/elasticsan/resource-manager/readme.md b/specification/elasticsan/resource-manager/readme.md new file mode 100644 index 000000000000..56a9afabe0fe --- /dev/null +++ b/specification/elasticsan/resource-manager/readme.md @@ -0,0 +1,79 @@ +# storagepool + +> see https://aka.ms/autorest + +This is the AutoRest configuration file for storagepool. + +## Getting Started + +To build the SDKs for My API, simply install AutoRest via `npm` (`npm install -g autorest`) and then run: + +> `autorest readme.md` + +To see additional help and options, run: + +> `autorest --help` + +For other options on installation see [Installing AutoRest](https://aka.ms/autorest/install) on the AutoRest github page. + +--- + +## Configuration + +### Basic Information + +These are the global settings for the storagepool. + +```yaml +openapi-type: arm +tag: package-2021-11-20-preview +``` + +### Tag: package-2021-08-22-preview + +These settings apply only when `--tag=package-2021-11-20-preview` is specified on the command line. + +```yaml $(tag) == 'package-2021-11-20-preview' +input-file: + - Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +``` + +--- + +# Code Generation + +## Swagger to SDK + +This section describes what SDK should be generated by the automatic system. +This is not used by Autorest itself. + +```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-js + - repo: azure-sdk-for-ruby + after_scripts: + - bundle install && rake arm:regen_all_profiles['azure_mgmt_storagepool'] +``` + +## Go + +See configuration in [readme.go.md](./readme.go.md) + +## Python + +See configuration in [readme.python.md](./readme.python.md) + +## Ruby + +See configuration in [readme.ruby.md](./readme.ruby.md) + +## TypeScript + +See configuration in [readme.typescript.md](./readme.typescript.md) + +## CSharp + +See configuration in [readme.csharp.md](./readme.csharp.md) diff --git a/specification/elasticsan/resource-manager/readme.python.md b/specification/elasticsan/resource-manager/readme.python.md new file mode 100644 index 000000000000..0b742aef5c44 --- /dev/null +++ b/specification/elasticsan/resource-manager/readme.python.md @@ -0,0 +1,23 @@ +## Python + +These settings apply only when `--python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(track2) +azure-arm: true +license-header: MICROSOFT_MIT_NO_VERSION +package-name: azure-mgmt-elasticsan +no-namespace-folders: true +package-version: 1.0.0b1 +clear-output-folder: true +``` + +``` yaml $(python-mode) == 'update' && $(track2) +no-namespace-folders: true +output-folder: $(python-sdks-folder)/elasticsan/azure-mgmt-elasticsan/azure/mgmt/elasticsan +``` + +``` yaml $(python-mode) == 'create' && $(track2) +basic-setup-py: true +output-folder: $(python-sdks-folder)/elasticsan/azure-mgmt-elasticsan +``` diff --git a/specification/elasticsan/resource-manager/readme.ruby.md b/specification/elasticsan/resource-manager/readme.ruby.md new file mode 100644 index 000000000000..20498af563fd --- /dev/null +++ b/specification/elasticsan/resource-manager/readme.ruby.md @@ -0,0 +1,14 @@ +## Ruby + +These settings apply only when `--ruby` is specified on the command line. + + +### Tag: package-2021-11-20-preview and ruby + +These settings apply only when `--tag=package-2021-11-20-preview --ruby` is specified on the command line. +Please also specify `--ruby-sdks-folder=`. + +```yaml $(tag) == 'package-2021-11-20-preview' && $(ruby) +namespace: Microsoft.ElasticSan +output-folder: $(ruby-sdks-folder)/elasticsan +``` diff --git a/specification/elasticsan/resource-manager/readme.typescript.md b/specification/elasticsan/resource-manager/readme.typescript.md new file mode 100644 index 000000000000..1e397eefa58d --- /dev/null +++ b/specification/elasticsan/resource-manager/readme.typescript.md @@ -0,0 +1,13 @@ +## TypeScript + +These settings apply only when `--typescript` is specified on the command line. +Please also specify `--typescript-sdks-folder=`. + +```yaml $(typescript) +typescript: + azure-arm: true + package-name: "@azure/arm-elasticsan" + output-folder: "$(typescript-sdks-folder)/sdk/elasticsan/arm-elasticsan" + payload-flattening-threshold: 1 + generate-metadata: true +``` From 3552ed96cc22f77e25a96c8647074af557b3dab8 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Tue, 14 Dec 2021 23:16:55 -0800 Subject: [PATCH 02/32] Applied coding styles and fixed the spelling mistake. --- package-lock.json | 2143 ++++++++++++++++- .../2021-11-20-preview/elasticsan.json | 4 +- ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 2 +- ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 2 +- .../ElasticSans_Delete_MaximumSet_Gen.json | 2 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 2 +- .../ElasticSans_Get_MaximumSet_Gen.json | 2 +- .../ElasticSans_Get_MinimumSet_Gen.json | 2 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 2 +- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 2 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 2 +- ...ans_ListBySubscription_MinimumSet_Gen.json | 2 +- .../ElasticSans_Update_MaximumSet_Gen.json | 2 +- .../ElasticSans_Update_MinimumSet_Gen.json | 2 +- .../Operations_List_MaximumSet_Gen.json | 2 +- .../Operations_List_MinimumSet_Gen.json | 2 +- ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 2 +- ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 2 +- .../Snapshots_Create_MaximumSet_Gen.json | 2 +- .../Snapshots_Create_MinimumSet_Gen.json | 2 +- .../Snapshots_Delete_MaximumSet_Gen.json | 2 +- .../Snapshots_Delete_MinimumSet_Gen.json | 2 +- .../Snapshots_Get_MaximumSet_Gen.json | 2 +- .../Snapshots_Get_MinimumSet_Gen.json | 2 +- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 2 +- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 2 +- .../Snapshots_Update_MaximumSet_Gen.json | 2 +- .../Snapshots_Update_MinimumSet_Gen.json | 2 +- ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 2 +- ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 2 +- .../VolumeGroups_Delete_MaximumSet_Gen.json | 2 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 2 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 2 +- .../VolumeGroups_Get_MinimumSet_Gen.json | 2 +- ...roups_ListByElasticSan_MaximumSet_Gen.json | 2 +- ...roups_ListByElasticSan_MinimumSet_Gen.json | 2 +- .../VolumeGroups_Update_MaximumSet_Gen.json | 2 +- .../VolumeGroups_Update_MinimumSet_Gen.json | 2 +- ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 2 +- ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 2 +- .../Volumes_Delete_MaximumSet_Gen.json | 2 +- .../Volumes_Delete_MinimumSet_Gen.json | 2 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 2 +- .../examples/Volumes_Get_MinimumSet_Gen.json | 2 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 2 +- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 2 +- .../Volumes_Update_MaximumSet_Gen.json | 2 +- .../Volumes_Update_MinimumSet_Gen.json | 2 +- 48 files changed, 2188 insertions(+), 51 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4da429552969..8b729918b92f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,8 +1,2143 @@ { "name": "azure-rest-api-specs-tests", "version": "0.1.0", - "lockfileVersion": 1, + "lockfileVersion": 2, "requires": true, + "packages": { + "": { + "name": "azure-rest-api-specs-tests", + "version": "0.1.0", + "hasInstallScript": true, + "license": "MIT", + "devDependencies": { + "@azure/avocado": "^0.8.4", + "@ts-common/commonmark-to-markdown": "^2.0.2", + "@ts-common/fs": "0.2.0", + "@ts-common/iterator": "^0.3.6", + "@types/js-yaml": "^3.12.1", + "@types/mocha": "^9.0.0", + "@types/prettier": "^2.3.0", + "js-yaml": "^3.13.1", + "json-schema-ref-parser": "^6.1.0", + "mocha": "^9.1.2", + "prettier": "^2.1.2", + "ts-node": "^10.1.0", + "tslib": "^1.10.0", + "typescript": "^3.5.3" + } + }, + "node_modules/@azure/avocado": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/@azure/avocado/-/avocado-0.8.4.tgz", + "integrity": "sha512-XYf1y+i2DA+eD1iVXlLnZkTLqBVhd4sD3/zR+c5N92rRhHs7MSgy9h9yriGAxdejQq1Yl4MfqfFbyLQht5n3Cw==", + "dev": true, + "dependencies": { + "@azure/openapi-markdown": "^0.9.4", + "@azure/swagger-validation-common": "^0.0.5", + "@ts-common/async-iterator": "^0.2.2", + "@ts-common/commonmark-to-markdown": "^2.0.2", + "@ts-common/fs": "^0.2.0", + "@ts-common/iterator": "^1.1.2", + "@ts-common/json": "^0.3.1", + "@ts-common/json-parser": "^0.9.0", + "@ts-common/string-map": "^0.3.0", + "commonmark": "^0.29.0", + "js-yaml": "^3.13.1", + "node-fetch": ">=2.6.1", + "node-notifier": ">=8.0.1", + "node-object-hash": "^1.4.2", + "yargs": "^15.3.1" + }, + "bin": { + "avocado": "bin/cli.js" + } + }, + "node_modules/@azure/avocado/node_modules/@ts-common/iterator": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@ts-common/iterator/-/iterator-1.1.2.tgz", + "integrity": "sha512-edwrL2/efx3uphxuSEI7fCHJENFmTg+gR7TY8ruTRxNWIWc240YSg+v4T3qVAtgG8npwRC4QtQDu72hi8mrR5A==", + "dev": true, + "peerDependencies": { + "tslib": "^2.3.1" + } + }, + "node_modules/@azure/openapi-markdown": { + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/@azure/openapi-markdown/-/openapi-markdown-0.9.4.tgz", + "integrity": "sha512-QBxabmf+64mQuyWRLsBoLKdvB7PH2U9RsyQMekorl17DOVEkgQxMsQdL/WMlz/V2wMyiI433FlrbdUiiFapfKg==", + "dev": true, + "dependencies": { + "@ts-common/commonmark-to-markdown": "^2.0.2", + "@ts-common/iterator": "^0.3.1", + "@ts-common/string-map": "^0.3.0", + "@ts-common/virtual-fs": "^0.3.0", + "commonmark": "^0.28.1", + "js-yaml": "^3.13.1", + "tslib": "^1.9.3" + } + }, + "node_modules/@azure/openapi-markdown/node_modules/commonmark": { + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/commonmark/-/commonmark-0.28.1.tgz", + "integrity": "sha1-Buq41SM4uDn6Gi11rwCF7tGxvq4=", + "dev": true, + "dependencies": { + "entities": "~ 1.1.1", + "mdurl": "~ 1.0.1", + "minimist": "~ 1.2.0", + "string.prototype.repeat": "^0.2.0" + }, + "bin": { + "commonmark": "bin/commonmark" + }, + "engines": { + "node": "*" + } + }, + "node_modules/@azure/swagger-validation-common": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/@azure/swagger-validation-common/-/swagger-validation-common-0.0.5.tgz", + "integrity": "sha512-oc6OHLdoLlOpO5GjMcOFETEhJi45CI3MVIhvVY/yqyGw9AtaqOYw5HzO3wTuYgYFeGS4v9iqFah0SNLZrpk3Sg==", + "dev": true + }, + "node_modules/@ts-common/add-position": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/@ts-common/add-position/-/add-position-0.0.2.tgz", + "integrity": "sha512-ENfIN5410jyxqXbQZXmj1ifFPjnhXOuJdQjglDXhLR8vyD74PTUz277BN9Voua2DKeOjlAnyBK7ml1ciMsBqhw==", + "dev": true, + "dependencies": { + "@ts-common/iterator": "^0.3.5" + } + }, + "node_modules/@ts-common/async-iterator": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@ts-common/async-iterator/-/async-iterator-0.2.3.tgz", + "integrity": "sha512-szLdrutwQxBCIECaO2RTFcUPFj+9QVk4xKAj+APgeeLoEs67tNjXFgvfU0kOfF04qTHlPNPqcutSqxMHqzG3qA==", + "dev": true, + "dependencies": { + "@ts-common/iterator": "^0.3.6", + "tslib": "^1.10.0" + } + }, + "node_modules/@ts-common/commonmark-to-markdown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@ts-common/commonmark-to-markdown/-/commonmark-to-markdown-2.0.2.tgz", + "integrity": "sha512-gLUxc7phOvWiDavHDshU3JGxKsepSCYAuXpMVxU0j6MDah2EbV3y0UA4x1wHkWmlf7bVuDLcnsiYQttqEX1zQw==", + "dev": true, + "dependencies": { + "@ts-common/iterator": "^1.1.1", + "@types/commonmark": "^0.27.3", + "commonmark": "^0.28.1", + "front-matter": "^4.0.2" + } + }, + "node_modules/@ts-common/commonmark-to-markdown/node_modules/@ts-common/iterator": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@ts-common/iterator/-/iterator-1.1.2.tgz", + "integrity": "sha512-edwrL2/efx3uphxuSEI7fCHJENFmTg+gR7TY8ruTRxNWIWc240YSg+v4T3qVAtgG8npwRC4QtQDu72hi8mrR5A==", + "dev": true, + "peerDependencies": { + "tslib": "^2.3.1" + } + }, + "node_modules/@ts-common/commonmark-to-markdown/node_modules/commonmark": { + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/commonmark/-/commonmark-0.28.1.tgz", + "integrity": "sha1-Buq41SM4uDn6Gi11rwCF7tGxvq4=", + "dev": true, + "dependencies": { + "entities": "~ 1.1.1", + "mdurl": "~ 1.0.1", + "minimist": "~ 1.2.0", + "string.prototype.repeat": "^0.2.0" + }, + "bin": { + "commonmark": "bin/commonmark" + }, + "engines": { + "node": "*" + } + }, + "node_modules/@ts-common/fs": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@ts-common/fs/-/fs-0.2.0.tgz", + "integrity": "sha1-FMvf3smooaVjKNr1Ztm8k7iJgrk=", + "dev": true, + "dependencies": { + "@ts-common/async-iterator": "^0.2.0", + "@types/node": "^10.12.18", + "tslib": "^1.9.3" + } + }, + "node_modules/@ts-common/iterator": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@ts-common/iterator/-/iterator-0.3.6.tgz", + "integrity": "sha512-nNdcleTj3qLlchH17HI/xqOc6sNgOqJ5DdRR0nOEVdJVZCo5bfqoQTu6+Q9ZwMhuETuR2d86MSlmaL2FVHnPjQ==", + "dev": true + }, + "node_modules/@ts-common/json": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@ts-common/json/-/json-0.3.1.tgz", + "integrity": "sha512-vaplNdZPdeWr4p+hLJGdn08UMTSgYQrlRtxrAS0fAWyMlmFalBm/XRhHnohgiflRaj2jxl7ZxihjNlC/LZ/1YQ==", + "dev": true, + "dependencies": { + "@ts-common/iterator": "^0.3.1", + "@ts-common/string-map": "^0.3.0" + } + }, + "node_modules/@ts-common/json-parser": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@ts-common/json-parser/-/json-parser-0.9.0.tgz", + "integrity": "sha512-how0z/Ak7Bay+feIYfJFVV8UMw8Ky2Czoo5XwN7QigCOlN4HyW6wSNup4zrZ7t6NUB0002tW/+IOKCH2lAVJOg==", + "dev": true, + "dependencies": { + "@ts-common/add-position": "0.0.2", + "@ts-common/iterator": "^0.3.5", + "@ts-common/json": "^0.3.1", + "@ts-common/source-map": "^0.5.0", + "@ts-common/string-map": "^0.3.0", + "tslib": "^1.9.3" + } + }, + "node_modules/@ts-common/property-set": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@ts-common/property-set/-/property-set-0.1.0.tgz", + "integrity": "sha512-Mw/CPiksQI/Tvp8/bmne6ZYmOcgHuMOrflairbzdpfgMz7lrINFu8PyDQw6yTnIASeZR4yW0xljb66gCE4Jj0w==", + "dev": true + }, + "node_modules/@ts-common/source-map": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@ts-common/source-map/-/source-map-0.5.0.tgz", + "integrity": "sha512-aKFWvuN5uALt+hUtkPA4gHjtloDy2qHW1FB1r758KCTI0h0lP3dNJGcfwg7NnmD0qKQiZAY/J73/NYrbuTfT3A==", + "dev": true, + "dependencies": { + "@ts-common/iterator": "^0.3.0", + "@ts-common/json": "^0.3.0", + "@ts-common/property-set": "^0.1.0", + "@ts-common/string-map": "^0.3.0" + } + }, + "node_modules/@ts-common/string-map": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@ts-common/string-map/-/string-map-0.3.0.tgz", + "integrity": "sha512-tikHtQPV/R48VAnlolyl1FIHciror68LXyruelvYf+lRE6ysjIGB2iNyw7wN6aDcUs2wN/CD6fF8Ye7lVIWNTQ==", + "dev": true, + "dependencies": { + "@ts-common/iterator": "^0.3.0" + } + }, + "node_modules/@ts-common/virtual-fs": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@ts-common/virtual-fs/-/virtual-fs-0.3.0.tgz", + "integrity": "sha512-ryoXw52FTLhiexoNBA/hcAlW8gxPhrKEuZODgpCiF0wswNJdg/j+rCb9k1VppJdeIJ30b0Wg+2vPsrOrdnYTIw==", + "dev": true, + "dependencies": { + "@ts-common/fs": "^0.2.0", + "@ts-common/iterator": "^0.3.0", + "@types/async-retry": "^1.4.1", + "@types/node-fetch": "^2.5.5", + "async-retry": "^1.3.1", + "node-fetch": "^2.6.0" + } + }, + "node_modules/@ts-common/virtual-fs/node_modules/node-fetch": { + "version": "2.6.5", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.5.tgz", + "integrity": "sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==", + "dev": true, + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + } + }, + "node_modules/@tsconfig/node10": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.8.tgz", + "integrity": "sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==", + "dev": true + }, + "node_modules/@tsconfig/node12": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.9.tgz", + "integrity": "sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==", + "dev": true + }, + "node_modules/@tsconfig/node14": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.1.tgz", + "integrity": "sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==", + "dev": true + }, + "node_modules/@tsconfig/node16": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.2.tgz", + "integrity": "sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==", + "dev": true + }, + "node_modules/@types/async-retry": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@types/async-retry/-/async-retry-1.4.3.tgz", + "integrity": "sha512-B3C9QmmNULVPL2uSJQ088eGWTNPIeUk35hca6CV8rRDJ8GXuQJP5CCVWA1ZUCrb9xYP7Js/RkLqnNNwKhe+Zsw==", + "dev": true, + "dependencies": { + "@types/retry": "*" + } + }, + "node_modules/@types/commonmark": { + "version": "0.27.5", + "resolved": "https://registry.npmjs.org/@types/commonmark/-/commonmark-0.27.5.tgz", + "integrity": "sha512-vIqgmHyLsc8Or3EWLz6QkhI8/v61FNeH0yxRupA7VqSbA2eFMoHHJAhZSHudplAV89wqg1CKSmShE016ziRXuw==", + "dev": true + }, + "node_modules/@types/js-yaml": { + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-3.12.1.tgz", + "integrity": "sha512-SGGAhXLHDx+PK4YLNcNGa6goPf9XRWQNAUUbffkwVGGXIxmDKWyGGL4inzq2sPmExu431Ekb9aEMn9BkPqEYFA==", + "dev": true + }, + "node_modules/@types/mocha": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.0.0.tgz", + "integrity": "sha512-scN0hAWyLVAvLR9AyW7HoFF5sJZglyBsbPuHO4fv7JRvfmPBMfp1ozWqOf/e4wwPNxezBZXRfWzMb6iFLgEVRA==", + "dev": true + }, + "node_modules/@types/node": { + "version": "10.14.16", + "resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.16.tgz", + "integrity": "sha512-/opXIbfn0P+VLt+N8DE4l8Mn8rbhiJgabU96ZJ0p9mxOkIks5gh6RUnpHak7Yh0SFkyjO/ODbxsQQPV2bpMmyA==", + "dev": true + }, + "node_modules/@types/node-fetch": { + "version": "2.5.12", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.12.tgz", + "integrity": "sha512-MKgC4dlq4kKNa/mYrwpKfzQMB5X3ee5U6fSprkKpToBqBmX4nFZL9cW5jl6sWn+xpRJ7ypWh2yyqqr8UUCstSw==", + "dev": true, + "dependencies": { + "@types/node": "*", + "form-data": "^3.0.0" + } + }, + "node_modules/@types/prettier": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.3.0.tgz", + "integrity": "sha512-hkc1DATxFLQo4VxPDpMH1gCkPpBbpOoJ/4nhuXw4n63/0R6bCpQECj4+K226UJ4JO/eJQz+1mC2I7JsWanAdQw==", + "dev": true + }, + "node_modules/@types/retry": { + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.1.tgz", + "integrity": "sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==", + "dev": true + }, + "node_modules/@ungap/promise-all-settled": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz", + "integrity": "sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==", + "dev": true + }, + "node_modules/ansi-colors": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", + "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/async-retry": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.3.tgz", + "integrity": "sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==", + "dev": true, + "dependencies": { + "retry": "0.13.1" + } + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "dev": true + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browser-stdout": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", + "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==", + "dev": true + }, + "node_modules/buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==", + "dev": true + }, + "node_modules/call-me-maybe": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.1.tgz", + "integrity": "sha1-JtII6onje1y95gJQoV8DHBak1ms=", + "dev": true + }, + "node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/chokidar": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz", + "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==", + "dev": true, + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + } + }, + "node_modules/cliui/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/cliui/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/commonmark": { + "version": "0.29.3", + "resolved": "https://registry.npmjs.org/commonmark/-/commonmark-0.29.3.tgz", + "integrity": "sha512-fvt/NdOFKaL2gyhltSy6BC4LxbbxbnPxBMl923ittqO/JBM0wQHaoYZliE4tp26cRxX/ZZtRsJlZzQrVdUkXAA==", + "dev": true, + "dependencies": { + "entities": "~2.0", + "mdurl": "~1.0.1", + "minimist": ">=1.2.2", + "string.prototype.repeat": "^0.2.0" + }, + "bin": { + "commonmark": "bin/commonmark" + }, + "engines": { + "node": "*" + } + }, + "node_modules/commonmark/node_modules/entities": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz", + "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==", + "dev": true + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "node_modules/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true + }, + "node_modules/data-uri-to-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz", + "integrity": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/debug/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/diff": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz", + "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==", + "dev": true, + "engines": { + "node": ">=0.3.1" + } + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/entities": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", + "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==", + "dev": true + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true, + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/fetch-blob": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.1.2.tgz", + "integrity": "sha512-hunJbvy/6OLjCD0uuhLdp0mMPzP/yd2ssd1t2FCJsaA7wkWhpbp9xfuNVpv7Ll4jFhzp6T4LAupSiV9uOeg0VQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/jimmywarting" + }, + { + "type": "paypal", + "url": "https://paypal.me/jimmywarting" + } + ], + "dependencies": { + "web-streams-polyfill": "^3.0.3" + }, + "engines": { + "node": "^12.20 || >= 14.13" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/flat": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", + "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", + "dev": true, + "bin": { + "flat": "cli.js" + } + }, + "node_modules/form-data": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", + "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", + "dev": true, + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/format-util": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/format-util/-/format-util-1.0.3.tgz", + "integrity": "sha1-Ay3KShFiYqEsQ/TD7IVmQWxbLZU=", + "dev": true + }, + "node_modules/front-matter": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/front-matter/-/front-matter-4.0.2.tgz", + "integrity": "sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg==", + "dev": true, + "dependencies": { + "js-yaml": "^3.13.1" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/glob": { + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", + "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/growl": { + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", + "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==", + "dev": true, + "engines": { + "node": ">=4.x" + } + }, + "node_modules/growly": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", + "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=", + "dev": true + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "dev": true, + "bin": { + "he": "bin/he" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "dev": true, + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.2.tgz", + "integrity": "sha512-ZZTOjRcDjuAAAv2cTBQP/lL59ZTArx77+7UzHdWW/XB1mrfp7DEaVpKmZ0XIzx+M7AxfhKcqV+nMetUQmFifwg==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-plain-obj": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", + "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "dependencies": { + "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "node_modules/js-yaml": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "dev": true, + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/json-schema-ref-parser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/json-schema-ref-parser/-/json-schema-ref-parser-6.1.0.tgz", + "integrity": "sha1-MK80rqtb7gQx2oBdrA6yG1dL9j0=", + "dev": true, + "dependencies": { + "call-me-maybe": "^1.0.1", + "js-yaml": "^3.12.1", + "ono": "^4.0.11" + } + }, + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "dependencies": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true + }, + "node_modules/mdurl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", + "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=", + "dev": true + }, + "node_modules/mime-db": { + "version": "1.49.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.49.0.tgz", + "integrity": "sha512-CIc8j9URtOVApSFCQIF+VBkX1RwXp/oMMOrqdyXSBXq5RWNEsRfyj1kiRnQgmNXmHxPoFIxOroKA3zcU9P+nAA==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.32", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.32.tgz", + "integrity": "sha512-hJGaVS4G4c9TSMYh2n6SQAGrC4RnfU+daP8G7cSCmaqNjiOoUY0VHCMS42pxnQmVF1GWwFhbHWn3RIxCqTmZ9A==", + "dev": true, + "dependencies": { + "mime-db": "1.49.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "dev": true + }, + "node_modules/mocha": { + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.2.tgz", + "integrity": "sha512-ta3LtJ+63RIBP03VBjMGtSqbe6cWXRejF9SyM9Zyli1CKZJZ+vfCTj3oW24V7wAphMJdpOFLoMI3hjJ1LWbs0w==", + "dev": true, + "dependencies": { + "@ungap/promise-all-settled": "1.1.2", + "ansi-colors": "4.1.1", + "browser-stdout": "1.3.1", + "chokidar": "3.5.2", + "debug": "4.3.2", + "diff": "5.0.0", + "escape-string-regexp": "4.0.0", + "find-up": "5.0.0", + "glob": "7.1.7", + "growl": "1.10.5", + "he": "1.2.0", + "js-yaml": "4.1.0", + "log-symbols": "4.1.0", + "minimatch": "3.0.4", + "ms": "2.1.3", + "nanoid": "3.1.25", + "serialize-javascript": "6.0.0", + "strip-json-comments": "3.1.1", + "supports-color": "8.1.1", + "which": "2.0.2", + "workerpool": "6.1.5", + "yargs": "16.2.0", + "yargs-parser": "20.2.4", + "yargs-unparser": "2.0.0" + }, + "bin": { + "_mocha": "bin/_mocha", + "mocha": "bin/mocha" + }, + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mochajs" + } + }, + "node_modules/mocha/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/mocha/node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/mocha/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/mocha/node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/mocha/node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/mocha/node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/mocha/node_modules/yargs-parser": { + "version": "20.2.4", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz", + "integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + }, + "node_modules/nanoid": { + "version": "3.1.25", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.25.tgz", + "integrity": "sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==", + "dev": true, + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/node-fetch": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.0.0.tgz", + "integrity": "sha512-bKMI+C7/T/SPU1lKnbQbwxptpCrG9ashG+VkytmXCPZyuM9jB6VU+hY0oi4lC8LxTtAeWdckNCTa3nrGsAdA3Q==", + "dev": true, + "dependencies": { + "data-uri-to-buffer": "^3.0.1", + "fetch-blob": "^3.1.2" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/node-fetch" + } + }, + "node_modules/node-notifier": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-10.0.0.tgz", + "integrity": "sha512-ZTqP90y1eyb2xAZTa7j4AlAayTwh6cL8mn0nlJhLDq8itXGnJUmQGYOnpaMUvqZVfGo0vhU7KZ3HtDW6CT2SiQ==", + "dev": true, + "dependencies": { + "growly": "^1.3.0", + "is-wsl": "^2.2.0", + "semver": "^7.3.5", + "shellwords": "^0.1.1", + "uuid": "^8.3.2", + "which": "^2.0.2" + } + }, + "node_modules/node-notifier/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/node-notifier/node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/node-object-hash": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/node-object-hash/-/node-object-hash-1.4.2.tgz", + "integrity": "sha512-UdS4swXs85fCGWWf6t6DMGgpN/vnlKeSGEQ7hJcrs7PBFoxoKLmibc3QRb7fwiYsjdL7PX8iI/TMSlZ90dgHhQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/ono": { + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/ono/-/ono-4.0.11.tgz", + "integrity": "sha512-jQ31cORBFE6td25deYeD80wxKBMj+zBmHTrVxnc6CKhx8gho6ipmWM5zj/oeoqioZ99yqBls9Z/9Nss7J26G2g==", + "dev": true, + "dependencies": { + "format-util": "^1.0.3" + } + }, + "node_modules/p-limit": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz", + "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==", + "dev": true, + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate/node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/picomatch": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", + "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/prettier": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.1.2.tgz", + "integrity": "sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==", + "dev": true, + "bin": { + "prettier": "bin-prettier.js" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dev": true, + "dependencies": { + "safe-buffer": "^5.1.0" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", + "dev": true + }, + "node_modules/retry": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/serialize-javascript": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", + "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "dev": true, + "dependencies": { + "randombytes": "^2.1.0" + } + }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "dev": true + }, + "node_modules/shellwords": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", + "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==", + "dev": true + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "dev": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string.prototype.repeat": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-0.2.0.tgz", + "integrity": "sha1-q6Nt4I3O5qWjN9SbLqHaGyj8Ds8=", + "dev": true + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=", + "dev": true + }, + "node_modules/ts-node": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.1.0.tgz", + "integrity": "sha512-6szn3+J9WyG2hE+5W8e0ruZrzyk1uFLYye6IGMBadnOzDh8aP7t8CbFpsfCiEx2+wMixAhjFt7lOZC4+l+WbEA==", + "dev": true, + "dependencies": { + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "source-map-support": "^0.5.17", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } + } + }, + "node_modules/ts-node/node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, + "engines": { + "node": ">=0.3.1" + } + }, + "node_modules/tslib": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz", + "integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==", + "dev": true + }, + "node_modules/typescript": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.3.tgz", + "integrity": "sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/web-streams-polyfill": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.1.1.tgz", + "integrity": "sha512-Czi3fG883e96T4DLEPRvufrF2ydhOOW1+1a6c3gNjH2aIh50DNFBdfwh2AKoOf1rXvpvavAoA11Qdq9+BKjE0Q==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=", + "dev": true + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "dev": true, + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", + "dev": true + }, + "node_modules/workerpool": { + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.1.5.tgz", + "integrity": "sha512-XdKkCK0Zqc6w3iTxLckiuJ81tiD/o5rBE/m+nXpRCB+/Sq4DqkfXZ/x0jW02DG1tGsfUGXbTJyZDP+eu67haSw==", + "dev": true + }, + "node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/wrap-ansi/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/wrap-ansi/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "node_modules/y18n": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", + "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==", + "dev": true + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/yargs": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "dev": true, + "dependencies": { + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs-parser": { + "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "dev": true, + "dependencies": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/yargs-unparser": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-2.0.0.tgz", + "integrity": "sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==", + "dev": true, + "dependencies": { + "camelcase": "^6.0.0", + "decamelize": "^4.0.0", + "flat": "^5.0.2", + "is-plain-obj": "^2.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs-unparser/node_modules/camelcase": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz", + "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/yargs-unparser/node_modules/decamelize": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-4.0.0.tgz", + "integrity": "sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/yargs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/yargs/node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs/node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + } + }, "dependencies": { "@azure/avocado": { "version": "0.8.4", @@ -31,7 +2166,8 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/@ts-common/iterator/-/iterator-1.1.2.tgz", "integrity": "sha512-edwrL2/efx3uphxuSEI7fCHJENFmTg+gR7TY8ruTRxNWIWc240YSg+v4T3qVAtgG8npwRC4QtQDu72hi8mrR5A==", - "dev": true + "dev": true, + "requires": {} } } }, @@ -105,7 +2241,8 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/@ts-common/iterator/-/iterator-1.1.2.tgz", "integrity": "sha512-edwrL2/efx3uphxuSEI7fCHJENFmTg+gR7TY8ruTRxNWIWc240YSg+v4T3qVAtgG8npwRC4QtQDu72hi8mrR5A==", - "dev": true + "dev": true, + "requires": {} }, "commonmark": { "version": "0.28.1", diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index 0f982d7dbf12..423b558ecbe7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -1937,7 +1937,7 @@ "properties": { "volumeGroupName": { "type": "string", - "description": "Name of the Volumge Group" + "description": "Name of the Volume Group" }, "subnet": { "description": "Volume Group subnet id.", @@ -2468,4 +2468,4 @@ "description": "The resource management error response." } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index 1a7011b55920..f1a5bb976c15 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -88,4 +88,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index 1b943eaff571..e1c9291f431b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -44,4 +44,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index bbfd1a8e150f..816430637913 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index bbfd1a8e150f..816430637913 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index 168a0137ea85..3f85bf316f7b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index 5d40777d336d..a2ea7e3dc214 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -22,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index 37415a8ca69c..3cfd06ee5e1e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -42,4 +42,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index b28eb57e53e5..5590d3ec7b93 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -25,4 +25,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index 264422c027a1..52466ec5814d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -41,4 +41,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index 234e0c3163f3..b6b900df8ee2 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -24,4 +24,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index 64902e2849f0..6d76ac528303 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -51,4 +51,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index a293d740f8f4..93a07ae059ae 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -32,4 +32,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index 56527d2a7cd7..f599416a1ba6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -23,4 +23,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index 02420f878276..fba3dfbc988d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -20,4 +20,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index 99b800e7006c..51f716ab1211 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -130,4 +130,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index 7b3ad65ecfbe..59c3b1a6a36a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -53,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json index 6651ada5e074..12c163e1dae2 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json @@ -122,4 +122,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json index 041f7e1ed59d..7adcdd1a4c9f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json @@ -46,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 54084fbc37cf..48c087641f1f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -16,4 +16,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 54084fbc37cf..48c087641f1f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -16,4 +16,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index 7ed32d41d56d..1451c978788b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -64,4 +64,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index f827d0a9c8b8..3abb3124306d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index 96ccab46e226..19def26b16bb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -67,4 +67,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index a44fd79703ae..c2e6ffe4509a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index 99b800e7006c..51f716ab1211 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -130,4 +130,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index 7b3ad65ecfbe..59c3b1a6a36a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -53,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index 792b91358569..2d3b8f9e1183 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -171,4 +171,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json index ebdc62a8ad0d..3f31c50f5b10 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -61,4 +61,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index fdc6d75b8924..102722889015 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -15,4 +15,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index fdc6d75b8924..102722889015 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -15,4 +15,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index efe354a26727..cda427fd24a7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -82,4 +82,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index 4423418b858c..a3aff0d1b73c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -30,4 +30,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index 593d7afe39ff..d84b48927fd8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -86,4 +86,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index 1f9e1edbcc0d..78fa807051d8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index ad7881c3e692..d4c53513f941 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -98,4 +98,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index bb1d8a6a47d7..7aca823d6fdc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index 5780684fa440..4f201ade1265 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -81,4 +81,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index 8341b259b6e5..e1ffc916b7ee 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index e302be1891ee..625e2403cd11 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -16,4 +16,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index e302be1891ee..625e2403cd11 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -16,4 +16,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index ef7ffb2921fc..8e8692aa667b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -41,4 +41,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 7b8aab888bb2..67f077ab92cc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -17,4 +17,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index b1048ddb375c..bbdec1d57a07 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -44,4 +44,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index 0e2c78a5b44d..0bb47e1fd38c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -19,4 +19,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index c0ecf931f47c..74b4f0d1c59a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index 94934474d923..40a5720d662f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -25,4 +25,4 @@ } } } -} \ No newline at end of file +} From b39edc7b4bd4db72dec74d9edf85b19f1bfce578 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Fri, 17 Dec 2021 02:22:30 -0800 Subject: [PATCH 03/32] Updated with IOPS & MBps properties --- .../2021-11-20-preview/elasticsan.json | 114 ++++++++++++++---- 1 file changed, 90 insertions(+), 24 deletions(-) diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index 423b558ecbe7..fd01382c9d58 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -113,7 +113,7 @@ "200": { "description": "Operation completed successfully; retrieved Elastic San by subscription", "schema": { - "$ref": "#/definitions/ElasticSanListResult" + "$ref": "#/definitions/ElasticSanList" } }, "default": { @@ -158,7 +158,7 @@ "200": { "description": "Operation completed successfully; retrieved elasticSans by resource group", "schema": { - "$ref": "#/definitions/ElasticSanListResult" + "$ref": "#/definitions/ElasticSanList" } }, "default": { @@ -896,6 +896,9 @@ }, { "$ref": "#/parameters/VolumeGroupName" + }, + { + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -1335,7 +1338,7 @@ "x-ms-parameter-location": "method" }, "ElasticSanCreate": { - "name": "ElasticSanCreatePayload", + "elasticSanname": "ElasticSanCreatePayload", "required": true, "in": "body", "description": "Request payload for ElasticSan create operation", @@ -1505,12 +1508,12 @@ } } }, - "ElasticSanListResult": { + "ElasticSanList": { "type": "object", "required": [ "value" ], - "description": "List of Elastic San", + "description": "List of Elastic Sans", "additionalProperties": false, "properties": { "value": { @@ -1558,7 +1561,8 @@ "subscriptionId", "availabilityZones", "provisioningState", - "sizeInTB" + "baseSizeInGB", + "extendedSizeInTB" ], "properties": { "subscriptionId": { @@ -1586,10 +1590,47 @@ "type": "string", "$ref": "#/definitions/ProvisioningState" }, - "sizeInTB": { - "description": "Size of the ElasticSan in TB.", + "baseSizeInGB": { + "description": "Base size of the Elastic San appliance in GB.", "type": "integer", - "format": "int64" + "format": "int64", + "x-ms-mutability": [ + "read", + "create" + ] + }, + "extendedSizeInTB": { + "description": "Extended size of the Elastic San appliance in TB.", + "type": "integer", + "format": "int64", + "x-ms-mutability": [ + "read", + "create" + ] + }, + "totalSizeInTB": { + "description": "Total size of the Elastic San appliance in TB.", + "type": "integer", + "format": "int64", + "x-ms-mutability": [ + "read" + ] + }, + "provisionedIops": { + "description": "Provisioned IOPS of the Elastic San appliance.", + "type": "integer", + "format": "int64", + "x-ms-mutability": [ + "read" + ] + }, + "provisionedMBps": { + "description": "Provisioned MBps Elastic San appliance.", + "type": "integer", + "format": "int64", + "x-ms-mutability": [ + "read" + ] }, "type": { "readOnly": true, @@ -1611,7 +1652,7 @@ "description": "Properties for ElasticSan create request.", "$ref": "#/definitions/ElasticSanCreateProperties" }, - "name": { + "elasticSanName": { "type": "string", "description": "Name of the Elastic San to create" }, @@ -1673,7 +1714,8 @@ "type": "object", "description": "Properties for Elastic San create or update request.", "required": [ - "sizeInTB" + "baseSizeInGB", + "extendedSizeInTB" ], "properties": { "availabilityZones": { @@ -1683,10 +1725,23 @@ "$ref": "#/definitions/AvailabilityZone" } }, - "sizeInTB": { - "description": "size of the Elastic San appliance in TB.", + "baseSizeInGB": { + "description": "Base size of the Elastic San appliance in GB.", "type": "integer", - "format": "int64" + "format": "int64", + "x-ms-mutability": [ + "read", + "create" + ] + }, + "extendedSizeInTB": { + "description": "Extended size of the Elastic San appliance in TB.", + "type": "integer", + "format": "int64", + "x-ms-mutability": [ + "read", + "create" + ] }, "sku": { "description": "resource sku", @@ -1699,22 +1754,33 @@ "type": "object", "description": "Properties for ElasticSan update request.", "required": [ - "sizeInTB" + "baseSizeInGB", + "extendedSizeInTB" ], "properties": { - "sizeInTB": { - "description": "size of Elastic San in TB.", + "baseSizeInGB": { + "description": "Base size of the Elastic San appliance in GB.", "type": "integer", - "format": "int64" + "format": "int64", + "x-ms-mutability": [ + "read", + "create" + ] + }, + "extendedSizeInTB": { + "description": "Extended size of the Elastic San appliance in TB.", + "type": "integer", + "format": "int64", + "x-ms-mutability": [ + "read", + "create" + ] } } }, "AvailabilityZone": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Availability zones." + "type": "string", + "description": "Availability zone." }, "SkuName": { "type": "string", @@ -2103,7 +2169,7 @@ "type": "object", "description": "Properties for Volume update request.", "properties": { - "volumename": { + "volumeName": { "description": "Volume name.", "type": "string" }, From 2a6e75f20a6d5deeb15b459222a678891e862c91 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Mon, 20 Dec 2021 03:14:56 -0800 Subject: [PATCH 04/32] Updated swagger file with NetWork Acls --- .../2021-11-20-preview/elasticsan.json | 154 ++++++++------ ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 84 ++++---- ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 29 ++- .../ElasticSans_Delete_MaximumSet_Gen.json | 4 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 4 +- .../ElasticSans_Get_MaximumSet_Gen.json | 38 ++-- .../ElasticSans_Get_MinimumSet_Gen.json | 15 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 38 ++-- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 13 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 38 ++-- ...ans_ListBySubscription_MinimumSet_Gen.json | 13 +- .../ElasticSans_Update_MaximumSet_Gen.json | 43 ++-- .../ElasticSans_Update_MinimumSet_Gen.json | 18 +- .../Operations_List_MaximumSet_Gen.json | 14 +- .../Operations_List_MinimumSet_Gen.json | 10 +- ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 114 +++++------ ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 22 +- .../Snapshots_Create_MaximumSet_Gen.json | 112 +++++------ .../Snapshots_Create_MinimumSet_Gen.json | 20 +- .../Snapshots_Delete_MaximumSet_Gen.json | 8 +- .../Snapshots_Delete_MinimumSet_Gen.json | 8 +- .../Snapshots_Get_MaximumSet_Gen.json | 60 +++--- .../Snapshots_Get_MinimumSet_Gen.json | 14 +- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 60 +++--- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 12 +- .../Snapshots_Update_MaximumSet_Gen.json | 114 +++++------ .../Snapshots_Update_MinimumSet_Gen.json | 22 +- ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 189 +++++++++--------- ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 64 ------ .../VolumeGroups_Delete_MaximumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 89 ++++----- .../VolumeGroups_Get_MinimumSet_Gen.json | 33 --- ...roups_ListByElasticSan_MaximumSet_Gen.json | 89 ++++----- ...roups_ListByElasticSan_MinimumSet_Gen.json | 36 ---- .../VolumeGroups_Update_MaximumSet_Gen.json | 105 +++++----- .../VolumeGroups_Update_MinimumSet_Gen.json | 41 ---- ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 66 +++--- ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 14 +- .../Volumes_Delete_MaximumSet_Gen.json | 8 +- .../Volumes_Delete_MinimumSet_Gen.json | 8 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 36 ++-- .../examples/Volumes_Get_MinimumSet_Gen.json | 10 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 37 ++-- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 9 +- .../Volumes_Update_MaximumSet_Gen.json | 40 ++-- .../Volumes_Update_MinimumSet_Gen.json | 10 +- 47 files changed, 918 insertions(+), 1059 deletions(-) delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index fd01382c9d58..81e0dccda1ae 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -195,9 +195,6 @@ { "$ref": "#/parameters/ResourceGroupNameParameter" }, - { - "$ref": "#/parameters/ElasticSanName" - }, { "$ref": "#/parameters/ElasticSanCreate" }, @@ -426,9 +423,6 @@ "x-ms-examples": { "VolumeGroups_ListByElasticSan_MaximumSet_Gen": { "$ref": "./examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json" - }, - "VolumeGroups_ListByElasticSan_MinimumSet_Gen": { - "$ref": "./examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json" } } } @@ -487,9 +481,6 @@ "x-ms-examples": { "VolumeGroups_CreateOrUpdate_MaximumSet_Gen": { "$ref": "./examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json" - }, - "VolumeGroups_CreateOrUpdate_MinimumSet_Gen": { - "$ref": "./examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json" } } }, @@ -543,9 +534,6 @@ "x-ms-examples": { "VolumeGroups_Update_MaximumSet_Gen": { "$ref": "./examples/VolumeGroups_Update_MaximumSet_Gen.json" - }, - "VolumeGroups_Update_MinimumSet_Gen": { - "$ref": "./examples/VolumeGroups_Update_MinimumSet_Gen.json" } } }, @@ -642,9 +630,6 @@ "x-ms-examples": { "VolumeGroups_Get_MaximumSet_Gen": { "$ref": "./examples/VolumeGroups_Get_MaximumSet_Gen.json" - }, - "VolumeGroups_Get_MinimumSet_Gen": { - "$ref": "./examples/VolumeGroups_Get_MinimumSet_Gen.json" } } } @@ -1338,7 +1323,7 @@ "x-ms-parameter-location": "method" }, "ElasticSanCreate": { - "elasticSanname": "ElasticSanCreatePayload", + "name": "ElasticSanCreatePayload", "required": true, "in": "body", "description": "Request payload for ElasticSan create operation", @@ -1570,14 +1555,6 @@ "type": "string", "x-ms-client-flatten": true }, - "location": { - "type": "string", - "x-ms-mutability": [ - "read", - "create" - ], - "description": "The geo-location where the resource lives." - }, "availabilityZones": { "type": "array", "description": "Logical zone for Elastic San resource; example: [\"1\"].", @@ -1611,31 +1588,17 @@ "totalSizeInTB": { "description": "Total size of the Elastic San appliance in TB.", "type": "integer", - "format": "int64", - "x-ms-mutability": [ - "read" - ] + "format": "int64" }, "provisionedIops": { "description": "Provisioned IOPS of the Elastic San appliance.", "type": "integer", - "format": "int64", - "x-ms-mutability": [ - "read" - ] + "format": "int64" }, "provisionedMBps": { "description": "Provisioned MBps Elastic San appliance.", "type": "integer", - "format": "int64", - "x-ms-mutability": [ - "read" - ] - }, - "type": { - "readOnly": true, - "type": "string", - "description": "The type of the resource. Ex- Microsoft.ElasticSan/elasticSans." + "format": "int64" } } }, @@ -1644,7 +1607,7 @@ "description": "Request payload for create or update Elastic San request.", "required": [ "location", - "name" + "elasticSanName" ], "properties": { "properties": { @@ -1952,7 +1915,6 @@ "required": [ "name", "provisioningState", - "subnet", "storageTarget", "sizeInGB", "volumes" @@ -1963,7 +1925,7 @@ "type": "string", "$ref": "#/definitions/ProvisioningState" }, - "name": { + "volumeGroupName": { "type": "string", "description": "Name of the volume group" }, @@ -1972,9 +1934,13 @@ "type": "integer", "format": "int64" }, - "storageTarget": { - "description": "Storage Target Information", - "$ref": "#/definitions/StorageTarget" + "networkAcls": { + "$ref": "#/definitions/NetworkRuleSet", + "description": "A collection of rules governing the accessibility from specific network locations.", + "x-ms-mutability": [ + "create", + "read" + ] }, "volumes": { "type": "array", @@ -1982,14 +1948,6 @@ "items": { "$ref": "#/definitions/Volume" } - }, - "subnet": { - "type": "string", - "description": "Azure Resource ID of a Subnet for the Volume Group.", - "x-ms-mutability": [ - "create", - "read" - ] } } }, @@ -2009,6 +1967,10 @@ "description": "Volume Group subnet id.", "type": "string" }, + "networkAcls": { + "$ref": "#/definitions/NetworkRuleSet", + "description": "A collection of rules governing the accessibility from specific network locations." + }, "storageTarget": { "description": "Storage Target Information", "readOnly": true, @@ -2024,6 +1986,14 @@ "description": "Volume Group name.", "type": "string" }, + "subnet": { + "description": "Volume Group subnet id.", + "type": "string" + }, + "networkAcls": { + "$ref": "#/definitions/NetworkRuleSet", + "description": "A collection of rules governing the accessibility from specific network locations." + }, "storageTarget": { "description": "Iscsi Target Information", "$ref": "#/definitions/StorageTarget" @@ -2037,10 +2007,6 @@ "properties" ], "properties": { - "name": { - "type": "string", - "description": "Name of the volume" - }, "properties": { "x-ms-client-flatten": true, "description": "Properties of Volume.", @@ -2532,6 +2498,76 @@ } }, "description": "The resource management error response." + }, + "NetworkRuleSet": { + "type": "object", + "properties": { + "defaultAction": { + "type": "string", + "description": "The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.", + "enum": [ + "Allow", + "Deny" + ], + "x-ms-enum": { + "name": "NetworkRuleAction", + "modelAsString": true + } + }, + "virtualNetworkRules": { + "type": "array", + "items": { + "$ref": "#/definitions/VirtualNetworkRule" + }, + "description": "The list of virtual network rules." + } + }, + "description": "A set of rules governing the network accessibility." + }, + "IpRule": { + "type": "object", + "properties": { + "value": { + "type": "string", + "description": "An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78)." + } + }, + "required": [ + "value" + ], + "description": "A rule governing the accessibility from a specific ip address or ip range." + }, + "VirtualNetworkRule": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'." + }, + "state": { + "type": "string", + "description": "Gets the state of virtual network rule." + }, + "ignoreMissingVnetServiceEndpoint": { + "type": "boolean", + "description": "Ignore missing vnet service endpoint or not." + }, + "subnet": { + "type": "array", + "items": { + "$ref": "#/definitions/Subnet" + }, + "description": "The list of subnets." + } + }, + "required": [ + "id" + ], + "description": "A rule governing the accessibility from a specific virtual network." + }, + "Subnet": { + "type": "string", + "description": "Azure Resource Id of a Subnet for the Volume Group." } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index f1a5bb976c15..2c6cd3a80fbf 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -1,23 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "ElasticSanCreatePayload": { "properties": { "availabilityZones": [ - [ - "aaaaaaaaaaaa" - ] + "aaaaaaaaaaaaaa" ], - "sizeInTB": 17, + "baseSizeInGB": 13, + "extendedSizeInTB": 5, "sku": "Premium_LRS" }, - "name": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key4445": "aaaaaaaaaaa" + "key8261": "aaaaaaaaaaaaa" }, - "location": "aa" + "location": "aaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -25,32 +23,32 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", - "location": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "a", "availabilityZones": [ - [ - "aaaaaaaaaaaa" - ] + "aaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "sizeInTB": 10, - "type": "aaaaa" + "baseSizeInGB": 16, + "extendedSizeInTB": 20, + "totalSizeInTB": 18, + "provisionedIops": 2, + "provisionedMBps": 19 }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key4556": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key7148": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aa", + "id": "aaaaaaaaaaaaaaaaaaaaaaa", "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -59,32 +57,32 @@ }, "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", - "location": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "a", "availabilityZones": [ - [ - "aaaaaaaaaaaa" - ] + "aaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "sizeInTB": 10, - "type": "aaaaa" + "baseSizeInGB": 16, + "extendedSizeInTB": 20, + "totalSizeInTB": 18, + "provisionedIops": 2, + "provisionedMBps": 19 }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key4556": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key7148": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aa", + "id": "aaaaaaaaaaaaaaaaaaaaaaa", "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index e1c9291f431b..e6eff6ea4b32 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -1,11 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "ElasticSanCreatePayload": { - "name": "aaaaaaaaaaaaa", - "location": "aa" + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -13,16 +12,15 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "a", "availabilityZones": [ - [ - "aaaaaaaaaaaa" - ] + "aaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "sizeInTB": 10 + "baseSizeInGB": 16, + "extendedSizeInTB": 20 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aa" } }, "201": { @@ -31,16 +29,15 @@ }, "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "a", "availabilityZones": [ - [ - "aaaaaaaaaaaa" - ] + "aaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "sizeInTB": 10 + "baseSizeInGB": 16, + "extendedSizeInTB": 20 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index 816430637913..c6c2a25ec992 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index 816430637913..c6c2a25ec992 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index 3f85bf316f7b..730203c5785f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,40 +1,40 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", - "location": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "a", "availabilityZones": [ - [ - "aaaaaaaaaaaa" - ] + "aaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "sizeInTB": 10, - "type": "aaaaa" + "baseSizeInGB": 16, + "extendedSizeInTB": 20, + "totalSizeInTB": 18, + "provisionedIops": 2, + "provisionedMBps": 19 }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key4556": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key7148": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aa", + "id": "aaaaaaaaaaaaaaaaaaaaaaa", "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index a2ea7e3dc214..2c4f3fc0d065 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -1,24 +1,23 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "a", "availabilityZones": [ - [ - "aaaaaaaaaaaa" - ] + "aaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "sizeInTB": 10 + "baseSizeInGB": 16, + "extendedSizeInTB": 20 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index 3cfd06ee5e1e..b6e3b3bbfe36 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -10,35 +10,35 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", - "location": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "a", "availabilityZones": [ - [ - "aaaaaaaaaaaa" - ] + "aaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "sizeInTB": 10, - "type": "aaaaa" + "baseSizeInGB": 16, + "extendedSizeInTB": 20, + "totalSizeInTB": 18, + "provisionedIops": 2, + "provisionedMBps": 19 }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key4556": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key7148": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aa", + "id": "aaaaaaaaaaaaaaaaaaaaaaa", "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index 5590d3ec7b93..80e2663f6c85 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -10,16 +10,15 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "a", "availabilityZones": [ - [ - "aaaaaaaaaaaa" - ] + "aaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "sizeInTB": 10 + "baseSizeInGB": 16, + "extendedSizeInTB": 20 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index 52466ec5814d..fc0e13b52fdc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -9,35 +9,35 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", - "location": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "a", "availabilityZones": [ - [ - "aaaaaaaaaaaa" - ] + "aaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "sizeInTB": 10, - "type": "aaaaa" + "baseSizeInGB": 16, + "extendedSizeInTB": 20, + "totalSizeInTB": 18, + "provisionedIops": 2, + "provisionedMBps": 19 }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key4556": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key7148": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aa", + "id": "aaaaaaaaaaaaaaaaaaaaaaa", "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index b6b900df8ee2..fac87bb65a43 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -9,16 +9,15 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "a", "availabilityZones": [ - [ - "aaaaaaaaaaaa" - ] + "aaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "sizeInTB": 10 + "baseSizeInGB": 16, + "extendedSizeInTB": 20 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index 6d76ac528303..06ac26442a9d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,14 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", "ElasticSanUpdatePayload": { "properties": { - "sizeInTB": 7 + "baseSizeInGB": 22, + "extendedSizeInTB": 27 }, "tags": { - "key1877": "aaaaaa" + "key6644": "aaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -17,32 +18,32 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", - "location": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "a", "availabilityZones": [ - [ - "aaaaaaaaaaaa" - ] + "aaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "sizeInTB": 10, - "type": "aaaaa" + "baseSizeInGB": 16, + "extendedSizeInTB": 20, + "totalSizeInTB": 18, + "provisionedIops": 2, + "provisionedMBps": 19 }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key4556": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key7148": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aa", + "id": "aaaaaaaaaaaaaaaaaaaaaaa", "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index 93a07ae059ae..3ba8c3e716ac 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -1,11 +1,12 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", "ElasticSanUpdatePayload": { "properties": { - "sizeInTB": 7 + "baseSizeInGB": 22, + "extendedSizeInTB": 27 } }, "api-version": "2021-11-20-preview" @@ -14,16 +15,15 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "a", "availabilityZones": [ - [ - "aaaaaaaaaaaa" - ] + "aaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "sizeInTB": 10 + "baseSizeInGB": 16, + "extendedSizeInTB": 20 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index f599416a1ba6..66c42989ab7b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,16 +7,16 @@ "body": { "value": [ { - "name": "aaaa", + "name": "aaaaaaaaaaaaaaaaaa", "isDataAction": true, - "actionType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "actionType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaaaaaaaaaaaaa", - "operation": "aaaaaaaaaaaaaaaa", - "description": "aaaaaaaaaaaaa" + "provider": "aaaaaaaaaaaaaaaaaaaaaaa", + "resource": "a", + "operation": "aaaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "origin": "aaaaa" + "origin": "aaaaaaaaaaa" } ], "nextLink": "aaaaaaaaaa" diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index fba3dfbc988d..8f309f57827e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,13 +7,13 @@ "body": { "value": [ { - "name": "aaaa", + "name": "aaaaaaaaaaaaaaaaaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaaaaaaaaaaaaa", - "operation": "aaaaaaaaaaaaaaaa", - "description": "aaaaaaaaaaaaa" + "provider": "aaaaaaaaaaaaaaaaaaaaaaa", + "resource": "a", + "operation": "aaaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } ] diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index 51f716ab1211..dd44b4f4d01a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ], "incremental": true } @@ -20,55 +20,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", "volumes": [ { - "name": "aaaa", "properties": { "provisioningState": "Invalid", "sizeInGB": 20, - "volumeGroupName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9451": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key5945": "aaaaaa" + "key4078": "aaaaaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -78,55 +78,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", "volumes": [ { - "name": "aaaa", "properties": { "provisioningState": "Invalid", "sizeInGB": 20, - "volumeGroupName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9451": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key5945": "aaaaaa" + "key4078": "aaaaaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index 59c3b1a6a36a..6d05e415b340 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, @@ -19,17 +19,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", "volumes": [ { "properties": { "sizeInGB": 20 }, - "location": "aaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa" } }, "201": { @@ -39,17 +39,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", "volumes": [ { "properties": { "sizeInGB": 20 }, - "location": "aaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json index 12c163e1dae2..0eb6f0a1d578 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,55 +12,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", "volumes": [ { - "name": "aaaa", "properties": { "provisioningState": "Invalid", "sizeInGB": 20, - "volumeGroupName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9451": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key5945": "aaaaaa" + "key4078": "aaaaaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -70,55 +70,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", "volumes": [ { - "name": "aaaa", "properties": { "provisioningState": "Invalid", "sizeInGB": 20, - "volumeGroupName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9451": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key5945": "aaaaaa" + "key4078": "aaaaaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json index 7adcdd1a4c9f..655f549beda0 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,17 +12,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", "volumes": [ { "properties": { "sizeInGB": 20 }, - "location": "aaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa" } }, "201": { @@ -32,17 +32,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", "volumes": [ { "properties": { "sizeInGB": 20 }, - "location": "aaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 48c087641f1f..3987d7060030 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 48c087641f1f..3987d7060030 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index 1451c978788b..096415c86c0d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,55 +12,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", "volumes": [ { - "name": "aaaa", "properties": { "provisioningState": "Invalid", "sizeInGB": 20, - "volumeGroupName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9451": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key5945": "aaaaaa" + "key4078": "aaaaaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index 3abb3124306d..c7921c278cbb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,17 +12,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", "volumes": [ { "properties": { "sizeInGB": 20 }, - "location": "aaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index 19def26b16bb..abf7e6f2233d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa" }, "responses": { "200": { @@ -12,58 +12,58 @@ { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", "volumes": [ { - "name": "aaaa", "properties": { "provisioningState": "Invalid", "sizeInGB": 20, - "volumeGroupName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9451": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key5945": "aaaaaa" + "key4078": "aaaaaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index c2e6ffe4509a..53ba8945366c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa" }, "responses": { "200": { @@ -12,17 +12,17 @@ { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", "volumes": [ { "properties": { "sizeInGB": 20 }, - "location": "aaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index 51f716ab1211..dd44b4f4d01a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ], "incremental": true } @@ -20,55 +20,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", "volumes": [ { - "name": "aaaa", "properties": { "provisioningState": "Invalid", "sizeInGB": 20, - "volumeGroupName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9451": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key5945": "aaaaaa" + "key4078": "aaaaaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -78,55 +78,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", "volumes": [ { - "name": "aaaa", "properties": { "provisioningState": "Invalid", "sizeInGB": 20, - "volumeGroupName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9451": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key5945": "aaaaaa" + "key4078": "aaaaaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index 59c3b1a6a36a..6d05e415b340 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, @@ -19,17 +19,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", "volumes": [ { "properties": { "sizeInGB": 20 }, - "location": "aaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa" } }, "201": { @@ -39,17 +39,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", "volumes": [ { "properties": { "sizeInGB": 20 }, - "location": "aaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index 2d3b8f9e1183..898fc6298606 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -1,13 +1,26 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", "VolumeGroupCreate": { "properties": { - "volumeGroupName": "aaaaaaaaaa", - "subnet": "a", + "volumeGroupName": "aaaaaaaaaaaaaa", + "subnet": "aaaaaaaaaaaaaaaaa", + "networkAcls": { + "defaultAction": "Allow", + "virtualNetworkRules": [ + { + "id": "aaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "ignoreMissingVnetServiceEndpoint": true, + "subnet": [ + "aaaaaaa" + ] + } + ] + }, "storageTarget": { "properties": { "protocolType": "Iscsi", @@ -23,74 +36,69 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 2, - "storageTarget": { - "properties": { - "protocolType": "Iscsi", - "encryption": "SSE Platform Managed Key" - }, - "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" - }, - "id": "aaaaaaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "volumeGroupName": "aaaaaa", + "sizeInGB": 10, + "networkAcls": { + "defaultAction": "Allow", + "virtualNetworkRules": [ + { + "id": "aaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "ignoreMissingVnetServiceEndpoint": true, + "subnet": [ + "aaaaaaa" + ] + } + ] }, "volumes": [ { - "name": "aaaa", "properties": { "provisioningState": "Invalid", "sizeInGB": 20, - "volumeGroupName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9451": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } - ], - "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + ] }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key7596": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key2631": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaa", "name": "aaaaaaaaaaaaaaaaaaaaa", - "type": "a" + "type": "aaaaaaaa" } }, "201": { @@ -100,74 +108,69 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 2, - "storageTarget": { - "properties": { - "protocolType": "Iscsi", - "encryption": "SSE Platform Managed Key" - }, - "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" - }, - "id": "aaaaaaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "volumeGroupName": "aaaaaa", + "sizeInGB": 10, + "networkAcls": { + "defaultAction": "Allow", + "virtualNetworkRules": [ + { + "id": "aaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "ignoreMissingVnetServiceEndpoint": true, + "subnet": [ + "aaaaaaa" + ] + } + ] }, "volumes": [ { - "name": "aaaa", "properties": { "provisioningState": "Invalid", "sizeInGB": 20, - "volumeGroupName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9451": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } - ], - "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + ] }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key7596": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key2631": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaa", "name": "aaaaaaaaaaaaaaaaaaaaa", - "type": "a" + "type": "aaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json deleted file mode 100644 index 3f31c50f5b10..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "VolumeGroupCreate": { - "properties": { - "volumeGroupName": "aaaaaaaaaa", - "subnet": "a" - } - }, - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": { - "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 2, - "storageTarget": { - "properties": {} - }, - "volumes": [ - { - "properties": { - "sizeInGB": 20 - }, - "location": "aaaaaaaaaaaaaa" - } - ], - "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa" - } - }, - "201": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - }, - "body": { - "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 2, - "storageTarget": { - "properties": {} - }, - "volumes": [ - { - "properties": { - "sizeInGB": 20 - }, - "location": "aaaaaaaaaaaaaa" - } - ], - "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa" - } - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index 102722889015..76049538b357 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index 102722889015..76049538b357 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index cda427fd24a7..5befefb3cfe8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -11,74 +11,69 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 2, - "storageTarget": { - "properties": { - "protocolType": "Iscsi", - "encryption": "SSE Platform Managed Key" - }, - "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" - }, - "id": "aaaaaaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "volumeGroupName": "aaaaaa", + "sizeInGB": 10, + "networkAcls": { + "defaultAction": "Allow", + "virtualNetworkRules": [ + { + "id": "aaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "ignoreMissingVnetServiceEndpoint": true, + "subnet": [ + "aaaaaaa" + ] + } + ] }, "volumes": [ { - "name": "aaaa", "properties": { "provisioningState": "Invalid", "sizeInGB": 20, - "volumeGroupName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9451": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } - ], - "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + ] }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key7596": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key2631": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaa", "name": "aaaaaaaaaaaaaaaaaaaaa", - "type": "a" + "type": "aaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json deleted file mode 100644 index a3aff0d1b73c..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": { - "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 2, - "storageTarget": { - "properties": {} - }, - "volumes": [ - { - "properties": { - "sizeInGB": 20 - }, - "location": "aaaaaaaaaaaaaa" - } - ], - "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa" - } - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index d84b48927fd8..eb7521d69c5b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,77 +12,72 @@ { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 2, - "storageTarget": { - "properties": { - "protocolType": "Iscsi", - "encryption": "SSE Platform Managed Key" - }, - "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" - }, - "id": "aaaaaaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "volumeGroupName": "aaaaaa", + "sizeInGB": 10, + "networkAcls": { + "defaultAction": "Allow", + "virtualNetworkRules": [ + { + "id": "aaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "ignoreMissingVnetServiceEndpoint": true, + "subnet": [ + "aaaaaaa" + ] + } + ] }, "volumes": [ { - "name": "aaaa", "properties": { "provisioningState": "Invalid", "sizeInGB": 20, - "volumeGroupName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9451": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } - ], - "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + ] }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key7596": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key2631": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaa", "name": "aaaaaaaaaaaaaaaaaaaaa", - "type": "a" + "type": "aaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json deleted file mode 100644 index 78fa807051d8..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 2, - "storageTarget": { - "properties": {} - }, - "volumes": [ - { - "properties": { - "sizeInGB": 20 - }, - "location": "aaaaaaaaaaaaaa" - } - ], - "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa" - } - ] - } - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index d4c53513f941..ca5fdfe8eb44 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,12 +1,26 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", "VolumeGroupUpdatePayload": { "properties": { - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaa", + "subnet": "aaaaaaa", + "networkAcls": { + "defaultAction": "Allow", + "virtualNetworkRules": [ + { + "id": "aaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "ignoreMissingVnetServiceEndpoint": true, + "subnet": [ + "aaaaaaa" + ] + } + ] + }, "storageTarget": { "properties": { "protocolType": "Iscsi", @@ -22,74 +36,69 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 2, - "storageTarget": { - "properties": { - "protocolType": "Iscsi", - "encryption": "SSE Platform Managed Key" - }, - "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" - }, - "id": "aaaaaaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "volumeGroupName": "aaaaaa", + "sizeInGB": 10, + "networkAcls": { + "defaultAction": "Allow", + "virtualNetworkRules": [ + { + "id": "aaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "ignoreMissingVnetServiceEndpoint": true, + "subnet": [ + "aaaaaaa" + ] + } + ] }, "volumes": [ { - "name": "aaaa", "properties": { "provisioningState": "Invalid", "sizeInGB": 20, - "volumeGroupName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9451": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } - ], - "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + ] }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key7596": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key2631": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaa", "name": "aaaaaaaaaaaaaaaaaaaaa", - "type": "a" + "type": "aaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json deleted file mode 100644 index 7aca823d6fdc..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "VolumeGroupUpdatePayload": { - "properties": {} - }, - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": { - "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 2, - "storageTarget": { - "properties": {} - }, - "volumes": [ - { - "properties": { - "sizeInGB": 20 - }, - "location": "aaaaaaaaaaaaaa" - } - ], - "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa" - } - }, - "202": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - } - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index 4f201ade1265..406f8575bb0a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "volumeName": "aaaa", "VolumeCreate": { "properties": { - "sizeInGB": 30 + "sizeInGB": 8 } }, "api-version": "2021-11-20-preview" @@ -15,34 +15,34 @@ "responses": { "200": { "body": { - "name": "aaaa", "properties": { "provisioningState": "Invalid", "sizeInGB": 20, - "volumeGroupName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9451": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -50,34 +50,34 @@ "Azure-AsyncOperation": "https://foo.com/operationstatus" }, "body": { - "name": "aaaa", "properties": { "provisioningState": "Invalid", "sizeInGB": 20, - "volumeGroupName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9451": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index e1ffc916b7ee..08a0a5da552c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "volumeName": "aaaa", "VolumeCreate": { "properties": { - "sizeInGB": 30 + "sizeInGB": 8 } }, "api-version": "2021-11-20-preview" @@ -18,7 +18,7 @@ "properties": { "sizeInGB": 20 }, - "location": "aaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -29,7 +29,7 @@ "properties": { "sizeInGB": 20 }, - "location": "aaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index 625e2403cd11..749057240c65 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "volumeName": "aaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index 625e2403cd11..749057240c65 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "volumeName": "aaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index 8e8692aa667b..0d6844a70e78 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,43 +1,43 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "volumeName": "aaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { - "name": "aaaa", "properties": { "provisioningState": "Invalid", "sizeInGB": 20, - "volumeGroupName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9451": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 67f077ab92cc..7648d333d7d3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "volumeName": "aaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -13,7 +13,7 @@ "properties": { "sizeInGB": 20 }, - "location": "aaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index bbdec1d57a07..630e12795126 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,46 +1,47 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "value": [ { - "name": "aaaa", "properties": { "provisioningState": "Invalid", "sizeInGB": 20, - "volumeGroupName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9451": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index 0bb47e1fd38c..0f24ea83b49e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "api-version": "2021-11-20-preview" }, "responses": { "200": { @@ -13,7 +14,7 @@ "properties": { "sizeInGB": 20 }, - "location": "aaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index 74b4f0d1c59a..c7c3d9f35220 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "volumeName": "aaaa", "VolumeUpdatePayload": { "properties": { - "volumename": "aaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 14 + "volumeName": "aa", + "sizeInGB": 25 } }, "api-version": "2021-11-20-preview" @@ -16,34 +16,34 @@ "responses": { "200": { "body": { - "name": "aaaa", "properties": { "provisioningState": "Invalid", "sizeInGB": 20, - "volumeGroupName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "a", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaa", + "createdAt": "aaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aa" }, "tags": { - "key8934": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9451": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index 40a5720d662f..e7f8816f2e36 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaa", + "volumeName": "aaaa", "VolumeUpdatePayload": { "properties": {} }, @@ -16,7 +16,7 @@ "properties": { "sizeInGB": 20 }, - "location": "aaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "202": { From d13f65535ae07b2c421ec546a43839afefcb6f8c Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Tue, 21 Dec 2021 22:33:14 -0800 Subject: [PATCH 05/32] Added "None" to protocol type and updated with other validations. --- .../2021-11-20-preview/elasticsan.json | 24 ++-- ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 86 ++++++------ ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 26 ++-- .../ElasticSans_Delete_MaximumSet_Gen.json | 4 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 4 +- .../ElasticSans_Get_MaximumSet_Gen.json | 40 +++--- .../ElasticSans_Get_MinimumSet_Gen.json | 14 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 40 +++--- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 12 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 40 +++--- ...ans_ListBySubscription_MinimumSet_Gen.json | 12 +- .../ElasticSans_Update_MaximumSet_Gen.json | 46 +++---- .../ElasticSans_Update_MinimumSet_Gen.json | 18 +-- .../Operations_List_MaximumSet_Gen.json | 14 +- .../Operations_List_MinimumSet_Gen.json | 8 +- ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 106 +++++++-------- ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 22 +-- .../Snapshots_Create_MaximumSet_Gen.json | 104 +++++++-------- .../Snapshots_Create_MinimumSet_Gen.json | 20 +-- .../Snapshots_Delete_MaximumSet_Gen.json | 8 +- .../Snapshots_Delete_MinimumSet_Gen.json | 8 +- .../Snapshots_Get_MaximumSet_Gen.json | 56 ++++---- .../Snapshots_Get_MinimumSet_Gen.json | 14 +- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 56 ++++---- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 12 +- .../Snapshots_Update_MaximumSet_Gen.json | 106 +++++++-------- .../Snapshots_Update_MinimumSet_Gen.json | 22 +-- ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 125 +++++++++--------- ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 55 ++++++++ .../VolumeGroups_Delete_MaximumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 62 ++++----- .../VolumeGroups_Get_MinimumSet_Gen.json | 29 ++++ ...roups_ListByElasticSan_MaximumSet_Gen.json | 60 ++++----- ...roups_ListByElasticSan_MinimumSet_Gen.json | 32 +++++ .../VolumeGroups_Update_MaximumSet_Gen.json | 71 +++++----- .../VolumeGroups_Update_MinimumSet_Gen.json | 36 +++++ ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 58 ++++---- ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 14 +- .../Volumes_Delete_MaximumSet_Gen.json | 8 +- .../Volumes_Delete_MinimumSet_Gen.json | 8 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 32 ++--- .../examples/Volumes_Get_MinimumSet_Gen.json | 10 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 32 ++--- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 8 +- .../Volumes_Update_MaximumSet_Gen.json | 36 ++--- .../Volumes_Update_MinimumSet_Gen.json | 10 +- 47 files changed, 888 insertions(+), 732 deletions(-) create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index 81e0dccda1ae..ca90648242b9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -423,6 +423,9 @@ "x-ms-examples": { "VolumeGroups_ListByElasticSan_MaximumSet_Gen": { "$ref": "./examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json" + }, + "VolumeGroups_ListByElasticSan_MinimumSet_Gen": { + "$ref": "./examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json" } } } @@ -444,9 +447,6 @@ { "$ref": "#/parameters/ElasticSanName" }, - { - "$ref": "#/parameters/VolumeGroupName" - }, { "$ref": "#/parameters/VolumeGroupCreate" }, @@ -481,6 +481,9 @@ "x-ms-examples": { "VolumeGroups_CreateOrUpdate_MaximumSet_Gen": { "$ref": "./examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json" + }, + "VolumeGroups_CreateOrUpdate_MinimumSet_Gen": { + "$ref": "./examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json" } } }, @@ -500,9 +503,6 @@ { "$ref": "#/parameters/ElasticSanName" }, - { - "$ref": "#/parameters/VolumeGroupName" - }, { "$ref": "#/parameters/VolumeGroupUpdate" }, @@ -534,6 +534,9 @@ "x-ms-examples": { "VolumeGroups_Update_MaximumSet_Gen": { "$ref": "./examples/VolumeGroups_Update_MaximumSet_Gen.json" + }, + "VolumeGroups_Update_MinimumSet_Gen": { + "$ref": "./examples/VolumeGroups_Update_MinimumSet_Gen.json" } } }, @@ -630,6 +633,9 @@ "x-ms-examples": { "VolumeGroups_Get_MaximumSet_Gen": { "$ref": "./examples/VolumeGroups_Get_MaximumSet_Gen.json" + }, + "VolumeGroups_Get_MinimumSet_Gen": { + "$ref": "./examples/VolumeGroups_Get_MinimumSet_Gen.json" } } } @@ -1913,9 +1919,8 @@ "type": "object", "description": "VolumeGroup response properties.", "required": [ - "name", + "volumeGroupName", "provisioningState", - "storageTarget", "sizeInGB", "volumes" ], @@ -2325,7 +2330,8 @@ "StorageTargetType": { "type": "string", "enum": [ - "Iscsi" + "Iscsi", + "None" ], "x-ms-enum": { "name": "StorageTargetType", diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index 2c6cd3a80fbf..3748a77e79c8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "ElasticSanCreatePayload": { "properties": { "availabilityZones": [ - "aaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ], - "baseSizeInGB": 13, - "extendedSizeInTB": 5, + "baseSizeInGB": 30, + "extendedSizeInTB": 2, "sku": "Premium_LRS" }, - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key8261": "aaaaaaaaaaaaa" + "key1966": "aaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -23,32 +23,32 @@ "200": { "body": { "properties": { - "subscriptionId": "a", + "subscriptionId": "aaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 16, - "extendedSizeInTB": 20, - "totalSizeInTB": 18, - "provisionedIops": 2, - "provisionedMBps": 19 + "baseSizeInGB": 4, + "extendedSizeInTB": 8, + "totalSizeInTB": 9, + "provisionedIops": 26, + "provisionedMBps": 3 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key7148": "aaaaaaa" + "key6619": "aaaaa" }, - "location": "aa", - "id": "aaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaa", + "type": "aa" } }, "201": { @@ -57,32 +57,32 @@ }, "body": { "properties": { - "subscriptionId": "a", + "subscriptionId": "aaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 16, - "extendedSizeInTB": 20, - "totalSizeInTB": 18, - "provisionedIops": 2, - "provisionedMBps": 19 + "baseSizeInGB": 4, + "extendedSizeInTB": 8, + "totalSizeInTB": 9, + "provisionedIops": 26, + "provisionedMBps": 3 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key7148": "aaaaaaa" + "key6619": "aaaaa" }, - "location": "aa", - "id": "aaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaa", + "type": "aa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index e6eff6ea4b32..bd6b9082ba79 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "ElasticSanCreatePayload": { - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "location": "aaaaaaaaaaaaaaa" + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -12,15 +12,15 @@ "200": { "body": { "properties": { - "subscriptionId": "a", + "subscriptionId": "aaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 16, - "extendedSizeInTB": 20 + "baseSizeInGB": 4, + "extendedSizeInTB": 8 }, - "location": "aa" + "location": "aaaaaaaaaaaaaaaa" } }, "201": { @@ -29,15 +29,15 @@ }, "body": { "properties": { - "subscriptionId": "a", + "subscriptionId": "aaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 16, - "extendedSizeInTB": 20 + "baseSizeInGB": 4, + "extendedSizeInTB": 8 }, - "location": "aa" + "location": "aaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index c6c2a25ec992..ac42d6864113 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index c6c2a25ec992..ac42d6864113 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index 730203c5785f..7e42f607f786 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,40 +1,40 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "subscriptionId": "a", + "subscriptionId": "aaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 16, - "extendedSizeInTB": 20, - "totalSizeInTB": 18, - "provisionedIops": 2, - "provisionedMBps": 19 + "baseSizeInGB": 4, + "extendedSizeInTB": 8, + "totalSizeInTB": 9, + "provisionedIops": 26, + "provisionedMBps": 3 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key7148": "aaaaaaa" + "key6619": "aaaaa" }, - "location": "aa", - "id": "aaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaa", + "type": "aa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index 2c4f3fc0d065..a8f03ac8dbf8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -1,23 +1,23 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "subscriptionId": "a", + "subscriptionId": "aaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 16, - "extendedSizeInTB": 20 + "baseSizeInGB": 4, + "extendedSizeInTB": 8 }, - "location": "aa" + "location": "aaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index b6e3b3bbfe36..041c3d89f499 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -10,35 +10,35 @@ "value": [ { "properties": { - "subscriptionId": "a", + "subscriptionId": "aaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 16, - "extendedSizeInTB": 20, - "totalSizeInTB": 18, - "provisionedIops": 2, - "provisionedMBps": 19 + "baseSizeInGB": 4, + "extendedSizeInTB": 8, + "totalSizeInTB": 9, + "provisionedIops": 26, + "provisionedMBps": 3 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key7148": "aaaaaaa" + "key6619": "aaaaa" }, - "location": "aa", - "id": "aaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaa", + "type": "aa" } ], - "nextLink": "aaaaa" + "nextLink": "aaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index 80e2663f6c85..31a19783eefc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -10,15 +10,15 @@ "value": [ { "properties": { - "subscriptionId": "a", + "subscriptionId": "aaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 16, - "extendedSizeInTB": 20 + "baseSizeInGB": 4, + "extendedSizeInTB": 8 }, - "location": "aa" + "location": "aaaaaaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index fc0e13b52fdc..239452458e0f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -9,35 +9,35 @@ "value": [ { "properties": { - "subscriptionId": "a", + "subscriptionId": "aaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 16, - "extendedSizeInTB": 20, - "totalSizeInTB": 18, - "provisionedIops": 2, - "provisionedMBps": 19 + "baseSizeInGB": 4, + "extendedSizeInTB": 8, + "totalSizeInTB": 9, + "provisionedIops": 26, + "provisionedMBps": 3 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key7148": "aaaaaaa" + "key6619": "aaaaa" }, - "location": "aa", - "id": "aaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaa", + "type": "aa" } ], - "nextLink": "aaaaa" + "nextLink": "aaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index fac87bb65a43..991af2e984ca 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -9,15 +9,15 @@ "value": [ { "properties": { - "subscriptionId": "a", + "subscriptionId": "aaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 16, - "extendedSizeInTB": 20 + "baseSizeInGB": 4, + "extendedSizeInTB": 8 }, - "location": "aa" + "location": "aaaaaaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index 06ac26442a9d..8a8bade1e93c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,15 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaa", "ElasticSanUpdatePayload": { "properties": { - "baseSizeInGB": 22, - "extendedSizeInTB": 27 + "baseSizeInGB": 9, + "extendedSizeInTB": 25 }, "tags": { - "key6644": "aaaaaaaaaaaa" + "key3073": "a" } }, "api-version": "2021-11-20-preview" @@ -18,32 +18,32 @@ "200": { "body": { "properties": { - "subscriptionId": "a", + "subscriptionId": "aaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 16, - "extendedSizeInTB": 20, - "totalSizeInTB": 18, - "provisionedIops": 2, - "provisionedMBps": 19 + "baseSizeInGB": 4, + "extendedSizeInTB": 8, + "totalSizeInTB": 9, + "provisionedIops": 26, + "provisionedMBps": 3 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key7148": "aaaaaaa" + "key6619": "aaaaa" }, - "location": "aa", - "id": "aaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaa", + "type": "aa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index 3ba8c3e716ac..fb3547d0350f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -1,12 +1,12 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaa", "ElasticSanUpdatePayload": { "properties": { - "baseSizeInGB": 22, - "extendedSizeInTB": 27 + "baseSizeInGB": 9, + "extendedSizeInTB": 25 } }, "api-version": "2021-11-20-preview" @@ -15,15 +15,15 @@ "200": { "body": { "properties": { - "subscriptionId": "a", + "subscriptionId": "aaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 16, - "extendedSizeInTB": 20 + "baseSizeInGB": 4, + "extendedSizeInTB": 8 }, - "location": "aa" + "location": "aaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index 66c42989ab7b..0d6318f975c3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,19 +7,19 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", "isDataAction": true, - "actionType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "actionType": "aaaaaaaaaaaaaaaaaaaaaaa", "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaaa", - "resource": "a", - "operation": "aaaaaaaaaaaaaa", + "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaa", + "operation": "aaaaaaaaaaaaaaaaaaaaaaaa", "description": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "origin": "aaaaaaaaaaa" + "origin": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index 8f309f57827e..5133c4368a97 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,12 +7,12 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaaa", - "resource": "a", - "operation": "aaaaaaaaaaaaaa", + "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaa", + "operation": "aaaaaaaaaaaaaaaaaaaaaaaa", "description": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index dd44b4f4d01a..afa55ba0349b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ], "incremental": true } @@ -20,55 +20,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "a", + "name": "aaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 14, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key9451": "aaaaaaaaaaaaaaa" + "key3255": "aa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aa", "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key4078": "aaaaaaaaa" + "key2119": "aaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -78,55 +78,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "a", + "name": "aaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 14, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key9451": "aaaaaaaaaaaaaaa" + "key3255": "aa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aa", "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key4078": "aaaaaaaaa" + "key2119": "aaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index 6d05e415b340..f6681fb5bb25 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ] } }, @@ -19,17 +19,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "a", + "name": "aaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 20 + "sizeInGB": 14 }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -39,17 +39,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "a", + "name": "aaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 20 + "sizeInGB": 14 }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json index 0eb6f0a1d578..558e3e220e69 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,55 +12,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "a", + "name": "aaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 14, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key9451": "aaaaaaaaaaaaaaa" + "key3255": "aa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aa", "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key4078": "aaaaaaaaa" + "key2119": "aaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -70,55 +70,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "a", + "name": "aaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 14, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key9451": "aaaaaaaaaaaaaaa" + "key3255": "aa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aa", "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key4078": "aaaaaaaaa" + "key2119": "aaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json index 655f549beda0..6f4b043ec5c4 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,17 +12,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "a", + "name": "aaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 20 + "sizeInGB": 14 }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -32,17 +32,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "a", + "name": "aaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 20 + "sizeInGB": 14 }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 3987d7060030..9a3288c06f76 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 3987d7060030..9a3288c06f76 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index 096415c86c0d..d2aed5d2f9ac 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,55 +12,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "a", + "name": "aaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 14, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key9451": "aaaaaaaaaaaaaaa" + "key3255": "aa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aa", "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key4078": "aaaaaaaaa" + "key2119": "aaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index c7921c278cbb..f8ae018a2830 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,17 +12,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "a", + "name": "aaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 20 + "sizeInGB": 14 }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index abf7e6f2233d..629e940eaff7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa" + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa" }, "responses": { "200": { @@ -12,58 +12,58 @@ { "properties": { "provisioningState": "Invalid", - "name": "a", + "name": "aaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 14, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key9451": "aaaaaaaaaaaaaaa" + "key3255": "aa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aa", "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key4078": "aaaaaaaaa" + "key2119": "aaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaa" + "nextLink": "a" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index 53ba8945366c..0664d72a4c65 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa" + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa" }, "responses": { "200": { @@ -12,17 +12,17 @@ { "properties": { "provisioningState": "Invalid", - "name": "a", + "name": "aaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 20 + "sizeInGB": 14 }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index dd44b4f4d01a..afa55ba0349b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ], "incremental": true } @@ -20,55 +20,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "a", + "name": "aaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 14, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key9451": "aaaaaaaaaaaaaaa" + "key3255": "aa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aa", "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key4078": "aaaaaaaaa" + "key2119": "aaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -78,55 +78,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "a", + "name": "aaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 14, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key9451": "aaaaaaaaaaaaaaa" + "key3255": "aa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aa", "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key4078": "aaaaaaaaa" + "key2119": "aaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index 6d05e415b340..f6681fb5bb25 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ] } }, @@ -19,17 +19,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "a", + "name": "aaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 20 + "sizeInGB": 14 }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -39,17 +39,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "a", + "name": "aaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 20 + "sizeInGB": 14 }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index 898fc6298606..db5b85317e72 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -1,22 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", + "elasticSanName": "aaaa", "VolumeGroupCreate": { "properties": { "volumeGroupName": "aaaaaaaaaaaaaa", - "subnet": "aaaaaaaaaaaaaaaaa", + "subnet": "aaaaaaaaaaaaaaaaaaaa", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -36,17 +35,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaa", - "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 29, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -55,50 +54,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 14, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key9451": "aaaaaaaaaaaaaaa" + "key3255": "aa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aa", "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key2631": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key4104": "aaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaa", + "type": "aaaaaaaaaaaaa" } }, "201": { @@ -108,17 +107,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaa", - "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 29, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -127,50 +126,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 14, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key9451": "aaaaaaaaaaaaaaa" + "key3255": "aa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aa", "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key2631": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key4104": "aaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaa", + "type": "aaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json new file mode 100644 index 000000000000..7f6e456330a1 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -0,0 +1,55 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaa", + "VolumeGroupCreate": { + "properties": { + "volumeGroupName": "aaaaaaaaaaaaaa", + "subnet": "aaaaaaaaaaaaaaaaaaaa" + } + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Invalid", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 29, + "volumes": [ + { + "properties": { + "sizeInGB": 14 + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ] + }, + "location": "aaaaaaaaaaaaaaaaaa" + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, + "body": { + "properties": { + "provisioningState": "Invalid", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 29, + "volumes": [ + { + "properties": { + "sizeInGB": 14 + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ] + }, + "location": "aaaaaaaaaaaaaaaaaa" + } + } + } +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index 76049538b357..fc42abcc8055 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index 76049538b357..fc42abcc8055 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index 5befefb3cfe8..882252d80fd6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -11,17 +11,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaa", - "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 29, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -30,50 +30,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 14, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key9451": "aaaaaaaaaaaaaaa" + "key3255": "aa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aa", "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key2631": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key4104": "aaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaa", + "type": "aaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..b266bb7d0584 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -0,0 +1,29 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Invalid", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 29, + "volumes": [ + { + "properties": { + "sizeInGB": 14 + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ] + }, + "location": "aaaaaaaaaaaaaaaaaa" + } + } + } +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index eb7521d69c5b..ce66dcc84b94 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,17 +12,17 @@ { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaa", - "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 29, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -31,50 +31,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 14, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key9451": "aaaaaaaaaaaaaaa" + "key3255": "aa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aa", "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key2631": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key4104": "aaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaa", + "type": "aaaaaaaaaaaaa" } ], "nextLink": "aaaaaaaaaaaaaaaaaaaaa" diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json new file mode 100644 index 000000000000..315861e670dd --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -0,0 +1,32 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaa", + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "provisioningState": "Invalid", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 29, + "volumes": [ + { + "properties": { + "sizeInGB": 14 + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ] + }, + "location": "aaaaaaaaaaaaaaaaaa" + } + ] + } + } + } +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index ca5fdfe8eb44..4a394fce692d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,22 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", + "elasticSanName": "aaaa", "VolumeGroupUpdatePayload": { "properties": { - "name": "aaaaaaaaaaaaaaaa", - "subnet": "aaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subnet": "aaaaaaaaaaaaaaaaaaaa", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -36,17 +35,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaa", - "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 29, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -55,50 +54,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 14, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key9451": "aaaaaaaaaaaaaaa" + "key3255": "aa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aa", "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key2631": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key4104": "aaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aa", + "name": "aaaaaaaaa", + "type": "aaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json new file mode 100644 index 000000000000..f8e489501a8b --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -0,0 +1,36 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaa", + "VolumeGroupUpdatePayload": { + "properties": {} + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Invalid", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 29, + "volumes": [ + { + "properties": { + "sizeInGB": 14 + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + ] + }, + "location": "aaaaaaaaaaaaaaaaaa" + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + } + } + } +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index 406f8575bb0a..63255f5da70b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", - "volumeName": "aaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "VolumeCreate": { "properties": { - "sizeInGB": 8 + "sizeInGB": 24 } }, "api-version": "2021-11-20-preview" @@ -17,32 +17,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 14, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key9451": "aaaaaaaaaaaaaaa" + "key3255": "aa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aa", "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -52,32 +52,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 14, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key9451": "aaaaaaaaaaaaaaa" + "key3255": "aa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aa", "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index 08a0a5da552c..57036b00a7e9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", - "volumeName": "aaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "VolumeCreate": { "properties": { - "sizeInGB": 8 + "sizeInGB": 24 } }, "api-version": "2021-11-20-preview" @@ -16,7 +16,7 @@ "200": { "body": { "properties": { - "sizeInGB": 20 + "sizeInGB": 14 }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } @@ -27,7 +27,7 @@ }, "body": { "properties": { - "sizeInGB": 20 + "sizeInGB": 14 }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index 749057240c65..d89bc3441a32 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", - "volumeName": "aaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index 749057240c65..d89bc3441a32 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", - "volumeName": "aaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index 0d6844a70e78..6112875d32f1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", - "volumeName": "aaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,32 +12,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 14, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key9451": "aaaaaaaaaaaaaaa" + "key3255": "aa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aa", "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 7648d333d7d3..11aca25c7d87 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,17 +1,17 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", - "volumeName": "aaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "sizeInGB": 20 + "sizeInGB": 14 }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index 630e12795126..43e75d791129 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -13,35 +13,35 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 14, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key9451": "aaaaaaaaaaaaaaa" + "key3255": "aa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aa", "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index 0f24ea83b49e..c1707653b967 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,7 +12,7 @@ "value": [ { "properties": { - "sizeInGB": 20 + "sizeInGB": 14 }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index c7c3d9f35220..dd3eb00caa22 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", - "volumeName": "aaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "VolumeUpdatePayload": { "properties": { - "volumeName": "aa", - "sizeInGB": 25 + "volumeName": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 7 } }, "api-version": "2021-11-20-preview" @@ -18,32 +18,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 14, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaa", - "createdAt": "aaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaa", + "lastModifiedBy": "aaaa", + "lastModifiedByType": "aaaaaaaaaa", + "lastModifiedAt": "aaaaaaaa" }, "tags": { - "key9451": "aaaaaaaaaaaaaaa" + "key3255": "aa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aa", "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "type": "aaaaaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index e7f8816f2e36..ba8bc94a32cb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaa", - "volumeName": "aaaa", + "elasticSanName": "aaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "VolumeUpdatePayload": { "properties": {} }, @@ -14,7 +14,7 @@ "200": { "body": { "properties": { - "sizeInGB": 20 + "sizeInGB": 14 }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } From bb49b3766dec292eed9283e9c07c4477bf3761d9 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Wed, 22 Dec 2021 01:45:41 -0800 Subject: [PATCH 06/32] Removed ElasticSan from VolumeGroup operations --- .../2021-11-20-preview/elasticsan.json | 12 -- ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 86 +++++------ ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 26 ++-- .../ElasticSans_Delete_MaximumSet_Gen.json | 4 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 4 +- .../ElasticSans_Get_MaximumSet_Gen.json | 40 ++--- .../ElasticSans_Get_MinimumSet_Gen.json | 14 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 40 ++--- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 12 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 40 ++--- ...ans_ListBySubscription_MinimumSet_Gen.json | 12 +- .../ElasticSans_Update_MaximumSet_Gen.json | 46 +++--- .../ElasticSans_Update_MinimumSet_Gen.json | 18 +-- .../Operations_List_MaximumSet_Gen.json | 14 +- .../Operations_List_MinimumSet_Gen.json | 8 +- ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 118 +++++++-------- ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 26 ++-- .../Snapshots_Create_MaximumSet_Gen.json | 116 +++++++-------- .../Snapshots_Create_MinimumSet_Gen.json | 24 +-- .../Snapshots_Delete_MaximumSet_Gen.json | 8 +- .../Snapshots_Delete_MinimumSet_Gen.json | 8 +- .../Snapshots_Get_MaximumSet_Gen.json | 62 ++++---- .../Snapshots_Get_MinimumSet_Gen.json | 16 +- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 62 ++++---- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 14 +- .../Snapshots_Update_MaximumSet_Gen.json | 118 +++++++-------- .../Snapshots_Update_MinimumSet_Gen.json | 26 ++-- ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 137 +++++++++--------- ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 27 ++-- .../VolumeGroups_Delete_MaximumSet_Gen.json | 5 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 5 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 67 +++++---- .../VolumeGroups_Get_MinimumSet_Gen.json | 15 +- ...roups_ListByElasticSan_MaximumSet_Gen.json | 68 ++++----- ...roups_ListByElasticSan_MinimumSet_Gen.json | 14 +- .../VolumeGroups_Update_MaximumSet_Gen.json | 75 +++++----- .../VolumeGroups_Update_MinimumSet_Gen.json | 13 +- ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 70 ++++----- ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 18 +-- .../Volumes_Delete_MaximumSet_Gen.json | 8 +- .../Volumes_Delete_MinimumSet_Gen.json | 8 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 38 ++--- .../examples/Volumes_Get_MinimumSet_Gen.json | 12 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 38 ++--- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 10 +- .../Volumes_Update_MaximumSet_Gen.json | 42 +++--- .../Volumes_Update_MinimumSet_Gen.json | 12 +- 47 files changed, 818 insertions(+), 838 deletions(-) diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index ca90648242b9..7d4f618f99c1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -444,9 +444,6 @@ { "$ref": "#/parameters/ResourceGroupNameParameter" }, - { - "$ref": "#/parameters/ElasticSanName" - }, { "$ref": "#/parameters/VolumeGroupCreate" }, @@ -500,9 +497,6 @@ { "$ref": "#/parameters/ResourceGroupNameParameter" }, - { - "$ref": "#/parameters/ElasticSanName" - }, { "$ref": "#/parameters/VolumeGroupUpdate" }, @@ -553,9 +547,6 @@ { "$ref": "#/parameters/ResourceGroupNameParameter" }, - { - "$ref": "#/parameters/ElasticSanName" - }, { "$ref": "#/parameters/VolumeGroupName" }, @@ -606,9 +597,6 @@ { "$ref": "#/parameters/ResourceGroupNameParameter" }, - { - "$ref": "#/parameters/ElasticSanName" - }, { "$ref": "#/parameters/VolumeGroupName" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index 3748a77e79c8..342a7625fc62 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "ElasticSanCreatePayload": { "properties": { "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ], - "baseSizeInGB": 30, - "extendedSizeInTB": 2, + "baseSizeInGB": 2, + "extendedSizeInTB": 29, "sku": "Premium_LRS" }, - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaa", "tags": { - "key1966": "aaaaaaaaa" + "key3765": "aaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -23,32 +23,32 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 4, - "extendedSizeInTB": 8, - "totalSizeInTB": 9, - "provisionedIops": 26, - "provisionedMBps": 3 + "baseSizeInGB": 21, + "extendedSizeInTB": 5, + "totalSizeInTB": 19, + "provisionedIops": 27, + "provisionedMBps": 24 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key6619": "aaaaa" + "key5037": "aaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } }, "201": { @@ -57,32 +57,32 @@ }, "body": { "properties": { - "subscriptionId": "aaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 4, - "extendedSizeInTB": 8, - "totalSizeInTB": 9, - "provisionedIops": 26, - "provisionedMBps": 3 + "baseSizeInGB": 21, + "extendedSizeInTB": 5, + "totalSizeInTB": 19, + "provisionedIops": 27, + "provisionedMBps": 24 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key6619": "aaaaa" + "key5037": "aaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index bd6b9082ba79..7e48d6b63cea 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "ElasticSanCreatePayload": { - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" + "elasticSanName": "aaaaaaaaaaaaaaaa", + "location": "aaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -12,15 +12,15 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 4, - "extendedSizeInTB": 8 + "baseSizeInGB": 21, + "extendedSizeInTB": 5 }, - "location": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaa" } }, "201": { @@ -29,15 +29,15 @@ }, "body": { "properties": { - "subscriptionId": "aaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 4, - "extendedSizeInTB": 8 + "baseSizeInGB": 21, + "extendedSizeInTB": 5 }, - "location": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index ac42d6864113..a4952d2b5a90 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", + "elasticSanName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index ac42d6864113..a4952d2b5a90 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", + "elasticSanName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index 7e42f607f786..4358db79e6ed 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,40 +1,40 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", + "elasticSanName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 4, - "extendedSizeInTB": 8, - "totalSizeInTB": 9, - "provisionedIops": 26, - "provisionedMBps": 3 + "baseSizeInGB": 21, + "extendedSizeInTB": 5, + "totalSizeInTB": 19, + "provisionedIops": 27, + "provisionedMBps": 24 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key6619": "aaaaa" + "key5037": "aaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index a8f03ac8dbf8..f72d2b2a397e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -1,23 +1,23 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", + "elasticSanName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 4, - "extendedSizeInTB": 8 + "baseSizeInGB": 21, + "extendedSizeInTB": 5 }, - "location": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index 041c3d89f499..707812d97e3e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -10,35 +10,35 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 4, - "extendedSizeInTB": 8, - "totalSizeInTB": 9, - "provisionedIops": 26, - "provisionedMBps": 3 + "baseSizeInGB": 21, + "extendedSizeInTB": 5, + "totalSizeInTB": 19, + "provisionedIops": 27, + "provisionedMBps": 24 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key6619": "aaaaa" + "key5037": "aaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index 31a19783eefc..16cca0c50c3e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -10,15 +10,15 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 4, - "extendedSizeInTB": 8 + "baseSizeInGB": 21, + "extendedSizeInTB": 5 }, - "location": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index 239452458e0f..f790eba9d496 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -9,35 +9,35 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 4, - "extendedSizeInTB": 8, - "totalSizeInTB": 9, - "provisionedIops": 26, - "provisionedMBps": 3 + "baseSizeInGB": 21, + "extendedSizeInTB": 5, + "totalSizeInTB": 19, + "provisionedIops": 27, + "provisionedMBps": 24 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key6619": "aaaaa" + "key5037": "aaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index 991af2e984ca..da0e2586e987 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -9,15 +9,15 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 4, - "extendedSizeInTB": 8 + "baseSizeInGB": 21, + "extendedSizeInTB": 5 }, - "location": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index 8a8bade1e93c..8e4ebd56d2b7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,15 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", + "elasticSanName": "aaaaaa", "ElasticSanUpdatePayload": { "properties": { - "baseSizeInGB": 9, - "extendedSizeInTB": 25 + "baseSizeInGB": 25, + "extendedSizeInTB": 20 }, "tags": { - "key3073": "a" + "key6960": "aa" } }, "api-version": "2021-11-20-preview" @@ -18,32 +18,32 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 4, - "extendedSizeInTB": 8, - "totalSizeInTB": 9, - "provisionedIops": 26, - "provisionedMBps": 3 + "baseSizeInGB": 21, + "extendedSizeInTB": 5, + "totalSizeInTB": 19, + "provisionedIops": 27, + "provisionedMBps": 24 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key6619": "aaaaa" + "key5037": "aaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index fb3547d0350f..76046bdaa68b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -1,12 +1,12 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", + "elasticSanName": "aaaaaa", "ElasticSanUpdatePayload": { "properties": { - "baseSizeInGB": 9, - "extendedSizeInTB": 25 + "baseSizeInGB": 25, + "extendedSizeInTB": 20 } }, "api-version": "2021-11-20-preview" @@ -15,15 +15,15 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 4, - "extendedSizeInTB": 8 + "baseSizeInGB": 21, + "extendedSizeInTB": 5 }, - "location": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index 0d6318f975c3..f744af602420 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,19 +7,19 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaaa", + "name": "aaaaa", "isDataAction": true, - "actionType": "aaaaaaaaaaaaaaaaaaaaaaa", + "actionType": "aaaaaaaaaaaa", "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaa", - "operation": "aaaaaaaaaaaaaaaaaaaaaaaa", + "provider": "aaaa", + "resource": "aaaaaaaaaaaaaaaaaaaaaaa", + "operation": "aaaaaa", "description": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "origin": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "origin": "aaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index 5133c4368a97..6833360b881b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,12 +7,12 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaaa", + "name": "aaaaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaa", - "operation": "aaaaaaaaaaaaaaaaaaaaaaaa", + "provider": "aaaa", + "resource": "aaaaaaaaaaaaaaaaaaaaaaa", + "operation": "aaaaaa", "description": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index afa55ba0349b..422412e1b883 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaa" ], "incremental": true } @@ -20,55 +20,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 14, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 16, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key3255": "aa" + "key643": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key2119": "aaaaaaaaaaaaaaaaaaaa" + "key6256": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaa" } }, "201": { @@ -78,55 +78,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 14, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 16, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key3255": "aa" + "key643": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key2119": "aaaaaaaaaaaaaaaaaaaa" + "key6256": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index f6681fb5bb25..bb5e3014a59d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, @@ -19,17 +19,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 14 + "sizeInGB": 16 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" } }, "201": { @@ -39,17 +39,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 14 + "sizeInGB": 16 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json index 558e3e220e69..204d06dfa549 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,55 +12,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 14, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 16, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key3255": "aa" + "key643": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key2119": "aaaaaaaaaaaaaaaaaaaa" + "key6256": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaa" } }, "201": { @@ -70,55 +70,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 14, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 16, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key3255": "aa" + "key643": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key2119": "aaaaaaaaaaaaaaaaaaaa" + "key6256": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json index 6f4b043ec5c4..be4f44bcd13f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,17 +12,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 14 + "sizeInGB": 16 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" } }, "201": { @@ -32,17 +32,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 14 + "sizeInGB": 16 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 9a3288c06f76..1b8fddd7d08a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 9a3288c06f76..1b8fddd7d08a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index d2aed5d2f9ac..b00cd19c1bf3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,55 +12,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 14, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 16, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key3255": "aa" + "key643": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key2119": "aaaaaaaaaaaaaaaaaaaa" + "key6256": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index f8ae018a2830..3ec2cf281744 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,17 +12,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 14 + "sizeInGB": 16 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index 629e940eaff7..1ec6c6d86fd5 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa" + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa" }, "responses": { "200": { @@ -12,58 +12,58 @@ { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 14, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 16, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key3255": "aa" + "key643": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key2119": "aaaaaaaaaaaaaaaaaaaa" + "key6256": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaa" } ], - "nextLink": "a" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index 0664d72a4c65..a019b9c69b20 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa" + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa" }, "responses": { "200": { @@ -12,17 +12,17 @@ { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 14 + "sizeInGB": 16 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index afa55ba0349b..422412e1b883 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaa" ], "incremental": true } @@ -20,55 +20,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 14, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 16, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key3255": "aa" + "key643": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key2119": "aaaaaaaaaaaaaaaaaaaa" + "key6256": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaa" } }, "201": { @@ -78,55 +78,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 14, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 16, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key3255": "aa" + "key643": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key2119": "aaaaaaaaaaaaaaaaaaaa" + "key6256": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index f6681fb5bb25..bb5e3014a59d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, @@ -19,17 +19,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 14 + "sizeInGB": 16 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" } }, "201": { @@ -39,17 +39,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 14 + "sizeInGB": 16 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index db5b85317e72..fd140efa7451 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -1,21 +1,20 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", "VolumeGroupCreate": { "properties": { - "volumeGroupName": "aaaaaaaaaaaaaa", - "subnet": "aaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subnet": "aaaaaaaaaaaaaaaaaaaaaa", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ] } ] @@ -35,17 +34,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ] } ] @@ -54,50 +53,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 14, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 16, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key3255": "aa" + "key643": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key4104": "aaaaaa" + "key7706": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "a", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -107,17 +106,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ] } ] @@ -126,50 +125,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 14, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 16, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key3255": "aa" + "key643": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key4104": "aaaaaa" + "key7706": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "a", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json index 7f6e456330a1..25ecba9a4304 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -1,12 +1,11 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", "VolumeGroupCreate": { "properties": { - "volumeGroupName": "aaaaaaaaaaaaaa", - "subnet": "aaaaaaaaaaaaaaaaaaaa" + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subnet": "aaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -16,18 +15,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, "volumes": [ { "properties": { - "sizeInGB": 14 + "sizeInGB": 16 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaa" + "location": "a" } }, "201": { @@ -37,18 +36,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, "volumes": [ { "properties": { - "sizeInGB": 14 + "sizeInGB": 16 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaa" + "location": "a" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index fc42abcc8055..bff87432fa6b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,9 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index fc42abcc8055..bff87432fa6b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,9 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index 882252d80fd6..5e94ed010a38 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,9 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -11,17 +10,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ] } ] @@ -30,50 +29,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 14, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 16, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key3255": "aa" + "key643": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key4104": "aaaaaa" + "key7706": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "a", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index b266bb7d0584..ef329e9c07a7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -1,9 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -11,18 +10,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, "volumes": [ { "properties": { - "sizeInGB": 14 + "sizeInGB": 16 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaa" + "location": "a" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index ce66dcc84b94..206f47cc9b72 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", + "elasticSanName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,17 +12,17 @@ { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ] } ] @@ -31,53 +31,53 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 14, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 16, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key3255": "aa" + "key643": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key4104": "aaaaaa" + "key7706": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "a", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaa" + "nextLink": "a" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index 315861e670dd..f6fa1871ad61 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", + "elasticSanName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,18 +12,18 @@ { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, "volumes": [ { "properties": { - "sizeInGB": 14 + "sizeInGB": 16 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaa" + "location": "a" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index 4a394fce692d..a1a1d3aa9269 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,21 +1,20 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", "VolumeGroupUpdatePayload": { "properties": { - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "subnet": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaa", + "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaa", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ] } ] @@ -35,17 +34,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ] } ] @@ -54,50 +53,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 14, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 16, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key3255": "aa" + "key643": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key4104": "aaaaaa" + "key7706": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "a", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index f8e489501a8b..8ea1657c6f8b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -1,8 +1,7 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", "VolumeGroupUpdatePayload": { "properties": {} }, @@ -13,18 +12,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, "volumes": [ { "properties": { - "sizeInGB": 14 + "sizeInGB": 16 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaa" + "location": "a" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index 63255f5da70b..ed4761f99009 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", + "volumeName": "aaaaaa", "VolumeCreate": { "properties": { - "sizeInGB": 24 + "sizeInGB": 28 } }, "api-version": "2021-11-20-preview" @@ -17,32 +17,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 14, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 16, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key3255": "aa" + "key643": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -52,32 +52,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 14, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 16, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key3255": "aa" + "key643": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index 57036b00a7e9..c256bc82d3cd 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", + "volumeName": "aaaaaa", "VolumeCreate": { "properties": { - "sizeInGB": 24 + "sizeInGB": 28 } }, "api-version": "2021-11-20-preview" @@ -16,9 +16,9 @@ "200": { "body": { "properties": { - "sizeInGB": 14 + "sizeInGB": 16 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } }, "201": { @@ -27,9 +27,9 @@ }, "body": { "properties": { - "sizeInGB": 14 + "sizeInGB": 16 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index d89bc3441a32..0b7226205cbc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", + "volumeName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index d89bc3441a32..0b7226205cbc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", + "volumeName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index 6112875d32f1..027f877cf0af 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", + "volumeName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,32 +12,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 14, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 16, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key3255": "aa" + "key643": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 11aca25c7d87..87ce695020de 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,19 +1,19 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", + "volumeName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "sizeInGB": 14 + "sizeInGB": 16 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index 43e75d791129..ba8ce8d17ff3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -13,35 +13,35 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 14, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 16, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key3255": "aa" + "key643": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index c1707653b967..4674687ec986 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,9 +12,9 @@ "value": [ { "properties": { - "sizeInGB": 14 + "sizeInGB": 16 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index dd3eb00caa22..fc5088b8652e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", + "volumeName": "aaaaaa", "VolumeUpdatePayload": { "properties": { - "volumeName": "aaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 7 + "volumeName": "aaaaaaaaaa", + "sizeInGB": 11 } }, "api-version": "2021-11-20-preview" @@ -18,32 +18,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 14, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 16, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaa", - "lastModifiedBy": "aaaa", - "lastModifiedByType": "aaaaaaaaaa", - "lastModifiedAt": "aaaaaaaa" + "createdBy": "aaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaa", + "lastModifiedByType": "aaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaa" }, "tags": { - "key3255": "aa" + "key643": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index ba8bc94a32cb..a44bfca4d882 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaa", + "volumeName": "aaaaaa", "VolumeUpdatePayload": { "properties": {} }, @@ -14,9 +14,9 @@ "200": { "body": { "properties": { - "sizeInGB": 14 + "sizeInGB": 16 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } }, "202": { From a2d157431f2c85fc03cb2d15bc92389a84c56cac Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Wed, 22 Dec 2021 22:09:13 -0800 Subject: [PATCH 07/32] Addressed review comments by adding elasticSanName in each of its operation --- .../2021-11-20-preview/elasticsan.json | 75 ++++------ ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 82 +++++------ ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 26 ++-- .../ElasticSans_Delete_MaximumSet_Gen.json | 4 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 4 +- .../ElasticSans_Get_MaximumSet_Gen.json | 38 ++--- .../ElasticSans_Get_MinimumSet_Gen.json | 14 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 38 ++--- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 12 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 38 ++--- ...ans_ListBySubscription_MinimumSet_Gen.json | 12 +- .../ElasticSans_Update_MaximumSet_Gen.json | 44 +++--- .../ElasticSans_Update_MinimumSet_Gen.json | 18 +-- .../Operations_List_MaximumSet_Gen.json | 14 +- .../Operations_List_MinimumSet_Gen.json | 8 +- ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 118 +++++++-------- ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 26 ++-- .../Snapshots_Create_MaximumSet_Gen.json | 116 +++++++-------- .../Snapshots_Create_MinimumSet_Gen.json | 24 +-- .../Snapshots_Delete_MaximumSet_Gen.json | 8 +- .../Snapshots_Delete_MinimumSet_Gen.json | 8 +- .../Snapshots_Get_MaximumSet_Gen.json | 62 ++++---- .../Snapshots_Get_MinimumSet_Gen.json | 16 +- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 62 ++++---- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 14 +- .../Snapshots_Update_MaximumSet_Gen.json | 118 +++++++-------- .../Snapshots_Update_MinimumSet_Gen.json | 26 ++-- ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 137 +++++++++--------- ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 27 ++-- .../VolumeGroups_Delete_MaximumSet_Gen.json | 5 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 5 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 67 ++++----- .../VolumeGroups_Get_MinimumSet_Gen.json | 15 +- ...roups_ListByElasticSan_MaximumSet_Gen.json | 68 ++++----- ...roups_ListByElasticSan_MinimumSet_Gen.json | 14 +- .../VolumeGroups_Update_MaximumSet_Gen.json | 75 +++++----- .../VolumeGroups_Update_MinimumSet_Gen.json | 13 +- ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 68 ++++----- ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 16 +- .../Volumes_Delete_MaximumSet_Gen.json | 8 +- .../Volumes_Delete_MinimumSet_Gen.json | 8 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 38 ++--- .../examples/Volumes_Get_MinimumSet_Gen.json | 12 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 38 ++--- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 10 +- .../Volumes_Update_MaximumSet_Gen.json | 42 +++--- .../Volumes_Update_MinimumSet_Gen.json | 12 +- 47 files changed, 850 insertions(+), 853 deletions(-) diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index 7d4f618f99c1..5008dbdc22f7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -195,6 +195,9 @@ { "$ref": "#/parameters/ResourceGroupNameParameter" }, + { + "$ref": "#/parameters/ElasticSanNameParameter" + }, { "$ref": "#/parameters/ElasticSanCreate" }, @@ -249,7 +252,7 @@ "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ElasticSanName" + "$ref": "#/parameters/ElasticSanNameParameter" }, { "$ref": "#/parameters/ElasticSanUpdate" @@ -302,7 +305,7 @@ "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ElasticSanName" + "$ref": "#/parameters/ElasticSanNameParameter" }, { "$ref": "#/parameters/ApiVersionParameter" @@ -352,7 +355,7 @@ "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ElasticSanName" + "$ref": "#/parameters/ElasticSanNameParameter" }, { "$ref": "#/parameters/ApiVersionParameter" @@ -397,7 +400,7 @@ "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ElasticSanName" + "$ref": "#/parameters/ElasticSanNameParameter" }, { "$ref": "#/parameters/ApiVersionParameter" @@ -444,6 +447,9 @@ { "$ref": "#/parameters/ResourceGroupNameParameter" }, + { + "$ref": "#/parameters/ElasticSanNameParameter" + }, { "$ref": "#/parameters/VolumeGroupCreate" }, @@ -497,6 +503,9 @@ { "$ref": "#/parameters/ResourceGroupNameParameter" }, + { + "$ref": "#/parameters/ElasticSanNameParameter" + }, { "$ref": "#/parameters/VolumeGroupUpdate" }, @@ -547,6 +556,9 @@ { "$ref": "#/parameters/ResourceGroupNameParameter" }, + { + "$ref": "#/parameters/ElasticSanNameParameter" + }, { "$ref": "#/parameters/VolumeGroupName" }, @@ -597,6 +609,9 @@ { "$ref": "#/parameters/ResourceGroupNameParameter" }, + { + "$ref": "#/parameters/ElasticSanNameParameter" + }, { "$ref": "#/parameters/VolumeGroupName" }, @@ -643,7 +658,7 @@ "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ElasticSanName" + "$ref": "#/parameters/ElasticSanNameParameter" }, { "$ref": "#/parameters/VolumeGroupName" @@ -705,7 +720,7 @@ "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ElasticSanName" + "$ref": "#/parameters/ElasticSanNameParameter" }, { "$ref": "#/parameters/VolumeGroupName" @@ -764,7 +779,7 @@ "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ElasticSanName" + "$ref": "#/parameters/ElasticSanNameParameter" }, { "$ref": "#/parameters/VolumeGroupName" @@ -820,7 +835,7 @@ "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ElasticSanName" + "$ref": "#/parameters/ElasticSanNameParameter" }, { "$ref": "#/parameters/VolumeGroupName" @@ -871,7 +886,7 @@ "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ElasticSanName" + "$ref": "#/parameters/ElasticSanNameParameter" }, { "$ref": "#/parameters/VolumeGroupName" @@ -922,7 +937,7 @@ "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ElasticSanName" + "$ref": "#/parameters/ElasticSanNameParameter" }, { "$ref": "#/parameters/VolumeGroupName" @@ -984,7 +999,7 @@ "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ElasticSanName" + "$ref": "#/parameters/ElasticSanNameParameter" }, { "$ref": "#/parameters/VolumeGroupName" @@ -1046,7 +1061,7 @@ "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ElasticSanName" + "$ref": "#/parameters/ElasticSanNameParameter" }, { "$ref": "#/parameters/VolumeGroupName" @@ -1102,7 +1117,7 @@ "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ElasticSanName" + "$ref": "#/parameters/ElasticSanNameParameter" }, { "$ref": "#/parameters/VolumeGroupName" @@ -1153,7 +1168,7 @@ "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ElasticSanName" + "$ref": "#/parameters/ElasticSanNameParameter" }, { "$ref": "#/parameters/VolumeGroupName" @@ -1201,7 +1216,7 @@ "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ElasticSanName" + "$ref": "#/parameters/ElasticSanNameParameter" }, { "$ref": "#/parameters/VolumeGroupName" @@ -1276,7 +1291,7 @@ "maxLength": 90, "x-ms-parameter-location": "method" }, - "ElasticSanName": { + "ElasticSanNameParameter": { "name": "elasticSanName", "in": "path", "required": true, @@ -1300,14 +1315,6 @@ "description": "The name of the Volume.", "x-ms-parameter-location": "method" }, - "IscsiTargetName": { - "name": "iscsiTargetName", - "type": "string", - "required": true, - "in": "path", - "description": "The name of the iSCSI Target.", - "x-ms-parameter-location": "method" - }, "SnapshotName": { "name": "snapshotName", "type": "string", @@ -1456,7 +1463,6 @@ "description": "Indicates the action type." }, "display": { - "type": "string", "description": "Additional metadata about RP operation.", "$ref": "#/definitions/ElasticSanOperationDisplay" }, @@ -1558,7 +1564,6 @@ }, "provisioningState": { "description": "State of the operation on the resource.", - "type": "string", "$ref": "#/definitions/ProvisioningState" }, "baseSizeInGB": { @@ -1600,8 +1605,7 @@ "type": "object", "description": "Request payload for create or update Elastic San request.", "required": [ - "location", - "elasticSanName" + "location" ], "properties": { "properties": { @@ -1609,10 +1613,6 @@ "description": "Properties for ElasticSan create request.", "$ref": "#/definitions/ElasticSanCreateProperties" }, - "elasticSanName": { - "type": "string", - "description": "Name of the Elastic San to create" - }, "tags": { "type": "object", "additionalProperties": { @@ -1702,7 +1702,6 @@ }, "sku": { "description": "resource sku", - "type": "string", "$ref": "#/definitions/SkuName" } } @@ -1781,12 +1780,10 @@ "properties": { "protocolType": { "description": "Type of storage target", - "type": "string", "$ref": "#/definitions/StorageTargetType" }, "encryption": { "description": "Type of encryption", - "type": "string", "$ref": "#/definitions/EncryptionType" } } @@ -1802,11 +1799,9 @@ }, "provisioningState": { "description": "State of the operation on the resource.", - "type": "string", "$ref": "#/definitions/ProvisioningState" }, "status": { - "type": "string", "$ref": "#/definitions/OperationalStatus", "description": "Operational status of the iSCSI Target." }, @@ -1915,7 +1910,6 @@ "properties": { "provisioningState": { "description": "State of the operation on the resource.", - "type": "string", "$ref": "#/definitions/ProvisioningState" }, "volumeGroupName": { @@ -2086,7 +2080,6 @@ "properties": { "provisioningState": { "description": "State of the operation on the resource.", - "type": "string", "$ref": "#/definitions/ProvisioningState" }, "sizeInGB": { @@ -2100,7 +2093,6 @@ }, "storageTarget": { "description": "Storage target information", - "type": "object", "$ref": "#/definitions/IscsiTargetInfo" } } @@ -2119,7 +2111,6 @@ }, "provisioningState": { "description": "State of the operation on the resource.", - "type": "string", "$ref": "#/definitions/ProvisioningState" } } @@ -2174,7 +2165,6 @@ "properties": { "provisioningState": { "description": "State of the operation on the resource.", - "type": "string", "$ref": "#/definitions/ProvisioningState" }, "name": { @@ -2272,7 +2262,6 @@ "description": "The resource management error response.", "properties": { "error": { - "type": "object", "description": "RP error response.", "$ref": "#/definitions/ErrorResponse" } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index 342a7625fc62..2406a2b28c9b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaa", "ElasticSanCreatePayload": { "properties": { "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], - "baseSizeInGB": 2, - "extendedSizeInTB": 29, + "baseSizeInGB": 13, + "extendedSizeInTB": 20, "sku": "Premium_LRS" }, - "elasticSanName": "aaaaaaaaaaaaaaaa", "tags": { - "key3765": "aaaaaaaaa" + "key6095": "aaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaa" + "location": "aaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -23,31 +23,31 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 21, - "extendedSizeInTB": 5, - "totalSizeInTB": 19, - "provisionedIops": 27, - "provisionedMBps": 24 + "baseSizeInGB": 15, + "extendedSizeInTB": 30, + "totalSizeInTB": 18, + "provisionedIops": 30, + "provisionedMBps": 20 }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key5037": "aaaaaaaaaaaaaaaaa" + "key3331": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } }, @@ -57,31 +57,31 @@ }, "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 21, - "extendedSizeInTB": 5, - "totalSizeInTB": 19, - "provisionedIops": 27, - "provisionedMBps": 24 + "baseSizeInGB": 15, + "extendedSizeInTB": 30, + "totalSizeInTB": 18, + "provisionedIops": 30, + "provisionedMBps": 20 }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key5037": "aaaaaaaaaaaaaaaaa" + "key3331": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index 7e48d6b63cea..d5b7e1533c89 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaa", "ElasticSanCreatePayload": { - "elasticSanName": "aaaaaaaaaaaaaaaa", - "location": "aaaaaaa" + "location": "aaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -12,15 +12,15 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 21, - "extendedSizeInTB": 5 + "baseSizeInGB": 15, + "extendedSizeInTB": 30 }, - "location": "aaaaaaaa" + "location": "aaaaaaaaaaaa" } }, "201": { @@ -29,15 +29,15 @@ }, "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 21, - "extendedSizeInTB": 5 + "baseSizeInGB": 15, + "extendedSizeInTB": 30 }, - "location": "aaaaaaaa" + "location": "aaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index a4952d2b5a90..446a6af9fc53 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index a4952d2b5a90..446a6af9fc53 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index 4358db79e6ed..5523ffaf75a7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,39 +1,39 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 21, - "extendedSizeInTB": 5, - "totalSizeInTB": 19, - "provisionedIops": 27, - "provisionedMBps": 24 + "baseSizeInGB": 15, + "extendedSizeInTB": 30, + "totalSizeInTB": 18, + "provisionedIops": 30, + "provisionedMBps": 20 }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key5037": "aaaaaaaaaaaaaaaaa" + "key3331": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index f72d2b2a397e..cab15e381c71 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -1,23 +1,23 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 21, - "extendedSizeInTB": 5 + "baseSizeInGB": 15, + "extendedSizeInTB": 30 }, - "location": "aaaaaaaa" + "location": "aaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index 707812d97e3e..b258085e0cf8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -10,35 +10,35 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 21, - "extendedSizeInTB": 5, - "totalSizeInTB": 19, - "provisionedIops": 27, - "provisionedMBps": 24 + "baseSizeInGB": 15, + "extendedSizeInTB": 30, + "totalSizeInTB": 18, + "provisionedIops": 30, + "provisionedMBps": 20 }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key5037": "aaaaaaaaaaaaaaaaa" + "key3331": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index 16cca0c50c3e..d317323bade9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -10,15 +10,15 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 21, - "extendedSizeInTB": 5 + "baseSizeInGB": 15, + "extendedSizeInTB": 30 }, - "location": "aaaaaaaa" + "location": "aaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index f790eba9d496..504615e30d21 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -9,35 +9,35 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 21, - "extendedSizeInTB": 5, - "totalSizeInTB": 19, - "provisionedIops": 27, - "provisionedMBps": 24 + "baseSizeInGB": 15, + "extendedSizeInTB": 30, + "totalSizeInTB": 18, + "provisionedIops": 30, + "provisionedMBps": 20 }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key5037": "aaaaaaaaaaaaaaaaa" + "key3331": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index da0e2586e987..4053cb12e7c7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -9,15 +9,15 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 21, - "extendedSizeInTB": 5 + "baseSizeInGB": 15, + "extendedSizeInTB": 30 }, - "location": "aaaaaaaa" + "location": "aaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index 8e4ebd56d2b7..0907fe1c8244 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,15 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", "ElasticSanUpdatePayload": { "properties": { - "baseSizeInGB": 25, - "extendedSizeInTB": 20 + "baseSizeInGB": 2, + "extendedSizeInTB": 10 }, "tags": { - "key6960": "aa" + "key2446": "aaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -18,31 +18,31 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 21, - "extendedSizeInTB": 5, - "totalSizeInTB": 19, - "provisionedIops": 27, - "provisionedMBps": 24 + "baseSizeInGB": 15, + "extendedSizeInTB": 30, + "totalSizeInTB": 18, + "provisionedIops": 30, + "provisionedMBps": 20 }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key5037": "aaaaaaaaaaaaaaaaa" + "key3331": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index 76046bdaa68b..10f6961cc938 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -1,12 +1,12 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", "ElasticSanUpdatePayload": { "properties": { - "baseSizeInGB": 25, - "extendedSizeInTB": 20 + "baseSizeInGB": 2, + "extendedSizeInTB": 10 } }, "api-version": "2021-11-20-preview" @@ -15,15 +15,15 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 21, - "extendedSizeInTB": 5 + "baseSizeInGB": 15, + "extendedSizeInTB": 30 }, - "location": "aaaaaaaa" + "location": "aaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index f744af602420..a6be056d84b4 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,19 +7,19 @@ "body": { "value": [ { - "name": "aaaaa", + "name": "aaaaaaaaaaaaaaaaaa", "isDataAction": true, - "actionType": "aaaaaaaaaaaa", + "actionType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "display": { - "provider": "aaaa", - "resource": "aaaaaaaaaaaaaaaaaaaaaaa", + "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "operation": "aaaaaa", - "description": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "description": "a" }, - "origin": "aaaaa" + "origin": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index 6833360b881b..0cf2ab9f484e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,13 +7,13 @@ "body": { "value": [ { - "name": "aaaaa", + "name": "aaaaaaaaaaaaaaaaaa", "isDataAction": true, "display": { - "provider": "aaaa", - "resource": "aaaaaaaaaaaaaaaaaaaaaaa", + "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "operation": "aaaaaa", - "description": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "description": "a" } } ] diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index 422412e1b883..5266e8b52a92 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaa" ], "incremental": true } @@ -20,55 +20,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 16, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key643": "aaaaaaaaaaaaa" + "key3086": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaa", + "type": "a" } ] }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key6256": "aaaaaaaaaaaaaaaaaa" + "key730": "aaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaa" + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aa" } }, "201": { @@ -78,55 +78,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 16, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key643": "aaaaaaaaaaaaa" + "key3086": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaa", + "type": "a" } ] }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key6256": "aaaaaaaaaaaaaaaaaa" + "key730": "aaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaa" + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index bb5e3014a59d..06fa406a4201 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaa" ] } }, @@ -19,17 +19,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 16 + "sizeInGB": 10 }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaa" } }, "201": { @@ -39,17 +39,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 16 + "sizeInGB": 10 }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json index 204d06dfa549..0b7a374ead16 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,55 +12,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 16, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key643": "aaaaaaaaaaaaa" + "key3086": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaa", + "type": "a" } ] }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key6256": "aaaaaaaaaaaaaaaaaa" + "key730": "aaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaa" + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aa" } }, "201": { @@ -70,55 +70,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 16, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key643": "aaaaaaaaaaaaa" + "key3086": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaa", + "type": "a" } ] }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key6256": "aaaaaaaaaaaaaaaaaa" + "key730": "aaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaa" + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json index be4f44bcd13f..16c2b3b1f680 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,17 +12,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 16 + "sizeInGB": 10 }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaa" } }, "201": { @@ -32,17 +32,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 16 + "sizeInGB": 10 }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 1b8fddd7d08a..6c8dd947514f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 1b8fddd7d08a..6c8dd947514f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index b00cd19c1bf3..d604fafb467e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,55 +12,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 16, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key643": "aaaaaaaaaaaaa" + "key3086": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaa", + "type": "a" } ] }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key6256": "aaaaaaaaaaaaaaaaaa" + "key730": "aaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaa" + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index 3ec2cf281744..3b2d2cca46e8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,17 +12,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 16 + "sizeInGB": 10 }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index 1ec6c6d86fd5..42fcb0453e93 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa" + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa" }, "responses": { "200": { @@ -12,58 +12,58 @@ { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 16, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key643": "aaaaaaaaaaaaa" + "key3086": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaa", + "type": "a" } ] }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key6256": "aaaaaaaaaaaaaaaaaa" + "key730": "aaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaa" + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index a019b9c69b20..aab43db8935c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa" + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa" }, "responses": { "200": { @@ -12,17 +12,17 @@ { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 16 + "sizeInGB": 10 }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index 422412e1b883..5266e8b52a92 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaa" ], "incremental": true } @@ -20,55 +20,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 16, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key643": "aaaaaaaaaaaaa" + "key3086": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaa", + "type": "a" } ] }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key6256": "aaaaaaaaaaaaaaaaaa" + "key730": "aaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaa" + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aa" } }, "201": { @@ -78,55 +78,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 16, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key643": "aaaaaaaaaaaaa" + "key3086": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaa", + "type": "a" } ] }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key6256": "aaaaaaaaaaaaaaaaaa" + "key730": "aaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaa" + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index bb5e3014a59d..06fa406a4201 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaa" ] } }, @@ -19,17 +19,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 16 + "sizeInGB": 10 }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaa" } }, "201": { @@ -39,17 +39,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 16 + "sizeInGB": 10 }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index fd140efa7451..8e2e221324c6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -1,20 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaa", "VolumeGroupCreate": { "properties": { - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "subnet": "aaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "subnet": "aaaaaaaaaaaaaa", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -34,17 +35,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -53,50 +54,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 16, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key643": "aaaaaaaaaaaaa" + "key3086": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaa", + "type": "a" } ] }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key7706": "aaaaaaaaaaaaaaaa" + "key7266": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "a", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaa" } }, "201": { @@ -106,17 +107,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -125,50 +126,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 16, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key643": "aaaaaaaaaaaaa" + "key3086": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaa", + "type": "a" } ] }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key7706": "aaaaaaaaaaaaaaaa" + "key7266": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "a", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json index 25ecba9a4304..6a7e605431bc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -1,11 +1,12 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaa", "VolumeGroupCreate": { "properties": { - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "subnet": "aaaaaaaaaaaaaaaaaaaaaa" + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "subnet": "aaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -15,18 +16,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "volumes": [ { "properties": { - "sizeInGB": 16 + "sizeInGB": 10 }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaa" } ] }, - "location": "a" + "location": "aaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -36,18 +37,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "volumes": [ { "properties": { - "sizeInGB": 16 + "sizeInGB": 10 }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaa" } ] }, - "location": "a" + "location": "aaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index bff87432fa6b..9fe99ffc5e98 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,8 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "volumeGroupName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index bff87432fa6b..9fe99ffc5e98 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,8 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "volumeGroupName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index 5e94ed010a38..b79880240815 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,8 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "volumeGroupName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -10,17 +11,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -29,50 +30,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 16, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key643": "aaaaaaaaaaaaa" + "key3086": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaa", + "type": "a" } ] }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key7706": "aaaaaaaaaaaaaaaa" + "key7266": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "a", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index ef329e9c07a7..3dcdd1599dd7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -1,8 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "volumeGroupName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -10,18 +11,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "volumes": [ { "properties": { - "sizeInGB": 16 + "sizeInGB": 10 }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaa" } ] }, - "location": "a" + "location": "aaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index 206f47cc9b72..e7ce2dafcd0b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,17 +12,17 @@ { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -31,53 +31,53 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 16, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key643": "aaaaaaaaaaaaa" + "key3086": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaa", + "type": "a" } ] }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key7706": "aaaaaaaaaaaaaaaa" + "key7266": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "a", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaa" } ], - "nextLink": "a" + "nextLink": "aaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index f6fa1871ad61..7aec0f268178 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,18 +12,18 @@ { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "volumes": [ { "properties": { - "sizeInGB": 16 + "sizeInGB": 10 }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaa" } ] }, - "location": "a" + "location": "aaaaaaaaaaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index a1a1d3aa9269..77daf7f16b9e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,20 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaa", "VolumeGroupUpdatePayload": { "properties": { - "name": "aaaaaaaaaaaaaaaa", - "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "subnet": "aa", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -34,17 +35,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -53,50 +54,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 16, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key643": "aaaaaaaaaaaaa" + "key3086": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaa", + "type": "a" } ] }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key7706": "aaaaaaaaaaaaaaaa" + "key7266": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "a", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index 8ea1657c6f8b..5087716ac685 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -1,7 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", + "elasticSanName": "aaaaaaaaaaaaaaa", "VolumeGroupUpdatePayload": { "properties": {} }, @@ -12,18 +13,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "volumes": [ { "properties": { - "sizeInGB": 16 + "sizeInGB": 10 }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaa" } ] }, - "location": "a" + "location": "aaaaaaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index ed4761f99009..291322737485 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", - "volumeName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", + "volumeName": "aa", "VolumeCreate": { "properties": { "sizeInGB": 28 @@ -17,32 +17,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 16, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key643": "aaaaaaaaaaaaa" + "key3086": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaa", + "type": "a" } }, "201": { @@ -52,32 +52,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 16, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key643": "aaaaaaaaaaaaa" + "key3086": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaa", + "type": "a" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index c256bc82d3cd..79f8ffc2b7ca 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", - "volumeName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", + "volumeName": "aa", "VolumeCreate": { "properties": { "sizeInGB": 28 @@ -16,9 +16,9 @@ "200": { "body": { "properties": { - "sizeInGB": 16 + "sizeInGB": 10 }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaa" } }, "201": { @@ -27,9 +27,9 @@ }, "body": { "properties": { - "sizeInGB": 16 + "sizeInGB": 10 }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index 0b7226205cbc..bef54586a503 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", - "volumeName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", + "volumeName": "aa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index 0b7226205cbc..bef54586a503 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", - "volumeName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", + "volumeName": "aa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index 027f877cf0af..393278887a5a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", - "volumeName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", + "volumeName": "aa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,32 +12,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 16, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key643": "aaaaaaaaaaaaa" + "key3086": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaa", + "type": "a" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 87ce695020de..5b8d25da6171 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,19 +1,19 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", - "volumeName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", + "volumeName": "aa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "sizeInGB": 16 + "sizeInGB": 10 }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index ba8ce8d17ff3..c6314efefcf6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -13,35 +13,35 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 16, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key643": "aaaaaaaaaaaaa" + "key3086": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaa", + "type": "a" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index 4674687ec986..30b724736c34 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,9 +12,9 @@ "value": [ { "properties": { - "sizeInGB": 16 + "sizeInGB": 10 }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index fc5088b8652e..d30b373a2ec5 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", - "volumeName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", + "volumeName": "aa", "VolumeUpdatePayload": { "properties": { - "volumeName": "aaaaaaaaaa", - "sizeInGB": 11 + "volumeName": "aaaaa", + "sizeInGB": 1 } }, "api-version": "2021-11-20-preview" @@ -18,32 +18,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 16, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 10, + "volumeGroupName": "aaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaa" ] } }, "systemData": { - "createdBy": "aaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaa", - "lastModifiedByType": "aaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key643": "aaaaaaaaaaaaa" + "key3086": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaa", + "type": "a" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index a44bfca4d882..d21e92ce5db1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaa", - "volumeName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaa", + "volumeName": "aa", "VolumeUpdatePayload": { "properties": {} }, @@ -14,9 +14,9 @@ "200": { "body": { "properties": { - "sizeInGB": 16 + "sizeInGB": 10 }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaa" } }, "202": { From 7bd15778e0116c3a935e78ab41e2de10452ced78 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Wed, 22 Dec 2021 22:27:09 -0800 Subject: [PATCH 08/32] Added volumeGroupName Parameters to the operations --- .../2021-11-20-preview/elasticsan.json | 57 ++++---- ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 86 +++++------ ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 26 ++-- .../ElasticSans_Delete_MaximumSet_Gen.json | 4 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 4 +- .../ElasticSans_Get_MaximumSet_Gen.json | 40 +++--- .../ElasticSans_Get_MinimumSet_Gen.json | 14 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 40 +++--- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 12 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 40 +++--- ...ans_ListBySubscription_MinimumSet_Gen.json | 12 +- .../ElasticSans_Update_MaximumSet_Gen.json | 44 +++--- .../ElasticSans_Update_MinimumSet_Gen.json | 16 +-- .../Operations_List_MaximumSet_Gen.json | 14 +- .../Operations_List_MinimumSet_Gen.json | 10 +- ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 114 +++++++-------- ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 26 ++-- .../Snapshots_Create_MaximumSet_Gen.json | 112 +++++++-------- .../Snapshots_Create_MinimumSet_Gen.json | 24 ++-- .../Snapshots_Delete_MaximumSet_Gen.json | 8 +- .../Snapshots_Delete_MinimumSet_Gen.json | 8 +- .../Snapshots_Get_MaximumSet_Gen.json | 60 ++++---- .../Snapshots_Get_MinimumSet_Gen.json | 16 +-- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 60 ++++---- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 14 +- .../Snapshots_Update_MaximumSet_Gen.json | 114 +++++++-------- .../Snapshots_Update_MinimumSet_Gen.json | 26 ++-- ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 134 +++++++++--------- ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 28 ++-- .../VolumeGroups_Delete_MaximumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 66 ++++----- .../VolumeGroups_Get_MinimumSet_Gen.json | 16 +-- ...roups_ListByElasticSan_MaximumSet_Gen.json | 66 ++++----- ...roups_ListByElasticSan_MinimumSet_Gen.json | 14 +- .../VolumeGroups_Update_MaximumSet_Gen.json | 74 +++++----- .../VolumeGroups_Update_MinimumSet_Gen.json | 15 +- ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 66 ++++----- ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 18 +-- .../Volumes_Delete_MaximumSet_Gen.json | 8 +- .../Volumes_Delete_MinimumSet_Gen.json | 8 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 36 ++--- .../examples/Volumes_Get_MinimumSet_Gen.json | 12 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 36 ++--- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 10 +- .../Volumes_Update_MaximumSet_Gen.json | 39 +++-- .../Volumes_Update_MinimumSet_Gen.json | 12 +- 47 files changed, 832 insertions(+), 839 deletions(-) diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index 5008dbdc22f7..ed4f5c96a3e3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -450,6 +450,9 @@ { "$ref": "#/parameters/ElasticSanNameParameter" }, + { + "$ref": "#/parameters/VolumeGroupNameParameter" + }, { "$ref": "#/parameters/VolumeGroupCreate" }, @@ -506,6 +509,9 @@ { "$ref": "#/parameters/ElasticSanNameParameter" }, + { + "$ref": "#/parameters/VolumeGroupNameParameter" + }, { "$ref": "#/parameters/VolumeGroupUpdate" }, @@ -560,7 +566,7 @@ "$ref": "#/parameters/ElasticSanNameParameter" }, { - "$ref": "#/parameters/VolumeGroupName" + "$ref": "#/parameters/VolumeGroupNameParameter" }, { "$ref": "#/parameters/ApiVersionParameter" @@ -613,7 +619,7 @@ "$ref": "#/parameters/ElasticSanNameParameter" }, { - "$ref": "#/parameters/VolumeGroupName" + "$ref": "#/parameters/VolumeGroupNameParameter" }, { "$ref": "#/parameters/ApiVersionParameter" @@ -661,10 +667,10 @@ "$ref": "#/parameters/ElasticSanNameParameter" }, { - "$ref": "#/parameters/VolumeGroupName" + "$ref": "#/parameters/VolumeGroupNameParameter" }, { - "$ref": "#/parameters/VolumeName" + "$ref": "#/parameters/VolumeNameParameter" }, { "$ref": "#/parameters/VolumeCreate" @@ -723,10 +729,10 @@ "$ref": "#/parameters/ElasticSanNameParameter" }, { - "$ref": "#/parameters/VolumeGroupName" + "$ref": "#/parameters/VolumeGroupNameParameter" }, { - "$ref": "#/parameters/VolumeName" + "$ref": "#/parameters/VolumeNameParameter" }, { "$ref": "#/parameters/VolumeUpdate" @@ -782,10 +788,10 @@ "$ref": "#/parameters/ElasticSanNameParameter" }, { - "$ref": "#/parameters/VolumeGroupName" + "$ref": "#/parameters/VolumeGroupNameParameter" }, { - "$ref": "#/parameters/VolumeName" + "$ref": "#/parameters/VolumeNameParameter" }, { "$ref": "#/parameters/ApiVersionParameter" @@ -838,10 +844,10 @@ "$ref": "#/parameters/ElasticSanNameParameter" }, { - "$ref": "#/parameters/VolumeGroupName" + "$ref": "#/parameters/VolumeGroupNameParameter" }, { - "$ref": "#/parameters/VolumeName" + "$ref": "#/parameters/VolumeNameParameter" }, { "$ref": "#/parameters/ApiVersionParameter" @@ -889,7 +895,7 @@ "$ref": "#/parameters/ElasticSanNameParameter" }, { - "$ref": "#/parameters/VolumeGroupName" + "$ref": "#/parameters/VolumeGroupNameParameter" }, { "$ref": "#/parameters/ApiVersionParameter" @@ -940,7 +946,7 @@ "$ref": "#/parameters/ElasticSanNameParameter" }, { - "$ref": "#/parameters/VolumeGroupName" + "$ref": "#/parameters/VolumeGroupNameParameter" }, { "$ref": "#/parameters/SnapshotName" @@ -1002,7 +1008,7 @@ "$ref": "#/parameters/ElasticSanNameParameter" }, { - "$ref": "#/parameters/VolumeGroupName" + "$ref": "#/parameters/VolumeGroupNameParameter" }, { "$ref": "#/parameters/SnapshotName" @@ -1064,7 +1070,7 @@ "$ref": "#/parameters/ElasticSanNameParameter" }, { - "$ref": "#/parameters/VolumeGroupName" + "$ref": "#/parameters/VolumeGroupNameParameter" }, { "$ref": "#/parameters/SnapshotName" @@ -1120,7 +1126,7 @@ "$ref": "#/parameters/ElasticSanNameParameter" }, { - "$ref": "#/parameters/VolumeGroupName" + "$ref": "#/parameters/VolumeGroupNameParameter" }, { "$ref": "#/parameters/SnapshotName" @@ -1171,7 +1177,7 @@ "$ref": "#/parameters/ElasticSanNameParameter" }, { - "$ref": "#/parameters/VolumeGroupName" + "$ref": "#/parameters/VolumeGroupNameParameter" } ], "responses": { @@ -1219,7 +1225,7 @@ "$ref": "#/parameters/ElasticSanNameParameter" }, { - "$ref": "#/parameters/VolumeGroupName" + "$ref": "#/parameters/VolumeGroupNameParameter" }, { "$ref": "#/parameters/SnapshotName" @@ -1299,7 +1305,7 @@ "description": "The name of the ElasticSan.", "x-ms-parameter-location": "method" }, - "VolumeGroupName": { + "VolumeGroupNameParameter": { "name": "volumeGroupName", "type": "string", "required": true, @@ -1307,7 +1313,7 @@ "description": "The name of the VolumeGroup.", "x-ms-parameter-location": "method" }, - "VolumeName": { + "VolumeNameParameter": { "name": "volumeName", "type": "string", "required": true, @@ -1942,14 +1948,9 @@ "type": "object", "description": "Properties for VolumeGroup create or update request.", "required": [ - "volumeGroupName", "subnet" ], "properties": { - "volumeGroupName": { - "type": "string", - "description": "Name of the Volume Group" - }, "subnet": { "description": "Volume Group subnet id.", "type": "string" @@ -1969,10 +1970,6 @@ "type": "object", "description": "Properties for VolumeGroup update request.", "properties": { - "name": { - "description": "Volume Group name.", - "type": "string" - }, "subnet": { "description": "Volume Group subnet id.", "type": "string" @@ -2119,10 +2116,6 @@ "type": "object", "description": "Properties for Volume update request.", "properties": { - "volumeName": { - "description": "Volume name.", - "type": "string" - }, "sizeInGB": { "description": "Volume size in GB.", "type": "integer", diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index 2406a2b28c9b..1cdae6d34d3a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "ElasticSanCreatePayload": { "properties": { "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ], - "baseSizeInGB": 13, - "extendedSizeInTB": 20, + "baseSizeInGB": 3, + "extendedSizeInTB": 12, "sku": "Premium_LRS" }, "tags": { - "key6095": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key1149": "a" }, - "location": "aaaaaaaaaaaaaaaa" + "location": "aaaaa" }, "api-version": "2021-11-20-preview" }, @@ -23,32 +23,32 @@ "200": { "body": { "properties": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 15, - "extendedSizeInTB": 30, - "totalSizeInTB": 18, - "provisionedIops": 30, - "provisionedMBps": 20 + "baseSizeInGB": 29, + "extendedSizeInTB": 20, + "totalSizeInTB": 4, + "provisionedIops": 3, + "provisionedMBps": 17 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3331": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key8024": "aaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa" } }, "201": { @@ -57,32 +57,32 @@ }, "body": { "properties": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 15, - "extendedSizeInTB": 30, - "totalSizeInTB": 18, - "provisionedIops": 30, - "provisionedMBps": 20 + "baseSizeInGB": 29, + "extendedSizeInTB": 20, + "totalSizeInTB": 4, + "provisionedIops": 3, + "provisionedMBps": 17 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3331": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key8024": "aaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index d5b7e1533c89..c85d6d3c8725 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "ElasticSanCreatePayload": { - "location": "aaaaaaaaaaaaaaaa" + "location": "aaaaa" }, "api-version": "2021-11-20-preview" }, @@ -12,15 +12,15 @@ "200": { "body": { "properties": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 15, - "extendedSizeInTB": 30 + "baseSizeInGB": 29, + "extendedSizeInTB": 20 }, - "location": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaa" } }, "201": { @@ -29,15 +29,15 @@ }, "body": { "properties": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 15, - "extendedSizeInTB": 30 + "baseSizeInGB": 29, + "extendedSizeInTB": 20 }, - "location": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index 446a6af9fc53..a01e16b7e22a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index 446a6af9fc53..a01e16b7e22a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index 5523ffaf75a7..909e2bbf7780 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,40 +1,40 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 15, - "extendedSizeInTB": 30, - "totalSizeInTB": 18, - "provisionedIops": 30, - "provisionedMBps": 20 + "baseSizeInGB": 29, + "extendedSizeInTB": 20, + "totalSizeInTB": 4, + "provisionedIops": 3, + "provisionedMBps": 17 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3331": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key8024": "aaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index cab15e381c71..760b453ba1a7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -1,23 +1,23 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 15, - "extendedSizeInTB": 30 + "baseSizeInGB": 29, + "extendedSizeInTB": 20 }, - "location": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index b258085e0cf8..030ccb910a09 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -10,35 +10,35 @@ "value": [ { "properties": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 15, - "extendedSizeInTB": 30, - "totalSizeInTB": 18, - "provisionedIops": 30, - "provisionedMBps": 20 + "baseSizeInGB": 29, + "extendedSizeInTB": 20, + "totalSizeInTB": 4, + "provisionedIops": 3, + "provisionedMBps": 17 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3331": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key8024": "aaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index d317323bade9..c5d432d21549 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -10,15 +10,15 @@ "value": [ { "properties": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 15, - "extendedSizeInTB": 30 + "baseSizeInGB": 29, + "extendedSizeInTB": 20 }, - "location": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index 504615e30d21..56f192417c53 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -9,35 +9,35 @@ "value": [ { "properties": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 15, - "extendedSizeInTB": 30, - "totalSizeInTB": 18, - "provisionedIops": 30, - "provisionedMBps": 20 + "baseSizeInGB": 29, + "extendedSizeInTB": 20, + "totalSizeInTB": 4, + "provisionedIops": 3, + "provisionedMBps": 17 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3331": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key8024": "aaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index 4053cb12e7c7..9c55fd13aaa1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -9,15 +9,15 @@ "value": [ { "properties": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 15, - "extendedSizeInTB": 30 + "baseSizeInGB": 29, + "extendedSizeInTB": 20 }, - "location": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index 0907fe1c8244..561abd791479 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,15 +1,15 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "ElasticSanUpdatePayload": { "properties": { "baseSizeInGB": 2, - "extendedSizeInTB": 10 + "extendedSizeInTB": 26 }, "tags": { - "key2446": "aaaaaaaaaaaaaaaaa" + "key4360": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -18,32 +18,32 @@ "200": { "body": { "properties": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 15, - "extendedSizeInTB": 30, - "totalSizeInTB": 18, - "provisionedIops": 30, - "provisionedMBps": 20 + "baseSizeInGB": 29, + "extendedSizeInTB": 20, + "totalSizeInTB": 4, + "provisionedIops": 3, + "provisionedMBps": 17 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3331": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key8024": "aaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index 10f6961cc938..67ed17b01c8c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -1,12 +1,12 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "ElasticSanUpdatePayload": { "properties": { "baseSizeInGB": 2, - "extendedSizeInTB": 10 + "extendedSizeInTB": 26 } }, "api-version": "2021-11-20-preview" @@ -15,15 +15,15 @@ "200": { "body": { "properties": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 15, - "extendedSizeInTB": 30 + "baseSizeInGB": 29, + "extendedSizeInTB": 20 }, - "location": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index a6be056d84b4..baf43ad9fe54 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,16 +7,16 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaa", "isDataAction": true, - "actionType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "actionType": "aaaaaaaaaaaaaaaaaaa", "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "operation": "aaaaaa", - "description": "a" + "provider": "aaaaa", + "resource": "aaaaaaaaaaa", + "operation": "aaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "origin": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "origin": "aaaaaaaaaaaaaaaaaa" } ], "nextLink": "aaaaaaaaaaaaaaaa" diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index 0cf2ab9f484e..6cfe7dabb528 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,13 +7,13 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "operation": "aaaaaa", - "description": "a" + "provider": "aaaaa", + "resource": "aaaaaaaaaaa", + "operation": "aaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } ] diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index 5266e8b52a92..1c6534d31c9c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "incremental": true } @@ -20,55 +20,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 10, - "volumeGroupName": "aaaaaaaaaaaaaaa", + "sizeInGB": 12, + "volumeGroupName": "aaaaaaaaaa", "storageTarget": { "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3086": "aaaaaaaaaaaaaaaaaa" + "key2164": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaa", - "type": "a" + "location": "aaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key730": "aaaaaaaaaa" + "key2770": "aaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaa", + "id": "a", + "name": "aaaaaaaa", + "type": "aaaaaaaaaaaa" } }, "201": { @@ -78,55 +78,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 10, - "volumeGroupName": "aaaaaaaaaaaaaaa", + "sizeInGB": 12, + "volumeGroupName": "aaaaaaaaaa", "storageTarget": { "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3086": "aaaaaaaaaaaaaaaaaa" + "key2164": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaa", - "type": "a" + "location": "aaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key730": "aaaaaaaaaa" + "key2770": "aaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaa", + "id": "a", + "name": "aaaaaaaa", + "type": "aaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index 06fa406a4201..2e39bc164689 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ] } }, @@ -19,17 +19,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 10 + "sizeInGB": 12 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaa" + "location": "aaaaa" } }, "201": { @@ -39,17 +39,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 10 + "sizeInGB": 12 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaa" + "location": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json index 0b7a374ead16..b3900cc0472a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,55 +12,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 10, - "volumeGroupName": "aaaaaaaaaaaaaaa", + "sizeInGB": 12, + "volumeGroupName": "aaaaaaaaaa", "storageTarget": { "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3086": "aaaaaaaaaaaaaaaaaa" + "key2164": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaa", - "type": "a" + "location": "aaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key730": "aaaaaaaaaa" + "key2770": "aaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaa", + "id": "a", + "name": "aaaaaaaa", + "type": "aaaaaaaaaaaa" } }, "201": { @@ -70,55 +70,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 10, - "volumeGroupName": "aaaaaaaaaaaaaaa", + "sizeInGB": 12, + "volumeGroupName": "aaaaaaaaaa", "storageTarget": { "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3086": "aaaaaaaaaaaaaaaaaa" + "key2164": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaa", - "type": "a" + "location": "aaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key730": "aaaaaaaaaa" + "key2770": "aaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaa", + "id": "a", + "name": "aaaaaaaa", + "type": "aaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json index 16c2b3b1f680..28d3caf615cd 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,17 +12,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 10 + "sizeInGB": 12 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaa" + "location": "aaaaa" } }, "201": { @@ -32,17 +32,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 10 + "sizeInGB": 12 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaa" + "location": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 6c8dd947514f..329b5ca837c1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 6c8dd947514f..329b5ca837c1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index d604fafb467e..882922ece926 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,55 +12,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 10, - "volumeGroupName": "aaaaaaaaaaaaaaa", + "sizeInGB": 12, + "volumeGroupName": "aaaaaaaaaa", "storageTarget": { "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3086": "aaaaaaaaaaaaaaaaaa" + "key2164": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaa", - "type": "a" + "location": "aaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key730": "aaaaaaaaaa" + "key2770": "aaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaa", + "id": "a", + "name": "aaaaaaaa", + "type": "aaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index 3b2d2cca46e8..97243f019468 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,17 +12,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 10 + "sizeInGB": 12 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaa" + "location": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index 42fcb0453e93..f30a051a759b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa" + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa" }, "responses": { "200": { @@ -12,58 +12,58 @@ { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 10, - "volumeGroupName": "aaaaaaaaaaaaaaa", + "sizeInGB": 12, + "volumeGroupName": "aaaaaaaaaa", "storageTarget": { "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3086": "aaaaaaaaaaaaaaaaaa" + "key2164": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaa", - "type": "a" + "location": "aaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key730": "aaaaaaaaaa" + "key2770": "aaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaa", + "id": "a", + "name": "aaaaaaaa", + "type": "aaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index aab43db8935c..ab07cfb0df6f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa" + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa" }, "responses": { "200": { @@ -12,17 +12,17 @@ { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 10 + "sizeInGB": 12 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaa" + "location": "aaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index 5266e8b52a92..1c6534d31c9c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "incremental": true } @@ -20,55 +20,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 10, - "volumeGroupName": "aaaaaaaaaaaaaaa", + "sizeInGB": 12, + "volumeGroupName": "aaaaaaaaaa", "storageTarget": { "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3086": "aaaaaaaaaaaaaaaaaa" + "key2164": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaa", - "type": "a" + "location": "aaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key730": "aaaaaaaaaa" + "key2770": "aaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaa", + "id": "a", + "name": "aaaaaaaa", + "type": "aaaaaaaaaaaa" } }, "201": { @@ -78,55 +78,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 10, - "volumeGroupName": "aaaaaaaaaaaaaaa", + "sizeInGB": 12, + "volumeGroupName": "aaaaaaaaaa", "storageTarget": { "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3086": "aaaaaaaaaaaaaaaaaa" + "key2164": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaa", - "type": "a" + "location": "aaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key730": "aaaaaaaaaa" + "key2770": "aaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaa", + "id": "a", + "name": "aaaaaaaa", + "type": "aaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index 06fa406a4201..2e39bc164689 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ] } }, @@ -19,17 +19,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 10 + "sizeInGB": 12 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaa" + "location": "aaaaa" } }, "201": { @@ -39,17 +39,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 10 + "sizeInGB": 12 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaa" + "location": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index 8e2e221324c6..ae5678c9ed74 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "VolumeGroupCreate": { "properties": { - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", - "subnet": "aaaaaaaaaaaaaa", + "subnet": "aaa", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -35,17 +35,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 1, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -54,50 +54,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 10, - "volumeGroupName": "aaaaaaaaaaaaaaa", + "sizeInGB": 12, + "volumeGroupName": "aaaaaaaaaa", "storageTarget": { "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3086": "aaaaaaaaaaaaaaaaaa" + "key2164": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaa", - "type": "a" + "location": "aaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key7266": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key8550": "aaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaa" + "location": "aaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -107,17 +107,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 1, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -126,50 +126,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 10, - "volumeGroupName": "aaaaaaaaaaaaaaa", + "sizeInGB": 12, + "volumeGroupName": "aaaaaaaaaa", "storageTarget": { "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3086": "aaaaaaaaaaaaaaaaaa" + "key2164": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaa", - "type": "a" + "location": "aaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key7266": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key8550": "aaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaa" + "location": "aaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json index 6a7e605431bc..4fb17d1e51a6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -1,12 +1,12 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "VolumeGroupCreate": { "properties": { - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaa", - "subnet": "aaaaaaaaaaaaaa" + "subnet": "aaa" } }, "api-version": "2021-11-20-preview" @@ -16,18 +16,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 1, "volumes": [ { "properties": { - "sizeInGB": 10 + "sizeInGB": 12 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaa" + "location": "aaa" } }, "201": { @@ -37,18 +37,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 1, "volumes": [ { "properties": { - "sizeInGB": 10 + "sizeInGB": 12 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaa" + "location": "aaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index 9fe99ffc5e98..16323cf3cded 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index 9fe99ffc5e98..16323cf3cded 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index b79880240815..b0ec2161746f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -11,17 +11,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 1, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -30,50 +30,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 10, - "volumeGroupName": "aaaaaaaaaaaaaaa", + "sizeInGB": 12, + "volumeGroupName": "aaaaaaaaaa", "storageTarget": { "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3086": "aaaaaaaaaaaaaaaaaa" + "key2164": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaa", - "type": "a" + "location": "aaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key7266": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key8550": "aaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaa" + "location": "aaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index 3dcdd1599dd7..c7e18a260722 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -11,18 +11,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 1, "volumes": [ { "properties": { - "sizeInGB": 10 + "sizeInGB": 12 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaa" + "location": "aaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index e7ce2dafcd0b..fd96dc2701c2 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,17 +12,17 @@ { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 1, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -31,53 +31,53 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 10, - "volumeGroupName": "aaaaaaaaaaaaaaa", + "sizeInGB": 12, + "volumeGroupName": "aaaaaaaaaa", "storageTarget": { "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3086": "aaaaaaaaaaaaaaaaaa" + "key2164": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaa", - "type": "a" + "location": "aaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key7266": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key8550": "aaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaa" + "location": "aaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index 7aec0f268178..2f39babf0b38 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,18 +12,18 @@ { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 1, "volumes": [ { "properties": { - "sizeInGB": 10 + "sizeInGB": 12 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaa" + "location": "aaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index 77daf7f16b9e..0fe63e103d18 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "VolumeGroupUpdatePayload": { "properties": { - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "subnet": "aa", + "subnet": "aaaaaa", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -35,17 +35,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 1, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -54,50 +54,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 10, - "volumeGroupName": "aaaaaaaaaaaaaaa", + "sizeInGB": 12, + "volumeGroupName": "aaaaaaaaaa", "storageTarget": { "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3086": "aaaaaaaaaaaaaaaaaa" + "key2164": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaa", - "type": "a" + "location": "aaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key7266": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key8550": "aaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaa" + "location": "aaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index 5087716ac685..7f77b2988958 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -1,8 +1,9 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "VolumeGroupUpdatePayload": { "properties": {} }, @@ -13,18 +14,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 1, "volumes": [ { "properties": { - "sizeInGB": 10 + "sizeInGB": 12 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaa" + "location": "aaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index 291322737485..1cd0faab5744 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", - "volumeName": "aa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaa", "VolumeCreate": { "properties": { - "sizeInGB": 28 + "sizeInGB": 17 } }, "api-version": "2021-11-20-preview" @@ -17,32 +17,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 10, - "volumeGroupName": "aaaaaaaaaaaaaaa", + "sizeInGB": 12, + "volumeGroupName": "aaaaaaaaaa", "storageTarget": { "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3086": "aaaaaaaaaaaaaaaaaa" + "key2164": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaa", - "type": "a" + "location": "aaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } }, "201": { @@ -52,32 +52,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 10, - "volumeGroupName": "aaaaaaaaaaaaaaa", + "sizeInGB": 12, + "volumeGroupName": "aaaaaaaaaa", "storageTarget": { "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3086": "aaaaaaaaaaaaaaaaaa" + "key2164": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaa", - "type": "a" + "location": "aaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index 79f8ffc2b7ca..ddc0840c3506 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", - "volumeName": "aa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaa", "VolumeCreate": { "properties": { - "sizeInGB": 28 + "sizeInGB": 17 } }, "api-version": "2021-11-20-preview" @@ -16,9 +16,9 @@ "200": { "body": { "properties": { - "sizeInGB": 10 + "sizeInGB": 12 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -27,9 +27,9 @@ }, "body": { "properties": { - "sizeInGB": 10 + "sizeInGB": 12 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index bef54586a503..6bfcddc00c9d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", - "volumeName": "aa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index bef54586a503..6bfcddc00c9d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", - "volumeName": "aa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index 393278887a5a..9239e9d31d43 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", - "volumeName": "aa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,32 +12,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 10, - "volumeGroupName": "aaaaaaaaaaaaaaa", + "sizeInGB": 12, + "volumeGroupName": "aaaaaaaaaa", "storageTarget": { "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3086": "aaaaaaaaaaaaaaaaaa" + "key2164": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaa", - "type": "a" + "location": "aaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 5b8d25da6171..18305ff09ba0 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,19 +1,19 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", - "volumeName": "aa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "sizeInGB": 10 + "sizeInGB": 12 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index c6314efefcf6..980c5555496b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -13,35 +13,35 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 10, - "volumeGroupName": "aaaaaaaaaaaaaaa", + "sizeInGB": 12, + "volumeGroupName": "aaaaaaaaaa", "storageTarget": { "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3086": "aaaaaaaaaaaaaaaaaa" + "key2164": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaa", - "type": "a" + "location": "aaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index 30b724736c34..9ac63b3df60a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,9 +12,9 @@ "value": [ { "properties": { - "sizeInGB": 10 + "sizeInGB": 12 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index d30b373a2ec5..23f8f4b443ed 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,14 +1,13 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", - "volumeName": "aa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaa", "VolumeUpdatePayload": { "properties": { - "volumeName": "aaaaa", - "sizeInGB": 1 + "sizeInGB": 17 } }, "api-version": "2021-11-20-preview" @@ -18,32 +17,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 10, - "volumeGroupName": "aaaaaaaaaaaaaaa", + "sizeInGB": 12, + "volumeGroupName": "aaaaaaaaaa", "storageTarget": { "targetIqn": "aaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "a" }, "tags": { - "key3086": "aaaaaaaaaaaaaaaaaa" + "key2164": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaa", - "type": "a" + "location": "aaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index d21e92ce5db1..07f35ecb91c8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaa", - "volumeName": "aa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaa", "VolumeUpdatePayload": { "properties": {} }, @@ -14,9 +14,9 @@ "200": { "body": { "properties": { - "sizeInGB": 10 + "sizeInGB": 12 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaa" } }, "202": { From b779cd7ee3b2c5b5167c255bb662eb4a92aee10c Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Wed, 22 Dec 2021 23:02:19 -0800 Subject: [PATCH 09/32] Upated array item with "x-ms-identifiers": [] as per Swagger Lint recommendations --- .../2021-11-20-preview/elasticsan.json | 5 +- ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 86 +++++------ ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 26 ++-- .../ElasticSans_Delete_MaximumSet_Gen.json | 4 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 4 +- .../ElasticSans_Get_MaximumSet_Gen.json | 40 ++--- .../ElasticSans_Get_MinimumSet_Gen.json | 14 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 38 ++--- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 12 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 38 ++--- ...ans_ListBySubscription_MinimumSet_Gen.json | 12 +- .../ElasticSans_Update_MaximumSet_Gen.json | 46 +++--- .../ElasticSans_Update_MinimumSet_Gen.json | 18 +-- .../Operations_List_MaximumSet_Gen.json | 14 +- .../Operations_List_MinimumSet_Gen.json | 10 +- ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 114 +++++++-------- ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 22 +-- .../Snapshots_Create_MaximumSet_Gen.json | 112 +++++++------- .../Snapshots_Create_MinimumSet_Gen.json | 20 +-- .../Snapshots_Delete_MaximumSet_Gen.json | 8 +- .../Snapshots_Delete_MinimumSet_Gen.json | 8 +- .../Snapshots_Get_MaximumSet_Gen.json | 60 ++++---- .../Snapshots_Get_MinimumSet_Gen.json | 14 +- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 60 ++++---- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 12 +- .../Snapshots_Update_MaximumSet_Gen.json | 114 +++++++-------- .../Snapshots_Update_MinimumSet_Gen.json | 22 +-- ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 138 +++++++++--------- ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 28 ++-- .../VolumeGroups_Delete_MaximumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 68 ++++----- .../VolumeGroups_Get_MinimumSet_Gen.json | 16 +- ...roups_ListByElasticSan_MaximumSet_Gen.json | 68 ++++----- ...roups_ListByElasticSan_MinimumSet_Gen.json | 14 +- .../VolumeGroups_Update_MaximumSet_Gen.json | 76 +++++----- .../VolumeGroups_Update_MinimumSet_Gen.json | 16 +- ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 70 ++++----- ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 18 +-- .../Volumes_Delete_MaximumSet_Gen.json | 8 +- .../Volumes_Delete_MinimumSet_Gen.json | 8 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 38 ++--- .../examples/Volumes_Get_MinimumSet_Gen.json | 12 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 38 ++--- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 10 +- .../Volumes_Update_MaximumSet_Gen.json | 40 ++--- .../Volumes_Update_MinimumSet_Gen.json | 12 +- 47 files changed, 813 insertions(+), 810 deletions(-) diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index ed4f5c96a3e3..3c97cb714b0e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -1491,7 +1491,8 @@ "description": "An array of operations supported by the ElasticSan RP.", "items": { "$ref": "#/definitions/ElasticSanRPOperation" - } + }, + "x-ms-identifiers": [] }, "nextLink": { "description": "URI to fetch the next section of the paginated response.", @@ -2462,6 +2463,7 @@ "items": { "$ref": "#/definitions/ErrorResponse" }, + "x-ms-identifiers": [], "description": "The error details." }, "additionalInfo": { @@ -2470,6 +2472,7 @@ "items": { "$ref": "#/definitions/ErrorAdditionalInfo" }, + "x-ms-identifiers": [], "description": "The error additional info." } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index 1cdae6d34d3a..c6d49cc9d3b9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", "ElasticSanCreatePayload": { "properties": { "availabilityZones": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], - "baseSizeInGB": 3, - "extendedSizeInTB": 12, + "baseSizeInGB": 23, + "extendedSizeInTB": 13, "sku": "Premium_LRS" }, "tags": { - "key1149": "a" + "key3933": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaa" + "location": "aaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -23,32 +23,32 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 29, - "extendedSizeInTB": 20, - "totalSizeInTB": 4, - "provisionedIops": 3, - "provisionedMBps": 17 + "baseSizeInGB": 24, + "extendedSizeInTB": 9, + "totalSizeInTB": 13, + "provisionedIops": 21, + "provisionedMBps": 4 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8024": "aaaaaaaaaaaaaaaaaaaaaa" + "key4035": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "name": "aaa", + "type": "aaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -57,32 +57,32 @@ }, "body": { "properties": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 29, - "extendedSizeInTB": 20, - "totalSizeInTB": 4, - "provisionedIops": 3, - "provisionedMBps": 17 + "baseSizeInGB": 24, + "extendedSizeInTB": 9, + "totalSizeInTB": 13, + "provisionedIops": 21, + "provisionedMBps": 4 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8024": "aaaaaaaaaaaaaaaaaaaaaa" + "key4035": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "name": "aaa", + "type": "aaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index c85d6d3c8725..cd10688a5dcd 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", "ElasticSanCreatePayload": { - "location": "aaaaa" + "location": "aaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -12,15 +12,15 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 29, - "extendedSizeInTB": 20 + "baseSizeInGB": 24, + "extendedSizeInTB": 9 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -29,15 +29,15 @@ }, "body": { "properties": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 29, - "extendedSizeInTB": 20 + "baseSizeInGB": 24, + "extendedSizeInTB": 9 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index a01e16b7e22a..b3eb7b3473a2 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index a01e16b7e22a..b3eb7b3473a2 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index 909e2bbf7780..8ba0ea3980b6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,40 +1,40 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 29, - "extendedSizeInTB": 20, - "totalSizeInTB": 4, - "provisionedIops": 3, - "provisionedMBps": 17 + "baseSizeInGB": 24, + "extendedSizeInTB": 9, + "totalSizeInTB": 13, + "provisionedIops": 21, + "provisionedMBps": 4 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8024": "aaaaaaaaaaaaaaaaaaaaaa" + "key4035": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "name": "aaa", + "type": "aaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index 760b453ba1a7..9bc31398bf9a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -1,23 +1,23 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 29, - "extendedSizeInTB": 20 + "baseSizeInGB": 24, + "extendedSizeInTB": 9 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index 030ccb910a09..5d98fd38f9d6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -10,32 +10,32 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 29, - "extendedSizeInTB": 20, - "totalSizeInTB": 4, - "provisionedIops": 3, - "provisionedMBps": 17 + "baseSizeInGB": 24, + "extendedSizeInTB": 9, + "totalSizeInTB": 13, + "provisionedIops": 21, + "provisionedMBps": 4 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8024": "aaaaaaaaaaaaaaaaaaaaaa" + "key4035": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "name": "aaa", + "type": "aaaaaaaaaaaaaaaaaaa" } ], "nextLink": "aaaaaaaaaaaaaaaa" diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index c5d432d21549..b8ffe1c86a15 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -10,15 +10,15 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 29, - "extendedSizeInTB": 20 + "baseSizeInGB": 24, + "extendedSizeInTB": 9 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index 56f192417c53..04daec3dfdae 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -9,32 +9,32 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 29, - "extendedSizeInTB": 20, - "totalSizeInTB": 4, - "provisionedIops": 3, - "provisionedMBps": 17 + "baseSizeInGB": 24, + "extendedSizeInTB": 9, + "totalSizeInTB": 13, + "provisionedIops": 21, + "provisionedMBps": 4 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8024": "aaaaaaaaaaaaaaaaaaaaaa" + "key4035": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "name": "aaa", + "type": "aaaaaaaaaaaaaaaaaaa" } ], "nextLink": "aaaaaaaaaaaaaaaa" diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index 9c55fd13aaa1..822092d91460 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -9,15 +9,15 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 29, - "extendedSizeInTB": 20 + "baseSizeInGB": 24, + "extendedSizeInTB": 9 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index 561abd791479..85570415eb4a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,15 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", "ElasticSanUpdatePayload": { "properties": { - "baseSizeInGB": 2, - "extendedSizeInTB": 26 + "baseSizeInGB": 27, + "extendedSizeInTB": 8 }, "tags": { - "key4360": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key5495": "aaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -18,32 +18,32 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 29, - "extendedSizeInTB": 20, - "totalSizeInTB": 4, - "provisionedIops": 3, - "provisionedMBps": 17 + "baseSizeInGB": 24, + "extendedSizeInTB": 9, + "totalSizeInTB": 13, + "provisionedIops": 21, + "provisionedMBps": 4 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8024": "aaaaaaaaaaaaaaaaaaaaaa" + "key4035": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "name": "aaa", + "type": "aaaaaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index 67ed17b01c8c..3fa7b0f072ee 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -1,12 +1,12 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", "ElasticSanUpdatePayload": { "properties": { - "baseSizeInGB": 2, - "extendedSizeInTB": 26 + "baseSizeInGB": 27, + "extendedSizeInTB": 8 } }, "api-version": "2021-11-20-preview" @@ -15,15 +15,15 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 29, - "extendedSizeInTB": 20 + "baseSizeInGB": 24, + "extendedSizeInTB": 9 }, - "location": "aaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index baf43ad9fe54..21845e0e224a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,19 +7,19 @@ "body": { "value": [ { - "name": "aaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", "isDataAction": true, - "actionType": "aaaaaaaaaaaaaaaaaaa", + "actionType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "display": { - "provider": "aaaaa", - "resource": "aaaaaaaaaaa", - "operation": "aaaaaaaaaaa", - "description": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "provider": "aaaaaaaaaaaaaaaaa", + "resource": "aaaaaaa", + "operation": "aaaaaaaa", + "description": "aaaaaaaa" }, "origin": "aaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaa" + "nextLink": "aa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index 6cfe7dabb528..797cab85baa2 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,13 +7,13 @@ "body": { "value": [ { - "name": "aaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", "isDataAction": true, "display": { - "provider": "aaaaa", - "resource": "aaaaaaaaaaa", - "operation": "aaaaaaaaaaa", - "description": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "provider": "aaaaaaaaaaaaaaaaa", + "resource": "aaaaaaa", + "operation": "aaaaaaaa", + "description": "aaaaaaaa" } } ] diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index 1c6534d31c9c..a167123efe7a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaaaaaaaaaaa" + "aa" ], "incremental": true } @@ -25,50 +25,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 12, - "volumeGroupName": "aaaaaaaaaa", + "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2164": "aaaaaaaaaaaaaaaaaaaaa" + "key1995": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2770": "aaaaa" + "key8820": "aaaaaa" }, - "location": "aaaaa", - "id": "a", - "name": "aaaaaaaa", - "type": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa" } }, "201": { @@ -83,50 +83,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 12, - "volumeGroupName": "aaaaaaaaaa", + "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2164": "aaaaaaaaaaaaaaaaaaaaa" + "key1995": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2770": "aaaaa" + "key8820": "aaaaaa" }, - "location": "aaaaa", - "id": "a", - "name": "aaaaaaaa", - "type": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index 2e39bc164689..5f1bfaaff38b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaaaaaaaaaaa" + "aa" ] } }, @@ -23,13 +23,13 @@ "volumes": [ { "properties": { - "sizeInGB": 12 + "sizeInGB": 29 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -43,13 +43,13 @@ "volumes": [ { "properties": { - "sizeInGB": 12 + "sizeInGB": 29 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json index b3900cc0472a..384f7c37b6e9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -17,50 +17,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 12, - "volumeGroupName": "aaaaaaaaaa", + "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2164": "aaaaaaaaaaaaaaaaaaaaa" + "key1995": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2770": "aaaaa" + "key8820": "aaaaaa" }, - "location": "aaaaa", - "id": "a", - "name": "aaaaaaaa", - "type": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa" } }, "201": { @@ -75,50 +75,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 12, - "volumeGroupName": "aaaaaaaaaa", + "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2164": "aaaaaaaaaaaaaaaaaaaaa" + "key1995": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2770": "aaaaa" + "key8820": "aaaaaa" }, - "location": "aaaaa", - "id": "a", - "name": "aaaaaaaa", - "type": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json index 28d3caf615cd..95c30d4ada4f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -16,13 +16,13 @@ "volumes": [ { "properties": { - "sizeInGB": 12 + "sizeInGB": 29 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -36,13 +36,13 @@ "volumes": [ { "properties": { - "sizeInGB": 12 + "sizeInGB": 29 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 329b5ca837c1..eafac65d07e8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 329b5ca837c1..eafac65d07e8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index 882922ece926..14138cb31b28 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -17,50 +17,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 12, - "volumeGroupName": "aaaaaaaaaa", + "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2164": "aaaaaaaaaaaaaaaaaaaaa" + "key1995": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2770": "aaaaa" + "key8820": "aaaaaa" }, - "location": "aaaaa", - "id": "a", - "name": "aaaaaaaa", - "type": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index 97243f019468..d114f26201eb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -16,13 +16,13 @@ "volumes": [ { "properties": { - "sizeInGB": 12 + "sizeInGB": 29 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index f30a051a759b..1d4c6fe2c885 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa" }, "responses": { "200": { @@ -17,53 +17,53 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 12, - "volumeGroupName": "aaaaaaaaaa", + "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2164": "aaaaaaaaaaaaaaaaaaaaa" + "key1995": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2770": "aaaaa" + "key8820": "aaaaaa" }, - "location": "aaaaa", - "id": "a", - "name": "aaaaaaaa", - "type": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index ab07cfb0df6f..f5edf392e9af 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa" }, "responses": { "200": { @@ -16,13 +16,13 @@ "volumes": [ { "properties": { - "sizeInGB": 12 + "sizeInGB": 29 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index 1c6534d31c9c..a167123efe7a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaaaaaaaaaaa" + "aa" ], "incremental": true } @@ -25,50 +25,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 12, - "volumeGroupName": "aaaaaaaaaa", + "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2164": "aaaaaaaaaaaaaaaaaaaaa" + "key1995": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2770": "aaaaa" + "key8820": "aaaaaa" }, - "location": "aaaaa", - "id": "a", - "name": "aaaaaaaa", - "type": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa" } }, "201": { @@ -83,50 +83,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 12, - "volumeGroupName": "aaaaaaaaaa", + "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2164": "aaaaaaaaaaaaaaaaaaaaa" + "key1995": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2770": "aaaaa" + "key8820": "aaaaaa" }, - "location": "aaaaa", - "id": "a", - "name": "aaaaaaaa", - "type": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index 2e39bc164689..5f1bfaaff38b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aaaaaaaaaaaaaaaaaaaa" + "aa" ] } }, @@ -23,13 +23,13 @@ "volumes": [ { "properties": { - "sizeInGB": 12 + "sizeInGB": 29 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -43,13 +43,13 @@ "volumes": [ { "properties": { - "sizeInGB": 12 + "sizeInGB": 29 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index ae5678c9ed74..d60bc207de84 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", "VolumeGroupCreate": { "properties": { - "subnet": "aaa", + "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } ] @@ -35,17 +35,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 1, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } ] @@ -54,50 +54,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 12, - "volumeGroupName": "aaaaaaaaaa", + "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2164": "aaaaaaaaaaaaaaaaaaaaa" + "key1995": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8550": "aaaaaaaaa" + "key5035": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaa" } }, "201": { @@ -107,17 +107,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 1, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } ] @@ -126,50 +126,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 12, - "volumeGroupName": "aaaaaaaaaa", + "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2164": "aaaaaaaaaaaaaaaaaaaaa" + "key1995": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8550": "aaaaaaaaa" + "key5035": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json index 4fb17d1e51a6..60c88ae6f9cc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -1,12 +1,12 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", "VolumeGroupCreate": { "properties": { - "subnet": "aaa" + "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -16,18 +16,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 1, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "volumes": [ { "properties": { - "sizeInGB": 12 + "sizeInGB": 29 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaa" + "location": "aaaaaaaaa" } }, "201": { @@ -37,18 +37,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 1, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "volumes": [ { "properties": { - "sizeInGB": 12 + "sizeInGB": 29 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaa" + "location": "aaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index 16323cf3cded..72cd6be73f01 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index 16323cf3cded..72cd6be73f01 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index b0ec2161746f..9a2051a7d501 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -11,17 +11,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 1, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } ] @@ -30,50 +30,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 12, - "volumeGroupName": "aaaaaaaaaa", + "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2164": "aaaaaaaaaaaaaaaaaaaaa" + "key1995": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8550": "aaaaaaaaa" + "key5035": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index c7e18a260722..de2cdd921b22 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -11,18 +11,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 1, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "volumes": [ { "properties": { - "sizeInGB": 12 + "sizeInGB": 29 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaa" + "location": "aaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index fd96dc2701c2..df4249c33c65 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,17 +12,17 @@ { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 1, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } ] @@ -31,53 +31,53 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 12, - "volumeGroupName": "aaaaaaaaaa", + "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2164": "aaaaaaaaaaaaaaaaaaaaa" + "key1995": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8550": "aaaaaaaaa" + "key5035": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index 2f39babf0b38..a8269da1d8dc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,18 +12,18 @@ { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 1, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "volumes": [ { "properties": { - "sizeInGB": 12 + "sizeInGB": 29 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaa" + "location": "aaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index 0fe63e103d18..5d464d7e8e45 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", "VolumeGroupUpdatePayload": { "properties": { - "subnet": "aaaaaa", + "subnet": "aaa", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } ] @@ -35,17 +35,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 1, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } ] @@ -54,50 +54,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 12, - "volumeGroupName": "aaaaaaaaaa", + "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2164": "aaaaaaaaaaaaaaaaaaaaa" + "key1995": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8550": "aaaaaaaaa" + "key5035": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaa", + "type": "aaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index 7f77b2988958..7b5a07fdc580 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", "VolumeGroupUpdatePayload": { "properties": {} }, @@ -14,18 +14,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "sizeInGB": 1, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 8, "volumes": [ { "properties": { - "sizeInGB": 12 + "sizeInGB": 29 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaa" + "location": "aaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index 1cd0faab5744..7c604d9654b3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaa", "VolumeCreate": { "properties": { - "sizeInGB": 17 + "sizeInGB": 1 } }, "api-version": "2021-11-20-preview" @@ -17,32 +17,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 12, - "volumeGroupName": "aaaaaaaaaa", + "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2164": "aaaaaaaaaaaaaaaaaaaaa" + "key1995": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } }, "201": { @@ -52,32 +52,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 12, - "volumeGroupName": "aaaaaaaaaa", + "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2164": "aaaaaaaaaaaaaaaaaaaaa" + "key1995": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index ddc0840c3506..a659ce10bfcf 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaa", "VolumeCreate": { "properties": { - "sizeInGB": 17 + "sizeInGB": 1 } }, "api-version": "2021-11-20-preview" @@ -16,9 +16,9 @@ "200": { "body": { "properties": { - "sizeInGB": 12 + "sizeInGB": 29 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -27,9 +27,9 @@ }, "body": { "properties": { - "sizeInGB": 12 + "sizeInGB": 29 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index 6bfcddc00c9d..96685f96f91b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index 6bfcddc00c9d..96685f96f91b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index 9239e9d31d43..fb7408d6ee87 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,32 +12,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 12, - "volumeGroupName": "aaaaaaaaaa", + "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2164": "aaaaaaaaaaaaaaaaaaaaa" + "key1995": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 18305ff09ba0..0e671907ed35 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,19 +1,19 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "sizeInGB": 12 + "sizeInGB": 29 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index 980c5555496b..e6ef78c1bbc3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -13,35 +13,35 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 12, - "volumeGroupName": "aaaaaaaaaa", + "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2164": "aaaaaaaaaaaaaaaaaaaaa" + "key1995": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index 9ac63b3df60a..9c508d92f2f6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,9 +12,9 @@ "value": [ { "properties": { - "sizeInGB": 12 + "sizeInGB": 29 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index 23f8f4b443ed..ad32ebb37ba4 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaa", "VolumeUpdatePayload": { "properties": { - "sizeInGB": 17 + "sizeInGB": 5 } }, "api-version": "2021-11-20-preview" @@ -17,32 +17,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 12, - "volumeGroupName": "aaaaaaaaaa", + "sizeInGB": 29, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "a" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2164": "aaaaaaaaaaaaaaaaaaaaa" + "key1995": "aaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index 07f35ecb91c8..039cf0a9e276 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaa", + "elasticSanName": "aaaaaa", + "volumeGroupName": "aaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaa", "VolumeUpdatePayload": { "properties": {} }, @@ -14,9 +14,9 @@ "200": { "body": { "properties": { - "sizeInGB": 12 + "sizeInGB": 29 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "202": { From 9439657daa2c3c1c4cb2668c6504f5846b2ab47c Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Thu, 23 Dec 2021 00:04:51 -0800 Subject: [PATCH 10/32] Removed unused parameters --- .../2021-11-20-preview/elasticsan.json | 16 --- ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 84 +++++------ ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 28 ++-- .../ElasticSans_Delete_MaximumSet_Gen.json | 6 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 6 +- .../ElasticSans_Get_MaximumSet_Gen.json | 40 +++--- .../ElasticSans_Get_MinimumSet_Gen.json | 16 +-- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 38 ++--- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 14 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 38 ++--- ...ans_ListBySubscription_MinimumSet_Gen.json | 14 +- .../ElasticSans_Update_MaximumSet_Gen.json | 46 +++--- .../ElasticSans_Update_MinimumSet_Gen.json | 20 +-- .../Operations_List_MaximumSet_Gen.json | 21 ++- .../Operations_List_MinimumSet_Gen.json | 17 +-- ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 116 +++++++-------- ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 28 ++-- .../Snapshots_Create_MaximumSet_Gen.json | 114 +++++++-------- .../Snapshots_Create_MinimumSet_Gen.json | 26 ++-- .../Snapshots_Delete_MaximumSet_Gen.json | 10 +- .../Snapshots_Delete_MinimumSet_Gen.json | 10 +- .../Snapshots_Get_MaximumSet_Gen.json | 62 ++++---- .../Snapshots_Get_MinimumSet_Gen.json | 18 +-- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 60 ++++---- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 16 +-- .../Snapshots_Update_MaximumSet_Gen.json | 116 +++++++-------- .../Snapshots_Update_MinimumSet_Gen.json | 28 ++-- ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 136 +++++++++--------- ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 30 ++-- .../VolumeGroups_Delete_MaximumSet_Gen.json | 8 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 8 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 68 ++++----- .../VolumeGroups_Get_MinimumSet_Gen.json | 18 +-- ...roups_ListByElasticSan_MaximumSet_Gen.json | 68 ++++----- ...roups_ListByElasticSan_MinimumSet_Gen.json | 16 +-- .../VolumeGroups_Update_MaximumSet_Gen.json | 76 +++++----- .../VolumeGroups_Update_MinimumSet_Gen.json | 18 +-- ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 66 ++++----- ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 18 +-- .../Volumes_Delete_MaximumSet_Gen.json | 10 +- .../Volumes_Delete_MinimumSet_Gen.json | 10 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 38 ++--- .../examples/Volumes_Get_MinimumSet_Gen.json | 14 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 38 ++--- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 12 +- .../Volumes_Update_MaximumSet_Gen.json | 40 +++--- .../Volumes_Update_MinimumSet_Gen.json | 14 +- 47 files changed, 841 insertions(+), 873 deletions(-) diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index 3c97cb714b0e..2892077ff9d7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -1398,22 +1398,6 @@ "$ref": "#/definitions/SnapshotCreate" }, "x-ms-parameter-location": "method" - }, - "OperationId": { - "name": "operationId", - "type": "string", - "required": true, - "in": "path", - "description": "The unique uuid of an operation.", - "x-ms-parameter-location": "method" - }, - "Location": { - "name": "location", - "type": "string", - "required": true, - "in": "path", - "description": "The location of the resource.", - "x-ms-parameter-location": "method" } }, "definitions": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index c6d49cc9d3b9..fcba8c22db62 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", + "elasticSanName": "aaaaaaaa", "ElasticSanCreatePayload": { "properties": { "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], - "baseSizeInGB": 23, - "extendedSizeInTB": 13, + "baseSizeInGB": 24, + "extendedSizeInTB": 19, "sku": "Premium_LRS" }, "tags": { - "key3933": "aaaaaaaaaaaaaaaaaaaaa" + "key4240": "aaaa" }, - "location": "aaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -23,32 +23,32 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 24, - "extendedSizeInTB": 9, - "totalSizeInTB": 13, + "baseSizeInGB": 14, + "extendedSizeInTB": 14, + "totalSizeInTB": 20, "provisionedIops": 21, - "provisionedMBps": 4 + "provisionedMBps": 25 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key4035": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9602": "a" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaa", - "name": "aaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaa", + "id": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -57,33 +57,33 @@ }, "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 24, - "extendedSizeInTB": 9, - "totalSizeInTB": 13, + "baseSizeInGB": 14, + "extendedSizeInTB": 14, + "totalSizeInTB": 20, "provisionedIops": 21, - "provisionedMBps": 4 + "provisionedMBps": 25 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key4035": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9602": "a" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaa", - "name": "aaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaa", + "id": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index cd10688a5dcd..79a92c8afbe5 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", + "elasticSanName": "aaaaaaaa", "ElasticSanCreatePayload": { - "location": "aaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -12,15 +12,15 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 24, - "extendedSizeInTB": 9 + "baseSizeInGB": 14, + "extendedSizeInTB": 14 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaa" } }, "201": { @@ -29,16 +29,16 @@ }, "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 24, - "extendedSizeInTB": 9 + "baseSizeInGB": 14, + "extendedSizeInTB": 14 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index b3eb7b3473a2..d641e6f34384 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", + "elasticSanName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index b3eb7b3473a2..d641e6f34384 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", + "elasticSanName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index 8ba0ea3980b6..484de2598644 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,41 +1,41 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", + "elasticSanName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 24, - "extendedSizeInTB": 9, - "totalSizeInTB": 13, + "baseSizeInGB": 14, + "extendedSizeInTB": 14, + "totalSizeInTB": 20, "provisionedIops": 21, - "provisionedMBps": 4 + "provisionedMBps": 25 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key4035": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9602": "a" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaa", - "name": "aaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaa", + "id": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index 9bc31398bf9a..27cf751188d3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -1,24 +1,24 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", + "elasticSanName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 24, - "extendedSizeInTB": 9 + "baseSizeInGB": 14, + "extendedSizeInTB": 14 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index 5d98fd38f9d6..97ff8b8cdea9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -10,36 +10,36 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 24, - "extendedSizeInTB": 9, - "totalSizeInTB": 13, + "baseSizeInGB": 14, + "extendedSizeInTB": 14, + "totalSizeInTB": 20, "provisionedIops": 21, - "provisionedMBps": 4 + "provisionedMBps": 25 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key4035": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9602": "a" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaa", - "name": "aaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaa", + "id": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } ], "nextLink": "aaaaaaaaaaaaaaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index b8ffe1c86a15..3c7ea7616d2d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -10,18 +10,18 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 24, - "extendedSizeInTB": 9 + "baseSizeInGB": 14, + "extendedSizeInTB": 14 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaa" } ] } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index 04daec3dfdae..1c633b348ce4 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -9,36 +9,36 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 24, - "extendedSizeInTB": 9, - "totalSizeInTB": 13, + "baseSizeInGB": 14, + "extendedSizeInTB": 14, + "totalSizeInTB": 20, "provisionedIops": 21, - "provisionedMBps": 4 + "provisionedMBps": 25 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key4035": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9602": "a" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaa", - "name": "aaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaa", + "id": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } ], "nextLink": "aaaaaaaaaaaaaaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index 822092d91460..cd3a1b844c0a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -9,18 +9,18 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 24, - "extendedSizeInTB": 9 + "baseSizeInGB": 14, + "extendedSizeInTB": 14 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaa" } ] } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index 85570415eb4a..6aa230ba0a71 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,15 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", + "elasticSanName": "aaaaaaaa", "ElasticSanUpdatePayload": { "properties": { - "baseSizeInGB": 27, - "extendedSizeInTB": 8 + "baseSizeInGB": 12, + "extendedSizeInTB": 22 }, "tags": { - "key5495": "aaaaaaaaaaaaaaaaaaa" + "key9046": "aaa" } }, "api-version": "2021-11-20-preview" @@ -18,32 +18,32 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 24, - "extendedSizeInTB": 9, - "totalSizeInTB": 13, + "baseSizeInGB": 14, + "extendedSizeInTB": 14, + "totalSizeInTB": 20, "provisionedIops": 21, - "provisionedMBps": 4 + "provisionedMBps": 25 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key4035": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key9602": "a" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaa", - "name": "aaa", - "type": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaa", + "id": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "202": { @@ -52,4 +52,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index 3fa7b0f072ee..ee9822723d53 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -1,12 +1,12 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", + "elasticSanName": "aaaaaaaa", "ElasticSanUpdatePayload": { "properties": { - "baseSizeInGB": 27, - "extendedSizeInTB": 8 + "baseSizeInGB": 12, + "extendedSizeInTB": 22 } }, "api-version": "2021-11-20-preview" @@ -15,15 +15,15 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 24, - "extendedSizeInTB": 9 + "baseSizeInGB": 14, + "extendedSizeInTB": 14 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaa" } }, "202": { @@ -32,4 +32,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index 21845e0e224a..812ec369f50b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,20 +7,17 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaa", - "isDataAction": true, - "actionType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "origin": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "display": { - "provider": "aaaaaaaaaaaaaaaaa", - "resource": "aaaaaaa", - "operation": "aaaaaaaa", - "description": "aaaaaaaa" - }, - "origin": "aaaaaaaaaaaaaaaaaa" + "operation": "aaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaaaaaaaaaa", + "description": "aaaaaaaaaaaa", + "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + } } - ], - "nextLink": "aa" + ] } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index 797cab85baa2..633e0ff3a58d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -4,20 +4,7 @@ }, "responses": { "200": { - "body": { - "value": [ - { - "name": "aaaaaaaaaaaaaa", - "isDataAction": true, - "display": { - "provider": "aaaaaaaaaaaaaaaaa", - "resource": "aaaaaaa", - "operation": "aaaaaaaa", - "description": "aaaaaaaa" - } - } - ] - } + "body": {} } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index a167123efe7a..e30681408557 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aa" + "aaaaaaaaaaaaaaaaaaaaa" ], "incremental": true } @@ -20,55 +20,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 29, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 11, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key1995": "aaaaaaaaaaaaaaaaaaaaa" + "key4930": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8820": "aaaaaa" + "key2943": "aaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa" + "location": "a", + "id": "aaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aa" } }, "201": { @@ -78,56 +78,56 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 29, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 11, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key1995": "aaaaaaaaaaaaaaaaaaaaa" + "key4930": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8820": "aaaaaa" + "key2943": "aaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa" + "location": "a", + "id": "aaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index 5f1bfaaff38b..6393ab452ba0 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aa" + "aaaaaaaaaaaaaaaaaaaaa" ] } }, @@ -19,17 +19,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 29 + "sizeInGB": 11 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "a" } }, "201": { @@ -39,18 +39,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 29 + "sizeInGB": 11 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "a" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json index 384f7c37b6e9..92f3a454aac9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,55 +12,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 29, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 11, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key1995": "aaaaaaaaaaaaaaaaaaaaa" + "key4930": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8820": "aaaaaa" + "key2943": "aaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa" + "location": "a", + "id": "aaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aa" } }, "201": { @@ -70,56 +70,56 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 29, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 11, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key1995": "aaaaaaaaaaaaaaaaaaaaa" + "key4930": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8820": "aaaaaa" + "key2943": "aaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa" + "location": "a", + "id": "aaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json index 95c30d4ada4f..698095f35704 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,17 +12,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 29 + "sizeInGB": 11 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "a" } }, "201": { @@ -32,18 +32,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 29 + "sizeInGB": 11 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "a" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index eafac65d07e8..51238f438065 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -16,4 +16,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index eafac65d07e8..51238f438065 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -16,4 +16,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index 14138cb31b28..d606d4b4bd33 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,56 +12,56 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 29, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 11, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key1995": "aaaaaaaaaaaaaaaaaaaaa" + "key4930": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8820": "aaaaaa" + "key2943": "aaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa" + "location": "a", + "id": "aaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index d114f26201eb..f84fde499c97 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,18 +12,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 29 + "sizeInGB": 11 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "a" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index 1d4c6fe2c885..59e9a204bf7d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa" + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "responses": { "200": { @@ -12,59 +12,59 @@ { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 29, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 11, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key1995": "aaaaaaaaaaaaaaaaaaaaa" + "key4930": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8820": "aaaaaa" + "key2943": "aaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa" + "location": "a", + "id": "aaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aa" } ], "nextLink": "aaaaaaaaaaaaaaaaaaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index f5edf392e9af..9ed68a0caf28 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa" + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "responses": { "200": { @@ -12,20 +12,20 @@ { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 29 + "sizeInGB": 11 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "a" } ] } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index a167123efe7a..e30681408557 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aa" + "aaaaaaaaaaaaaaaaaaaaa" ], "incremental": true } @@ -20,55 +20,55 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 29, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 11, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key1995": "aaaaaaaaaaaaaaaaaaaaa" + "key4930": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8820": "aaaaaa" + "key2943": "aaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa" + "location": "a", + "id": "aaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aa" } }, "201": { @@ -78,56 +78,56 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 29, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 11, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key1995": "aaaaaaaaaaaaaaaaaaaaa" + "key4930": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8820": "aaaaaa" + "key2943": "aaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa" + "location": "a", + "id": "aaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index 5f1bfaaff38b..6393ab452ba0 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaa", "SnapshotCreatePayload": { "properties": { "volumes": [ - "aa" + "aaaaaaaaaaaaaaaaaaaaa" ] } }, @@ -19,17 +19,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 29 + "sizeInGB": 11 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "a" } }, "201": { @@ -39,18 +39,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumes": [ { "properties": { - "sizeInGB": 29 + "sizeInGB": 11 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "a" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index d60bc207de84..b49b8cde3f82 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "VolumeGroupCreate": { "properties": { - "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ] } ] @@ -35,17 +35,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaa", + "sizeInGB": 2, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ] } ] @@ -54,50 +54,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 29, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 11, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key1995": "aaaaaaaaaaaaaaaaaaaaa" + "key4930": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key5035": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key2890": "aaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaa" + "location": "aaaaaaaa", + "id": "aaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -107,17 +107,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaa", + "sizeInGB": 2, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ] } ] @@ -126,51 +126,51 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 29, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 11, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key1995": "aaaaaaaaaaaaaaaaaaaaa" + "key4930": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key5035": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key2890": "aaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaa" + "location": "aaaaaaaa", + "id": "aaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json index 60c88ae6f9cc..931779c254c5 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -1,12 +1,12 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "VolumeGroupCreate": { "properties": { - "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -16,18 +16,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaa", + "sizeInGB": 2, "volumes": [ { "properties": { - "sizeInGB": 29 + "sizeInGB": 11 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaa" } ] }, - "location": "aaaaaaaaa" + "location": "aaaaaaaa" } }, "201": { @@ -37,19 +37,19 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaa", + "sizeInGB": 2, "volumes": [ { "properties": { - "sizeInGB": 29 + "sizeInGB": 11 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaa" } ] }, - "location": "aaaaaaaaa" + "location": "aaaaaaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index 72cd6be73f01..7cb786564438 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -15,4 +15,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index 72cd6be73f01..7cb786564438 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -15,4 +15,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index 9a2051a7d501..9549a81d10a6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -11,17 +11,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaa", + "sizeInGB": 2, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ] } ] @@ -30,51 +30,51 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 29, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 11, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key1995": "aaaaaaaaaaaaaaaaaaaaa" + "key4930": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key5035": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key2890": "aaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaa" + "location": "aaaaaaaa", + "id": "aaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index de2cdd921b22..78c1f43016e7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -11,19 +11,19 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaa", + "sizeInGB": 2, "volumes": [ { "properties": { - "sizeInGB": 29 + "sizeInGB": 11 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaa" } ] }, - "location": "aaaaaaaaa" + "location": "aaaaaaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index df4249c33c65..44ab43969e3a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", + "elasticSanName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,17 +12,17 @@ { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaa", + "sizeInGB": 2, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ] } ] @@ -31,54 +31,54 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 29, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 11, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key1995": "aaaaaaaaaaaaaaaaaaaaa" + "key4930": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key5035": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key2890": "aaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaa" + "location": "aaaaaaaa", + "id": "aaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index a8269da1d8dc..eca47c3a17ba 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", + "elasticSanName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,21 +12,21 @@ { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaa", + "sizeInGB": 2, "volumes": [ { "properties": { - "sizeInGB": 29 + "sizeInGB": 11 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaa" } ] }, - "location": "aaaaaaaaa" + "location": "aaaaaaaa" } ] } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index 5d464d7e8e45..b45e9074d38a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "VolumeGroupUpdatePayload": { "properties": { - "subnet": "aaa", + "subnet": "aaaaaaaaaaaaa", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ] } ] @@ -35,17 +35,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaa", + "sizeInGB": 2, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ] } ] @@ -54,50 +54,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 29, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 11, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key1995": "aaaaaaaaaaaaaaaaaaaaa" + "key4930": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key5035": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key2890": "aaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaa", - "type": "aaa" + "location": "aaaaaaaa", + "id": "aaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } }, "202": { @@ -106,4 +106,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index 7b5a07fdc580..de034e466b72 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "VolumeGroupUpdatePayload": { "properties": {} }, @@ -14,18 +14,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", - "sizeInGB": 8, + "volumeGroupName": "aaaaaaa", + "sizeInGB": 2, "volumes": [ { "properties": { - "sizeInGB": 29 + "sizeInGB": 11 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaa" } ] }, - "location": "aaaaaaaaa" + "location": "aaaaaaaa" } }, "202": { @@ -34,4 +34,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index 7c604d9654b3..803c2018a04c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "a", "VolumeCreate": { "properties": { "sizeInGB": 1 @@ -17,31 +17,31 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 29, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 11, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key1995": "aaaaaaaaaaaaaaaaaaaaa" + "key4930": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } }, @@ -52,33 +52,33 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 29, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 11, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key1995": "aaaaaaaaaaaaaaaaaaaaa" + "key4930": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index a659ce10bfcf..f36468057193 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "a", "VolumeCreate": { "properties": { "sizeInGB": 1 @@ -16,9 +16,9 @@ "200": { "body": { "properties": { - "sizeInGB": 29 + "sizeInGB": 11 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaa" } }, "201": { @@ -27,10 +27,10 @@ }, "body": { "properties": { - "sizeInGB": 29 + "sizeInGB": 11 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index 96685f96f91b..17cceba39ed8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "a", "api-version": "2021-11-20-preview" }, "responses": { @@ -16,4 +16,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index 96685f96f91b..17cceba39ed8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "a", "api-version": "2021-11-20-preview" }, "responses": { @@ -16,4 +16,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index fb7408d6ee87..593adc0603bf 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "a", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,33 +12,33 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 29, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 11, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key1995": "aaaaaaaaaaaaaaaaaaaaa" + "key4930": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 0e671907ed35..9277ceb1db9f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,20 +1,20 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "a", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "sizeInGB": 29 + "sizeInGB": 11 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index e6ef78c1bbc3..91554597b27c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -13,36 +13,36 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 29, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 11, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key1995": "aaaaaaaaaaaaaaaaaaaaa" + "key4930": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index 9c508d92f2f6..4afceca5ec8a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,12 +12,12 @@ "value": [ { "properties": { - "sizeInGB": 29 + "sizeInGB": 11 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaa" } ] } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index ad32ebb37ba4..dc64373f19b4 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "a", "VolumeUpdatePayload": { "properties": { - "sizeInGB": 5 + "sizeInGB": 18 } }, "api-version": "2021-11-20-preview" @@ -17,31 +17,31 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 29, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaa", + "sizeInGB": 11, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key1995": "aaaaaaaaaaaaaaaaaaaaa" + "key4930": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", "type": "aaaaaaaaaaaaaaaaaa" } }, @@ -51,4 +51,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index 039cf0a9e276..2cf0949c8c99 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaa", - "volumeGroupName": "aaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "a", "VolumeUpdatePayload": { "properties": {} }, @@ -14,9 +14,9 @@ "200": { "body": { "properties": { - "sizeInGB": 29 + "sizeInGB": 11 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaa" } }, "202": { @@ -25,4 +25,4 @@ } } } -} +} \ No newline at end of file From 96caf65c5db624fc1fc8c995b2b0d348542f59a5 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Thu, 23 Dec 2021 22:19:49 -0800 Subject: [PATCH 11/32] Updated with Snapshot endpoints --- .../2021-11-20-preview/elasticsan.json | 315 +++++++----------- ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 86 ++--- ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 26 +- .../ElasticSans_Delete_MaximumSet_Gen.json | 4 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 4 +- .../ElasticSans_Get_MaximumSet_Gen.json | 40 +-- .../ElasticSans_Get_MinimumSet_Gen.json | 14 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 40 +-- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 12 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 40 +-- ...ans_ListBySubscription_MinimumSet_Gen.json | 12 +- .../ElasticSans_Update_MaximumSet_Gen.json | 46 +-- .../ElasticSans_Update_MinimumSet_Gen.json | 18 +- .../Operations_List_MaximumSet_Gen.json | 19 +- .../Operations_List_MinimumSet_Gen.json | 15 +- ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 145 +++----- ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 47 +-- .../Snapshots_Create_MaximumSet_Gen.json | 125 ------- .../Snapshots_Create_MinimumSet_Gen.json | 49 --- .../Snapshots_Delete_MaximumSet_Gen.json | 8 +- .../Snapshots_Delete_MinimumSet_Gen.json | 8 +- .../Snapshots_Get_MaximumSet_Gen.json | 97 +++--- .../Snapshots_Get_MinimumSet_Gen.json | 27 +- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 69 ++-- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 21 +- .../Snapshots_Update_MaximumSet_Gen.json | 145 +++----- .../Snapshots_Update_MinimumSet_Gen.json | 47 +-- ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 137 ++++---- ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 28 +- .../VolumeGroups_Delete_MaximumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 68 ++-- .../VolumeGroups_Get_MinimumSet_Gen.json | 16 +- ...roups_ListByElasticSan_MaximumSet_Gen.json | 68 ++-- ...roups_ListByElasticSan_MinimumSet_Gen.json | 14 +- .../VolumeGroups_Update_MaximumSet_Gen.json | 75 ++--- .../VolumeGroups_Update_MinimumSet_Gen.json | 16 +- ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 70 ++-- ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 18 +- .../Volumes_Delete_MaximumSet_Gen.json | 8 +- .../Volumes_Delete_MinimumSet_Gen.json | 8 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 38 +-- .../examples/Volumes_Get_MinimumSet_Gen.json | 12 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 38 +-- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 10 +- .../Volumes_Update_MaximumSet_Gen.json | 40 +-- .../Volumes_Update_MinimumSet_Gen.json | 12 +- 47 files changed, 852 insertions(+), 1315 deletions(-) delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index 2892077ff9d7..035f9eefa2a7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -928,6 +928,57 @@ } } }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots": { + "get": { + "tags": [ + "Snapshots" + ], + "description": "List Snapshots in a VolumeGroup.", + "operationId": "Snapshots_ListByVolumeGroup", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanNameParameter" + }, + { + "$ref": "#/parameters/VolumeGroupNameParameter" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "Operation completed successfully; retrieved volumes in a volume group.", + "schema": { + "$ref": "#/definitions/SnapshotList" + } + }, + "default": { + "description": "Error from the RP", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Snapshots_ListByVolumeGroup_MaximumSet_Gen": { + "$ref": "./examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json" + }, + "Snapshots_ListByVolumeGroup_MinimumSet_Gen": { + "$ref": "./examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json" + } + } + } + }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots/{snapshotName}": { "put": { "tags": [ @@ -949,7 +1000,7 @@ "$ref": "#/parameters/VolumeGroupNameParameter" }, { - "$ref": "#/parameters/SnapshotName" + "$ref": "#/parameters/SnapshotNameParameter" }, { "$ref": "#/parameters/SnapshotCreate" @@ -978,7 +1029,7 @@ } } }, - "x-ms-long-running-operation": true, + "x-ms-long-running-operation": false, "x-ms-long-running-operation-options": { "final-state-via": "azure-async-operation" }, @@ -1011,7 +1062,7 @@ "$ref": "#/parameters/VolumeGroupNameParameter" }, { - "$ref": "#/parameters/SnapshotName" + "$ref": "#/parameters/SnapshotNameParameter" }, { "$ref": "#/parameters/SnapshotCreate" @@ -1040,7 +1091,7 @@ } } }, - "x-ms-long-running-operation": true, + "x-ms-long-running-operation": false, "x-ms-long-running-operation-options": { "final-state-via": "azure-async-operation" }, @@ -1057,7 +1108,7 @@ "tags": [ "Snapshots" ], - "description": "Delete an Volume Snapshot.", + "description": "Delete an Volume.", "operationId": "Snapshots_Delete", "parameters": [ { @@ -1073,7 +1124,7 @@ "$ref": "#/parameters/VolumeGroupNameParameter" }, { - "$ref": "#/parameters/SnapshotName" + "$ref": "#/parameters/SnapshotNameParameter" }, { "$ref": "#/parameters/ApiVersionParameter" @@ -1113,7 +1164,7 @@ "tags": [ "Snapshots" ], - "description": "Get an Volume Snapshot.", + "description": "Create a Volume Snapshot.", "operationId": "Snapshots_Get", "parameters": [ { @@ -1129,106 +1180,7 @@ "$ref": "#/parameters/VolumeGroupNameParameter" }, { - "$ref": "#/parameters/SnapshotName" - }, - { - "$ref": "#/parameters/ApiVersionParameter" - } - ], - "responses": { - "200": { - "description": "Operation completed successfully; retrieved Volume.", - "schema": { - "$ref": "#/definitions/Snapshot" - } - }, - "default": { - "description": "Error from the RP.", - "schema": { - "$ref": "#/definitions/Error" - } - } - }, - "x-ms-examples": { - "Snapshots_Get_MaximumSet_Gen": { - "$ref": "./examples/Snapshots_Get_MaximumSet_Gen.json" - }, - "Snapshots_Get_MinimumSet_Gen": { - "$ref": "./examples/Snapshots_Get_MinimumSet_Gen.json" - } - } - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots": { - "get": { - "tags": [ - "Snapshots" - ], - "description": "List Snapshots in a VolumeGroup.", - "operationId": "Snapshots_ListByVolumeGroup", - "parameters": [ - { - "$ref": "#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ElasticSanNameParameter" - }, - { - "$ref": "#/parameters/VolumeGroupNameParameter" - } - ], - "responses": { - "200": { - "description": "Operation completed successfully; retrieved volumes in a volume group.", - "schema": { - "$ref": "#/definitions/SnapshotList" - } - }, - "default": { - "description": "Error from the RP", - "schema": { - "$ref": "#/definitions/Error" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - }, - "x-ms-examples": { - "Snapshots_ListByVolumeGroup_MaximumSet_Gen": { - "$ref": "./examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json" - }, - "Snapshots_ListByVolumeGroup_MinimumSet_Gen": { - "$ref": "./examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json" - } - } - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots/{snapshotName}/create": { - "post": { - "tags": [ - "Snapshots" - ], - "description": "Create a VolumeGroup Snapshot.", - "operationId": "Snapshots_Create", - "parameters": [ - { - "$ref": "#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ElasticSanNameParameter" - }, - { - "$ref": "#/parameters/VolumeGroupNameParameter" - }, - { - "$ref": "#/parameters/SnapshotName" + "$ref": "#/parameters/SnapshotNameParameter" }, { "$ref": "#/parameters/ApiVersionParameter" @@ -1254,16 +1206,16 @@ } } }, - "x-ms-long-running-operation": true, + "x-ms-long-running-operation": false, "x-ms-long-running-operation-options": { "final-state-via": "azure-async-operation" }, "x-ms-examples": { - "Snapshots_Create_MaximumSet_Gen": { - "$ref": "./examples/Snapshots_Create_MaximumSet_Gen.json" + "Snapshots_Get_MaximumSet_Gen": { + "$ref": "./examples/Snapshots_Get_MaximumSet_Gen.json" }, - "Snapshots_Create_MinimumSet_Gen": { - "$ref": "./examples/Snapshots_Create_MinimumSet_Gen.json" + "Snapshots_Get_MinimumSet_Gen": { + "$ref": "./examples/Snapshots_Get_MinimumSet_Gen.json" } } } @@ -1321,12 +1273,12 @@ "description": "The name of the Volume.", "x-ms-parameter-location": "method" }, - "SnapshotName": { + "SnapshotNameParameter": { "name": "snapshotName", - "type": "string", - "required": true, "in": "path", - "description": "The name of the Volume Snapshot.", + "required": true, + "type": "string", + "description": "The name of the snapshot within the given subscription, resource and volume group.", "x-ms-parameter-location": "method" }, "ElasticSanCreate": { @@ -1390,7 +1342,7 @@ "x-ms-parameter-location": "method" }, "SnapshotCreate": { - "name": "SnapshotCreatePayload", + "name": "SnapshotCreate", "required": true, "in": "body", "description": "Request payload for Volume Snapshot create operation.", @@ -1933,13 +1885,9 @@ "type": "object", "description": "Properties for VolumeGroup create or update request.", "required": [ - "subnet" + "networkAcls" ], "properties": { - "subnet": { - "description": "Volume Group subnet id.", - "type": "string" - }, "networkAcls": { "$ref": "#/definitions/NetworkRuleSet", "description": "A collection of rules governing the accessibility from specific network locations." @@ -1955,10 +1903,6 @@ "type": "object", "description": "Properties for VolumeGroup update request.", "properties": { - "subnet": { - "description": "Volume Group subnet id.", - "type": "string" - }, "networkAcls": { "$ref": "#/definitions/NetworkRuleSet", "description": "A collection of rules governing the accessibility from specific network locations." @@ -2110,14 +2054,16 @@ }, "Snapshot": { "type": "object", - "description": "Response for Snapshot request.", - "required": [ - "properties" + "description": "Response for Volume Snapshot request.", + "allOf": [ + { + "$ref": "#/definitions/TrackedResource" + } ], "properties": { "properties": { "x-ms-client-flatten": true, - "description": "Properties of Snapshot.", + "description": "Properties of Volume Snapshot.", "$ref": "#/definitions/SnapshotProperties" }, "systemData": { @@ -2125,37 +2071,6 @@ "readOnly": true, "$ref": "#/definitions/SystemMetadata" } - }, - "allOf": [ - { - "$ref": "#/definitions/TrackedResource" - } - ] - }, - "SnapshotProperties": { - "type": "object", - "description": "Snapshot response properties.", - "required": [ - "name", - "volumes", - "provisioningState" - ], - "properties": { - "provisioningState": { - "description": "State of the operation on the resource.", - "$ref": "#/definitions/ProvisioningState" - }, - "name": { - "type": "string", - "description": "Name of the volume" - }, - "volumes": { - "description": "An array of Volume objects.", - "type": "array", - "items": { - "$ref": "#/definitions/Volume" - } - } } }, "SnapshotList": { @@ -2180,16 +2095,29 @@ } } }, - "SnapshotCreate": { + "SnapshotProperties": { "type": "object", - "description": "Payload for Volume Snapshot create or update requests.", - "required": [ - "properties" - ], + "description": "Properties for Snapshot.", + "properties": { + "creationData": { + "description": "State of the operation on the resource.", + "$ref": "#/definitions/CreationData" + }, + "volumeGroupName": { + "type": "string", + "description": "Parent volume group name" + }, + "provisioningState": { + "description": "Snapshot provisioning state", + "$ref": "#/definitions/ProvisioningState" + } + } + }, + "SnapshotCreate": { + "description": "Properties for Snapshot create request.", "properties": { "properties": { "x-ms-client-flatten": true, - "description": "Properties for Volume Snapshot create request.", "$ref": "#/definitions/SnapshotCreateProperties" } }, @@ -2200,38 +2128,37 @@ ] }, "SnapshotCreateProperties": { - "type": "object", - "description": "Properties for Volume create or update request.", + "properties": { + "creationData": { + "description": "State of the operation on the resource.", + "$ref": "#/definitions/CreationData" + } + }, + "description": "Snap shot creation data." + }, + "CreationData": { + "description": "Data used when creating a disk.", "required": [ - "volumes" + "createSource" ], "properties": { - "volumes": { - "type": "array", - "description": "List of Volumes to attach to a Snapshot Set.", - "items": { - "type": "string" - } - }, - "timeCreated": { - "readOnly": true, + "createSource": { "type": "string", - "format": "date-time", - "description": "The time when the snapshot was created." - }, - "uniqueId": { - "type": "string", - "readOnly": true, - "description": "Unique Guid identifying the resource." + "enum": [ + "None", + "FromVolume", + "FromSnapshot", + "Export" + ], + "x-ms-enum": { + "name": "VolumeOrSnapshotCreateOption", + "modelAsString": false + }, + "description": "This enumerates the possible sources of a volume or snapshot's creation." }, - "provisioningState": { - "readOnly": true, + "sourceUri": { "type": "string", - "description": "The disk provisioning state." - }, - "incremental": { - "type": "boolean", - "description": "Whether a snapshot is incremental. Incremental snapshots on the same disk occupy less space than full snapshots and can be diffed." + "description": "If createOption is Copy, this is the ARM id of the source snapshot or disk. If createOption is Restore, this is the ARM-like id of the source disk restore point." } } }, @@ -2533,4 +2460,4 @@ "description": "Azure Resource Id of a Subnet for the Volume Group." } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index fcba8c22db62..ed5eb3673fc8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", "ElasticSanCreatePayload": { "properties": { "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaa" ], - "baseSizeInGB": 24, - "extendedSizeInTB": 19, + "baseSizeInGB": 7, + "extendedSizeInTB": 28, "sku": "Premium_LRS" }, "tags": { - "key4240": "aaaa" + "key1412": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaa" + "location": "aaa" }, "api-version": "2021-11-20-preview" }, @@ -23,32 +23,32 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 14, - "extendedSizeInTB": 14, - "totalSizeInTB": 20, - "provisionedIops": 21, - "provisionedMBps": 25 + "baseSizeInGB": 30, + "extendedSizeInTB": 30, + "totalSizeInTB": 16, + "provisionedIops": 5, + "provisionedMBps": 4 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key9602": "a" + "key1341": "aaaaaaaaaaaaaa" }, - "location": "aaaa", - "id": "aaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -57,32 +57,32 @@ }, "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 14, - "extendedSizeInTB": 14, - "totalSizeInTB": 20, - "provisionedIops": 21, - "provisionedMBps": 25 + "baseSizeInGB": 30, + "extendedSizeInTB": 30, + "totalSizeInTB": 16, + "provisionedIops": 5, + "provisionedMBps": 4 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key9602": "a" + "key1341": "aaaaaaaaaaaaaa" }, - "location": "aaaa", - "id": "aaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index 79a92c8afbe5..497f8d56215f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", "ElasticSanCreatePayload": { - "location": "aaaaaaaaaaaa" + "location": "aaa" }, "api-version": "2021-11-20-preview" }, @@ -12,15 +12,15 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 14, - "extendedSizeInTB": 14 + "baseSizeInGB": 30, + "extendedSizeInTB": 30 }, - "location": "aaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -29,15 +29,15 @@ }, "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 14, - "extendedSizeInTB": 14 + "baseSizeInGB": 30, + "extendedSizeInTB": 30 }, - "location": "aaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index d641e6f34384..17f2d029a15e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index d641e6f34384..17f2d029a15e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index 484de2598644..a8e14bab2ed8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,40 +1,40 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 14, - "extendedSizeInTB": 14, - "totalSizeInTB": 20, - "provisionedIops": 21, - "provisionedMBps": 25 + "baseSizeInGB": 30, + "extendedSizeInTB": 30, + "totalSizeInTB": 16, + "provisionedIops": 5, + "provisionedMBps": 4 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key9602": "a" + "key1341": "aaaaaaaaaaaaaa" }, - "location": "aaaa", - "id": "aaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index 27cf751188d3..ed286c1621de 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -1,23 +1,23 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 14, - "extendedSizeInTB": 14 + "baseSizeInGB": 30, + "extendedSizeInTB": 30 }, - "location": "aaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index 97ff8b8cdea9..094bf2b49982 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -10,35 +10,35 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 14, - "extendedSizeInTB": 14, - "totalSizeInTB": 20, - "provisionedIops": 21, - "provisionedMBps": 25 + "baseSizeInGB": 30, + "extendedSizeInTB": 30, + "totalSizeInTB": 16, + "provisionedIops": 5, + "provisionedMBps": 4 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key9602": "a" + "key1341": "aaaaaaaaaaaaaa" }, - "location": "aaaa", - "id": "aaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index 3c7ea7616d2d..55acca620a3a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -10,15 +10,15 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 14, - "extendedSizeInTB": 14 + "baseSizeInGB": 30, + "extendedSizeInTB": 30 }, - "location": "aaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index 1c633b348ce4..8232e10a6357 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -9,35 +9,35 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 14, - "extendedSizeInTB": 14, - "totalSizeInTB": 20, - "provisionedIops": 21, - "provisionedMBps": 25 + "baseSizeInGB": 30, + "extendedSizeInTB": 30, + "totalSizeInTB": 16, + "provisionedIops": 5, + "provisionedMBps": 4 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key9602": "a" + "key1341": "aaaaaaaaaaaaaa" }, - "location": "aaaa", - "id": "aaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index cd3a1b844c0a..a97017292f63 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -9,15 +9,15 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 14, - "extendedSizeInTB": 14 + "baseSizeInGB": 30, + "extendedSizeInTB": 30 }, - "location": "aaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index 6aa230ba0a71..95ae9e27e93f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,15 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", "ElasticSanUpdatePayload": { "properties": { - "baseSizeInGB": 12, - "extendedSizeInTB": 22 + "baseSizeInGB": 9, + "extendedSizeInTB": 30 }, "tags": { - "key9046": "aaa" + "key8083": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -18,32 +18,32 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 14, - "extendedSizeInTB": 14, - "totalSizeInTB": 20, - "provisionedIops": 21, - "provisionedMBps": 25 + "baseSizeInGB": 30, + "extendedSizeInTB": 30, + "totalSizeInTB": 16, + "provisionedIops": 5, + "provisionedMBps": 4 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key9602": "a" + "key1341": "aaaaaaaaaaaaaa" }, - "location": "aaaa", - "id": "aaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index ee9822723d53..45094967d19a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -1,12 +1,12 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", "ElasticSanUpdatePayload": { "properties": { - "baseSizeInGB": 12, - "extendedSizeInTB": 22 + "baseSizeInGB": 9, + "extendedSizeInTB": 30 } }, "api-version": "2021-11-20-preview" @@ -15,15 +15,15 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 14, - "extendedSizeInTB": 14 + "baseSizeInGB": 30, + "extendedSizeInTB": 30 }, - "location": "aaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index 812ec369f50b..18d022ec32db 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,16 +7,19 @@ "body": { "value": [ { - "origin": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaa", + "isDataAction": true, + "actionType": "aa", "display": { - "operation": "aaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaaaaaaaaaa", - "description": "aaaaaaaaaaaa", - "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" - } + "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "operation": "aaaaaaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaaaaaaa" + }, + "origin": "aaaaaaaaaaaaaaaaaaaaaa" } - ] + ], + "nextLink": "aaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index 633e0ff3a58d..f6bd1ee6ed8f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -4,7 +4,20 @@ }, "responses": { "200": { - "body": {} + "body": { + "value": [ + { + "name": "aaaa", + "isDataAction": true, + "display": { + "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "operation": "aaaaaaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaaaaaaa" + } + } + ] + } } } } \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index e30681408557..b522ec213029 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -1,16 +1,16 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaa", - "SnapshotCreatePayload": { + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "SnapshotCreate": { "properties": { - "volumes": [ - "aaaaaaaaaaaaaaaaaaaaa" - ], - "incremental": true + "creationData": { + "createSource": "None", + "sourceUri": "aaaaaaaa" + } } }, "api-version": "2021-11-20-preview" @@ -19,114 +19,55 @@ "200": { "body": { "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumes": [ - { - "properties": { - "provisioningState": "Invalid", - "sizeInGB": 11, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" - ] - } - }, - "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" - }, - "tags": { - "key4930": "aaaaaaaaaaaaa" - }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" - } - ] + "creationData": { + "createSource": "None", + "sourceUri": "aaaaaaaa" + }, + "volumeGroupName": "aa", + "provisioningState": "Invalid" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2943": "aaaaaaaaaaaaaaaaaaaaaa" + "key1328": "aaaaaaaaaaaaaaaaaaaa" }, - "location": "a", - "id": "aaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaa", + "type": "aaaaaa" } }, "201": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - }, "body": { "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumes": [ - { - "properties": { - "provisioningState": "Invalid", - "sizeInGB": 11, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" - ] - } - }, - "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" - }, - "tags": { - "key4930": "aaaaaaaaaaaaa" - }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" - } - ] + "creationData": { + "createSource": "None", + "sourceUri": "aaaaaaaa" + }, + "volumeGroupName": "aa", + "provisioningState": "Invalid" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2943": "aaaaaaaaaaaaaaaaaaaaaa" + "key1328": "aaaaaaaaaaaaaaaaaaaa" }, - "location": "a", - "id": "aaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaa", + "type": "aaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index 6393ab452ba0..f680205fcc52 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -1,55 +1,22 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaa", - "SnapshotCreatePayload": { - "properties": { - "volumes": [ - "aaaaaaaaaaaaaaaaaaaaa" - ] - } - }, + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "SnapshotCreate": {}, "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { - "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumes": [ - { - "properties": { - "sizeInGB": 11 - }, - "location": "aaaaaaa" - } - ] - }, - "location": "a" + "location": "aaaaaaaaaaaaaaaaaaa" } }, "201": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - }, "body": { - "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumes": [ - { - "properties": { - "sizeInGB": 11 - }, - "location": "aaaaaaa" - } - ] - }, - "location": "a" + "location": "aaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json deleted file mode 100644 index 92f3a454aac9..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaa", - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": { - "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumes": [ - { - "properties": { - "provisioningState": "Invalid", - "sizeInGB": 11, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" - ] - } - }, - "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" - }, - "tags": { - "key4930": "aaaaaaaaaaaaa" - }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" - } - ] - }, - "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" - }, - "tags": { - "key2943": "aaaaaaaaaaaaaaaaaaaaaa" - }, - "location": "a", - "id": "aaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aa" - } - }, - "201": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - }, - "body": { - "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumes": [ - { - "properties": { - "provisioningState": "Invalid", - "sizeInGB": 11, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" - ] - } - }, - "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" - }, - "tags": { - "key4930": "aaaaaaaaaaaaa" - }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" - } - ] - }, - "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" - }, - "tags": { - "key2943": "aaaaaaaaaaaaaaaaaaaaaa" - }, - "location": "a", - "id": "aaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aa" - } - } - } -} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json deleted file mode 100644 index 698095f35704..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaa", - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": { - "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumes": [ - { - "properties": { - "sizeInGB": 11 - }, - "location": "aaaaaaa" - } - ] - }, - "location": "a" - } - }, - "201": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - }, - "body": { - "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumes": [ - { - "properties": { - "sizeInGB": 11 - }, - "location": "aaaaaaa" - } - ] - }, - "location": "a" - } - } - } -} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 51238f438065..614c34e21bbb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 51238f438065..614c34e21bbb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index d606d4b4bd33..cc33c4a40870 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -1,66 +1,65 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumes": [ - { - "properties": { - "provisioningState": "Invalid", - "sizeInGB": 11, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" - ] - } - }, - "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" - }, - "tags": { - "key4930": "aaaaaaaaaaaaa" - }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" - } - ] + "creationData": { + "createSource": "None", + "sourceUri": "aaaaaaaa" + }, + "volumeGroupName": "aa", + "provisioningState": "Invalid" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2943": "aaaaaaaaaaaaaaaaaaaaaa" + "key1328": "aaaaaaaaaaaaaaaaaaaa" }, - "location": "a", - "id": "aaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaa", + "type": "aaaaaa" + } + }, + "201": { + "body": { + "properties": { + "creationData": { + "createSource": "None", + "sourceUri": "aaaaaaaa" + }, + "volumeGroupName": "aa", + "provisioningState": "Invalid" + }, + "systemData": { + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + }, + "tags": { + "key1328": "aaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaa", + "type": "aaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index f84fde499c97..983e6cd0ca7c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -1,28 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { - "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumes": [ - { - "properties": { - "sizeInGB": 11 - }, - "location": "aaaaaaa" - } - ] - }, - "location": "a" + "location": "aaaaaaaaaaaaaaaaaaa" + } + }, + "201": { + "body": { + "location": "aaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index 59e9a204bf7d..b43c339112af 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" }, "responses": { "200": { @@ -11,56 +12,28 @@ "value": [ { "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumes": [ - { - "properties": { - "provisioningState": "Invalid", - "sizeInGB": 11, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" - ] - } - }, - "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" - }, - "tags": { - "key4930": "aaaaaaaaaaaaa" - }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" - } - ] + "creationData": { + "createSource": "None", + "sourceUri": "aaaaaaaa" + }, + "volumeGroupName": "aa", + "provisioningState": "Invalid" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2943": "aaaaaaaaaaaaaaaaaaaaaa" + "key1328": "aaaaaaaaaaaaaaaaaaaa" }, - "location": "a", - "id": "aaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaa", + "type": "aaaaaa" } ], "nextLink": "aaaaaaaaaaaaaaaaaaaa" diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index 9ed68a0caf28..552b4251efc7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,28 +1,17 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "value": [ { - "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumes": [ - { - "properties": { - "sizeInGB": 11 - }, - "location": "aaaaaaa" - } - ] - }, - "location": "a" + "location": "aaaaaaaaaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index e30681408557..b522ec213029 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -1,16 +1,16 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaa", - "SnapshotCreatePayload": { + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "SnapshotCreate": { "properties": { - "volumes": [ - "aaaaaaaaaaaaaaaaaaaaa" - ], - "incremental": true + "creationData": { + "createSource": "None", + "sourceUri": "aaaaaaaa" + } } }, "api-version": "2021-11-20-preview" @@ -19,114 +19,55 @@ "200": { "body": { "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumes": [ - { - "properties": { - "provisioningState": "Invalid", - "sizeInGB": 11, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" - ] - } - }, - "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" - }, - "tags": { - "key4930": "aaaaaaaaaaaaa" - }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" - } - ] + "creationData": { + "createSource": "None", + "sourceUri": "aaaaaaaa" + }, + "volumeGroupName": "aa", + "provisioningState": "Invalid" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2943": "aaaaaaaaaaaaaaaaaaaaaa" + "key1328": "aaaaaaaaaaaaaaaaaaaa" }, - "location": "a", - "id": "aaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaa", + "type": "aaaaaa" } }, "201": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - }, "body": { "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumes": [ - { - "properties": { - "provisioningState": "Invalid", - "sizeInGB": 11, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" - ] - } - }, - "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" - }, - "tags": { - "key4930": "aaaaaaaaaaaaa" - }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" - } - ] + "creationData": { + "createSource": "None", + "sourceUri": "aaaaaaaa" + }, + "volumeGroupName": "aa", + "provisioningState": "Invalid" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2943": "aaaaaaaaaaaaaaaaaaaaaa" + "key1328": "aaaaaaaaaaaaaaaaaaaa" }, - "location": "a", - "id": "aaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaa", + "type": "aaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index 6393ab452ba0..f680205fcc52 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -1,55 +1,22 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaa", - "SnapshotCreatePayload": { - "properties": { - "volumes": [ - "aaaaaaaaaaaaaaaaaaaaa" - ] - } - }, + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "SnapshotCreate": {}, "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { - "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumes": [ - { - "properties": { - "sizeInGB": 11 - }, - "location": "aaaaaaa" - } - ] - }, - "location": "a" + "location": "aaaaaaaaaaaaaaaaaaa" } }, "201": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - }, "body": { - "properties": { - "provisioningState": "Invalid", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumes": [ - { - "properties": { - "sizeInGB": 11 - }, - "location": "aaaaaaa" - } - ] - }, - "location": "a" + "location": "aaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index b49b8cde3f82..9130c44242f0 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -1,21 +1,20 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "VolumeGroupCreate": { "properties": { - "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaa", + "id": "aaaaaaaaaaa", + "state": "aaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -35,17 +34,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaa", - "sizeInGB": 2, + "volumeGroupName": "aaaaaaaaa", + "sizeInGB": 24, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaa", + "id": "aaaaaaaaaaa", + "state": "aaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -54,50 +53,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 11, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 20, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key4930": "aaaaaaaaaaaaa" + "key6159": "aa" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2890": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key6155": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaa", - "id": "aaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaa", + "type": "aa" } }, "201": { @@ -107,17 +106,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaa", - "sizeInGB": 2, + "volumeGroupName": "aaaaaaaaa", + "sizeInGB": 24, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaa", + "id": "aaaaaaaaaaa", + "state": "aaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -126,50 +125,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 11, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 20, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key4930": "aaaaaaaaaaaaa" + "key6159": "aa" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2890": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key6155": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaa", - "id": "aaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaa", + "type": "aa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json index 931779c254c5..ae932299c7d9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -1,12 +1,12 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "VolumeGroupCreate": { "properties": { - "subnet": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "networkAcls": {} } }, "api-version": "2021-11-20-preview" @@ -16,18 +16,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaa", - "sizeInGB": 2, + "volumeGroupName": "aaaaaaaaa", + "sizeInGB": 24, "volumes": [ { "properties": { - "sizeInGB": 11 + "sizeInGB": 20 }, - "location": "aaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaa" + "location": "aaaaaaaaaaaaaaaa" } }, "201": { @@ -37,18 +37,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaa", - "sizeInGB": 2, + "volumeGroupName": "aaaaaaaaa", + "sizeInGB": 24, "volumes": [ { "properties": { - "sizeInGB": 11 + "sizeInGB": 20 }, - "location": "aaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaa" + "location": "aaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index 7cb786564438..5c0097dd0a30 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index 7cb786564438..5c0097dd0a30 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index 9549a81d10a6..9b2dc45dc3ab 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -11,17 +11,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaa", - "sizeInGB": 2, + "volumeGroupName": "aaaaaaaaa", + "sizeInGB": 24, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaa", + "id": "aaaaaaaaaaa", + "state": "aaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -30,50 +30,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 11, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 20, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key4930": "aaaaaaaaaaaaa" + "key6159": "aa" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2890": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key6155": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaa", - "id": "aaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaa", + "type": "aa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index 78c1f43016e7..4313e81c6c85 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -11,18 +11,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaa", - "sizeInGB": 2, + "volumeGroupName": "aaaaaaaaa", + "sizeInGB": 24, "volumes": [ { "properties": { - "sizeInGB": 11 + "sizeInGB": 20 }, - "location": "aaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaa" + "location": "aaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index 44ab43969e3a..c4641647b7b3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,17 +12,17 @@ { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaa", - "sizeInGB": 2, + "volumeGroupName": "aaaaaaaaa", + "sizeInGB": 24, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaa", + "id": "aaaaaaaaaaa", + "state": "aaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -31,53 +31,53 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 11, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 20, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key4930": "aaaaaaaaaaaaa" + "key6159": "aa" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2890": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key6155": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaa", - "id": "aaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaa", + "type": "aa" } ], - "nextLink": "aaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index eca47c3a17ba..2a4c5662380e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,18 +12,18 @@ { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaa", - "sizeInGB": 2, + "volumeGroupName": "aaaaaaaaa", + "sizeInGB": 24, "volumes": [ { "properties": { - "sizeInGB": 11 + "sizeInGB": 20 }, - "location": "aaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaa" + "location": "aaaaaaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index b45e9074d38a..fb0802056bf5 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,21 +1,20 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "VolumeGroupUpdatePayload": { "properties": { - "subnet": "aaaaaaaaaaaaa", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaa", + "id": "aaaaaaaaaaa", + "state": "aaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -35,17 +34,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaa", - "sizeInGB": 2, + "volumeGroupName": "aaaaaaaaa", + "sizeInGB": 24, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaa", + "id": "aaaaaaaaaaa", + "state": "aaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaa" ] } ] @@ -54,50 +53,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 11, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 20, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key4930": "aaaaaaaaaaaaa" + "key6159": "aa" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2890": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key6155": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaa", - "id": "aaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaa", + "name": "aaaaaaaa", + "type": "aa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index de034e466b72..245ae64b4b40 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "VolumeGroupUpdatePayload": { "properties": {} }, @@ -14,18 +14,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaa", - "sizeInGB": 2, + "volumeGroupName": "aaaaaaaaa", + "sizeInGB": 24, "volumes": [ { "properties": { - "sizeInGB": 11 + "sizeInGB": 20 }, - "location": "aaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaa" + "location": "aaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index 803c2018a04c..9a034081170c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "a", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaa", "VolumeCreate": { "properties": { - "sizeInGB": 1 + "sizeInGB": 20 } }, "api-version": "2021-11-20-preview" @@ -17,32 +17,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 11, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 20, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key4930": "aaaaaaaaaaaaa" + "key6159": "aa" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -52,32 +52,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 11, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 20, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key4930": "aaaaaaaaaaaaa" + "key6159": "aa" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index f36468057193..0f3cfb98ae35 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "a", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaa", "VolumeCreate": { "properties": { - "sizeInGB": 1 + "sizeInGB": 20 } }, "api-version": "2021-11-20-preview" @@ -16,9 +16,9 @@ "200": { "body": { "properties": { - "sizeInGB": 11 + "sizeInGB": 20 }, - "location": "aaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" } }, "201": { @@ -27,9 +27,9 @@ }, "body": { "properties": { - "sizeInGB": 11 + "sizeInGB": 20 }, - "location": "aaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index 17cceba39ed8..98f4d59b370b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "a", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index 17cceba39ed8..98f4d59b370b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "a", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index 593adc0603bf..113d3b356ff4 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "a", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,32 +12,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 11, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 20, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key4930": "aaaaaaaaaaaaa" + "key6159": "aa" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 9277ceb1db9f..9753ea630f0f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,19 +1,19 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "a", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "sizeInGB": 11 + "sizeInGB": 20 }, - "location": "aaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index 91554597b27c..cacd6d17d188 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -13,35 +13,35 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 11, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 20, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key4930": "aaaaaaaaaaaaa" + "key6159": "aa" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index 4afceca5ec8a..bd79dc2f70bb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,9 +12,9 @@ "value": [ { "properties": { - "sizeInGB": 11 + "sizeInGB": 20 }, - "location": "aaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index dc64373f19b4..54afa69d71d6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "a", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaa", "VolumeUpdatePayload": { "properties": { - "sizeInGB": 18 + "sizeInGB": 9 } }, "api-version": "2021-11-20-preview" @@ -17,32 +17,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 11, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 20, + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key4930": "aaaaaaaaaaaaa" + "key6159": "aa" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index 2cf0949c8c99..4bbd11319474 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "a", + "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaa", "VolumeUpdatePayload": { "properties": {} }, @@ -14,9 +14,9 @@ "200": { "body": { "properties": { - "sizeInGB": 11 + "sizeInGB": 20 }, - "location": "aaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" } }, "202": { From 7eba2eb1f7e5c349232827cda2cd8b031dadce82 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Thu, 23 Dec 2021 22:27:07 -0800 Subject: [PATCH 12/32] Updated with missing "type" declarations --- cSpell.json | 2 +- .../2021-11-20-preview/elasticsan.json | 5 +- ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 80 +++++------ ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 24 ++-- .../ElasticSans_Delete_MaximumSet_Gen.json | 6 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 6 +- .../ElasticSans_Get_MaximumSet_Gen.json | 38 ++--- .../ElasticSans_Get_MinimumSet_Gen.json | 14 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 38 ++--- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 12 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 38 ++--- ...ans_ListBySubscription_MinimumSet_Gen.json | 12 +- .../ElasticSans_Update_MaximumSet_Gen.json | 44 +++--- .../ElasticSans_Update_MinimumSet_Gen.json | 18 +-- .../Operations_List_MaximumSet_Gen.json | 18 +-- .../Operations_List_MinimumSet_Gen.json | 12 +- ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 64 ++++----- ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 14 +- .../Snapshots_Delete_MaximumSet_Gen.json | 10 +- .../Snapshots_Delete_MinimumSet_Gen.json | 10 +- .../Snapshots_Get_MaximumSet_Gen.json | 62 ++++---- .../Snapshots_Get_MinimumSet_Gen.json | 14 +- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 36 ++--- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 10 +- .../Snapshots_Update_MaximumSet_Gen.json | 64 ++++----- .../Snapshots_Update_MinimumSet_Gen.json | 14 +- ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 134 +++++++++--------- ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 28 ++-- .../VolumeGroups_Delete_MaximumSet_Gen.json | 8 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 8 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 68 ++++----- .../VolumeGroups_Get_MinimumSet_Gen.json | 18 +-- ...roups_ListByElasticSan_MaximumSet_Gen.json | 68 ++++----- ...roups_ListByElasticSan_MinimumSet_Gen.json | 16 +-- .../VolumeGroups_Update_MaximumSet_Gen.json | 74 +++++----- .../VolumeGroups_Update_MinimumSet_Gen.json | 18 +-- ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 68 ++++----- ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 20 +-- .../Volumes_Delete_MaximumSet_Gen.json | 10 +- .../Volumes_Delete_MinimumSet_Gen.json | 10 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 38 ++--- .../examples/Volumes_Get_MinimumSet_Gen.json | 14 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 38 ++--- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 12 +- .../Volumes_Update_MaximumSet_Gen.json | 40 +++--- .../Volumes_Update_MinimumSet_Gen.json | 14 +- tsconfig.json | 26 ++-- 47 files changed, 699 insertions(+), 696 deletions(-) diff --git a/cSpell.json b/cSpell.json index 36737a9bcf4c..534dd01a82e0 100644 --- a/cSpell.json +++ b/cSpell.json @@ -39,7 +39,7 @@ "softwareTerms", "typescript" ], - "overrides": [ + "overrides": [ { "filename": "**/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/databox.json", "words": [ diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index 035f9eefa2a7..a6b989d778a9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -2114,6 +2114,7 @@ } }, "SnapshotCreate": { + "type": "object", "description": "Properties for Snapshot create request.", "properties": { "properties": { @@ -2128,6 +2129,7 @@ ] }, "SnapshotCreateProperties": { + "type": "object", "properties": { "creationData": { "description": "State of the operation on the resource.", @@ -2137,6 +2139,7 @@ "description": "Snap shot creation data." }, "CreationData": { + "type": "object", "description": "Data used when creating a disk.", "required": [ "createSource" @@ -2460,4 +2463,4 @@ "description": "Azure Resource Id of a Subnet for the Volume Group." } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index ed5eb3673fc8..345184f0e812 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", "ElasticSanCreatePayload": { "properties": { "availabilityZones": [ - "aaaaaa" + "aaa" ], - "baseSizeInGB": 7, - "extendedSizeInTB": 28, + "baseSizeInGB": 11, + "extendedSizeInTB": 1, "sku": "Premium_LRS" }, "tags": { - "key1412": "aaaaaaaaaaaaaaaaaa" + "key8147": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaa" + "location": "aaaaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -23,32 +23,32 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaa" + "aaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 30, - "extendedSizeInTB": 30, - "totalSizeInTB": 16, - "provisionedIops": 5, - "provisionedMBps": 4 + "baseSizeInGB": 8, + "extendedSizeInTB": 11, + "totalSizeInTB": 14, + "provisionedIops": 16, + "provisionedMBps": 29 }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key1341": "aaaaaaaaaaaaaa" + "key8083": "aaaa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -57,33 +57,33 @@ }, "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaa" + "aaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 30, - "extendedSizeInTB": 30, - "totalSizeInTB": 16, - "provisionedIops": 5, - "provisionedMBps": 4 + "baseSizeInGB": 8, + "extendedSizeInTB": 11, + "totalSizeInTB": 14, + "provisionedIops": 16, + "provisionedMBps": 29 }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key1341": "aaaaaaaaaaaaaa" + "key8083": "aaaa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index 497f8d56215f..c4a1de5d3f16 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", "ElasticSanCreatePayload": { - "location": "aaa" + "location": "aaaaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -12,13 +12,13 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaa" + "aaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 30, - "extendedSizeInTB": 30 + "baseSizeInGB": 8, + "extendedSizeInTB": 11 }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } @@ -29,16 +29,16 @@ }, "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaa" + "aaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 30, - "extendedSizeInTB": 30 + "baseSizeInGB": 8, + "extendedSizeInTB": 11 }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index 17f2d029a15e..4d35b305be50 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index 17f2d029a15e..4d35b305be50 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index a8e14bab2ed8..80f5e25ad9ba 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,41 +1,41 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaa" + "aaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 30, - "extendedSizeInTB": 30, - "totalSizeInTB": 16, - "provisionedIops": 5, - "provisionedMBps": 4 + "baseSizeInGB": 8, + "extendedSizeInTB": 11, + "totalSizeInTB": 14, + "provisionedIops": 16, + "provisionedMBps": 29 }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key1341": "aaaaaaaaaaaaaa" + "key8083": "aaaa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index ed286c1621de..a9ba4577bcb5 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -1,24 +1,24 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaa" + "aaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 30, - "extendedSizeInTB": 30 + "baseSizeInGB": 8, + "extendedSizeInTB": 11 }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index 094bf2b49982..9c65d378898d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -10,36 +10,36 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaa" + "aaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 30, - "extendedSizeInTB": 30, - "totalSizeInTB": 16, - "provisionedIops": 5, - "provisionedMBps": 4 + "baseSizeInGB": 8, + "extendedSizeInTB": 11, + "totalSizeInTB": 14, + "provisionedIops": 16, + "provisionedMBps": 29 }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key1341": "aaaaaaaaaaaaaa" + "key8083": "aaaa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index 55acca620a3a..705c01068cb7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -10,13 +10,13 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaa" + "aaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 30, - "extendedSizeInTB": 30 + "baseSizeInGB": 8, + "extendedSizeInTB": 11 }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } @@ -24,4 +24,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index 8232e10a6357..19e7783067fc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -9,36 +9,36 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaa" + "aaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 30, - "extendedSizeInTB": 30, - "totalSizeInTB": 16, - "provisionedIops": 5, - "provisionedMBps": 4 + "baseSizeInGB": 8, + "extendedSizeInTB": 11, + "totalSizeInTB": 14, + "provisionedIops": 16, + "provisionedMBps": 29 }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key1341": "aaaaaaaaaaaaaa" + "key8083": "aaaa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index a97017292f63..0efd9e05d676 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -9,13 +9,13 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaa" + "aaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 30, - "extendedSizeInTB": 30 + "baseSizeInGB": 8, + "extendedSizeInTB": 11 }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } @@ -23,4 +23,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index 95ae9e27e93f..5e4d02b94dd1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,15 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", "ElasticSanUpdatePayload": { "properties": { - "baseSizeInGB": 9, - "extendedSizeInTB": 30 + "baseSizeInGB": 10, + "extendedSizeInTB": 11 }, "tags": { - "key8083": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key5335": "aaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -18,32 +18,32 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaa" + "aaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 30, - "extendedSizeInTB": 30, - "totalSizeInTB": 16, - "provisionedIops": 5, - "provisionedMBps": 4 + "baseSizeInGB": 8, + "extendedSizeInTB": 11, + "totalSizeInTB": 14, + "provisionedIops": 16, + "provisionedMBps": 29 }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key1341": "aaaaaaaaaaaaaa" + "key8083": "aaaa" }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaa" + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "202": { @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index 45094967d19a..4651aaf944bf 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -1,12 +1,12 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", "ElasticSanUpdatePayload": { "properties": { - "baseSizeInGB": 9, - "extendedSizeInTB": 30 + "baseSizeInGB": 10, + "extendedSizeInTB": 11 } }, "api-version": "2021-11-20-preview" @@ -15,13 +15,13 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", "availabilityZones": [ - "aaaaaa" + "aaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 30, - "extendedSizeInTB": 30 + "baseSizeInGB": 8, + "extendedSizeInTB": 11 }, "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } @@ -32,4 +32,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index 18d022ec32db..436def5bbcff 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,20 +7,20 @@ "body": { "value": [ { - "name": "aaaa", + "name": "aaa", "isDataAction": true, - "actionType": "aa", + "actionType": "aaaaaaa", "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "operation": "aaaaaaaaaaaaaaaaa", - "description": "aaaaaaaaaaaaaaaaaaaa" + "provider": "aaaaaaaaaaaaaaaaaaaaaaa", + "resource": "aaa", + "operation": "aaaaa", + "description": "aaaaaaaaaaaaaaaaaaa" }, - "origin": "aaaaaaaaaaaaaaaaaaaaaa" + "origin": "aaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index f6bd1ee6ed8f..8809d24f0d0e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,17 +7,17 @@ "body": { "value": [ { - "name": "aaaa", + "name": "aaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "operation": "aaaaaaaaaaaaaaaaa", - "description": "aaaaaaaaaaaaaaaaaaaa" + "provider": "aaaaaaaaaaaaaaaaaaaaaaa", + "resource": "aaa", + "operation": "aaaaa", + "description": "aaaaaaaaaaaaaaaaaaa" } } ] } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index b522ec213029..9bb0822b5b93 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -1,15 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "a", "SnapshotCreate": { "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" } } }, @@ -21,26 +21,26 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" }, - "volumeGroupName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key1328": "aaaaaaaaaaaaaaaaaaaa" + "key4699": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaa", - "type": "aaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -48,27 +48,27 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" }, - "volumeGroupName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key1328": "aaaaaaaaaaaaaaaaaaaa" + "key4699": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaa", - "type": "aaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index f680205fcc52..95c872acc8c5 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -1,23 +1,23 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "a", "SnapshotCreate": {}, "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { - "location": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } }, "201": { "body": { - "location": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 614c34e21bbb..4da6b98ce8dc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "a", "api-version": "2021-11-20-preview" }, "responses": { @@ -16,4 +16,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 614c34e21bbb..4da6b98ce8dc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "a", "api-version": "2021-11-20-preview" }, "responses": { @@ -16,4 +16,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index cc33c4a40870..83874b33b264 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "a", "api-version": "2021-11-20-preview" }, "responses": { @@ -13,26 +13,26 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" }, - "volumeGroupName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key1328": "aaaaaaaaaaaaaaaaaaaa" + "key4699": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaa", - "type": "aaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -40,27 +40,27 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" }, - "volumeGroupName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key1328": "aaaaaaaaaaaaaaaaaaaa" + "key4699": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaa", - "type": "aaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index 983e6cd0ca7c..2551b866b9e9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -1,22 +1,22 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "a", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { - "location": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } }, "201": { "body": { - "location": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index b43c339112af..d15d7a74627b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,30 +14,30 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" }, - "volumeGroupName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key1328": "aaaaaaaaaaaaaaaaaaaa" + "key4699": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaa", - "type": "aaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index 552b4251efc7..39a6a9c6c14e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -11,10 +11,10 @@ "body": { "value": [ { - "location": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } ] } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index b522ec213029..9bb0822b5b93 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -1,15 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "a", "SnapshotCreate": { "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" } } }, @@ -21,26 +21,26 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" }, - "volumeGroupName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key1328": "aaaaaaaaaaaaaaaaaaaa" + "key4699": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaa", - "type": "aaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -48,27 +48,27 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" }, - "volumeGroupName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key1328": "aaaaaaaaaaaaaaaaaaaa" + "key4699": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaa", - "type": "aaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaa", + "name": "aaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index f680205fcc52..95c872acc8c5 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -1,23 +1,23 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "a", "SnapshotCreate": {}, "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { - "location": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } }, "201": { "body": { - "location": "aaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index 9130c44242f0..b245c81dd8ad 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -1,20 +1,20 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", "VolumeGroupCreate": { "properties": { "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaa", - "state": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ] } ] @@ -34,17 +34,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaa", - "sizeInGB": 24, + "volumeGroupName": "aa", + "sizeInGB": 8, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaa", - "state": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ] } ] @@ -53,50 +53,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, + "sizeInGB": 8, "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aa" + "aaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key6159": "aa" + "key5336": "a" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key6155": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key5207": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaa", - "type": "aa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaa", + "name": "aaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -106,17 +106,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaa", - "sizeInGB": 24, + "volumeGroupName": "aa", + "sizeInGB": 8, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaa", - "state": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ] } ] @@ -125,51 +125,51 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, + "sizeInGB": 8, "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aa" + "aaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key6159": "aa" + "key5336": "a" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key6155": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key5207": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaa", - "type": "aa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaa", + "name": "aaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json index ae932299c7d9..8d055b79dc71 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", "VolumeGroupCreate": { "properties": { "networkAcls": {} @@ -16,18 +16,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaa", - "sizeInGB": 24, + "volumeGroupName": "aa", + "sizeInGB": 8, "volumes": [ { "properties": { - "sizeInGB": 20 + "sizeInGB": 8 }, - "location": "aaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -37,19 +37,19 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaa", - "sizeInGB": 24, + "volumeGroupName": "aa", + "sizeInGB": 8, "volumes": [ { "properties": { - "sizeInGB": 20 + "sizeInGB": 8 }, - "location": "aaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index 5c0097dd0a30..9775d1eb4f5c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -15,4 +15,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index 5c0097dd0a30..9775d1eb4f5c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -15,4 +15,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index 9b2dc45dc3ab..9770e0e8db08 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -11,17 +11,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaa", - "sizeInGB": 24, + "volumeGroupName": "aa", + "sizeInGB": 8, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaa", - "state": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ] } ] @@ -30,51 +30,51 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, + "sizeInGB": 8, "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aa" + "aaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key6159": "aa" + "key5336": "a" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key6155": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key5207": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaa", - "type": "aa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaa", + "name": "aaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index 4313e81c6c85..5b45ca15569b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -11,19 +11,19 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaa", - "sizeInGB": 24, + "volumeGroupName": "aa", + "sizeInGB": 8, "volumes": [ { "properties": { - "sizeInGB": 20 + "sizeInGB": 8 }, - "location": "aaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index c4641647b7b3..45dfea243002 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,17 +12,17 @@ { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaa", - "sizeInGB": 24, + "volumeGroupName": "aa", + "sizeInGB": 8, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaa", - "state": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ] } ] @@ -31,54 +31,54 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, + "sizeInGB": 8, "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aa" + "aaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key6159": "aa" + "key5336": "a" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key6155": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key5207": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaa", - "type": "aa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaa", + "name": "aaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaa" + "nextLink": "aaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index 2a4c5662380e..6ddd6665fa93 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,21 +12,21 @@ { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaa", - "sizeInGB": 24, + "volumeGroupName": "aa", + "sizeInGB": 8, "volumes": [ { "properties": { - "sizeInGB": 20 + "sizeInGB": 8 }, - "location": "aaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" } ] } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index fb0802056bf5..18e9f8182442 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,20 +1,20 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", "VolumeGroupUpdatePayload": { "properties": { "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaa", - "state": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ] } ] @@ -34,17 +34,17 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaa", - "sizeInGB": 24, + "volumeGroupName": "aa", + "sizeInGB": 8, "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaa", - "state": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnet": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ] } ] @@ -53,50 +53,50 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, + "sizeInGB": 8, "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aa" + "aaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key6159": "aa" + "key5336": "a" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ] }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key6155": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key5207": "aaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaa", - "name": "aaaaaaaa", - "type": "aa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaa", + "name": "aaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "202": { @@ -105,4 +105,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index 245ae64b4b40..d6c69a788a85 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", "VolumeGroupUpdatePayload": { "properties": {} }, @@ -14,18 +14,18 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aaaaaaaaa", - "sizeInGB": 24, + "volumeGroupName": "aa", + "sizeInGB": 8, "volumes": [ { "properties": { - "sizeInGB": 20 + "sizeInGB": 8 }, - "location": "aaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa" } ] }, - "location": "aaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "202": { @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index 9a034081170c..0c9585f4c8f9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaa", "VolumeCreate": { "properties": { - "sizeInGB": 20 + "sizeInGB": 7 } }, "api-version": "2021-11-20-preview" @@ -17,32 +17,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, + "sizeInGB": 8, "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aa" + "aaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key6159": "aa" + "key5336": "a" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } }, "201": { @@ -52,33 +52,33 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, + "sizeInGB": 8, "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aa" + "aaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key6159": "aa" + "key5336": "a" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index 0f3cfb98ae35..5bad71208921 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaa", "VolumeCreate": { "properties": { - "sizeInGB": 20 + "sizeInGB": 7 } }, "api-version": "2021-11-20-preview" @@ -16,9 +16,9 @@ "200": { "body": { "properties": { - "sizeInGB": 20 + "sizeInGB": 8 }, - "location": "aaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa" } }, "201": { @@ -27,10 +27,10 @@ }, "body": { "properties": { - "sizeInGB": 20 + "sizeInGB": 8 }, - "location": "aaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index 98f4d59b370b..a5df2533045e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -16,4 +16,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index 98f4d59b370b..a5df2533045e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -16,4 +16,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index 113d3b356ff4..a31abc0c9ded 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,33 +12,33 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, + "sizeInGB": 8, "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aa" + "aaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key6159": "aa" + "key5336": "a" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 9753ea630f0f..879c9de1de28 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,20 +1,20 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "sizeInGB": 20 + "sizeInGB": 8 }, - "location": "aaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index cacd6d17d188..b127e22573ba 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -13,36 +13,36 @@ { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, + "sizeInGB": 8, "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aa" + "aaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key6159": "aa" + "key5336": "a" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aa" } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index bd79dc2f70bb..4e8820d4990a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,12 +12,12 @@ "value": [ { "properties": { - "sizeInGB": 20 + "sizeInGB": 8 }, - "location": "aaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa" } ] } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index 54afa69d71d6..0a41b3ce480d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaa", "VolumeUpdatePayload": { "properties": { - "sizeInGB": 9 + "sizeInGB": 1 } }, "api-version": "2021-11-20-preview" @@ -17,32 +17,32 @@ "body": { "properties": { "provisioningState": "Invalid", - "sizeInGB": 20, + "sizeInGB": 8, "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "storageTarget": { - "targetIqn": "aaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aa" + "aaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaa", + "lastModifiedAt": "aaaaaaaaaaa" }, "tags": { - "key6159": "aa" + "key5336": "a" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa" } }, "202": { @@ -51,4 +51,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index 4bbd11319474..6eab21756597 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaa", "VolumeUpdatePayload": { "properties": {} }, @@ -14,9 +14,9 @@ "200": { "body": { "properties": { - "sizeInGB": 20 + "sizeInGB": 8 }, - "location": "aaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaa" } }, "202": { @@ -25,4 +25,4 @@ } } } -} \ No newline at end of file +} diff --git a/tsconfig.json b/tsconfig.json index b3e7463f7947..54a44f1eecf0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,27 +1,27 @@ { "compilerOptions": { /* Basic Options */ - "target": "es2019", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */ - "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */ + "target": "es2019" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */, + "module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */, // "lib": [], /* Specify library files to be included in the compilation. */ // "allowJs": true, /* Allow javascript files to be compiled. */ // "checkJs": true, /* Report errors in .js files. */ // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ - "declaration": true, /* Generates corresponding '.d.ts' file. */ - "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ - "sourceMap": true, /* Generates corresponding '.map' file. */ + "declaration": true /* Generates corresponding '.d.ts' file. */, + "declarationMap": true /* Generates a sourcemap for each corresponding '.d.ts' file. */, + "sourceMap": true /* Generates corresponding '.map' file. */, // "outFile": "./", /* Concatenate and emit output to single file. */ // "outDir": "./dist", /* Redirect output structure to the directory. */ // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ // "composite": true, /* Enable project compilation */ // "removeComments": true, /* Do not emit comments to output. */ // "noEmit": true, /* Do not emit outputs. */ - "importHelpers": true, /* Import emit helpers from 'tslib'. */ + "importHelpers": true /* Import emit helpers from 'tslib'. */, // "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */ // "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */ /* Strict Type-Checking Options */ - "strict": true, /* Enable all strict type-checking options. */ + "strict": true /* Enable all strict type-checking options. */, // "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */ // "strictNullChecks": true, /* Enable strict null checks. */ // "strictFunctionTypes": true, /* Enable strict checking of function types. */ @@ -31,10 +31,10 @@ // "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */ /* Additional Checks */ - "noUnusedLocals": true, /* Report errors on unused locals. */ - "noUnusedParameters": true, /* Report errors on unused parameters. */ - "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ - "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ + "noUnusedLocals": true /* Report errors on unused locals. */, + "noUnusedParameters": true /* Report errors on unused parameters. */, + "noImplicitReturns": true /* Report error when not all code paths in function return a value. */, + "noFallthroughCasesInSwitch": true /* Report errors for fallthrough cases in switch statement. */, /* Module Resolution Options */ // "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ @@ -45,7 +45,7 @@ // "types": [], /* Type declaration files to be included in compilation. */ // "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */ "skipLibCheck": true, - "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ + "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ // "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */ /* Source Map Options */ @@ -58,4 +58,4 @@ // "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */ // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ } -} \ No newline at end of file +} From ba2fb15ec319be53c28cbc18280ae19976d260d7 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Fri, 31 Dec 2021 01:03:10 -0800 Subject: [PATCH 13/32] Added Snapshot changes and addressed the PR review comments --- .../2021-11-20-preview/elasticsan.json | 994 ++++++++++-------- ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 97 +- ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 34 +- .../ElasticSans_Delete_MaximumSet_Gen.json | 5 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 4 +- .../ElasticSans_Get_MaximumSet_Gen.json | 43 +- .../ElasticSans_Get_MinimumSet_Gen.json | 17 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 43 +- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 15 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 43 +- ...ans_ListBySubscription_MinimumSet_Gen.json | 15 +- .../ElasticSans_Update_MaximumSet_Gen.json | 61 +- .../ElasticSans_Update_MinimumSet_Gen.json | 24 +- .../Operations_List_MaximumSet_Gen.json | 14 +- .../Operations_List_MinimumSet_Gen.json | 8 +- .../examples/Skus_List_MaximumSet_Gen.json | 66 ++ .../examples/Skus_List_MinimumSet_Gen.json | 10 + ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 88 +- ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 16 +- .../Snapshots_Delete_MaximumSet_Gen.json | 6 +- .../Snapshots_Delete_MinimumSet_Gen.json | 6 +- .../Snapshots_Get_MaximumSet_Gen.json | 72 +- .../Snapshots_Get_MinimumSet_Gen.json | 14 +- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 42 +- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 8 +- .../Snapshots_Update_MaximumSet_Gen.json | 88 +- .../Snapshots_Update_MinimumSet_Gen.json | 16 +- ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 172 +-- ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 44 +- .../VolumeGroups_Delete_MaximumSet_Gen.json | 5 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 4 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 76 +- .../VolumeGroups_Get_MinimumSet_Gen.json | 21 +- ...roups_ListByElasticSan_MaximumSet_Gen.json | 78 +- ...roups_ListByElasticSan_MinimumSet_Gen.json | 21 +- .../VolumeGroups_Update_MaximumSet_Gen.json | 100 +- .../VolumeGroups_Update_MinimumSet_Gen.json | 25 +- ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 93 +- ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 26 +- .../Volumes_Delete_MaximumSet_Gen.json | 7 +- .../Volumes_Delete_MinimumSet_Gen.json | 6 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 42 +- .../examples/Volumes_Get_MinimumSet_Gen.json | 13 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 42 +- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 11 +- .../Volumes_Update_MaximumSet_Gen.json | 57 +- .../Volumes_Update_MinimumSet_Gen.json | 17 +- 47 files changed, 1323 insertions(+), 1386 deletions(-) create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MinimumSet_Gen.json diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index a6b989d778a9..61b65ee9a589 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -58,7 +58,7 @@ "/providers/Microsoft.ElasticSan/operations": { "get": { "tags": [ - "ElasticSanOperations" + "Elastic San Operations" ], "operationId": "Operations_List", "description": "Gets a list of ElasticSan operations.", @@ -94,6 +94,52 @@ } } }, + "/providers/Microsoft.ElasticSan/skus": { + "get": { + "tags": [ + "Elastic San Skus" + ], + "summary": "List all the available Skus in the region and information related to them", + "operationId": "Skus_List", + "parameters": [ + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "name": "$filter", + "in": "query", + "description": "Specify $filter='location eq ' to filter on location.", + "required": false, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Lists the available Skus and information related to them.", + "schema": { + "$ref": "#/definitions/SkuInformationList" + } + }, + "default": { + "description": "Error from the RP.", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + }, + "x-ms-examples": { + "Skus_List_MaximumSet_Gen": { + "$ref": "./examples/Skus_List_MaximumSet_Gen.json" + }, + "Skus_List_MinimumSet_Gen": { + "$ref": "./examples/Skus_List_MinimumSet_Gen.json" + } + } + } + }, "/subscriptions/{subscriptionId}/providers/Microsoft.ElasticSan/elasticSans": { "get": { "tags": [ @@ -199,7 +245,13 @@ "$ref": "#/parameters/ElasticSanNameParameter" }, { - "$ref": "#/parameters/ElasticSanCreate" + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/ElasticSan" + }, + "description": "Elastic San object." }, { "$ref": "#/parameters/ApiVersionParameter" @@ -255,7 +307,13 @@ "$ref": "#/parameters/ElasticSanNameParameter" }, { - "$ref": "#/parameters/ElasticSanUpdate" + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/ElasticSan" + }, + "description": "Elastic San object." }, { "$ref": "#/parameters/ApiVersionParameter" @@ -307,6 +365,9 @@ { "$ref": "#/parameters/ElasticSanNameParameter" }, + { + "$ref": "#/parameters/ForceDeleteVolumeGroupsParameter" + }, { "$ref": "#/parameters/ApiVersionParameter" } @@ -454,7 +515,13 @@ "$ref": "#/parameters/VolumeGroupNameParameter" }, { - "$ref": "#/parameters/VolumeGroupCreate" + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/VolumeGroup" + }, + "description": "Volume Group object." }, { "$ref": "#/parameters/ApiVersionParameter" @@ -513,7 +580,13 @@ "$ref": "#/parameters/VolumeGroupNameParameter" }, { - "$ref": "#/parameters/VolumeGroupUpdate" + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/VolumeGroup" + }, + "description": "Volume Group object." }, { "$ref": "#/parameters/ApiVersionParameter" @@ -568,6 +641,9 @@ { "$ref": "#/parameters/VolumeGroupNameParameter" }, + { + "$ref": "#/parameters/ForceDeleteVolumesSnapshotsParameter" + }, { "$ref": "#/parameters/ApiVersionParameter" } @@ -673,7 +749,13 @@ "$ref": "#/parameters/VolumeNameParameter" }, { - "$ref": "#/parameters/VolumeCreate" + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/Volume" + }, + "description": "Volume object." }, { "$ref": "#/parameters/ApiVersionParameter" @@ -735,7 +817,13 @@ "$ref": "#/parameters/VolumeNameParameter" }, { - "$ref": "#/parameters/VolumeUpdate" + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/Volume" + }, + "description": "Volume object." }, { "$ref": "#/parameters/ApiVersionParameter" @@ -793,6 +881,9 @@ { "$ref": "#/parameters/VolumeNameParameter" }, + { + "$ref": "#/parameters/ForceDeleteSnapshotsParameter" + }, { "$ref": "#/parameters/ApiVersionParameter" } @@ -948,6 +1039,9 @@ { "$ref": "#/parameters/VolumeGroupNameParameter" }, + { + "$ref": "#/parameters/FilterByVolumeParameter" + }, { "$ref": "#/parameters/ApiVersionParameter" } @@ -1003,7 +1097,13 @@ "$ref": "#/parameters/SnapshotNameParameter" }, { - "$ref": "#/parameters/SnapshotCreate" + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/Snapshot" + }, + "description": "Snapshot object." }, { "$ref": "#/parameters/ApiVersionParameter" @@ -1065,7 +1165,13 @@ "$ref": "#/parameters/SnapshotNameParameter" }, { - "$ref": "#/parameters/SnapshotCreate" + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/Snapshot" + }, + "description": "Snapshot object." }, { "$ref": "#/parameters/ApiVersionParameter" @@ -1273,82 +1379,49 @@ "description": "The name of the Volume.", "x-ms-parameter-location": "method" }, - "SnapshotNameParameter": { - "name": "snapshotName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the snapshot within the given subscription, resource and volume group.", - "x-ms-parameter-location": "method" - }, - "ElasticSanCreate": { - "name": "ElasticSanCreatePayload", - "required": true, - "in": "body", - "description": "Request payload for ElasticSan create operation", - "schema": { - "$ref": "#/definitions/ElasticSanCreate" - }, - "x-ms-parameter-location": "method" - }, - "ElasticSanUpdate": { - "name": "ElasticSanUpdatePayload", - "required": true, - "in": "body", - "description": "Request payload for ElasticSan update operation", - "schema": { - "$ref": "#/definitions/ElasticSanUpdate" - }, - "x-ms-parameter-location": "method" - }, - "VolumeGroupCreate": { - "name": "VolumeGroupCreate", - "required": true, - "in": "body", - "description": "Request payload for VolumeGroup create operation.", - "schema": { - "$ref": "#/definitions/VolumeGroupCreate" - }, - "x-ms-parameter-location": "method" - }, - "VolumeGroupUpdate": { - "name": "VolumeGroupUpdatePayload", - "required": true, - "in": "body", - "description": "Request payload for VolumeGroup update operation.", - "schema": { - "$ref": "#/definitions/VolumeGroupUpdate" - }, - "x-ms-parameter-location": "method" - }, - "VolumeCreate": { - "name": "VolumeCreate", - "required": true, + "FilterByVolumeParameter": { + "name": "filterByVolume", + "required": false, "in": "body", - "description": "Request payload for Volume create operation.", + "description": "Filter data by Volume name", "schema": { - "$ref": "#/definitions/VolumeCreate" + "$ref": "#/definitions/FilterByVolume" }, "x-ms-parameter-location": "method" }, - "VolumeUpdate": { - "name": "VolumeUpdatePayload", - "required": true, - "in": "body", - "description": "Request payload for Volume update operation.", - "schema": { - "$ref": "#/definitions/VolumeUpdate" - }, - "x-ms-parameter-location": "method" + "ForceDeleteSnapshotsParameter": { + "name": "x-ms-force-delete-snapshots", + "x-ms-client-name": "forceDeleteSnapshots", + "description": "Required if the Volume has associated snapshots", + "x-ms-parameter-location": "method", + "in": "header", + "required": false, + "type": "boolean" + }, + "ForceDeleteVolumesSnapshotsParameter": { + "name": "x-ms-force-delete-volumes-snapshots", + "x-ms-client-name": "forceDeleteVolumesAndSnapshots", + "description": "Required if the Volume Group has associated volumes and snapshots", + "x-ms-parameter-location": "method", + "in": "header", + "required": false, + "type": "boolean" + }, + "ForceDeleteVolumeGroupsParameter": { + "name": "x-ms-force-delete-volumegroups", + "x-ms-client-name": "forceDeleteVolumeGroups", + "description": "Required if the San has associated Volume Groups", + "x-ms-parameter-location": "method", + "in": "header", + "required": false, + "type": "boolean" }, - "SnapshotCreate": { - "name": "SnapshotCreate", + "SnapshotNameParameter": { + "name": "snapshotName", + "in": "path", "required": true, - "in": "body", - "description": "Request payload for Volume Snapshot create operation.", - "schema": { - "$ref": "#/definitions/SnapshotCreate" - }, + "type": "string", + "description": "The name of the snapshot within the given subscription, resource and volume group.", "x-ms-parameter-location": "method" } }, @@ -1461,9 +1534,6 @@ "ElasticSan": { "type": "object", "description": "Response for ElasticSan request.", - "required": [ - "properties" - ], "properties": { "properties": { "x-ms-client-flatten": true, @@ -1486,17 +1556,14 @@ "type": "object", "description": "Elastic San response properties.", "required": [ - "subscriptionId", "availabilityZones", - "provisioningState", "baseSizeInGB", "extendedSizeInTB" ], "properties": { - "subscriptionId": { - "description": "Subscription Id of Elastic San", - "type": "string", - "x-ms-client-flatten": true + "sku": { + "description": "resource sku", + "$ref": "#/definitions/Sku" }, "availabilityZones": { "type": "array", @@ -1507,7 +1574,8 @@ }, "provisioningState": { "description": "State of the operation on the resource.", - "$ref": "#/definitions/ProvisioningState" + "$ref": "#/definitions/ProvisioningState", + "readOnly": true }, "baseSizeInGB": { "description": "Base size of the Elastic San appliance in GB.", @@ -1530,210 +1598,334 @@ "totalSizeInTB": { "description": "Total size of the Elastic San appliance in TB.", "type": "integer", - "format": "int64" + "format": "int64", + "readOnly": true }, "provisionedIops": { "description": "Provisioned IOPS of the Elastic San appliance.", "type": "integer", - "format": "int64" + "format": "int64", + "readOnly": true }, "provisionedMBps": { "description": "Provisioned MBps Elastic San appliance.", "type": "integer", - "format": "int64" + "format": "int64", + "readOnly": true } } }, - "ElasticSanCreate": { + "AvailabilityZone": { + "type": "string", + "description": "Availability zone." + }, + "SkuInformationList": { + "description": "List of SKU Information objects", "type": "object", - "description": "Request payload for create or update Elastic San request.", - "required": [ - "location" - ], "properties": { - "properties": { - "x-ms-client-flatten": true, - "description": "Properties for ElasticSan create request.", - "$ref": "#/definitions/ElasticSanCreateProperties" - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" + "value": { + "description": "List of ResourceType Sku", + "type": "array", + "items": { + "$ref": "#/definitions/ResourceTypeSku" }, - "x-ms-mutability": [ - "read", - "create", - "update" - ], - "description": "Resource tags." - }, - "location": { - "type": "string", - "x-ms-mutability": [ - "read", - "create" - ], - "description": "The geo-location where the resource lives." + "readOnly": true }, - "type": { - "readOnly": true, + "nextLink": { + "description": "Links to the next set of results", "type": "string", - "description": "The type of the resource. Ex- Microsoft.ElasticSan/elasticSans." + "readOnly": true } - }, - "x-ms-azure-resource": true + } }, - "ElasticSanUpdate": { + "ResourceTypeSku": { + "description": "SkuInformation object", "type": "object", - "description": "Request payload for Update ElasticSan request.", - "required": [ - "properties" - ], "properties": { - "properties": { - "x-ms-client-flatten": true, - "description": "Properties for ElasticSan update request.", - "$ref": "#/definitions/ElasticSanUpdateProperties" + "sku": { + "description": "The Sku tier", + "$ref": "#/definitions/Sku" }, - "tags": { - "type": "object", - "additionalProperties": { + "apiVersions": { + "description": "The API versions in which SKU is available", + "type": "array", + "items": { "type": "string" }, - "x-ms-mutability": [ - "read", - "create", - "update" - ], - "description": "Resource tags." + "readOnly": true + }, + "locationInfo": { + "description": "Availability of the SKU for the location/zone", + "type": "array", + "items": { + "$ref": "#/definitions/SkuLocationInfo" + }, + "readOnly": true + }, + "san": { + "description": "Scalability targets for the San account for a given tier", + "type": "object", + "$ref": "#/definitions/SanTierInfo" + }, + "volumeGroup": { + "description": "Volume Group targets for the San account for a given tier", + "type": "object", + "$ref": "#/definitions/VolumeGroupTierInfo" + }, + "volume": { + "description": "Volume targets for the San account for a given tier", + "type": "object", + "$ref": "#/definitions/VolumeTierInfo" + }, + "costs": { + "description": "The pricing info of the Sku.", + "type": "array", + "items": { + "$ref": "#/definitions/SkuCost" + }, + "readOnly": true } } }, - "ElasticSanCreateProperties": { + "SanTierInfo": { + "description": "San scalability target", "type": "object", - "description": "Properties for Elastic San create or update request.", - "required": [ - "baseSizeInGB", - "extendedSizeInTB" - ], "properties": { - "availabilityZones": { - "type": "array", - "description": "Logical zone for Elastic San resource; example: [\"1\"].", - "items": { - "$ref": "#/definitions/AvailabilityZone" - } + "maxSizePB": { + "type": "integer", + "format": "int64", + "description": "Maximum San account capacity in PiB", + "readOnly": true }, - "baseSizeInGB": { - "description": "Base size of the Elastic San appliance in GB.", + "minSizeTB": { "type": "integer", "format": "int64", - "x-ms-mutability": [ - "read", - "create" - ] + "description": "Minimum San account capacity in PiB", + "readOnly": true }, - "extendedSizeInTB": { - "description": "Extended size of the Elastic San appliance in TB.", + "minIncrementSizeTB": { "type": "integer", "format": "int64", - "x-ms-mutability": [ - "read", - "create" - ] + "description": "Increment the San capacity in TiB", + "readOnly": true }, - "sku": { - "description": "resource sku", - "$ref": "#/definitions/SkuName" + "maxIopsTB": { + "type": "integer", + "format": "int64", + "description": "Maximum IOPS", + "readOnly": true + }, + "maxMBpsTB": { + "type": "integer", + "format": "int64", + "description": "Maximum MBps", + "readOnly": true + }, + "maxIops": { + "type": "integer", + "format": "int64", + "description": "Maximum IOPS", + "readOnly": true + }, + "maxMBps": { + "type": "integer", + "format": "int64", + "description": "Maximum MBps", + "readOnly": true + }, + "maxVolumeGroups": { + "type": "integer", + "format": "int64", + "description": "Maximum number of volume groups per San account", + "readOnly": true } } }, - "ElasticSanUpdateProperties": { + "VolumeGroupTierInfo": { + "description": "Volume Group scalability target", "type": "object", - "description": "Properties for ElasticSan update request.", - "required": [ - "baseSizeInGB", - "extendedSizeInTB" - ], "properties": { - "baseSizeInGB": { - "description": "Base size of the Elastic San appliance in GB.", + "maxVolumes": { "type": "integer", "format": "int64", - "x-ms-mutability": [ - "read", - "create" - ] + "description": "Maximum number of Volumes per Volume Groups per San account", + "readOnly": true }, - "extendedSizeInTB": { - "description": "Extended size of the Elastic San appliance in TB.", + "maxSnapshots": { "type": "integer", "format": "int64", - "x-ms-mutability": [ - "read", - "create" - ] + "description": "Maximum number of Snapshots per Volume Groups per San account", + "readOnly": true } } }, - "AvailabilityZone": { - "type": "string", - "description": "Availability zone." - }, - "SkuName": { - "type": "string", - "description": "The SKU name. Required for account creation; optional for update.", - "enum": [ - "Premium_LRS", - "Premium_ZRS" - ], - "x-ms-enum": { - "name": "SkuName", - "modelAsString": true + "VolumeTierInfo": { + "description": "Volume scalability target", + "type": "object", + "properties": { + "maxSizeTB": { + "type": "integer", + "format": "int64", + "description": "Maximum San account capacity in TiB", + "readOnly": true + }, + "minSizeGB": { + "type": "integer", + "format": "int64", + "description": "Minimum San account capacity in GiB", + "readOnly": true + }, + "minIncrementSizeGB": { + "type": "integer", + "format": "int64", + "description": "Increment the San capacity in TiB", + "readOnly": true + }, + "maxIopsPerGB": { + "type": "integer", + "format": "int64", + "description": "Maximum IOPS", + "readOnly": true + }, + "maxMBpsPerGB": { + "type": "integer", + "format": "int64", + "description": "Maximum MBps", + "readOnly": true + }, + "maxIops": { + "type": "integer", + "format": "int64", + "description": "Maximum IOPS", + "readOnly": true + }, + "maxMBps": { + "type": "integer", + "format": "int64", + "description": "Maximum MBps", + "readOnly": true + }, + "maxSnapshots": { + "type": "integer", + "format": "int64", + "description": "Maximum number of Snapshots per Volume", + "readOnly": true + } } }, - "StorageTarget": { + "SkuLocationInfo": { + "description": "The location info.", "type": "object", - "description": "Response for Storage Target requests.", - "required": [ - "properties" - ], "properties": { - "properties": { - "x-ms-client-flatten": true, - "description": "Properties for Storage Target operations.", - "$ref": "#/definitions/StorageTargetProperties" + "location": { + "description": "The location.", + "type": "string", + "readOnly": true }, - "systemData": { - "description": "Resource metadata required by ARM RPC", - "readOnly": true, - "$ref": "#/definitions/SystemMetadata" - } - }, - "allOf": [ - { - "$ref": "#/definitions/ProxyResource" + "zones": { + "description": "The zones.", + "type": "array", + "items": { + "type": "string" + }, + "readOnly": true + }, + "sites": { + "description": "The sites.", + "type": "array", + "items": { + "type": "string" + }, + "readOnly": true } - ] + } }, - "StorageTargetProperties": { + "SkuCost": { + "description": "The metadata for retrieving price info.", "type": "object", - "description": "Response properties for Storage Target operations.", "properties": { - "protocolType": { - "description": "Type of storage target", - "$ref": "#/definitions/StorageTargetType" + "meterId": { + "description": "Used for querying price from commerce.", + "type": "string", + "readOnly": true }, - "encryption": { - "description": "Type of encryption", - "$ref": "#/definitions/EncryptionType" + "quantity": { + "format": "int64", + "description": "The cost quantity.", + "type": "integer", + "readOnly": true + }, + "extendedUnit": { + "description": "The extended unit.", + "type": "string", + "readOnly": true } } }, + "Sku": { + "type": "object", + "properties": { + "name": { + "type": "string", + "enum": [ + "Standard_LRS", + "Premium_LRS", + "Standard_ZRS" + ], + "x-ms-enum": { + "name": "name", + "modelAsString": true, + "values": [ + { + "value": "Standard_LRS", + "description": "Standard locally redundant storage" + }, + { + "value": "Premium_LRS", + "description": "Premium locally redundant storage" + }, + { + "value": "Standard_ZRS", + "description": "Standard zone redundant storage" + } + ] + }, + "description": "The sku name." + }, + "tier": { + "type": "string", + "enum": [ + "Hero", + "Satellite", + "Hub" + ], + "x-ms-enum": { + "name": "tier", + "modelAsString": true, + "values": [ + { + "value": "Hero", + "description": "Hero" + }, + { + "value": "Satellite", + "description": "Satellite" + }, + { + "value": "Hub", + "description": "Hub" + } + ] + }, + "description": "The sku tier." + } + }, + "description": "The SKU name. Required for account creation; optional for update." + }, "IscsiTargetInfo": { "type": "object", "description": "Iscsi target information", + "readOnly": true, "properties": { "targetIqn": { "type": "string", @@ -1760,15 +1952,24 @@ "VolumeGroup": { "type": "object", "description": "Response for Volume Group request.", - "required": [ - "properties" - ], "properties": { "properties": { "x-ms-client-flatten": true, "description": "Properties of VolumeGroup.", "$ref": "#/definitions/VolumeGroupProperties" }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "x-ms-mutability": [ + "read", + "create", + "update" + ], + "description": "Resource tags." + }, "systemData": { "description": "Resource metadata required by ARM RPC", "readOnly": true, @@ -1803,66 +2004,25 @@ } } }, - "VolumeGroupCreate": { - "type": "object", - "description": "Payload for VolumeGroup create or update requests.", - "required": [ - "properties" - ], - "properties": { - "properties": { - "x-ms-client-flatten": true, - "description": "Properties for VolumeGroup create request.", - "$ref": "#/definitions/VolumeGroupCreateProperties" - } - }, - "allOf": [ - { - "$ref": "#/definitions/ProxyResource" - } - ] - }, - "VolumeGroupUpdate": { - "type": "object", - "description": "Payload for VolumeGroup update requests.", - "required": [ - "properties" - ], - "properties": { - "properties": { - "x-ms-client-flatten": true, - "description": "Properties for VolumeGroup update request.", - "$ref": "#/definitions/VolumeGroupUpdateProperties" - } - }, - "allOf": [ - { - "$ref": "#/definitions/ProxyResource" - } - ] - }, "VolumeGroupProperties": { "type": "object", "description": "VolumeGroup response properties.", "required": [ - "volumeGroupName", - "provisioningState", - "sizeInGB", - "volumes" + "protocolType", + "encryption" ], "properties": { "provisioningState": { "description": "State of the operation on the resource.", "$ref": "#/definitions/ProvisioningState" }, - "volumeGroupName": { - "type": "string", - "description": "Name of the volume group" + "protocolType": { + "description": "Type of storage target", + "$ref": "#/definitions/StorageTargetType" }, - "sizeInGB": { - "description": "Volume Group size in GB.", - "type": "integer", - "format": "int64" + "encryption": { + "description": "Type of encryption", + "$ref": "#/definitions/EncryptionType" }, "networkAcls": { "$ref": "#/definitions/NetworkRuleSet", @@ -1871,60 +2031,30 @@ "create", "read" ] - }, - "volumes": { - "type": "array", - "description": "List of Volumes attached to this Volume Group.", - "items": { - "$ref": "#/definitions/Volume" - } - } - } - }, - "VolumeGroupCreateProperties": { - "type": "object", - "description": "Properties for VolumeGroup create or update request.", - "required": [ - "networkAcls" - ], - "properties": { - "networkAcls": { - "$ref": "#/definitions/NetworkRuleSet", - "description": "A collection of rules governing the accessibility from specific network locations." - }, - "storageTarget": { - "description": "Storage Target Information", - "readOnly": true, - "$ref": "#/definitions/StorageTarget" - } - } - }, - "VolumeGroupUpdateProperties": { - "type": "object", - "description": "Properties for VolumeGroup update request.", - "properties": { - "networkAcls": { - "$ref": "#/definitions/NetworkRuleSet", - "description": "A collection of rules governing the accessibility from specific network locations." - }, - "storageTarget": { - "description": "Iscsi Target Information", - "$ref": "#/definitions/StorageTarget" } } }, "Volume": { "type": "object", "description": "Response for Volume request.", - "required": [ - "properties" - ], "properties": { "properties": { "x-ms-client-flatten": true, "description": "Properties of Volume.", "$ref": "#/definitions/VolumeProperties" }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "x-ms-mutability": [ + "read", + "create", + "update" + ], + "description": "Resource tags." + }, "systemData": { "description": "Resource metadata required by ARM RPC", "readOnly": true, @@ -1937,6 +2067,16 @@ } ] }, + "FilterByVolume": { + "type": "object", + "description": "Filter data by volume name.", + "properties": { + "volumeId": { + "description": "Volume Id to filter", + "type": "string" + } + } + }, "VolumeList": { "type": "object", "required": [ @@ -1959,51 +2099,18 @@ } } }, - "VolumeCreate": { - "type": "object", - "description": "Payload for Volume create or update requests.", - "required": [ - "properties" - ], - "properties": { - "properties": { - "x-ms-client-flatten": true, - "description": "Properties for Volume create request.", - "$ref": "#/definitions/VolumeCreateProperties" - } - }, - "allOf": [ - { - "$ref": "#/definitions/ProxyResource" - } - ] - }, - "VolumeUpdate": { - "type": "object", - "description": "Payload for Volume update requests.", - "required": [ - "properties" - ], - "properties": { - "properties": { - "x-ms-client-flatten": true, - "description": "Properties for Volume update request.", - "$ref": "#/definitions/VolumeUpdateProperties" - } - }, - "allOf": [ - { - "$ref": "#/definitions/ProxyResource" - } - ] - }, "VolumeProperties": { "type": "object", "description": "Volume response properties.", - "required": [ - "sizeInGB" - ], "properties": { + "volumeId": { + "description": "Unique Id of the volume in GUID format", + "type": "string" + }, + "creationData": { + "description": "State of the operation on the resource.", + "$ref": "#/definitions/CreationData" + }, "provisioningState": { "description": "State of the operation on the resource.", "$ref": "#/definitions/ProvisioningState" @@ -2013,65 +2120,80 @@ "type": "integer", "format": "int64" }, - "volumeGroupName": { - "type": "string", - "description": "Parent volume group name" - }, "storageTarget": { "description": "Storage target information", "$ref": "#/definitions/IscsiTargetInfo" } } }, - "VolumeCreateProperties": { - "type": "object", - "description": "Properties for Volume create or update request.", - "required": [ - "sizeInGB" - ], - "properties": { - "sizeInGB": { - "description": "Volume size in GB.", - "type": "integer", - "format": "int64" - }, - "provisioningState": { - "description": "State of the operation on the resource.", - "$ref": "#/definitions/ProvisioningState" - } - } - }, - "VolumeUpdateProperties": { - "type": "object", - "description": "Properties for Volume update request.", - "properties": { - "sizeInGB": { - "description": "Volume size in GB.", - "type": "integer", - "format": "int64" - } - } - }, "Snapshot": { "type": "object", "description": "Response for Volume Snapshot request.", - "allOf": [ - { - "$ref": "#/definitions/TrackedResource" - } - ], "properties": { + "sku": { + "$ref": "#/definitions/SnapshotSku" + }, "properties": { "x-ms-client-flatten": true, "description": "Properties of Volume Snapshot.", "$ref": "#/definitions/SnapshotProperties" }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "x-ms-mutability": [ + "read", + "create", + "update" + ], + "description": "Resource tags." + }, "systemData": { "description": "Resource metadata required by ARM RPC", "readOnly": true, "$ref": "#/definitions/SystemMetadata" } - } + }, + "allOf": [ + { + "$ref": "#/definitions/TrackedResource" + } + ] + }, + "SnapshotSku": { + "type": "object", + "properties": { + "name": { + "type": "string", + "enum": [ + "Standard_LRS", + "Premium_LRS", + "Standard_ZRS" + ], + "x-ms-enum": { + "name": "SnapshotStorageAccountTypes", + "modelAsString": true, + "values": [ + { + "value": "Standard_LRS", + "description": "Standard HDD locally redundant storage" + }, + { + "value": "Premium_LRS", + "description": "Premium SSD locally redundant storage" + }, + { + "value": "Standard_ZRS", + "description": "Standard zone redundant storage" + } + ] + }, + "description": "The sku name." + } + }, + "description": "The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the previous snapshot" }, "SnapshotList": { "type": "object", @@ -2103,41 +2225,16 @@ "description": "State of the operation on the resource.", "$ref": "#/definitions/CreationData" }, - "volumeGroupName": { - "type": "string", - "description": "Parent volume group name" - }, "provisioningState": { "description": "Snapshot provisioning state", "$ref": "#/definitions/ProvisioningState" + }, + "encryption": { + "$ref": "#/definitions/EncryptionType", + "description": "Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys." } } }, - "SnapshotCreate": { - "type": "object", - "description": "Properties for Snapshot create request.", - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/SnapshotCreateProperties" - } - }, - "allOf": [ - { - "$ref": "#/definitions/ProxyResource" - } - ] - }, - "SnapshotCreateProperties": { - "type": "object", - "properties": { - "creationData": { - "description": "State of the operation on the resource.", - "$ref": "#/definitions/CreationData" - } - }, - "description": "Snap shot creation data." - }, "CreationData": { "type": "object", "description": "Data used when creating a disk.", @@ -2150,7 +2247,8 @@ "enum": [ "None", "FromVolume", - "FromSnapshot", + "FromVolumeSnapshot", + "FromDiskSnapshot", "Export" ], "x-ms-enum": { @@ -2226,15 +2324,30 @@ }, "EncryptionType": { "type": "string", + "description": "The type of key used to encrypt the data of the disk.", "enum": [ - "SSE Platform Managed Key", - "SSE Customer Managed Key" + "EncryptionAtRestWithPlatformKey", + "EncryptionAtRestWithCustomerKey", + "EncryptionAtRestWithPlatformAndCustomerKeys" ], "x-ms-enum": { - "name": "Encryption Type", - "modelAsString": true - }, - "description": "Encryption type." + "name": "EncryptionType", + "modelAsString": true, + "values": [ + { + "value": "EncryptionAtRestWithPlatformKey", + "description": "Volume/Snapshot is encrypted at rest with Platform managed key. It is the default encryption type. This is not a valid encryption type for disk encryption sets." + }, + { + "value": "EncryptionAtRestWithCustomerKey", + "description": "Volume/Snapshot is encrypted at rest with Customer managed key that can be changed and revoked by a customer." + }, + { + "value": "EncryptionAtRestWithPlatformAndCustomerKeys", + "description": "Volume/Snapshot is encrypted at rest with 2 layers of encryption. One of the keys is Customer managed and the other key is Platform managed." + } + ] + } }, "SystemMetadata": { "type": "object", @@ -2298,9 +2411,6 @@ "description": "The geo-location where the resource lives." } }, - "required": [ - "location" - ], "allOf": [ { "$ref": "#/definitions/Resource" @@ -2445,7 +2555,7 @@ "type": "boolean", "description": "Ignore missing vnet service endpoint or not." }, - "subnet": { + "subnets": { "type": "array", "items": { "$ref": "#/definitions/Subnet" diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index 345184f0e812..244fb20ea003 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -1,19 +1,22 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", - "ElasticSanCreatePayload": { + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "parameters": { "properties": { + "sku": { + "name": "Standard_LRS", + "tier": "Hero" + }, "availabilityZones": [ - "aaa" + "aaaaaaaaaaaaaaa" ], - "baseSizeInGB": 11, - "extendedSizeInTB": 1, - "sku": "Premium_LRS" + "baseSizeInGB": 23, + "extendedSizeInTB": 3 }, "tags": { - "key8147": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key2381": "aaaaaaaaaaa" }, "location": "aaaaaaaaaaaaaaaaaaaa" }, @@ -23,32 +26,35 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", + "sku": { + "name": "Standard_LRS", + "tier": "Hero" + }, "availabilityZones": [ - "aaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 8, - "extendedSizeInTB": 11, - "totalSizeInTB": 14, - "provisionedIops": 16, - "provisionedMBps": 29 + "baseSizeInGB": 23, + "extendedSizeInTB": 3, + "totalSizeInTB": 26, + "provisionedIops": 14, + "provisionedMBps": 30 }, "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8083": "aaaa" + "key2381": "aaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaa" } }, "201": { @@ -57,32 +63,35 @@ }, "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", + "sku": { + "name": "Standard_LRS", + "tier": "Hero" + }, "availabilityZones": [ - "aaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 8, - "extendedSizeInTB": 11, - "totalSizeInTB": 14, - "provisionedIops": 16, - "provisionedMBps": 29 + "baseSizeInGB": 23, + "extendedSizeInTB": 3, + "totalSizeInTB": 26, + "provisionedIops": 14, + "provisionedMBps": 30 }, "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8083": "aaaa" + "key2381": "aaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index c4a1de5d3f16..e86d918b0ade 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -1,44 +1,20 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", - "ElasticSanCreatePayload": { - "location": "aaaaaaaaaaaaaaaaaaaa" - }, + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "parameters": {}, "api-version": "2021-11-20-preview" }, "responses": { "200": { - "body": { - "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", - "availabilityZones": [ - "aaa" - ], - "provisioningState": "Invalid", - "baseSizeInGB": 8, - "extendedSizeInTB": 11 - }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" - } + "body": {} }, "201": { "headers": { "Azure-AsyncOperation": "https://foo.com/operationstatus" }, - "body": { - "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", - "availabilityZones": [ - "aaa" - ], - "provisioningState": "Invalid", - "baseSizeInGB": 8, - "extendedSizeInTB": 11 - }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" - } + "body": {} } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index 4d35b305be50..8ddbf4cbb6b8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,8 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "x-ms-force-delete-volumegroups": true, "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index 4d35b305be50..9848a79bf4eb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index 80f5e25ad9ba..c171a683a23d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,40 +1,43 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", + "sku": { + "name": "Standard_LRS", + "tier": "Hero" + }, "availabilityZones": [ - "aaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 8, - "extendedSizeInTB": 11, - "totalSizeInTB": 14, - "provisionedIops": 16, - "provisionedMBps": 29 + "baseSizeInGB": 23, + "extendedSizeInTB": 3, + "totalSizeInTB": 26, + "provisionedIops": 14, + "provisionedMBps": 30 }, "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8083": "aaaa" + "key2381": "aaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index a9ba4577bcb5..a7c4f17d7089 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -1,24 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { - "body": { - "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", - "availabilityZones": [ - "aaa" - ], - "provisioningState": "Invalid", - "baseSizeInGB": 8, - "extendedSizeInTB": 11 - }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" - } + "body": {} } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index 9c65d378898d..51d0cb309047 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -10,35 +10,38 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", + "sku": { + "name": "Standard_LRS", + "tier": "Hero" + }, "availabilityZones": [ - "aaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 8, - "extendedSizeInTB": 11, - "totalSizeInTB": 14, - "provisionedIops": 16, - "provisionedMBps": 29 + "baseSizeInGB": 23, + "extendedSizeInTB": 3, + "totalSizeInTB": 26, + "provisionedIops": 14, + "provisionedMBps": 30 }, "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8083": "aaaa" + "key2381": "aaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index 705c01068cb7..010de2089019 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -8,18 +8,7 @@ "200": { "body": { "value": [ - { - "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", - "availabilityZones": [ - "aaa" - ], - "provisioningState": "Invalid", - "baseSizeInGB": 8, - "extendedSizeInTB": 11 - }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" - } + {} ] } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index 19e7783067fc..255a7dbf1342 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -9,35 +9,38 @@ "value": [ { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", + "sku": { + "name": "Standard_LRS", + "tier": "Hero" + }, "availabilityZones": [ - "aaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 8, - "extendedSizeInTB": 11, - "totalSizeInTB": 14, - "provisionedIops": 16, - "provisionedMBps": 29 + "baseSizeInGB": 23, + "extendedSizeInTB": 3, + "totalSizeInTB": 26, + "provisionedIops": 14, + "provisionedMBps": 30 }, "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8083": "aaaa" + "key2381": "aaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index 0efd9e05d676..c0cf1b353819 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -1,24 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "value": [ - { - "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", - "availabilityZones": [ - "aaa" - ], - "provisioningState": "Invalid", - "baseSizeInGB": 8, - "extendedSizeInTB": 11 - }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" - } + {} ] } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index 5e4d02b94dd1..4b8f72a7320b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,16 +1,24 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", - "ElasticSanUpdatePayload": { + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "parameters": { "properties": { - "baseSizeInGB": 10, - "extendedSizeInTB": 11 + "sku": { + "name": "Standard_LRS", + "tier": "Hero" + }, + "availabilityZones": [ + "aaaaaaaaaaaaaaa" + ], + "baseSizeInGB": 23, + "extendedSizeInTB": 3 }, "tags": { - "key5335": "aaaaaaa" - } + "key2381": "aaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -18,32 +26,35 @@ "200": { "body": { "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", + "sku": { + "name": "Standard_LRS", + "tier": "Hero" + }, "availabilityZones": [ - "aaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 8, - "extendedSizeInTB": 11, - "totalSizeInTB": 14, - "provisionedIops": 16, - "provisionedMBps": 29 + "baseSizeInGB": 23, + "extendedSizeInTB": 3, + "totalSizeInTB": 26, + "provisionedIops": 14, + "provisionedMBps": 30 }, "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "tags": { - "key8083": "aaaa" + "key2381": "aaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index 4651aaf944bf..194124fe5abb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -1,30 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", - "ElasticSanUpdatePayload": { - "properties": { - "baseSizeInGB": 10, - "extendedSizeInTB": 11 - } - }, + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "parameters": {}, "api-version": "2021-11-20-preview" }, "responses": { "200": { - "body": { - "properties": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaa", - "availabilityZones": [ - "aaa" - ], - "provisioningState": "Invalid", - "baseSizeInGB": 8, - "extendedSizeInTB": 11 - }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" - } + "body": {} }, "202": { "headers": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index 436def5bbcff..e4f0c7b97ca6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -9,17 +9,17 @@ { "name": "aaa", "isDataAction": true, - "actionType": "aaaaaaa", + "actionType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaa", - "operation": "aaaaa", - "description": "aaaaaaaaaaaaaaaaaaa" + "provider": "aaaaaaaaaaaaaaaaa", + "resource": "aaaaa", + "operation": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "description": "aaaaa" }, - "origin": "aaaaaaaaaaaaaaaaa" + "origin": "aa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index 8809d24f0d0e..814393c313c1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -10,10 +10,10 @@ "name": "aaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaa", - "operation": "aaaaa", - "description": "aaaaaaaaaaaaaaaaaaa" + "provider": "aaaaaaaaaaaaaaaaa", + "resource": "aaaaa", + "operation": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "description": "aaaaa" } } ] diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..550ed1b9ab61 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json @@ -0,0 +1,66 @@ +{ + "parameters": { + "api-version": "2021-11-20-preview", + "$filter": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "sku": { + "name": "Standard_LRS", + "tier": "Hero" + }, + "apiVersions": [ + "aaaaaaaa" + ], + "locationInfo": [ + { + "location": "aaaaaaaaaaaaaaaaaaaaaa", + "zones": [ + "aaaaaaaaaaaaaaaaaaa" + ], + "sites": [ + "aaaaaaaa" + ] + } + ], + "san": { + "maxSizePB": 29, + "minSizeTB": 24, + "minIncrementSizeTB": 28, + "maxIopsTB": 2, + "maxMBpsTB": 12, + "maxIops": 1, + "maxMBps": 8, + "maxVolumeGroups": 13 + }, + "volumeGroup": { + "maxVolumes": 25, + "maxSnapshots": 29 + }, + "volume": { + "maxSizeTB": 20, + "minSizeGB": 16, + "minIncrementSizeGB": 28, + "maxIopsPerGB": 8, + "maxMBpsPerGB": 28, + "maxIops": 14, + "maxMBps": 15, + "maxSnapshots": 12 + }, + "costs": [ + { + "meterId": "aaaaaaaaaaaaaaaaaaaaaaa", + "quantity": 8, + "extendedUnit": "aaaaaaaaaaaaaaaaaa" + } + ] + } + ], + "nextLink": "aaaaaaaaaaaaa" + } + } + } +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MinimumSet_Gen.json new file mode 100644 index 000000000000..cb31672e77cd --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "parameters": { + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index 9bb0822b5b93..fe0faacd8762 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -1,73 +1,87 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "a", - "SnapshotCreate": { + "snapshotName": "aaaaaaaaaaaa", + "parameters": { + "sku": { + "name": "Standard_LRS" + }, "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" - } - } + "sourceUri": "aaaaaaaaaaaaa" + }, + "encryption": "EncryptionAtRestWithPlatformKey" + }, + "tags": { + "key4800": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { + "sku": { + "name": "Standard_LRS" + }, "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaa" }, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid" - }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" + "provisioningState": "Invalid", + "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key4699": "aaaaaaaaaaaaaaaaaaaaaaa" + "key4800": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "type": "a" } }, "201": { "body": { + "sku": { + "name": "Standard_LRS" + }, "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaa" }, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid" - }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" + "provisioningState": "Invalid", + "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key4699": "aaaaaaaaaaaaaaaaaaaaaaa" + "key4800": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "type": "a" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index 95c872acc8c5..1c89416922a5 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -1,23 +1,19 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "a", - "SnapshotCreate": {}, + "snapshotName": "aaaaaaaaaaaa", + "parameters": {}, "api-version": "2021-11-20-preview" }, "responses": { "200": { - "body": { - "location": "aaaaaaaaaa" - } + "body": {} }, "201": { - "body": { - "location": "aaaaaaaaaa" - } + "body": {} } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 4da6b98ce8dc..3ebc6d741171 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "a", + "snapshotName": "aaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 4da6b98ce8dc..3ebc6d741171 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "a", + "snapshotName": "aaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index 83874b33b264..3250d37d14ab 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -1,65 +1,71 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "a", + "snapshotName": "aaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { + "sku": { + "name": "Standard_LRS" + }, "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaa" }, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid" - }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" + "provisioningState": "Invalid", + "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key4699": "aaaaaaaaaaaaaaaaaaaaaaa" + "key4800": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "type": "a" } }, "201": { "body": { + "sku": { + "name": "Standard_LRS" + }, "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaa" }, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid" - }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" + "provisioningState": "Invalid", + "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key4699": "aaaaaaaaaaaaaaaaaaaaaaa" + "key4800": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "type": "a" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index 2551b866b9e9..316a0cbe7958 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -1,22 +1,18 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "a", + "snapshotName": "aaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { - "body": { - "location": "aaaaaaaaaa" - } + "body": {} }, "201": { - "body": { - "location": "aaaaaaaaaa" - } + "body": {} } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index d15d7a74627b..d50c28cbdf4a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,12 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "filterByVolume": { + "volumeId": "aaaaaaaa" + }, "api-version": "2021-11-20-preview" }, "responses": { @@ -11,32 +14,35 @@ "body": { "value": [ { + "sku": { + "name": "Standard_LRS" + }, "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaa" }, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid" - }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" + "provisioningState": "Invalid", + "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key4699": "aaaaaaaaaaaaaaaaaaaaaaa" + "key4800": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "type": "a" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index 39a6a9c6c14e..23d38d5c5555 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, @@ -10,9 +10,7 @@ "200": { "body": { "value": [ - { - "location": "aaaaaaaaaa" - } + {} ] } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index 9bb0822b5b93..fe0faacd8762 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -1,73 +1,87 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "a", - "SnapshotCreate": { + "snapshotName": "aaaaaaaaaaaa", + "parameters": { + "sku": { + "name": "Standard_LRS" + }, "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" - } - } + "sourceUri": "aaaaaaaaaaaaa" + }, + "encryption": "EncryptionAtRestWithPlatformKey" + }, + "tags": { + "key4800": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { + "sku": { + "name": "Standard_LRS" + }, "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaa" }, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid" - }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" + "provisioningState": "Invalid", + "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key4699": "aaaaaaaaaaaaaaaaaaaaaaa" + "key4800": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "type": "a" } }, "201": { "body": { + "sku": { + "name": "Standard_LRS" + }, "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaa" }, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid" - }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" + "provisioningState": "Invalid", + "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key4699": "aaaaaaaaaaaaaaaaaaaaaaa" + "key4800": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "name": "aaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa" + "type": "a" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index 95c872acc8c5..1c89416922a5 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -1,23 +1,19 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "a", - "SnapshotCreate": {}, + "snapshotName": "aaaaaaaaaaaa", + "parameters": {}, "api-version": "2021-11-20-preview" }, "responses": { "200": { - "body": { - "location": "aaaaaaaaaa" - } + "body": {} }, "201": { - "body": { - "location": "aaaaaaaaaa" - } + "body": {} } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index b245c81dd8ad..ab2791b90536 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -1,31 +1,31 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "VolumeGroupCreate": { + "parameters": { "properties": { + "protocolType": "Iscsi", + "encryption": "EncryptionAtRestWithPlatformKey", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, - "subnet": [ - "aaaaaa" + "subnets": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] - }, - "storageTarget": { - "properties": { - "protocolType": "Iscsi", - "encryption": "SSE Platform Managed Key" - } } - } + }, + "tags": { + "key7560": "aaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -34,69 +34,37 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aa", - "sizeInGB": 8, + "protocolType": "Iscsi", + "encryption": "EncryptionAtRestWithPlatformKey", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, - "subnet": [ - "aaaaaa" + "subnets": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] - }, - "volumes": [ - { - "properties": { - "provisioningState": "Invalid", - "sizeInGB": 8, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaa" - ] - } - }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" - }, - "tags": { - "key5336": "a" - }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" - } - ] - }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" + } }, "tags": { - "key5207": "aaaaaaaaaaaaa" + "key7560": "aaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaa", - "name": "aaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaa", + "name": "a", + "type": "aaaaaa" } }, "201": { @@ -106,69 +74,37 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aa", - "sizeInGB": 8, + "protocolType": "Iscsi", + "encryption": "EncryptionAtRestWithPlatformKey", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, - "subnet": [ - "aaaaaa" + "subnets": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] - }, - "volumes": [ - { - "properties": { - "provisioningState": "Invalid", - "sizeInGB": 8, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaa" - ] - } - }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" - }, - "tags": { - "key5336": "a" - }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" - } - ] - }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" + } }, "tags": { - "key5207": "aaaaaaaaaaaaa" + "key7560": "aaaaaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaa", - "name": "aaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaa", + "name": "a", + "type": "aaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json index 8d055b79dc71..7184ebb2cebf 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -1,55 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "VolumeGroupCreate": { - "properties": { - "networkAcls": {} - } - }, + "parameters": {}, "api-version": "2021-11-20-preview" }, "responses": { "200": { - "body": { - "properties": { - "provisioningState": "Invalid", - "volumeGroupName": "aa", - "sizeInGB": 8, - "volumes": [ - { - "properties": { - "sizeInGB": 8 - }, - "location": "aaaaaaaaaaaaaaaaaa" - } - ] - }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" - } + "body": {} }, "201": { "headers": { "Azure-AsyncOperation": "https://foo.com/operationstatus" }, - "body": { - "properties": { - "provisioningState": "Invalid", - "volumeGroupName": "aa", - "sizeInGB": 8, - "volumes": [ - { - "properties": { - "sizeInGB": 8 - }, - "location": "aaaaaaaaaaaaaaaaaa" - } - ] - }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" - } + "body": {} } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index 9775d1eb4f5c..099f477eefc0 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,9 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "x-ms-force-delete-volumes-snapshots": true, "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index 9775d1eb4f5c..3ec29cb4e980 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index 9770e0e8db08..137a9bf2764f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, @@ -11,69 +11,37 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aa", - "sizeInGB": 8, + "protocolType": "Iscsi", + "encryption": "EncryptionAtRestWithPlatformKey", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, - "subnet": [ - "aaaaaa" + "subnets": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] - }, - "volumes": [ - { - "properties": { - "provisioningState": "Invalid", - "sizeInGB": 8, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaa" - ] - } - }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" - }, - "tags": { - "key5336": "a" - }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" - } - ] - }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" + } }, "tags": { - "key5207": "aaaaaaaaaaaaa" + "key7560": "aaaaaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaa", - "name": "aaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaa", + "name": "a", + "type": "aaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index 5b45ca15569b..4506608c638e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -1,29 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { - "body": { - "properties": { - "provisioningState": "Invalid", - "volumeGroupName": "aa", - "sizeInGB": 8, - "volumes": [ - { - "properties": { - "sizeInGB": 8 - }, - "location": "aaaaaaaaaaaaaaaaaa" - } - ] - }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" - } + "body": {} } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index 45dfea243002..e25311b12ff0 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,72 +12,40 @@ { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aa", - "sizeInGB": 8, + "protocolType": "Iscsi", + "encryption": "EncryptionAtRestWithPlatformKey", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, - "subnet": [ - "aaaaaa" + "subnets": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] - }, - "volumes": [ - { - "properties": { - "provisioningState": "Invalid", - "sizeInGB": 8, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaa" - ] - } - }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" - }, - "tags": { - "key5336": "a" - }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" - } - ] - }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" + } }, "tags": { - "key5207": "aaaaaaaaaaaaa" + "key7560": "aaaaaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaa", - "name": "aaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaa", + "name": "a", + "type": "aaaaaa" } ], - "nextLink": "aaa" + "nextLink": "aaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index 6ddd6665fa93..e83a7759f5e0 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -1,30 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "value": [ - { - "properties": { - "provisioningState": "Invalid", - "volumeGroupName": "aa", - "sizeInGB": 8, - "volumes": [ - { - "properties": { - "sizeInGB": 8 - }, - "location": "aaaaaaaaaaaaaaaaaa" - } - ] - }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" - } + {} ] } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index 18e9f8182442..db46b18bc12b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,31 +1,31 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "VolumeGroupUpdatePayload": { + "parameters": { "properties": { + "protocolType": "Iscsi", + "encryption": "EncryptionAtRestWithPlatformKey", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, - "subnet": [ - "aaaaaa" + "subnets": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] - }, - "storageTarget": { - "properties": { - "protocolType": "Iscsi", - "encryption": "SSE Platform Managed Key" - } } - } + }, + "tags": { + "key7560": "aaaaaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -34,69 +34,37 @@ "body": { "properties": { "provisioningState": "Invalid", - "volumeGroupName": "aa", - "sizeInGB": 8, + "protocolType": "Iscsi", + "encryption": "EncryptionAtRestWithPlatformKey", "networkAcls": { "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, - "subnet": [ - "aaaaaa" + "subnets": [ + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] - }, - "volumes": [ - { - "properties": { - "provisioningState": "Invalid", - "sizeInGB": 8, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaa" - ] - } - }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" - }, - "tags": { - "key5336": "a" - }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" - } - ] - }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" + } }, "tags": { - "key5207": "aaaaaaaaaaaaa" + "key7560": "aaaaaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaa", - "name": "aaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaa", + "name": "a", + "type": "aaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index d6c69a788a85..2cff44638219 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -1,32 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "VolumeGroupUpdatePayload": { - "properties": {} - }, + "parameters": {}, "api-version": "2021-11-20-preview" }, "responses": { "200": { - "body": { - "properties": { - "provisioningState": "Invalid", - "volumeGroupName": "aa", - "sizeInGB": 8, - "volumes": [ - { - "properties": { - "sizeInGB": 8 - }, - "location": "aaaaaaaaaaaaaaaaaa" - } - ] - }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaa" - } + "body": {} }, "202": { "headers": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index 0c9585f4c8f9..e60007fee13c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -1,14 +1,23 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaa", - "VolumeCreate": { + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "parameters": { "properties": { - "sizeInGB": 7 - } + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "creationData": { + "createSource": "None", + "sourceUri": "aaaaaaaaaaaaa" + }, + "sizeInGB": 25 + }, + "tags": { + "key5687": "aaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -16,33 +25,37 @@ "200": { "body": { "properties": { + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "creationData": { + "createSource": "None", + "sourceUri": "aaaaaaaaaaaaa" + }, "provisioningState": "Invalid", - "sizeInGB": 8, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 25, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "a", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaa" ] } }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" - }, "tags": { - "key5336": "a" + "key5687": "aaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "id": "aaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aa" } }, "201": { @@ -51,33 +64,37 @@ }, "body": { "properties": { + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "creationData": { + "createSource": "None", + "sourceUri": "aaaaaaaaaaaaa" + }, "provisioningState": "Invalid", - "sizeInGB": 8, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 25, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "a", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaa" ] } }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" - }, "tags": { - "key5336": "a" + "key5687": "aaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "id": "aaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index 5bad71208921..204708615baa 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -1,36 +1,22 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaa", - "VolumeCreate": { - "properties": { - "sizeInGB": 7 - } - }, + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "parameters": {}, "api-version": "2021-11-20-preview" }, "responses": { "200": { - "body": { - "properties": { - "sizeInGB": 8 - }, - "location": "aaaaaaaaaaaaaaaaaa" - } + "body": {} }, "201": { "headers": { "Azure-AsyncOperation": "https://foo.com/operationstatus" }, - "body": { - "properties": { - "sizeInGB": 8 - }, - "location": "aaaaaaaaaaaaaaaaaa" - } + "body": {} } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index a5df2533045e..4f0e67cf03ba 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,10 +1,11 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "x-ms-force-delete-snapshots": true, "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index a5df2533045e..40b7457613a1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index a31abc0c9ded..b9adfea2830e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,43 +1,47 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "creationData": { + "createSource": "None", + "sourceUri": "aaaaaaaaaaaaa" + }, "provisioningState": "Invalid", - "sizeInGB": 8, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 25, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "a", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaa" ] } }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" - }, "tags": { - "key5336": "a" + "key5687": "aaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "id": "aaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 879c9de1de28..d3926b4b528b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,20 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { - "body": { - "properties": { - "sizeInGB": 8 - }, - "location": "aaaaaaaaaaaaaaaaaa" - } + "body": {} } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index b127e22573ba..d0db3410e554 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, @@ -12,36 +12,40 @@ "value": [ { "properties": { + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "creationData": { + "createSource": "None", + "sourceUri": "aaaaaaaaaaaaa" + }, "provisioningState": "Invalid", - "sizeInGB": 8, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 25, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "a", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaa" ] } }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" - }, "tags": { - "key5336": "a" + "key5687": "aaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "id": "aaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aa" } ], - "nextLink": "aa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index 4e8820d4990a..23d38d5c5555 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, @@ -10,12 +10,7 @@ "200": { "body": { "value": [ - { - "properties": { - "sizeInGB": 8 - }, - "location": "aaaaaaaaaaaaaaaaaa" - } + {} ] } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index 0a41b3ce480d..e4dfdfcda241 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,14 +1,23 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaa", - "VolumeUpdatePayload": { + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "parameters": { "properties": { - "sizeInGB": 1 - } + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "creationData": { + "createSource": "None", + "sourceUri": "aaaaaaaaaaaaa" + }, + "sizeInGB": 25 + }, + "tags": { + "key5687": "aaaaaaaaaaaaaaaa" + }, + "location": "aaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -16,33 +25,37 @@ "200": { "body": { "properties": { + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "creationData": { + "createSource": "None", + "sourceUri": "aaaaaaaaaaaaa" + }, "provisioningState": "Invalid", - "sizeInGB": 8, - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "sizeInGB": 25, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "a", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaa" ] } }, - "systemData": { - "createdBy": "aaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaa", - "lastModifiedAt": "aaaaaaaaaaa" - }, "tags": { - "key5336": "a" + "key5687": "aaaaaaaaaaaaaaaa" + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" }, "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa" + "id": "aaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index 6eab21756597..f91dd6b0f4d8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,23 +1,16 @@ { "parameters": { - "subscriptionId": "aaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaa", - "VolumeUpdatePayload": { - "properties": {} - }, + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "parameters": {}, "api-version": "2021-11-20-preview" }, "responses": { "200": { - "body": { - "properties": { - "sizeInGB": 8 - }, - "location": "aaaaaaaaaaaaaaaaaa" - } + "body": {} }, "202": { "headers": { From 8efcf343ddc34fd54fc4d4ac9db5d3b6907ab95c Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Fri, 31 Dec 2021 01:21:50 -0800 Subject: [PATCH 14/32] Fixed Lint differences --- .../2021-11-20-preview/elasticsan.json | 5 +- ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 82 +++++++++---------- ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 4 +- .../ElasticSans_Delete_MaximumSet_Gen.json | 4 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 4 +- .../ElasticSans_Get_MaximumSet_Gen.json | 38 ++++----- .../ElasticSans_Get_MinimumSet_Gen.json | 4 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 38 ++++----- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 2 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 38 ++++----- ...ans_ListBySubscription_MinimumSet_Gen.json | 2 +- .../ElasticSans_Update_MaximumSet_Gen.json | 48 +++++------ .../ElasticSans_Update_MinimumSet_Gen.json | 4 +- .../Operations_List_MaximumSet_Gen.json | 14 ++-- .../Operations_List_MinimumSet_Gen.json | 8 +- .../examples/Skus_List_MaximumSet_Gen.json | 48 +++++------ ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 62 +++++++------- ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 8 +- .../Snapshots_Delete_MaximumSet_Gen.json | 8 +- .../Snapshots_Delete_MinimumSet_Gen.json | 8 +- .../Snapshots_Get_MaximumSet_Gen.json | 56 ++++++------- .../Snapshots_Get_MinimumSet_Gen.json | 8 +- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 34 ++++---- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 6 +- .../Snapshots_Update_MaximumSet_Gen.json | 62 +++++++------- .../Snapshots_Update_MinimumSet_Gen.json | 8 +- ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 72 ++++++++-------- ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MaximumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 34 ++++---- .../VolumeGroups_Get_MinimumSet_Gen.json | 6 +- ...roups_ListByElasticSan_MaximumSet_Gen.json | 34 ++++---- ...roups_ListByElasticSan_MinimumSet_Gen.json | 4 +- .../VolumeGroups_Update_MaximumSet_Gen.json | 44 +++++----- .../VolumeGroups_Update_MinimumSet_Gen.json | 6 +- ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 82 +++++++++---------- ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 8 +- .../Volumes_Delete_MaximumSet_Gen.json | 8 +- .../Volumes_Delete_MinimumSet_Gen.json | 8 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 40 ++++----- .../examples/Volumes_Get_MinimumSet_Gen.json | 8 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 40 ++++----- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 6 +- .../Volumes_Update_MaximumSet_Gen.json | 50 +++++------ .../Volumes_Update_MinimumSet_Gen.json | 8 +- 46 files changed, 541 insertions(+), 538 deletions(-) diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index 61b65ee9a589..70a5ab545ac9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -1629,6 +1629,7 @@ "items": { "$ref": "#/definitions/ResourceTypeSku" }, + "x-ms-identifiers": [], "readOnly": true }, "nextLink": { @@ -1652,7 +1653,8 @@ "items": { "type": "string" }, - "readOnly": true + "readOnly": true, + "x-ms-identifiers": [] }, "locationInfo": { "description": "Availability of the SKU for the location/zone", @@ -1683,6 +1685,7 @@ "items": { "$ref": "#/definitions/SkuCost" }, + "x-ms-identifiers": [], "readOnly": true } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index 244fb20ea003..f153b843316f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", "parameters": { "properties": { "sku": { @@ -10,15 +10,15 @@ "tier": "Hero" }, "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ], - "baseSizeInGB": 23, - "extendedSizeInTB": 3 + "baseSizeInGB": 10, + "extendedSizeInTB": 7 }, "tags": { - "key2381": "aaaaaaaaaaa" + "key2189": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -31,30 +31,30 @@ "tier": "Hero" }, "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 23, - "extendedSizeInTB": 3, - "totalSizeInTB": 26, - "provisionedIops": 14, - "provisionedMBps": 30 + "baseSizeInGB": 10, + "extendedSizeInTB": 7, + "totalSizeInTB": 11, + "provisionedIops": 21, + "provisionedMBps": 25 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, "tags": { - "key2381": "aaaaaaaaaaa" + "key2189": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } }, "201": { @@ -68,30 +68,30 @@ "tier": "Hero" }, "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 23, - "extendedSizeInTB": 3, - "totalSizeInTB": 26, - "provisionedIops": 14, - "provisionedMBps": 30 + "baseSizeInGB": 10, + "extendedSizeInTB": 7, + "totalSizeInTB": 11, + "provisionedIops": 21, + "provisionedMBps": 25 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, "tags": { - "key2381": "aaaaaaaaaaa" + "key2189": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index e86d918b0ade..c5a9ef0d6bbe 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index 8ddbf4cbb6b8..b4e2d6cecd82 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", "x-ms-force-delete-volumegroups": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index 9848a79bf4eb..28e2564c7f17 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index c171a683a23d..67f795c756cb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,30 +14,30 @@ "tier": "Hero" }, "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 23, - "extendedSizeInTB": 3, - "totalSizeInTB": 26, - "provisionedIops": 14, - "provisionedMBps": 30 + "baseSizeInGB": 10, + "extendedSizeInTB": 7, + "totalSizeInTB": 11, + "provisionedIops": 21, + "provisionedMBps": 25 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, "tags": { - "key2381": "aaaaaaaaaaa" + "key2189": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index a7c4f17d7089..3f5eff0b78e6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index 51d0cb309047..44aa2980da60 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -15,33 +15,33 @@ "tier": "Hero" }, "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 23, - "extendedSizeInTB": 3, - "totalSizeInTB": 26, - "provisionedIops": 14, - "provisionedMBps": 30 + "baseSizeInGB": 10, + "extendedSizeInTB": 7, + "totalSizeInTB": 11, + "provisionedIops": 21, + "provisionedMBps": 25 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, "tags": { - "key2381": "aaaaaaaaaaa" + "key2189": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index 010de2089019..7c28aa248364 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index 255a7dbf1342..44c79241cda1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,33 +14,33 @@ "tier": "Hero" }, "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 23, - "extendedSizeInTB": 3, - "totalSizeInTB": 26, - "provisionedIops": 14, - "provisionedMBps": 30 + "baseSizeInGB": 10, + "extendedSizeInTB": 7, + "totalSizeInTB": 11, + "provisionedIops": 21, + "provisionedMBps": 25 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, "tags": { - "key2381": "aaaaaaaaaaa" + "key2189": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index c0cf1b353819..f108b2439177 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index 4b8f72a7320b..d6aaf587ac37 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", "parameters": { "properties": { "sku": { @@ -10,15 +10,15 @@ "tier": "Hero" }, "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ], - "baseSizeInGB": 23, - "extendedSizeInTB": 3 + "baseSizeInGB": 10, + "extendedSizeInTB": 7 }, "tags": { - "key2381": "aaaaaaaaaaa" + "key2189": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -31,30 +31,30 @@ "tier": "Hero" }, "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 23, - "extendedSizeInTB": 3, - "totalSizeInTB": 26, - "provisionedIops": 14, - "provisionedMBps": 30 + "baseSizeInGB": 10, + "extendedSizeInTB": 7, + "totalSizeInTB": 11, + "provisionedIops": 21, + "provisionedMBps": 25 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, "tags": { - "key2381": "aaaaaaaaaaa" + "key2189": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index 194124fe5abb..ca77756de159 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index e4f0c7b97ca6..eebe9db92291 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -9,17 +9,17 @@ { "name": "aaa", "isDataAction": true, - "actionType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "actionType": "aaaaaa", "display": { - "provider": "aaaaaaaaaaaaaaaaa", - "resource": "aaaaa", - "operation": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "description": "aaaaa" + "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaa", + "operation": "aaaaaaaaaa", + "description": "aaaaaa" }, - "origin": "aa" + "origin": "aaa" } ], - "nextLink": "aaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index 814393c313c1..51eacd73ccdf 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -10,10 +10,10 @@ "name": "aaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaaaaaaaaaa", - "resource": "aaaaa", - "operation": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "description": "aaaaa" + "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaa", + "operation": "aaaaaaaaaa", + "description": "aaaaaa" } } ] diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json index 550ed1b9ab61..f17d1041258e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json @@ -1,7 +1,7 @@ { "parameters": { "api-version": "2021-11-20-preview", - "$filter": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "$filter": "aaaaaa" }, "responses": { "200": { @@ -17,49 +17,49 @@ ], "locationInfo": [ { - "location": "aaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", "zones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaa" ], "sites": [ - "aaaaaaaa" + "aaaaaaaaaaaa" ] } ], "san": { - "maxSizePB": 29, - "minSizeTB": 24, - "minIncrementSizeTB": 28, - "maxIopsTB": 2, - "maxMBpsTB": 12, - "maxIops": 1, - "maxMBps": 8, - "maxVolumeGroups": 13 + "maxSizePB": 14, + "minSizeTB": 14, + "minIncrementSizeTB": 14, + "maxIopsTB": 24, + "maxMBpsTB": 22, + "maxIops": 29, + "maxMBps": 24, + "maxVolumeGroups": 15 }, "volumeGroup": { - "maxVolumes": 25, - "maxSnapshots": 29 + "maxVolumes": 15, + "maxSnapshots": 5 }, "volume": { - "maxSizeTB": 20, - "minSizeGB": 16, - "minIncrementSizeGB": 28, - "maxIopsPerGB": 8, - "maxMBpsPerGB": 28, + "maxSizeTB": 10, + "minSizeGB": 4, + "minIncrementSizeGB": 18, + "maxIopsPerGB": 25, + "maxMBpsPerGB": 27, "maxIops": 14, - "maxMBps": 15, - "maxSnapshots": 12 + "maxMBps": 23, + "maxSnapshots": 13 }, "costs": [ { - "meterId": "aaaaaaaaaaaaaaaaaaaaaaa", - "quantity": 8, + "meterId": "aaaaaaaaaaaa", + "quantity": 29, "extendedUnit": "aaaaaaaaaaaaaaaaaa" } ] } ], - "nextLink": "aaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index fe0faacd8762..29bb189b6383 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "sku": { "name": "Standard_LRS" @@ -12,14 +12,14 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key4800": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key1087": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaa" }, "api-version": "2021-11-20-preview" }, @@ -32,26 +32,26 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, "provisioningState": "Invalid", "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key4800": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key1087": "aaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "a" + "location": "aaaa", + "id": "aaaaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -62,26 +62,26 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, "provisioningState": "Invalid", "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key4800": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key1087": "aaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "a" + "location": "aaaa", + "id": "aaaaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index 1c89416922a5..ff927e794de2 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 3ebc6d741171..065e7c836435 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 3ebc6d741171..065e7c836435 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index 3250d37d14ab..cd9f2af6219b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -16,26 +16,26 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, "provisioningState": "Invalid", "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key4800": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key1087": "aaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "a" + "location": "aaaa", + "id": "aaaaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -46,26 +46,26 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, "provisioningState": "Invalid", "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key4800": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key1087": "aaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "a" + "location": "aaaa", + "id": "aaaaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index 316a0cbe7958..c557d72a5eb4 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index d50c28cbdf4a..12e6a223b15f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,11 +1,11 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "filterByVolume": { - "volumeId": "aaaaaaaa" + "volumeId": "aaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -20,29 +20,29 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, "provisioningState": "Invalid", "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key4800": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key1087": "aaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "a" + "location": "aaaa", + "id": "aaaaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index 23d38d5c5555..bdb8973de6c5 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index fe0faacd8762..29bb189b6383 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "sku": { "name": "Standard_LRS" @@ -12,14 +12,14 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key4800": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key1087": "aaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaa" }, "api-version": "2021-11-20-preview" }, @@ -32,26 +32,26 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, "provisioningState": "Invalid", "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key4800": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key1087": "aaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "a" + "location": "aaaa", + "id": "aaaaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -62,26 +62,26 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, "provisioningState": "Invalid", "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key4800": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key1087": "aaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "a" + "location": "aaaa", + "id": "aaaaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index 1c89416922a5..ff927e794de2 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index ab2791b90536..b438277c015c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { "protocolType": "Iscsi", @@ -12,20 +12,20 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "state": "aaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ] } ] } }, "tags": { - "key7560": "aaaaaaaaaaaaaaaaaaa" + "key760": "aaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -40,31 +40,31 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "state": "aaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ] } ] } }, "tags": { - "key7560": "aaaaaaaaaaaaaaaaaaa" + "key760": "aaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaa", - "name": "a", - "type": "aaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaa", + "name": "aaaa", + "type": "aaaaa" } }, "201": { @@ -80,31 +80,31 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "state": "aaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ] } ] } }, "tags": { - "key7560": "aaaaaaaaaaaaaaaaaaa" + "key760": "aaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaa", - "name": "a", - "type": "aaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaa", + "name": "aaaa", + "type": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json index 7184ebb2cebf..0e2d5fee1a54 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index 099f477eefc0..bd6ef574cd2d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "x-ms-force-delete-volumes-snapshots": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index 3ec29cb4e980..4ce3aa9a46fc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index 137a9bf2764f..3ff899cd2951 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -17,31 +17,31 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "state": "aaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ] } ] } }, "tags": { - "key7560": "aaaaaaaaaaaaaaaaaaa" + "key760": "aaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaa", - "name": "a", - "type": "aaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaa", + "name": "aaaa", + "type": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index 4506608c638e..d0488241d2c8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index e25311b12ff0..729c9156be96 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -18,34 +18,34 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "state": "aaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ] } ] } }, "tags": { - "key7560": "aaaaaaaaaaaaaaaaaaa" + "key760": "aaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaa", - "name": "a", - "type": "aaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaa", + "name": "aaaa", + "type": "aaaaa" } ], - "nextLink": "aaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index e83a7759f5e0..795d67916bad 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index db46b18bc12b..67d30979550a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { "protocolType": "Iscsi", @@ -12,20 +12,20 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "state": "aaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ] } ] } }, "tags": { - "key7560": "aaaaaaaaaaaaaaaaaaa" + "key760": "aaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -40,31 +40,31 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "state": "aaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ] } ] } }, "tags": { - "key7560": "aaaaaaaaaaaaaaaaaaa" + "key760": "aaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaa", - "name": "a", - "type": "aaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaa", + "name": "aaaa", + "type": "aaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index 2cff44638219..e8244562c973 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index e60007fee13c..39e0818bd4d4 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -1,23 +1,23 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaa", "parameters": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "sizeInGB": 25 + "sizeInGB": 10 }, "tags": { - "key5687": "aaaaaaaaaaaaaaaa" + "key837": "aaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -25,37 +25,37 @@ "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, "provisioningState": "Invalid", - "sizeInGB": 25, + "sizeInGB": 10, "storageTarget": { - "targetIqn": "a", + "targetIqn": "aaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaa" ] } }, "tags": { - "key5687": "aaaaaaaaaaaaaaaa" + "key837": "aaaaaaaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaa", + "name": "aaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -64,37 +64,37 @@ }, "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, "provisioningState": "Invalid", - "sizeInGB": 25, + "sizeInGB": 10, "storageTarget": { - "targetIqn": "a", + "targetIqn": "aaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaa" ] } }, "tags": { - "key5687": "aaaaaaaaaaaaaaaa" + "key837": "aaaaaaaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaa", + "name": "aaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index 204708615baa..5bce97cb0633 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index 4f0e67cf03ba..2aad6abb0d29 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaa", "x-ms-force-delete-snapshots": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index 40b7457613a1..f2f50678e7f6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index b9adfea2830e..b9cac85da32b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,47 +1,47 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, "provisioningState": "Invalid", - "sizeInGB": 25, + "sizeInGB": 10, "storageTarget": { - "targetIqn": "a", + "targetIqn": "aaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaa" ] } }, "tags": { - "key5687": "aaaaaaaaaaaaaaaa" + "key837": "aaaaaaaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaa", + "name": "aaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index d3926b4b528b..14bb2a4c4b3d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index d0db3410e554..91f4eff62e63 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,40 +12,40 @@ "value": [ { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, "provisioningState": "Invalid", - "sizeInGB": 25, + "sizeInGB": 10, "storageTarget": { - "targetIqn": "a", + "targetIqn": "aaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaa" ] } }, "tags": { - "key5687": "aaaaaaaaaaaaaaaa" + "key837": "aaaaaaaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaa", + "name": "aaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index 23d38d5c5555..bdb8973de6c5 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index e4dfdfcda241..9a1652eed8a0 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,23 +1,23 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaa", "parameters": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "sizeInGB": 25 + "sizeInGB": 10 }, "tags": { - "key5687": "aaaaaaaaaaaaaaaa" + "key837": "aaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -25,37 +25,37 @@ "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, "provisioningState": "Invalid", - "sizeInGB": 25, + "sizeInGB": 10, "storageTarget": { - "targetIqn": "a", + "targetIqn": "aaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaa" ] } }, "tags": { - "key5687": "aaaaaaaaaaaaaaaa" + "key837": "aaaaaaaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaa", + "createdByType": "aaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaa", + "name": "aaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index f91dd6b0f4d8..48129c1aa308 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaa", + "subscriptionId": "aaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, From cecf4d2e6afb6482f3867a1ad9035015f654a710 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Fri, 31 Dec 2021 01:27:51 -0800 Subject: [PATCH 15/32] Fixed Lint difference --- .../2021-11-20-preview/elasticsan.json | 1 + ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 76 ++++++++--------- ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 4 +- .../ElasticSans_Delete_MaximumSet_Gen.json | 4 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 4 +- .../ElasticSans_Get_MaximumSet_Gen.json | 36 ++++---- .../ElasticSans_Get_MinimumSet_Gen.json | 4 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 36 ++++---- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 2 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 36 ++++---- ...ans_ListBySubscription_MinimumSet_Gen.json | 2 +- .../ElasticSans_Update_MaximumSet_Gen.json | 44 +++++----- .../ElasticSans_Update_MinimumSet_Gen.json | 4 +- .../Operations_List_MaximumSet_Gen.json | 16 ++-- .../Operations_List_MinimumSet_Gen.json | 10 +-- .../examples/Skus_List_MaximumSet_Gen.json | 52 ++++++------ ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 62 +++++++------- ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 8 +- .../Snapshots_Delete_MaximumSet_Gen.json | 8 +- .../Snapshots_Delete_MinimumSet_Gen.json | 8 +- .../Snapshots_Get_MaximumSet_Gen.json | 56 ++++++------- .../Snapshots_Get_MinimumSet_Gen.json | 8 +- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 34 ++++---- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 6 +- .../Snapshots_Update_MaximumSet_Gen.json | 62 +++++++------- .../Snapshots_Update_MinimumSet_Gen.json | 8 +- ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 72 ++++++++-------- ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MaximumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 34 ++++---- .../VolumeGroups_Get_MinimumSet_Gen.json | 6 +- ...roups_ListByElasticSan_MaximumSet_Gen.json | 34 ++++---- ...roups_ListByElasticSan_MinimumSet_Gen.json | 4 +- .../VolumeGroups_Update_MaximumSet_Gen.json | 44 +++++----- .../VolumeGroups_Update_MinimumSet_Gen.json | 6 +- ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 82 +++++++++---------- ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 8 +- .../Volumes_Delete_MaximumSet_Gen.json | 8 +- .../Volumes_Delete_MinimumSet_Gen.json | 8 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 40 ++++----- .../examples/Volumes_Get_MinimumSet_Gen.json | 8 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 40 ++++----- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 6 +- .../Volumes_Update_MaximumSet_Gen.json | 50 +++++------ .../Volumes_Update_MinimumSet_Gen.json | 8 +- 46 files changed, 534 insertions(+), 533 deletions(-) diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index 70a5ab545ac9..beb1ae5cd0a3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -1662,6 +1662,7 @@ "items": { "$ref": "#/definitions/SkuLocationInfo" }, + "x-ms-identifiers": [], "readOnly": true }, "san": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index f153b843316f..6e99254345a4 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { "sku": { @@ -12,13 +12,13 @@ "availabilityZones": [ "aaaaaaaaaaaaaaaaaaaaaaaaa" ], - "baseSizeInGB": 10, - "extendedSizeInTB": 7 + "baseSizeInGB": 18, + "extendedSizeInTB": 22 }, "tags": { - "key2189": "aaaaaaa" + "key4716": "aaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -34,27 +34,27 @@ "aaaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 10, - "extendedSizeInTB": 7, - "totalSizeInTB": 11, - "provisionedIops": 21, - "provisionedMBps": 25 + "baseSizeInGB": 18, + "extendedSizeInTB": 22, + "totalSizeInTB": 23, + "provisionedIops": 19, + "provisionedMBps": 10 }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2189": "aaaaaaa" + "key4716": "aaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -71,27 +71,27 @@ "aaaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 10, - "extendedSizeInTB": 7, - "totalSizeInTB": 11, - "provisionedIops": 21, - "provisionedMBps": 25 + "baseSizeInGB": 18, + "extendedSizeInTB": 22, + "totalSizeInTB": 23, + "provisionedIops": 19, + "provisionedMBps": 10 }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2189": "aaaaaaa" + "key4716": "aaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index c5a9ef0d6bbe..b9f78b54dbd0 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index b4e2d6cecd82..de721d94bded 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "x-ms-force-delete-volumegroups": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index 28e2564c7f17..0df90f9e945e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index 67f795c756cb..a14d9a73f306 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -17,27 +17,27 @@ "aaaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 10, - "extendedSizeInTB": 7, - "totalSizeInTB": 11, - "provisionedIops": 21, - "provisionedMBps": 25 + "baseSizeInGB": 18, + "extendedSizeInTB": 22, + "totalSizeInTB": 23, + "provisionedIops": 19, + "provisionedMBps": 10 }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2189": "aaaaaaa" + "key4716": "aaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index 3f5eff0b78e6..30c171a06717 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index 44aa2980da60..e06246ee44da 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -18,30 +18,30 @@ "aaaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 10, - "extendedSizeInTB": 7, - "totalSizeInTB": 11, - "provisionedIops": 21, - "provisionedMBps": 25 + "baseSizeInGB": 18, + "extendedSizeInTB": 22, + "totalSizeInTB": 23, + "provisionedIops": 19, + "provisionedMBps": 10 }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2189": "aaaaaaa" + "key4716": "aaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index 7c28aa248364..7e75da4f7494 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index 44c79241cda1..bec2f6effbfc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -17,30 +17,30 @@ "aaaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 10, - "extendedSizeInTB": 7, - "totalSizeInTB": 11, - "provisionedIops": 21, - "provisionedMBps": 25 + "baseSizeInGB": 18, + "extendedSizeInTB": 22, + "totalSizeInTB": 23, + "provisionedIops": 19, + "provisionedMBps": 10 }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2189": "aaaaaaa" + "key4716": "aaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index f108b2439177..42153b2297a7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index d6aaf587ac37..cdc7414411ea 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { "sku": { @@ -12,13 +12,13 @@ "availabilityZones": [ "aaaaaaaaaaaaaaaaaaaaaaaaa" ], - "baseSizeInGB": 10, - "extendedSizeInTB": 7 + "baseSizeInGB": 18, + "extendedSizeInTB": 22 }, "tags": { - "key2189": "aaaaaaa" + "key4716": "aaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -34,27 +34,27 @@ "aaaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 10, - "extendedSizeInTB": 7, - "totalSizeInTB": 11, - "provisionedIops": 21, - "provisionedMBps": 25 + "baseSizeInGB": 18, + "extendedSizeInTB": 22, + "totalSizeInTB": 23, + "provisionedIops": 19, + "provisionedMBps": 10 }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, "tags": { - "key2189": "aaaaaaa" + "key4716": "aaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index ca77756de159..ed918ad9971b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index eebe9db92291..28312510451d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,19 +7,19 @@ "body": { "value": [ { - "name": "aaa", + "name": "aaaaaaaaaaa", "isDataAction": true, - "actionType": "aaaaaa", + "actionType": "aaaaaaaaaa", "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaa", - "operation": "aaaaaaaaaa", - "description": "aaaaaa" + "provider": "aaaa", + "resource": "aaaaa", + "operation": "aaa", + "description": "aaaaaaaaa" }, - "origin": "aaa" + "origin": "aaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index 51eacd73ccdf..a186e771056d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,13 +7,13 @@ "body": { "value": [ { - "name": "aaa", + "name": "aaaaaaaaaaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaa", - "operation": "aaaaaaaaaa", - "description": "aaaaaa" + "provider": "aaaa", + "resource": "aaaaa", + "operation": "aaa", + "description": "aaaaaaaaa" } } ] diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json index f17d1041258e..3aea72851115 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json @@ -1,7 +1,7 @@ { "parameters": { "api-version": "2021-11-20-preview", - "$filter": "aaaaaa" + "$filter": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "responses": { "200": { @@ -13,53 +13,53 @@ "tier": "Hero" }, "apiVersions": [ - "aaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ], "locationInfo": [ { - "location": "aaaaaaaaaaa", + "location": "aaaaa", "zones": [ - "aaaaaaaaaaaaaa" + "aaaaaaaaaaaaa" ], "sites": [ - "aaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } ], "san": { - "maxSizePB": 14, - "minSizeTB": 14, - "minIncrementSizeTB": 14, - "maxIopsTB": 24, - "maxMBpsTB": 22, - "maxIops": 29, - "maxMBps": 24, - "maxVolumeGroups": 15 + "maxSizePB": 21, + "minSizeTB": 11, + "minIncrementSizeTB": 20, + "maxIopsTB": 2, + "maxMBpsTB": 15, + "maxIops": 20, + "maxMBps": 7, + "maxVolumeGroups": 18 }, "volumeGroup": { - "maxVolumes": 15, - "maxSnapshots": 5 + "maxVolumes": 27, + "maxSnapshots": 1 }, "volume": { - "maxSizeTB": 10, - "minSizeGB": 4, - "minIncrementSizeGB": 18, - "maxIopsPerGB": 25, + "maxSizeTB": 28, + "minSizeGB": 10, + "minIncrementSizeGB": 30, + "maxIopsPerGB": 2, "maxMBpsPerGB": 27, - "maxIops": 14, - "maxMBps": 23, - "maxSnapshots": 13 + "maxIops": 11, + "maxMBps": 24, + "maxSnapshots": 16 }, "costs": [ { - "meterId": "aaaaaaaaaaaa", - "quantity": 29, - "extendedUnit": "aaaaaaaaaaaaaaaaaa" + "meterId": "aaaaa", + "quantity": 1, + "extendedUnit": "aaaaaaaaaaaaaaaaaaaa" } ] } ], - "nextLink": "aaaaaaaaaaa" + "nextLink": "aaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index 29bb189b6383..224011bbfca1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaa", "parameters": { "sku": { "name": "Standard_LRS" @@ -12,14 +12,14 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key1087": "aaaaaaaaaaaaaaaaaa" + "key4725": "aaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaa" + "location": "aaaaaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -32,26 +32,26 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "provisioningState": "Invalid", "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key1087": "aaaaaaaaaaaaaaaaaa" + "key4725": "aaaaaaaaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaa", - "id": "aaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaa" } }, "201": { @@ -62,26 +62,26 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "provisioningState": "Invalid", "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key1087": "aaaaaaaaaaaaaaaaaa" + "key4725": "aaaaaaaaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaa", - "id": "aaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index ff927e794de2..43281fec522b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 065e7c836435..18eb314a6be4 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 065e7c836435..18eb314a6be4 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index cd9f2af6219b..b7a08a79ecf0 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -16,26 +16,26 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "provisioningState": "Invalid", "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key1087": "aaaaaaaaaaaaaaaaaa" + "key4725": "aaaaaaaaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaa", - "id": "aaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaa" } }, "201": { @@ -46,26 +46,26 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "provisioningState": "Invalid", "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key1087": "aaaaaaaaaaaaaaaaaa" + "key4725": "aaaaaaaaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaa", - "id": "aaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index c557d72a5eb4..6fae205059b8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index 12e6a223b15f..7d91873dcf11 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,11 +1,11 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "filterByVolume": { - "volumeId": "aaaaaaaaaaaaaaaa" + "volumeId": "aa" }, "api-version": "2021-11-20-preview" }, @@ -20,29 +20,29 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "provisioningState": "Invalid", "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key1087": "aaaaaaaaaaaaaaaaaa" + "key4725": "aaaaaaaaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaa", - "id": "aaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index bdb8973de6c5..b38798eaf31e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index 29bb189b6383..224011bbfca1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaa", "parameters": { "sku": { "name": "Standard_LRS" @@ -12,14 +12,14 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key1087": "aaaaaaaaaaaaaaaaaa" + "key4725": "aaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaa" + "location": "aaaaaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -32,26 +32,26 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "provisioningState": "Invalid", "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key1087": "aaaaaaaaaaaaaaaaaa" + "key4725": "aaaaaaaaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaa", - "id": "aaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaa" } }, "201": { @@ -62,26 +62,26 @@ "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "provisioningState": "Invalid", "encryption": "EncryptionAtRestWithPlatformKey" }, "tags": { - "key1087": "aaaaaaaaaaaaaaaaaa" + "key4725": "aaaaaaaaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaa", - "id": "aaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index ff927e794de2..43281fec522b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index b438277c015c..572b1f2eeb11 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { "protocolType": "Iscsi", @@ -12,20 +12,20 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaa", - "state": "aaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaa" + "aaaaaaaaaa" ] } ] } }, "tags": { - "key760": "aaaaaaaaaaaaaaaaa" + "key3535": "aaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -40,31 +40,31 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaa", - "state": "aaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaa" + "aaaaaaaaaa" ] } ] } }, "tags": { - "key760": "aaaaaaaaaaaaaaaaa" + "key3535": "aaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaa", - "name": "aaaa", - "type": "aaaaa" + "location": "aaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "name": "aa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -80,31 +80,31 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaa", - "state": "aaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaa" + "aaaaaaaaaa" ] } ] } }, "tags": { - "key760": "aaaaaaaaaaaaaaaaa" + "key3535": "aaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaa", - "name": "aaaa", - "type": "aaaaa" + "location": "aaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "name": "aa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json index 0e2d5fee1a54..37bbacfea92e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index bd6ef574cd2d..5078343c6fca 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "x-ms-force-delete-volumes-snapshots": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index 4ce3aa9a46fc..8170ef7285f1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index 3ff899cd2951..a8f211a6a012 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -17,31 +17,31 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaa", - "state": "aaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaa" + "aaaaaaaaaa" ] } ] } }, "tags": { - "key760": "aaaaaaaaaaaaaaaaa" + "key3535": "aaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaa", - "name": "aaaa", - "type": "aaaaa" + "location": "aaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "name": "aa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index d0488241d2c8..444493d351e3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index 729c9156be96..ab8434835fc0 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -18,34 +18,34 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaa", - "state": "aaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaa" + "aaaaaaaaaa" ] } ] } }, "tags": { - "key760": "aaaaaaaaaaaaaaaaa" + "key3535": "aaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaa", - "name": "aaaa", - "type": "aaaaa" + "location": "aaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "name": "aa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index 795d67916bad..462f9fc0f3f7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index 67d30979550a..bd9564dddd0d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { "protocolType": "Iscsi", @@ -12,20 +12,20 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaa", - "state": "aaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaa" + "aaaaaaaaaa" ] } ] } }, "tags": { - "key760": "aaaaaaaaaaaaaaaaa" + "key3535": "aaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -40,31 +40,31 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaa", - "state": "aaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaa" + "aaaaaaaaaa" ] } ] } }, "tags": { - "key760": "aaaaaaaaaaaaaaaaa" + "key3535": "aaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaa", - "name": "aaaa", - "type": "aaaaa" + "location": "aaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "name": "aa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index e8244562c973..2c34e8ffc918 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index 39e0818bd4d4..2d801e6462d3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -1,23 +1,23 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { - "volumeId": "aaaaaaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "sizeInGB": 10 + "sizeInGB": 27 }, "tags": { - "key837": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key4042": "aaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -25,37 +25,37 @@ "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "provisioningState": "Invalid", - "sizeInGB": 10, + "sizeInGB": 27, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaa" + "aaaaaaaaaa" ] } }, "tags": { - "key837": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key4042": "aaaaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaa", - "name": "aaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "name": "a", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaa" } }, "201": { @@ -64,37 +64,37 @@ }, "body": { "properties": { - "volumeId": "aaaaaaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "provisioningState": "Invalid", - "sizeInGB": 10, + "sizeInGB": 27, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaa" + "aaaaaaaaaa" ] } }, "tags": { - "key837": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key4042": "aaaaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaa", - "name": "aaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "name": "a", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index 5bce97cb0633..3cb59344e1ef 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index 2aad6abb0d29..0c92410b4fd0 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaa", "x-ms-force-delete-snapshots": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index f2f50678e7f6..9dd52b27354c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index b9cac85da32b..3c05e9aabb71 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,47 +1,47 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "provisioningState": "Invalid", - "sizeInGB": 10, + "sizeInGB": 27, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaa" + "aaaaaaaaaa" ] } }, "tags": { - "key837": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key4042": "aaaaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaa", - "name": "aaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "name": "a", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 14bb2a4c4b3d..24d240e1d0b4 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index 91f4eff62e63..57ce7386f2c8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,40 +12,40 @@ "value": [ { "properties": { - "volumeId": "aaaaaaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "provisioningState": "Invalid", - "sizeInGB": 10, + "sizeInGB": 27, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaa" + "aaaaaaaaaa" ] } }, "tags": { - "key837": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key4042": "aaaaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaa", - "name": "aaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "name": "a", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaa" } ], - "nextLink": "aaaa" + "nextLink": "aaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index bdb8973de6c5..b38798eaf31e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index 9a1652eed8a0..d52ce937df2d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,23 +1,23 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { - "volumeId": "aaaaaaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "sizeInGB": 10 + "sizeInGB": 27 }, "tags": { - "key837": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key4042": "aaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -25,37 +25,37 @@ "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, "provisioningState": "Invalid", - "sizeInGB": 10, + "sizeInGB": 27, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaa" + "aaaaaaaaaa" ] } }, "tags": { - "key837": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key4042": "aaaaaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaa", - "createdByType": "aaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaa" + "createdBy": "aaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaa", - "name": "aaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "name": "a", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaa" } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index 48129c1aa308..f985ee20c400 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaa", + "subscriptionId": "aaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, From 0c847a688049e7239055ed70d090fb7d6a6d6591 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Tue, 4 Jan 2022 02:47:04 -0800 Subject: [PATCH 16/32] Added Export feature for Snapshot --- .../2021-11-20-preview/elasticsan.json | 430 ++++++++++++------ ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 88 ++-- ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 4 +- .../ElasticSans_Delete_MaximumSet_Gen.json | 4 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 4 +- .../ElasticSans_Get_MaximumSet_Gen.json | 40 +- .../ElasticSans_Get_MinimumSet_Gen.json | 4 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 40 +- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 2 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 40 +- ...ans_ListBySubscription_MinimumSet_Gen.json | 2 +- .../ElasticSans_Update_MaximumSet_Gen.json | 56 +-- .../ElasticSans_Update_MinimumSet_Gen.json | 4 +- .../Operations_List_MaximumSet_Gen.json | 16 +- .../Operations_List_MinimumSet_Gen.json | 10 +- .../examples/Skus_List_MaximumSet_Gen.json | 58 +-- ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 95 ++-- ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 8 +- .../Snapshots_Delete_MaximumSet_Gen.json | 8 +- .../Snapshots_Delete_MinimumSet_Gen.json | 8 +- .../Snapshots_Export_MaximumSet_Gen.json | 70 +++ .../Snapshots_Export_MinimumSet_Gen.json | 19 + .../Snapshots_Get_MaximumSet_Gen.json | 84 ++-- .../Snapshots_Get_MinimumSet_Gen.json | 8 +- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 48 +- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 6 +- .../Snapshots_Update_MaximumSet_Gen.json | 95 ++-- .../Snapshots_Update_MinimumSet_Gen.json | 8 +- ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 82 ++-- ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MaximumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 38 +- .../VolumeGroups_Get_MinimumSet_Gen.json | 6 +- ...roups_ListByElasticSan_MaximumSet_Gen.json | 38 +- ...roups_ListByElasticSan_MinimumSet_Gen.json | 4 +- .../VolumeGroups_Update_MaximumSet_Gen.json | 49 +- .../VolumeGroups_Update_MinimumSet_Gen.json | 6 +- ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 94 ++-- ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 8 +- .../Volumes_Delete_MaximumSet_Gen.json | 8 +- .../Volumes_Delete_MinimumSet_Gen.json | 8 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 45 +- .../examples/Volumes_Get_MinimumSet_Gen.json | 8 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 45 +- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 6 +- .../Volumes_Update_MaximumSet_Gen.json | 57 +-- .../Volumes_Update_MinimumSet_Gen.json | 8 +- 48 files changed, 968 insertions(+), 819 deletions(-) create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index beb1ae5cd0a3..78c150e6200a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -311,7 +311,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/ElasticSan" + "$ref": "#/definitions/ElasticSanUpdate" }, "description": "Elastic San object." }, @@ -584,7 +584,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/VolumeGroup" + "$ref": "#/definitions/VolumeGroupUpdate" }, "description": "Volume Group object." }, @@ -821,7 +821,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/Volume" + "$ref": "#/definitions/VolumeUpdate" }, "description": "Volume object." }, @@ -1040,7 +1040,7 @@ "$ref": "#/parameters/VolumeGroupNameParameter" }, { - "$ref": "#/parameters/FilterByVolumeParameter" + "$ref": "#/parameters/FilterByParameter" }, { "$ref": "#/parameters/ApiVersionParameter" @@ -1169,7 +1169,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/Snapshot" + "$ref": "#/definitions/SnapshotUpdate" }, "description": "Snapshot object." }, @@ -1325,6 +1325,76 @@ } } } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots/{snapshotName}/export": { + "post": { + "tags": [ + "Snapshots" + ], + "description": "Export a volume to a different Volume Group in same San account or different San account", + "operationId": "Snapshots_Export", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ElasticSanNameParameter" + }, + { + "$ref": "#/parameters/VolumeGroupNameParameter" + }, + { + "$ref": "#/parameters/SnapshotNameParameter" + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/ExportSnapshot" + }, + "description": "Snapshot object." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK -- Returned when the create or update operation is successfully completed.", + "schema": { + "$ref": "#/definitions/Snapshot" + } + }, + "201": { + "description": "Accepted -- Create or update request accepted; operation will complete asynchronously.", + "schema": { + "$ref": "#/definitions/Snapshot" + } + }, + "default": { + "description": "Error from the RP.", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-ms-long-running-operation": false, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-examples": { + "Snapshots_Export_MaximumSet_Gen": { + "$ref": "./examples/Snapshots_Export_MaximumSet_Gen.json" + }, + "Snapshots_Export_MinimumSet_Gen": { + "$ref": "./examples/Snapshots_Export_MinimumSet_Gen.json" + } + } + } } }, "parameters": { @@ -1379,8 +1449,8 @@ "description": "The name of the Volume.", "x-ms-parameter-location": "method" }, - "FilterByVolumeParameter": { - "name": "filterByVolume", + "FilterByParameter": { + "name": "filterBy", "required": false, "in": "body", "description": "Filter data by Volume name", @@ -1557,8 +1627,8 @@ "description": "Elastic San response properties.", "required": [ "availabilityZones", - "baseSizeInGB", - "extendedSizeInTB" + "baseSizeTB", + "extendedSizeTB" ], "properties": { "sku": { @@ -1577,8 +1647,8 @@ "$ref": "#/definitions/ProvisioningState", "readOnly": true }, - "baseSizeInGB": { - "description": "Base size of the Elastic San appliance in GB.", + "baseSizeTB": { + "description": "Base size of the Elastic San appliance in TB.", "type": "integer", "format": "int64", "x-ms-mutability": [ @@ -1586,7 +1656,7 @@ "create" ] }, - "extendedSizeInTB": { + "extendedSizeTB": { "description": "Extended size of the Elastic San appliance in TB.", "type": "integer", "format": "int64", @@ -1595,7 +1665,7 @@ "create" ] }, - "totalSizeInTB": { + "totalSizeTB": { "description": "Total size of the Elastic San appliance in TB.", "type": "integer", "format": "int64", @@ -1615,6 +1685,52 @@ } } }, + "ElasticSanUpdate": { + "type": "object", + "description": "Response for ElasticSan update request.", + "properties": { + "properties": { + "x-ms-client-flatten": true, + "description": "Properties of ElasticSan.", + "$ref": "#/definitions/ElasticSanUpdateProperties" + }, + "tags": { + "type": "object", + "description": "Update tags", + "additionalProperties": { + "type": "string" + } + } + } + }, + "ElasticSanUpdateProperties": { + "type": "object", + "description": "Elastic San update properties.", + "required": [ + "baseSizeTB", + "extendedSizeTB" + ], + "properties": { + "baseSizeTB": { + "description": "Base size of the Elastic San appliance in TB.", + "type": "integer", + "format": "int64", + "x-ms-mutability": [ + "read", + "create" + ] + }, + "extendedSizeTB": { + "description": "Extended size of the Elastic San appliance in TB.", + "type": "integer", + "format": "int64", + "x-ms-mutability": [ + "read", + "create" + ] + } + } + }, "AvailabilityZone": { "type": "string", "description": "Availability zone." @@ -1679,15 +1795,6 @@ "description": "Volume targets for the San account for a given tier", "type": "object", "$ref": "#/definitions/VolumeTierInfo" - }, - "costs": { - "description": "The pricing info of the Sku.", - "type": "array", - "items": { - "$ref": "#/definitions/SkuCost" - }, - "x-ms-identifiers": [], - "readOnly": true } } }, @@ -1695,31 +1802,31 @@ "description": "San scalability target", "type": "object", "properties": { - "maxSizePB": { + "maxSizeTB": { "type": "integer", "format": "int64", - "description": "Maximum San account capacity in PiB", + "description": "Maximum San account capacity in TB", "readOnly": true }, "minSizeTB": { "type": "integer", "format": "int64", - "description": "Minimum San account capacity in PiB", + "description": "Minimum San account capacity in TB", "readOnly": true }, "minIncrementSizeTB": { "type": "integer", "format": "int64", - "description": "Increment the San capacity in TiB", + "description": "Increment the San capacity in TB", "readOnly": true }, - "maxIopsTB": { + "maxIopsPerTB": { "type": "integer", "format": "int64", "description": "Maximum IOPS", "readOnly": true }, - "maxMBpsTB": { + "maxMBpsPerTB": { "type": "integer", "format": "int64", "description": "Maximum MBps", @@ -1737,7 +1844,7 @@ "description": "Maximum MBps", "readOnly": true }, - "maxVolumeGroups": { + "maxVolumeGroupCount": { "type": "integer", "format": "int64", "description": "Maximum number of volume groups per San account", @@ -1749,13 +1856,13 @@ "description": "Volume Group scalability target", "type": "object", "properties": { - "maxVolumes": { + "maxVolumeCount": { "type": "integer", "format": "int64", "description": "Maximum number of Volumes per Volume Groups per San account", "readOnly": true }, - "maxSnapshots": { + "maxSnapshotCount": { "type": "integer", "format": "int64", "description": "Maximum number of Snapshots per Volume Groups per San account", @@ -1767,22 +1874,22 @@ "description": "Volume scalability target", "type": "object", "properties": { - "maxSizeTB": { + "maxSizeGB": { "type": "integer", "format": "int64", - "description": "Maximum San account capacity in TiB", + "description": "Maximum San account capacity in GB", "readOnly": true }, "minSizeGB": { "type": "integer", "format": "int64", - "description": "Minimum San account capacity in GiB", + "description": "Minimum San account capacity in GB", "readOnly": true }, "minIncrementSizeGB": { "type": "integer", "format": "int64", - "description": "Increment the San capacity in TiB", + "description": "Increment the San capacity in TB", "readOnly": true }, "maxIopsPerGB": { @@ -1809,7 +1916,7 @@ "description": "Maximum MBps", "readOnly": true }, - "maxSnapshots": { + "maxSnapshotCount": { "type": "integer", "format": "int64", "description": "Maximum number of Snapshots per Volume", @@ -1833,36 +1940,6 @@ "type": "string" }, "readOnly": true - }, - "sites": { - "description": "The sites.", - "type": "array", - "items": { - "type": "string" - }, - "readOnly": true - } - } - }, - "SkuCost": { - "description": "The metadata for retrieving price info.", - "type": "object", - "properties": { - "meterId": { - "description": "Used for querying price from commerce.", - "type": "string", - "readOnly": true - }, - "quantity": { - "format": "int64", - "description": "The cost quantity.", - "type": "integer", - "readOnly": true - }, - "extendedUnit": { - "description": "The extended unit.", - "type": "string", - "readOnly": true } } }, @@ -1962,18 +2039,6 @@ "description": "Properties of VolumeGroup.", "$ref": "#/definitions/VolumeGroupProperties" }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "x-ms-mutability": [ - "read", - "create", - "update" - ], - "description": "Resource tags." - }, "systemData": { "description": "Resource metadata required by ARM RPC", "readOnly": true, @@ -2038,26 +2103,58 @@ } } }, - "Volume": { + "VolumeGroupUpdate": { "type": "object", - "description": "Response for Volume request.", + "description": "Volume Group request.", "properties": { "properties": { "x-ms-client-flatten": true, - "description": "Properties of Volume.", - "$ref": "#/definitions/VolumeProperties" + "description": "Properties of VolumeGroup.", + "$ref": "#/definitions/VolumeGroupUpdateProperties" }, "tags": { "type": "object", "additionalProperties": { "type": "string" }, + "description": "Resource tags." + } + } + }, + "VolumeGroupUpdateProperties": { + "type": "object", + "description": "VolumeGroup response properties.", + "required": [ + "protocolType", + "encryption" + ], + "properties": { + "protocolType": { + "description": "Type of storage target", + "$ref": "#/definitions/StorageTargetType" + }, + "encryption": { + "description": "Type of encryption", + "$ref": "#/definitions/EncryptionType" + }, + "networkAcls": { + "$ref": "#/definitions/NetworkRuleSet", + "description": "A collection of rules governing the accessibility from specific network locations.", "x-ms-mutability": [ - "read", "create", - "update" - ], - "description": "Resource tags." + "read" + ] + } + } + }, + "Volume": { + "type": "object", + "description": "Response for Volume request.", + "properties": { + "properties": { + "x-ms-client-flatten": true, + "description": "Properties of Volume.", + "$ref": "#/definitions/VolumeProperties" }, "systemData": { "description": "Resource metadata required by ARM RPC", @@ -2113,13 +2210,9 @@ }, "creationData": { "description": "State of the operation on the resource.", - "$ref": "#/definitions/CreationData" + "$ref": "#/definitions/SourceCreationData" }, - "provisioningState": { - "description": "State of the operation on the resource.", - "$ref": "#/definitions/ProvisioningState" - }, - "sizeInGB": { + "sizeGB": { "description": "Volume size.", "type": "integer", "format": "int64" @@ -2130,29 +2223,43 @@ } } }, - "Snapshot": { + "VolumeUpdate": { "type": "object", - "description": "Response for Volume Snapshot request.", + "description": "Response for Volume request.", "properties": { - "sku": { - "$ref": "#/definitions/SnapshotSku" - }, "properties": { "x-ms-client-flatten": true, - "description": "Properties of Volume Snapshot.", - "$ref": "#/definitions/SnapshotProperties" + "description": "Properties of Volume.", + "$ref": "#/definitions/VolumeUpdateProperties" }, "tags": { "type": "object", "additionalProperties": { "type": "string" }, - "x-ms-mutability": [ - "read", - "create", - "update" - ], "description": "Resource tags." + } + } + }, + "VolumeUpdateProperties": { + "type": "object", + "description": "Volume response properties.", + "properties": { + "sizeGB": { + "description": "Volume size.", + "type": "integer", + "format": "int64" + } + } + }, + "Snapshot": { + "type": "object", + "description": "Response for Volume Snapshot request.", + "properties": { + "properties": { + "x-ms-client-flatten": true, + "description": "Properties of Volume Snapshot.", + "$ref": "#/definitions/SnapshotProperties" }, "systemData": { "description": "Resource metadata required by ARM RPC", @@ -2166,6 +2273,22 @@ } ] }, + "ExportSnapshot": { + "type": "object", + "description": "Response for Volume Snapshot request to export.", + "properties": { + "properties": { + "x-ms-client-flatten": true, + "description": "Properties of Export Volume Snapshot.", + "$ref": "#/definitions/ExportSnapshotProperties" + } + }, + "allOf": [ + { + "$ref": "#/definitions/Resource" + } + ] + }, "SnapshotSku": { "type": "object", "properties": { @@ -2227,19 +2350,44 @@ "properties": { "creationData": { "description": "State of the operation on the resource.", - "$ref": "#/definitions/CreationData" - }, - "provisioningState": { - "description": "Snapshot provisioning state", - "$ref": "#/definitions/ProvisioningState" - }, - "encryption": { - "$ref": "#/definitions/EncryptionType", - "description": "Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys." + "$ref": "#/definitions/SnapshotCreationData" + } + } + }, + "SnapshotUpdate": { + "type": "object", + "description": "Snapshot request.", + "properties": { + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." + } + } + }, + "ExportSnapshotProperties": { + "type": "object", + "description": "Properties for Snapshot.", + "properties": { + "creationData": { + "description": "State of the operation on the resource.", + "$ref": "#/definitions/TargetCreationData" } } }, - "CreationData": { + "SnapshotCreationData": { + "type": "object", + "description": "Data used when creating a disk.", + "properties": { + "sourceUri": { + "type": "string", + "description": "If createOption is Copy, this is the ARM id of the source snapshot or disk. If createOption is Restore, this is the ARM-like id of the source disk restore point." + } + } + }, + "SourceCreationData": { "type": "object", "description": "Data used when creating a disk.", "required": [ @@ -2267,6 +2415,19 @@ } } }, + "TargetCreationData": { + "type": "object", + "description": "Data used when creating a disk.", + "required": [ + "targetUri" + ], + "properties": { + "targetUri": { + "type": "string", + "description": "Target location for the source to be copied or exported" + } + } + }, "Error": { "type": "object", "description": "The resource management error response.", @@ -2394,18 +2555,6 @@ "description": "The resource model definition for a ARM tracked top level resource.", "type": "object", "properties": { - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "x-ms-mutability": [ - "read", - "create", - "update" - ], - "description": "Resource tags." - }, "location": { "type": "string", "x-ms-mutability": [ @@ -2422,35 +2571,34 @@ ] }, "Resource": { - "description": "ARM resource model definition.", "type": "object", "properties": { "id": { - "readOnly": true, "type": "string", - "description": "Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" + "description": "Azure resource identifier.", + "readOnly": true }, "name": { - "readOnly": true, "type": "string", - "description": "The name of the resource" + "description": "Azure resource name.", + "readOnly": true }, "type": { - "readOnly": true, "type": "string", - "description": "The type of the resource." + "description": "Azure resource type.", + "readOnly": true + }, + "tags": { + "type": "object", + "description": "Azure resource tags.", + "additionalProperties": { + "type": "string" + } } }, + "description": "The resource model definition.", "x-ms-azure-resource": true }, - "ProxyResource": { - "description": "The resource model definition for a ARM proxy resource. It will have everything other than required location and tags", - "allOf": [ - { - "$ref": "#/definitions/Resource" - } - ] - }, "ErrorAdditionalInfo": { "description": "The resource management error additional info.", "type": "object", diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index 6e99254345a4..53850743f443 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", "parameters": { "properties": { "sku": { @@ -10,15 +10,15 @@ "tier": "Hero" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], - "baseSizeInGB": 18, - "extendedSizeInTB": 22 + "baseSizeTB": 15, + "extendedSizeTB": 21 }, + "location": "aaaaaaaaaaaaaaaaaaaa", "tags": { - "key4716": "aaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaa" + "key5747": "aaaaaaaaaa" + } }, "api-version": "2021-11-20-preview" }, @@ -31,30 +31,30 @@ "tier": "Hero" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 18, - "extendedSizeInTB": 22, - "totalSizeInTB": 23, - "provisionedIops": 19, - "provisionedMBps": 10 + "baseSizeTB": 15, + "extendedSizeTB": 21, + "totalSizeTB": 5, + "provisionedIops": 30, + "provisionedMBps": 14 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key4716": "aaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key5747": "aaaaaaaaaa" + } } }, "201": { @@ -68,30 +68,30 @@ "tier": "Hero" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 18, - "extendedSizeInTB": 22, - "totalSizeInTB": 23, - "provisionedIops": 19, - "provisionedMBps": 10 + "baseSizeTB": 15, + "extendedSizeTB": 21, + "totalSizeTB": 5, + "provisionedIops": 30, + "provisionedMBps": 14 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key4716": "aaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key5747": "aaaaaaaaaa" + } } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index b9f78b54dbd0..c3465ed10beb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index de721d94bded..2a199694fea6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", "x-ms-force-delete-volumegroups": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index 0df90f9e945e..0b744b25f8a9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index a14d9a73f306..b94e75ea5fd5 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,30 +14,30 @@ "tier": "Hero" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 18, - "extendedSizeInTB": 22, - "totalSizeInTB": 23, - "provisionedIops": 19, - "provisionedMBps": 10 + "baseSizeTB": 15, + "extendedSizeTB": 21, + "totalSizeTB": 5, + "provisionedIops": 30, + "provisionedMBps": 14 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key4716": "aaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key5747": "aaaaaaaaaa" + } } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index 30c171a06717..70a472c58ee9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index e06246ee44da..863fc5218135 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -15,33 +15,33 @@ "tier": "Hero" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 18, - "extendedSizeInTB": 22, - "totalSizeInTB": 23, - "provisionedIops": 19, - "provisionedMBps": 10 + "baseSizeTB": 15, + "extendedSizeTB": 21, + "totalSizeTB": 5, + "provisionedIops": 30, + "provisionedMBps": 14 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key4716": "aaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key5747": "aaaaaaaaaa" + } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "a" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index 7e75da4f7494..8b775265aec4 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index bec2f6effbfc..75be5158620b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,33 +14,33 @@ "tier": "Hero" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 18, - "extendedSizeInTB": 22, - "totalSizeInTB": 23, - "provisionedIops": 19, - "provisionedMBps": 10 + "baseSizeTB": 15, + "extendedSizeTB": 21, + "totalSizeTB": 5, + "provisionedIops": 30, + "provisionedMBps": 14 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key4716": "aaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key5747": "aaaaaaaaaa" + } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "a" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index 42153b2297a7..d0b1248ecf97 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index cdc7414411ea..a7da67d602cd 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,24 +1,16 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", "parameters": { "properties": { - "sku": { - "name": "Standard_LRS", - "tier": "Hero" - }, - "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" - ], - "baseSizeInGB": 18, - "extendedSizeInTB": 22 + "baseSizeTB": 14, + "extendedSizeTB": 3 }, "tags": { - "key4716": "aaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaa" + "key745": "aaaaaaaaaaa" + } }, "api-version": "2021-11-20-preview" }, @@ -31,30 +23,30 @@ "tier": "Hero" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeInGB": 18, - "extendedSizeInTB": 22, - "totalSizeInTB": 23, - "provisionedIops": 19, - "provisionedMBps": 10 + "baseSizeTB": 15, + "extendedSizeTB": 21, + "totalSizeTB": 5, + "provisionedIops": 30, + "provisionedMBps": 14 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key4716": "aaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key5747": "aaaaaaaaaa" + } } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index ed918ad9971b..02c4c5233272 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index 28312510451d..f47f16d1e754 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,19 +7,19 @@ "body": { "value": [ { - "name": "aaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", "isDataAction": true, - "actionType": "aaaaaaaaaa", + "actionType": "aaaaaaaa", "display": { - "provider": "aaaa", - "resource": "aaaaa", - "operation": "aaa", - "description": "aaaaaaaaa" + "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaaaaaaaaaa", + "operation": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "origin": "aaaaaaaaaaaa" + "origin": "aaaaaaaaaaaaaaa" } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index a186e771056d..a7dd731f9ed2 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,13 +7,13 @@ "body": { "value": [ { - "name": "aaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaa", "isDataAction": true, "display": { - "provider": "aaaa", - "resource": "aaaaa", - "operation": "aaa", - "description": "aaaaaaaaa" + "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaaaaaaaaaa", + "operation": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } ] diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json index 3aea72851115..e59206b8e205 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json @@ -1,7 +1,7 @@ { "parameters": { "api-version": "2021-11-20-preview", - "$filter": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "$filter": "aaaaaa" }, "responses": { "200": { @@ -13,53 +13,43 @@ "tier": "Hero" }, "apiVersions": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ], "locationInfo": [ { - "location": "aaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaa", "zones": [ - "aaaaaaaaaaaaa" - ], - "sites": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ] } ], "san": { - "maxSizePB": 21, - "minSizeTB": 11, - "minIncrementSizeTB": 20, - "maxIopsTB": 2, - "maxMBpsTB": 15, - "maxIops": 20, - "maxMBps": 7, - "maxVolumeGroups": 18 + "maxSizeTB": 9, + "minSizeTB": 14, + "minIncrementSizeTB": 13, + "maxIopsPerTB": 26, + "maxMBpsPerTB": 20, + "maxIops": 26, + "maxMBps": 3, + "maxVolumeGroupCount": 21 }, "volumeGroup": { - "maxVolumes": 27, - "maxSnapshots": 1 + "maxVolumeCount": 10, + "maxSnapshotCount": 8 }, "volume": { - "maxSizeTB": 28, - "minSizeGB": 10, - "minIncrementSizeGB": 30, - "maxIopsPerGB": 2, - "maxMBpsPerGB": 27, - "maxIops": 11, - "maxMBps": 24, - "maxSnapshots": 16 - }, - "costs": [ - { - "meterId": "aaaaa", - "quantity": 1, - "extendedUnit": "aaaaaaaaaaaaaaaaaaaa" - } - ] + "maxSizeGB": 13, + "minSizeGB": 19, + "minIncrementSizeGB": 16, + "maxIopsPerGB": 20, + "maxMBpsPerGB": 3, + "maxIops": 27, + "maxMBps": 25, + "maxSnapshotCount": 19 + } } ], - "nextLink": "aaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index 224011bbfca1..71181766f1ca 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -1,87 +1,70 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", + "snapshotName": "a", "parameters": { - "sku": { - "name": "Standard_LRS" - }, "properties": { "creationData": { - "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" - }, - "encryption": "EncryptionAtRestWithPlatformKey" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + } }, + "location": "aaaaaaaaaaaaaa", "tags": { - "key4725": "aaaaaaaaaaaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaaaaaa" + "key4613": "aaaaaaaaaaaaaaaaaaa" + } }, "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { - "sku": { - "name": "Standard_LRS" - }, "properties": { "creationData": { - "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" - }, - "provisioningState": "Invalid", - "encryption": "EncryptionAtRestWithPlatformKey" - }, - "tags": { - "key4725": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaa" + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa", + "tags": { + "key4613": "aaaaaaaaaaaaaaaaaaa" + } } }, "201": { "body": { - "sku": { - "name": "Standard_LRS" - }, "properties": { "creationData": { - "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" - }, - "provisioningState": "Invalid", - "encryption": "EncryptionAtRestWithPlatformKey" - }, - "tags": { - "key4725": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaa" + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa", + "tags": { + "key4613": "aaaaaaaaaaaaaaaaaaa" + } } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index 43281fec522b..9ef7caaa62cc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", + "snapshotName": "a", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 18eb314a6be4..170ba48ebcaf 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", + "snapshotName": "a", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 18eb314a6be4..170ba48ebcaf 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", + "snapshotName": "a", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json new file mode 100644 index 000000000000..40c85decd9e3 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json @@ -0,0 +1,70 @@ +{ + "parameters": { + "subscriptionId": "aaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", + "snapshotName": "a", + "parameters": { + "properties": { + "creationData": { + "targetUri": "aaaaaaaaaaaaa" + } + }, + "tags": { + "key3683": "aaaaaaaaaaaaaaaa" + } + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "creationData": { + "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + } + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa", + "tags": { + "key4613": "aaaaaaaaaaaaaaaaaaa" + } + } + }, + "201": { + "body": { + "properties": { + "creationData": { + "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + } + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa", + "tags": { + "key4613": "aaaaaaaaaaaaaaaaaaa" + } + } + } + } +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json new file mode 100644 index 000000000000..9ef7caaa62cc --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "parameters": { + "subscriptionId": "aaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", + "snapshotName": "a", + "parameters": {}, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": {} + }, + "201": { + "body": {} + } + } +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index b7a08a79ecf0..633b58843f1b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -1,71 +1,59 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", + "snapshotName": "a", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { - "sku": { - "name": "Standard_LRS" - }, "properties": { "creationData": { - "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" - }, - "provisioningState": "Invalid", - "encryption": "EncryptionAtRestWithPlatformKey" - }, - "tags": { - "key4725": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa", + "tags": { + "key4613": "aaaaaaaaaaaaaaaaaaa" + } } }, "201": { "body": { - "sku": { - "name": "Standard_LRS" - }, "properties": { "creationData": { - "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" - }, - "provisioningState": "Invalid", - "encryption": "EncryptionAtRestWithPlatformKey" - }, - "tags": { - "key4725": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" + }, + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa", + "tags": { + "key4613": "aaaaaaaaaaaaaaaaaaa" + } } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index 6fae205059b8..8f581fb6658a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", + "snapshotName": "a", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index 7d91873dcf11..1f95cc26fbbb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,11 +1,11 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "filterByVolume": { - "volumeId": "aa" + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", + "filterBy": { + "volumeId": "aaaaaaaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -14,35 +14,29 @@ "body": { "value": [ { - "sku": { - "name": "Standard_LRS" - }, "properties": { "creationData": { - "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" - }, - "provisioningState": "Invalid", - "encryption": "EncryptionAtRestWithPlatformKey" - }, - "tags": { - "key4725": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaa" + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa", + "tags": { + "key4613": "aaaaaaaaaaaaaaaaaaa" + } } ], - "nextLink": "aaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index b38798eaf31e..ba2d0e4188da 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index 224011bbfca1..d090089e29b2 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -1,87 +1,64 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", + "snapshotName": "a", "parameters": { - "sku": { - "name": "Standard_LRS" - }, - "properties": { - "creationData": { - "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" - }, - "encryption": "EncryptionAtRestWithPlatformKey" - }, "tags": { - "key4725": "aaaaaaaaaaaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaaaaaa" + "key8665": "aaaaaaaaaaaaaaaaaaaa" + } }, "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { - "sku": { - "name": "Standard_LRS" - }, "properties": { "creationData": { - "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" - }, - "provisioningState": "Invalid", - "encryption": "EncryptionAtRestWithPlatformKey" - }, - "tags": { - "key4725": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaa" + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa", + "tags": { + "key4613": "aaaaaaaaaaaaaaaaaaa" + } } }, "201": { "body": { - "sku": { - "name": "Standard_LRS" - }, "properties": { "creationData": { - "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" - }, - "provisioningState": "Invalid", - "encryption": "EncryptionAtRestWithPlatformKey" - }, - "tags": { - "key4725": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaa" + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa", + "tags": { + "key4613": "aaaaaaaaaaaaaaaaaaa" + } } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index 43281fec522b..9ef7caaa62cc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", + "snapshotName": "a", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index 572b1f2eeb11..46854fd1826a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", "parameters": { "properties": { "protocolType": "Iscsi", @@ -12,20 +12,20 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaa" + "aaaaaaaaaaaaaaaa" ] } ] } }, + "location": "aaaaaa", "tags": { - "key3535": "aaaaaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaaaa" + "key9717": "aaaaaaaaaaaaaaa" + } }, "api-version": "2021-11-20-preview" }, @@ -40,31 +40,31 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaa" + "aaaaaaaaaaaaaaaa" ] } ] } }, - "tags": { - "key3535": "aaaaaaaaaaaaaaaaaaaa" - }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaa", - "name": "aa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaa", + "id": "aaaaaaaaaaa", + "name": "aaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa", + "tags": { + "key9717": "aaaaaaaaaaaaaaa" + } } }, "201": { @@ -80,31 +80,31 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaa" + "aaaaaaaaaaaaaaaa" ] } ] } }, - "tags": { - "key3535": "aaaaaaaaaaaaaaaaaaaa" - }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaa", - "name": "aa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaa", + "id": "aaaaaaaaaaa", + "name": "aaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa", + "tags": { + "key9717": "aaaaaaaaaaaaaaa" + } } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json index 37bbacfea92e..36273f64b00a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index 5078343c6fca..65d0a2c5b2d2 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", "x-ms-force-delete-volumes-snapshots": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index 8170ef7285f1..e58e995eb896 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index a8f211a6a012..71c6ad2d2129 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -17,31 +17,31 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaa" + "aaaaaaaaaaaaaaaa" ] } ] } }, - "tags": { - "key3535": "aaaaaaaaaaaaaaaaaaaa" - }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaa", - "name": "aa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaa", + "id": "aaaaaaaaaaa", + "name": "aaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa", + "tags": { + "key9717": "aaaaaaaaaaaaaaa" + } } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index 444493d351e3..b9f973f1e547 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index ab8434835fc0..12a9cd0d0758 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", "api-version": "2021-11-20-preview" }, "responses": { @@ -18,34 +18,34 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaa" + "aaaaaaaaaaaaaaaa" ] } ] } }, - "tags": { - "key3535": "aaaaaaaaaaaaaaaaaaaa" - }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaa", - "name": "aa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaa", + "id": "aaaaaaaaaaa", + "name": "aaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa", + "tags": { + "key9717": "aaaaaaaaaaaaaaa" + } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index 462f9fc0f3f7..0044690d4594 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index bd9564dddd0d..e2db3ac9f325 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", "parameters": { "properties": { "protocolType": "Iscsi", @@ -12,20 +12,19 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaa" + "aaaaaaaaaaaaaaaa" ] } ] } }, "tags": { - "key3535": "aaaaaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaaaa" + "key4097": "aaaaaaaaaaaaaa" + } }, "api-version": "2021-11-20-preview" }, @@ -40,31 +39,31 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaa" + "aaaaaaaaaaaaaaaa" ] } ] } }, - "tags": { - "key3535": "aaaaaaaaaaaaaaaaaaaa" - }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaa", - "name": "aa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaa", + "id": "aaaaaaaaaaa", + "name": "aaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaa", + "tags": { + "key9717": "aaaaaaaaaaaaaaa" + } } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index 2c34e8ffc918..534775c171d7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index 2d801e6462d3..8b0d79146734 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -1,23 +1,23 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", + "volumeName": "aaaa", "parameters": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "a" }, - "sizeInGB": 27 + "sizeGB": 28 }, + "location": "aaaaaaaaaa", "tags": { - "key4042": "aaaaaaaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key2971": "aaaaaaa" + } }, "api-version": "2021-11-20-preview" }, @@ -25,37 +25,36 @@ "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "a" }, - "provisioningState": "Invalid", - "sizeInGB": 27, + "sizeGB": 28, "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaa" + "aaaaaaaaaaaaaaaa" ] } }, - "tags": { - "key4042": "aaaaaaaaaaaaaaaaaaaaaa" - }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaa", - "name": "a", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaa", + "tags": { + "key2971": "aaaaaaa" + } } }, "201": { @@ -64,37 +63,36 @@ }, "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "a" }, - "provisioningState": "Invalid", - "sizeInGB": 27, + "sizeGB": 28, "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaa" + "aaaaaaaaaaaaaaaa" ] } }, - "tags": { - "key4042": "aaaaaaaaaaaaaaaaaaaaaa" - }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaa", - "name": "a", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaa", + "tags": { + "key2971": "aaaaaaa" + } } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index 3cb59344e1ef..045b3f92bad8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", + "volumeName": "aaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index 0c92410b4fd0..f5784b0c49d3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", + "volumeName": "aaaa", "x-ms-force-delete-snapshots": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index 9dd52b27354c..14eed1cc76b3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", + "volumeName": "aaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index 3c05e9aabb71..e7159cd8bf42 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,47 +1,46 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", + "volumeName": "aaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "a" }, - "provisioningState": "Invalid", - "sizeInGB": 27, + "sizeGB": 28, "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaa" + "aaaaaaaaaaaaaaaa" ] } }, - "tags": { - "key4042": "aaaaaaaaaaaaaaaaaaaaaa" - }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaa", - "name": "a", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaa", + "tags": { + "key2971": "aaaaaaa" + } } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 24d240e1d0b4..37f22d6c0d74 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", + "volumeName": "aaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index 57ce7386f2c8..51fad758bb0d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,40 +12,39 @@ "value": [ { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "a" }, - "provisioningState": "Invalid", - "sizeInGB": 27, + "sizeGB": 28, "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaa" + "aaaaaaaaaaaaaaaa" ] } }, - "tags": { - "key4042": "aaaaaaaaaaaaaaaaaaaaaa" - }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaa", - "name": "a", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaa", + "tags": { + "key2971": "aaaaaaa" + } } ], - "nextLink": "aaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index b38798eaf31e..ba2d0e4188da 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index d52ce937df2d..ba0a01090dce 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,23 +1,17 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", + "volumeName": "aaaa", "parameters": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "creationData": { - "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" - }, - "sizeInGB": 27 + "sizeGB": 17 }, "tags": { - "key4042": "aaaaaaaaaaaaaaaaaaaaaa" - }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key3107": "aaaaaaaaaaaaa" + } }, "api-version": "2021-11-20-preview" }, @@ -25,37 +19,36 @@ "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "a" }, - "provisioningState": "Invalid", - "sizeInGB": 27, + "sizeGB": 28, "storageTarget": { - "targetIqn": "aaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaa" + "aaaaaaaaaaaaaaaa" ] } }, - "tags": { - "key4042": "aaaaaaaaaaaaaaaaaaaaaa" - }, "systemData": { - "createdBy": "aaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaa", - "name": "a", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "location": "aaaaaaaaaa", + "id": "aaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaa", + "tags": { + "key2971": "aaaaaaa" + } } }, "202": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index f985ee20c400..76b18d03c302 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaa", + "subscriptionId": "aaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aa", + "volumeGroupName": "aaaaaaaaaaaaaaaa", + "volumeName": "aaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, From 9e61d624cd7bdad3200038c39b26e5ce65135e68 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Tue, 4 Jan 2022 02:58:28 -0800 Subject: [PATCH 17/32] Updated with Sku level settings --- .../2021-11-20-preview/elasticsan.json | 23 ++--- ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 88 +++++++++---------- ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 4 +- .../ElasticSans_Delete_MaximumSet_Gen.json | 4 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 4 +- .../ElasticSans_Get_MaximumSet_Gen.json | 40 ++++----- .../ElasticSans_Get_MinimumSet_Gen.json | 4 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 40 ++++----- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 2 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 40 ++++----- ...ans_ListBySubscription_MinimumSet_Gen.json | 2 +- .../ElasticSans_Update_MaximumSet_Gen.json | 46 +++++----- .../ElasticSans_Update_MinimumSet_Gen.json | 4 +- .../Operations_List_MaximumSet_Gen.json | 16 ++-- .../Operations_List_MinimumSet_Gen.json | 10 +-- .../examples/Skus_List_MaximumSet_Gen.json | 47 +++++----- ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 62 ++++++------- ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 8 +- .../Snapshots_Delete_MaximumSet_Gen.json | 8 +- .../Snapshots_Delete_MinimumSet_Gen.json | 8 +- .../Snapshots_Export_MaximumSet_Gen.json | 60 ++++++------- .../Snapshots_Export_MinimumSet_Gen.json | 8 +- .../Snapshots_Get_MaximumSet_Gen.json | 56 ++++++------ .../Snapshots_Get_MinimumSet_Gen.json | 8 +- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 32 +++---- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 6 +- .../Snapshots_Update_MaximumSet_Gen.json | 58 ++++++------ .../Snapshots_Update_MinimumSet_Gen.json | 8 +- ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 72 +++++++-------- ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MaximumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 34 +++---- .../VolumeGroups_Get_MinimumSet_Gen.json | 6 +- ...roups_ListByElasticSan_MaximumSet_Gen.json | 34 +++---- ...roups_ListByElasticSan_MinimumSet_Gen.json | 4 +- .../VolumeGroups_Update_MaximumSet_Gen.json | 42 ++++----- .../VolumeGroups_Update_MinimumSet_Gen.json | 6 +- ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 74 ++++++++-------- ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 6 +- .../Volumes_Delete_MaximumSet_Gen.json | 6 +- .../Volumes_Delete_MinimumSet_Gen.json | 6 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 36 ++++---- .../examples/Volumes_Get_MinimumSet_Gen.json | 6 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 38 ++++---- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 6 +- .../Volumes_Update_MaximumSet_Gen.json | 40 ++++----- .../Volumes_Update_MinimumSet_Gen.json | 6 +- 48 files changed, 563 insertions(+), 573 deletions(-) diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index 78c150e6200a..ccec1c694ced 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -1543,17 +1543,9 @@ "type": "boolean", "description": "Indicates whether the operation applies to data-plane." }, - "actionType": { - "type": "string", - "description": "Indicates the action type." - }, "display": { "description": "Additional metadata about RP operation.", "$ref": "#/definitions/ElasticSanOperationDisplay" - }, - "origin": { - "type": "string", - "description": "The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX." } } }, @@ -1921,6 +1913,12 @@ "format": "int64", "description": "Maximum number of Snapshots per Volume", "readOnly": true + }, + "maxConnectedClientCount": { + "type": "integer", + "format": "int64", + "description": "Maximum number of connected clients count per Volume", + "readOnly": true } } }, @@ -1976,9 +1974,7 @@ "tier": { "type": "string", "enum": [ - "Hero", - "Satellite", - "Hub" + "Standard" ], "x-ms-enum": { "name": "tier", @@ -2296,7 +2292,6 @@ "type": "string", "enum": [ "Standard_LRS", - "Premium_LRS", "Standard_ZRS" ], "x-ms-enum": { @@ -2307,10 +2302,6 @@ "value": "Standard_LRS", "description": "Standard HDD locally redundant storage" }, - { - "value": "Premium_LRS", - "description": "Premium SSD locally redundant storage" - }, { "value": "Standard_ZRS", "description": "Standard zone redundant storage" diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index 53850743f443..d999c459bb83 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -1,23 +1,23 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { "sku": { "name": "Standard_LRS", - "tier": "Hero" + "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], - "baseSizeTB": 15, - "extendedSizeTB": 21 + "baseSizeTB": 6, + "extendedSizeTB": 4 }, - "location": "aaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaa", "tags": { - "key5747": "aaaaaaaaaa" + "key9350": "aaa" } }, "api-version": "2021-11-20-preview" @@ -28,32 +28,32 @@ "properties": { "sku": { "name": "Standard_LRS", - "tier": "Hero" + "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 15, - "extendedSizeTB": 21, - "totalSizeTB": 5, - "provisionedIops": 30, - "provisionedMBps": 14 + "baseSizeTB": 6, + "extendedSizeTB": 4, + "totalSizeTB": 25, + "provisionedIops": 25, + "provisionedMBps": 25 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa", "tags": { - "key5747": "aaaaaaaaaa" + "key9350": "aaa" } } }, @@ -65,32 +65,32 @@ "properties": { "sku": { "name": "Standard_LRS", - "tier": "Hero" + "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 15, - "extendedSizeTB": 21, - "totalSizeTB": 5, - "provisionedIops": 30, - "provisionedMBps": 14 + "baseSizeTB": 6, + "extendedSizeTB": 4, + "totalSizeTB": 25, + "provisionedIops": 25, + "provisionedMBps": 25 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa", "tags": { - "key5747": "aaaaaaaaaa" + "key9350": "aaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index c3465ed10beb..55f0d5031310 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index 2a199694fea6..3cf37cb293ad 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "x-ms-force-delete-volumegroups": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index 0b744b25f8a9..e22ca771fad1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index b94e75ea5fd5..c8e38fcbd769 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -11,32 +11,32 @@ "properties": { "sku": { "name": "Standard_LRS", - "tier": "Hero" + "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 15, - "extendedSizeTB": 21, - "totalSizeTB": 5, - "provisionedIops": 30, - "provisionedMBps": 14 + "baseSizeTB": 6, + "extendedSizeTB": 4, + "totalSizeTB": 25, + "provisionedIops": 25, + "provisionedMBps": 25 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa", "tags": { - "key5747": "aaaaaaaaaa" + "key9350": "aaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index 70a472c58ee9..6f009eaf0177 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index 863fc5218135..0913c68b8fdc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -12,36 +12,36 @@ "properties": { "sku": { "name": "Standard_LRS", - "tier": "Hero" + "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 15, - "extendedSizeTB": 21, - "totalSizeTB": 5, - "provisionedIops": 30, - "provisionedMBps": 14 + "baseSizeTB": 6, + "extendedSizeTB": 4, + "totalSizeTB": 25, + "provisionedIops": 25, + "provisionedMBps": 25 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa", "tags": { - "key5747": "aaaaaaaaaa" + "key9350": "aaa" } } ], - "nextLink": "a" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index 8b775265aec4..acd21d0eb2be 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index 75be5158620b..ebff3c8594d0 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -11,36 +11,36 @@ "properties": { "sku": { "name": "Standard_LRS", - "tier": "Hero" + "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 15, - "extendedSizeTB": 21, - "totalSizeTB": 5, - "provisionedIops": 30, - "provisionedMBps": 14 + "baseSizeTB": 6, + "extendedSizeTB": 4, + "totalSizeTB": 25, + "provisionedIops": 25, + "provisionedMBps": 25 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa", "tags": { - "key5747": "aaaaaaaaaa" + "key9350": "aaa" } } ], - "nextLink": "a" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index d0b1248ecf97..4edf84c79973 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index a7da67d602cd..b2b3d73c28b0 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,15 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { - "baseSizeTB": 14, - "extendedSizeTB": 3 + "baseSizeTB": 27, + "extendedSizeTB": 16 }, "tags": { - "key745": "aaaaaaaaaaa" + "key9667": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -20,32 +20,32 @@ "properties": { "sku": { "name": "Standard_LRS", - "tier": "Hero" + "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 15, - "extendedSizeTB": 21, - "totalSizeTB": 5, - "provisionedIops": 30, - "provisionedMBps": 14 + "baseSizeTB": 6, + "extendedSizeTB": 4, + "totalSizeTB": 25, + "provisionedIops": 25, + "provisionedMBps": 25 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa", "tags": { - "key5747": "aaaaaaaaaa" + "key9350": "aaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index 02c4c5233272..bce26a9f9911 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index f47f16d1e754..52197f2c8d8a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,19 +7,17 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", "isDataAction": true, - "actionType": "aaaaaaaa", "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaaaaaaaaaa", - "operation": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "description": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" - }, - "origin": "aaaaaaaaaaaaaaa" + "provider": "aaaaaaaaaaaaaa", + "resource": "aaaaaaaaaaaaa", + "operation": "aaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaaaa" + } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index a7dd731f9ed2..dfa3a609ea9f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,13 +7,13 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaaaaaaaaaa", - "operation": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "description": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "provider": "aaaaaaaaaaaaaa", + "resource": "aaaaaaaaaaaaa", + "operation": "aaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaaaa" } } ] diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json index e59206b8e205..4f7dfe7270f3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json @@ -1,7 +1,7 @@ { "parameters": { "api-version": "2021-11-20-preview", - "$filter": "aaaaaa" + "$filter": "aaaaaaaaaaaaaaaaaa" }, "responses": { "200": { @@ -10,46 +10,47 @@ { "sku": { "name": "Standard_LRS", - "tier": "Hero" + "tier": "Standard" }, "apiVersions": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaa" ], "locationInfo": [ { - "location": "aaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", "zones": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaa" ] } ], "san": { - "maxSizeTB": 9, - "minSizeTB": 14, - "minIncrementSizeTB": 13, - "maxIopsPerTB": 26, - "maxMBpsPerTB": 20, - "maxIops": 26, - "maxMBps": 3, - "maxVolumeGroupCount": 21 + "maxSizeTB": 14, + "minSizeTB": 25, + "minIncrementSizeTB": 11, + "maxIopsPerTB": 19, + "maxMBpsPerTB": 17, + "maxIops": 25, + "maxMBps": 18, + "maxVolumeGroupCount": 6 }, "volumeGroup": { - "maxVolumeCount": 10, - "maxSnapshotCount": 8 + "maxVolumeCount": 9, + "maxSnapshotCount": 2 }, "volume": { - "maxSizeGB": 13, - "minSizeGB": 19, + "maxSizeGB": 2, + "minSizeGB": 17, "minIncrementSizeGB": 16, - "maxIopsPerGB": 20, - "maxMBpsPerGB": 3, - "maxIops": 27, - "maxMBps": 25, - "maxSnapshotCount": 19 + "maxIopsPerGB": 30, + "maxMBpsPerGB": 30, + "maxIops": 2, + "maxMBps": 19, + "maxSnapshotCount": 14, + "maxConnectedClientCount": 11 } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaa" + "nextLink": "aa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index 71181766f1ca..123bf6f5f8cc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -1,19 +1,19 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", - "snapshotName": "a", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaa", "parameters": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, - "location": "aaaaaaaaaaaaaa", + "location": "aaaaaaaaa", "tags": { - "key4613": "aaaaaaaaaaaaaaaaaaa" + "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -23,23 +23,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", + "type": "aaaaaaaaaa", "tags": { - "key4613": "aaaaaaaaaaaaaaaaaaa" + "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } }, @@ -47,23 +47,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", + "type": "aaaaaaaaaa", "tags": { - "key4613": "aaaaaaaaaaaaaaaaaaa" + "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index 9ef7caaa62cc..24e6610299bb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", - "snapshotName": "a", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 170ba48ebcaf..5e70e57cde71 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", - "snapshotName": "a", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 170ba48ebcaf..5e70e57cde71 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", - "snapshotName": "a", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json index 40c85decd9e3..3a6be2044918 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json @@ -1,18 +1,18 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", - "snapshotName": "a", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaa", "parameters": { "properties": { "creationData": { - "targetUri": "aaaaaaaaaaaaa" + "targetUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "tags": { - "key3683": "aaaaaaaaaaaaaaaa" + "key825": "aaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -22,23 +22,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", + "type": "aaaaaaaaaa", "tags": { - "key4613": "aaaaaaaaaaaaaaaaaaa" + "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } }, @@ -46,23 +46,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", + "type": "aaaaaaaaaa", "tags": { - "key4613": "aaaaaaaaaaaaaaaaaaa" + "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json index 9ef7caaa62cc..24e6610299bb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", - "snapshotName": "a", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index 633b58843f1b..08b944cdbc8e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", - "snapshotName": "a", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,23 +12,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", + "type": "aaaaaaaaaa", "tags": { - "key4613": "aaaaaaaaaaaaaaaaaaa" + "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } }, @@ -36,23 +36,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", + "type": "aaaaaaaaaa", "tags": { - "key4613": "aaaaaaaaaaaaaaaaaaa" + "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index 8f581fb6658a..a66c6d24e711 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", - "snapshotName": "a", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index 1f95cc26fbbb..f9b5f17b9635 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,11 +1,11 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "filterBy": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaa" + "volumeId": "aaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -16,23 +16,23 @@ { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", + "type": "aaaaaaaaaa", "tags": { - "key4613": "aaaaaaaaaaaaaaaaaaa" + "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } ], diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index ba2d0e4188da..33b8d86079dc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index d090089e29b2..0a357e9afcbe 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", - "snapshotName": "a", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaa", "parameters": { "tags": { - "key8665": "aaaaaaaaaaaaaaaaaaaa" + "key1194": "aa" } }, "api-version": "2021-11-20-preview" @@ -17,23 +17,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", + "type": "aaaaaaaaaa", "tags": { - "key4613": "aaaaaaaaaaaaaaaaaaa" + "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } }, @@ -41,23 +41,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "a", + "type": "aaaaaaaaaa", "tags": { - "key4613": "aaaaaaaaaaaaaaaaaaa" + "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index 9ef7caaa62cc..24e6610299bb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", - "snapshotName": "a", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index 46854fd1826a..89e75e164eff 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { "protocolType": "Iscsi", @@ -12,19 +12,19 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaa", + "id": "aaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } ] } }, - "location": "aaaaaa", + "location": "aa", "tags": { - "key9717": "aaaaaaaaaaaaaaa" + "key5765": "aaaa" } }, "api-version": "2021-11-20-preview" @@ -40,30 +40,30 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaa", + "id": "aaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaa", - "id": "aaaaaaaaaaa", - "name": "aaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa", + "location": "aa", + "id": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9717": "aaaaaaaaaaaaaaa" + "key5765": "aaaa" } } }, @@ -80,30 +80,30 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaa", + "id": "aaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaa", - "id": "aaaaaaaaaaa", - "name": "aaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa", + "location": "aa", + "id": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9717": "aaaaaaaaaaaaaaa" + "key5765": "aaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json index 36273f64b00a..deba466ac2dc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index 65d0a2c5b2d2..d41ff158060c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "x-ms-force-delete-volumes-snapshots": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index e58e995eb896..4b4928e768d1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index 71c6ad2d2129..9aba2b04a528 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -17,30 +17,30 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaa", + "id": "aaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaa", - "id": "aaaaaaaaaaa", - "name": "aaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa", + "location": "aa", + "id": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9717": "aaaaaaaaaaaaaaa" + "key5765": "aaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index b9f973f1e547..824450ee6a23 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index 12a9cd0d0758..b723a6e2f6c7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -18,34 +18,34 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaa", + "id": "aaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaa", - "id": "aaaaaaaaaaa", - "name": "aaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa", + "location": "aa", + "id": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9717": "aaaaaaaaaaaaaaa" + "key5765": "aaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index 0044690d4594..f1d4d9c2544c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index e2db3ac9f325..07bfc42e2d76 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { "protocolType": "Iscsi", @@ -12,18 +12,18 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaa", + "id": "aaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } ] } }, "tags": { - "key4097": "aaaaaaaaaaaaaa" + "key9971": "aaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -39,30 +39,30 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaa", + "id": "aaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaa", - "id": "aaaaaaaaaaa", - "name": "aaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaa", + "location": "aa", + "id": "aaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9717": "aaaaaaaaaaaaaaa" + "key5765": "aaaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index 534775c171d7..ddf0a67df01d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index 8b0d79146734..61318c7eb016 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -1,22 +1,22 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumeName": "aaaa", "parameters": { "properties": { - "volumeId": "aaaaaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", "sourceUri": "a" }, - "sizeGB": 28 + "sizeGB": 26 }, - "location": "aaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaa", "tags": { - "key2971": "aaaaaaa" + "key6204": "aaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -25,35 +25,35 @@ "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", "sourceUri": "a" }, - "sizeGB": 28, + "sizeGB": 26, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaa" + "aaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa", "tags": { - "key2971": "aaaaaaa" + "key6204": "aaaaaaaaaaaaaaaaaaaaaa" } } }, @@ -63,35 +63,35 @@ }, "body": { "properties": { - "volumeId": "aaaaaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", "sourceUri": "a" }, - "sizeGB": 28, + "sizeGB": 26, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaa" + "aaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa", "tags": { - "key2971": "aaaaaaa" + "key6204": "aaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index 045b3f92bad8..4c883a8ce2ad 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumeName": "aaaa", "parameters": {}, "api-version": "2021-11-20-preview" diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index f5784b0c49d3..0baaef0c0a2b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumeName": "aaaa", "x-ms-force-delete-snapshots": true, "api-version": "2021-11-20-preview" diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index 14eed1cc76b3..c5d5e33c06ca 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumeName": "aaaa", "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index e7159cd8bf42..55a3ac6d728e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumeName": "aaaa", "api-version": "2021-11-20-preview" }, @@ -11,35 +11,35 @@ "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", "sourceUri": "a" }, - "sizeGB": 28, + "sizeGB": 26, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaa" + "aaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa", "tags": { - "key2971": "aaaaaaa" + "key6204": "aaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 37f22d6c0d74..d10ef92e74c8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumeName": "aaaa", "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index 51fad758bb0d..406662acce37 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,39 +12,39 @@ "value": [ { "properties": { - "volumeId": "aaaaaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", "sourceUri": "a" }, - "sizeGB": 28, + "sizeGB": 26, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaa" + "aaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa", "tags": { - "key2971": "aaaaaaa" + "key6204": "aaaaaaaaaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index ba2d0e4188da..33b8d86079dc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index ba0a01090dce..af662331ee49 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,16 +1,16 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumeName": "aaaa", "parameters": { "properties": { - "sizeGB": 17 + "sizeGB": 8 }, "tags": { - "key3107": "aaaaaaaaaaaaa" + "key4354": "aaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -19,35 +19,35 @@ "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", "sourceUri": "a" }, - "sizeGB": 28, + "sizeGB": 26, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaa" + "aaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaa", - "id": "aaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa", "tags": { - "key2971": "aaaaaaa" + "key6204": "aaaaaaaaaaaaaaaaaaaaaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index 76b18d03c302..cdfc89ba662c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aa", - "volumeGroupName": "aaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "volumeName": "aaaa", "parameters": {}, "api-version": "2021-11-20-preview" From be6795842ae73c4bee80b9daf696675f4f994554 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Tue, 4 Jan 2022 03:15:49 -0800 Subject: [PATCH 18/32] Updated with AdditionalInfo with "x-ms-identifiers": [] --- .../2021-11-20-preview/elasticsan.json | 2 +- ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 74 ++++++++-------- ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 6 +- .../ElasticSans_Delete_MaximumSet_Gen.json | 6 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 6 +- .../ElasticSans_Get_MaximumSet_Gen.json | 36 ++++---- .../ElasticSans_Get_MinimumSet_Gen.json | 6 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 36 ++++---- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 4 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 36 ++++---- ...ans_ListBySubscription_MinimumSet_Gen.json | 4 +- .../ElasticSans_Update_MaximumSet_Gen.json | 42 +++++----- .../ElasticSans_Update_MinimumSet_Gen.json | 6 +- .../Operations_List_MaximumSet_Gen.json | 14 ++-- .../Operations_List_MinimumSet_Gen.json | 12 +-- .../examples/Skus_List_MaximumSet_Gen.json | 44 +++++----- .../examples/Skus_List_MinimumSet_Gen.json | 2 +- ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 64 +++++++------- ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 10 +-- .../Snapshots_Delete_MaximumSet_Gen.json | 10 +-- .../Snapshots_Delete_MinimumSet_Gen.json | 10 +-- .../Snapshots_Export_MaximumSet_Gen.json | 62 +++++++------- .../Snapshots_Export_MinimumSet_Gen.json | 10 +-- .../Snapshots_Get_MaximumSet_Gen.json | 58 ++++++------- .../Snapshots_Get_MinimumSet_Gen.json | 10 +-- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 36 ++++---- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 8 +- .../Snapshots_Update_MaximumSet_Gen.json | 60 ++++++------- .../Snapshots_Update_MinimumSet_Gen.json | 10 +-- ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 74 ++++++++-------- ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 8 +- .../VolumeGroups_Delete_MaximumSet_Gen.json | 8 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 8 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 36 ++++---- .../VolumeGroups_Get_MinimumSet_Gen.json | 8 +- ...roups_ListByElasticSan_MaximumSet_Gen.json | 36 ++++---- ...roups_ListByElasticSan_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Update_MaximumSet_Gen.json | 44 +++++----- .../VolumeGroups_Update_MinimumSet_Gen.json | 8 +- ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 84 +++++++++---------- ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 10 +-- .../Volumes_Delete_MaximumSet_Gen.json | 10 +-- .../Volumes_Delete_MinimumSet_Gen.json | 10 +-- .../examples/Volumes_Get_MaximumSet_Gen.json | 42 +++++----- .../examples/Volumes_Get_MinimumSet_Gen.json | 10 +-- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 42 +++++----- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 8 +- .../Volumes_Update_MaximumSet_Gen.json | 46 +++++----- .../Volumes_Update_MinimumSet_Gen.json | 10 +-- 49 files changed, 596 insertions(+), 596 deletions(-) diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index ccec1c694ced..33e81e35dd4a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -2593,6 +2593,7 @@ "ErrorAdditionalInfo": { "description": "The resource management error additional info.", "type": "object", + "x-ms-identifiers": [], "properties": { "type": { "readOnly": true, @@ -2639,7 +2640,6 @@ "items": { "$ref": "#/definitions/ErrorAdditionalInfo" }, - "x-ms-identifiers": [], "description": "The error additional info." } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index d999c459bb83..fd20dc8b6b3c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", "parameters": { "properties": { "sku": { @@ -10,14 +10,14 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "baseSizeTB": 6, - "extendedSizeTB": 4 + "extendedSizeTB": 22 }, - "location": "aaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9350": "aaa" + "key5303": "aaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -31,29 +31,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", "baseSizeTB": 6, - "extendedSizeTB": 4, + "extendedSizeTB": 22, "totalSizeTB": 25, - "provisionedIops": 25, - "provisionedMBps": 25 + "provisionedIops": 19, + "provisionedMBps": 12 }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9350": "aaa" + "key5303": "aaaaaaaaaaaaaaaaaaaa" } } }, @@ -68,31 +68,31 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", "baseSizeTB": 6, - "extendedSizeTB": 4, + "extendedSizeTB": 22, "totalSizeTB": 25, - "provisionedIops": 25, - "provisionedMBps": 25 + "provisionedIops": 19, + "provisionedMBps": 12 }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9350": "aaa" + "key5303": "aaaaaaaaaaaaaaaaaaaa" } } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index 55f0d5031310..b34b5af3bd34 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, @@ -17,4 +17,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index 3cf37cb293ad..5ba7b98b8111 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", "x-ms-force-delete-volumegroups": true, "api-version": "2021-11-20-preview" }, @@ -15,4 +15,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index e22ca771fad1..75ec6b99584b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index c8e38fcbd769..3b29d974d777 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,31 +14,31 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", "baseSizeTB": 6, - "extendedSizeTB": 4, + "extendedSizeTB": 22, "totalSizeTB": 25, - "provisionedIops": 25, - "provisionedMBps": 25 + "provisionedIops": 19, + "provisionedMBps": 12 }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9350": "aaa" + "key5303": "aaaaaaaaaaaaaaaaaaaa" } } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index 6f009eaf0177..242858f36380 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index 0913c68b8fdc..04f18b6cc7b8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -15,34 +15,34 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", "baseSizeTB": 6, - "extendedSizeTB": 4, + "extendedSizeTB": 22, "totalSizeTB": 25, - "provisionedIops": 25, - "provisionedMBps": 25 + "provisionedIops": 19, + "provisionedMBps": 12 }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9350": "aaa" + "key5303": "aaaaaaaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index acd21d0eb2be..157ebd154d67 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index ebff3c8594d0..8f0aa47161b3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,34 +14,34 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", "baseSizeTB": 6, - "extendedSizeTB": 4, + "extendedSizeTB": 22, "totalSizeTB": 25, - "provisionedIops": 25, - "provisionedMBps": 25 + "provisionedIops": 19, + "provisionedMBps": 12 }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9350": "aaa" + "key5303": "aaaaaaaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index 4edf84c79973..3522f20e0998 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,4 +12,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index b2b3d73c28b0..a549133d1b49 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,15 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", "parameters": { "properties": { - "baseSizeTB": 27, - "extendedSizeTB": 16 + "baseSizeTB": 2, + "extendedSizeTB": 26 }, "tags": { - "key9667": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key6875": "aaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -23,29 +23,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", "baseSizeTB": 6, - "extendedSizeTB": 4, + "extendedSizeTB": 22, "totalSizeTB": 25, - "provisionedIops": 25, - "provisionedMBps": 25 + "provisionedIops": 19, + "provisionedMBps": 12 }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9350": "aaa" + "key5303": "aaaaaaaaaaaaaaaaaaaa" } } }, @@ -55,4 +55,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index bce26a9f9911..9d88a9379301 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, @@ -16,4 +16,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index 52197f2c8d8a..7ee64adb1794 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,18 +7,18 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaaaaaaa", - "resource": "aaaaaaaaaaaaa", - "operation": "aaaaaaaaaaaaa", - "description": "aaaaaaaaaaaaaaaaa" + "provider": "aaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "operation": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index dfa3a609ea9f..3edc03e4b168 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,17 +7,17 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaaaaaaa", - "resource": "aaaaaaaaaaaaa", - "operation": "aaaaaaaaaaaaa", - "description": "aaaaaaaaaaaaaaaaa" + "provider": "aaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "operation": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaa" } } ] } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json index 4f7dfe7270f3..7e41d1fd0086 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json @@ -13,40 +13,40 @@ "tier": "Standard" }, "apiVersions": [ - "aaaaaaaaaaaa" + "aaaa" ], "locationInfo": [ { - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", "zones": [ - "aaaaaaaaaaaaaaaaa" + "aaaaaaa" ] } ], "san": { - "maxSizeTB": 14, - "minSizeTB": 25, - "minIncrementSizeTB": 11, - "maxIopsPerTB": 19, - "maxMBpsPerTB": 17, - "maxIops": 25, - "maxMBps": 18, - "maxVolumeGroupCount": 6 + "maxSizeTB": 2, + "minSizeTB": 17, + "minIncrementSizeTB": 14, + "maxIopsPerTB": 26, + "maxMBpsPerTB": 24, + "maxIops": 22, + "maxMBps": 29, + "maxVolumeGroupCount": 21 }, "volumeGroup": { - "maxVolumeCount": 9, - "maxSnapshotCount": 2 + "maxVolumeCount": 27, + "maxSnapshotCount": 16 }, "volume": { - "maxSizeGB": 2, - "minSizeGB": 17, - "minIncrementSizeGB": 16, - "maxIopsPerGB": 30, + "maxSizeGB": 10, + "minSizeGB": 25, + "minIncrementSizeGB": 22, + "maxIopsPerGB": 3, "maxMBpsPerGB": 30, - "maxIops": 2, - "maxMBps": 19, - "maxSnapshotCount": 14, - "maxConnectedClientCount": 11 + "maxIops": 17, + "maxMBps": 7, + "maxSnapshotCount": 25, + "maxConnectedClientCount": 2 } } ], @@ -54,4 +54,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MinimumSet_Gen.json index cb31672e77cd..633e0ff3a58d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MinimumSet_Gen.json @@ -7,4 +7,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index 123bf6f5f8cc..7c068963626b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -1,19 +1,19 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaa" } }, - "location": "aaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key3449": "aaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -23,23 +23,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaa" } }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "a", - "type": "aaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", + "type": "aaaaaa", "tags": { - "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key3449": "aaaaaaaaaaa" } } }, @@ -47,25 +47,25 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaa" } }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "a", - "type": "aaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", + "type": "aaaaaa", "tags": { - "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key3449": "aaaaaaaaaaa" } } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index 24e6610299bb..a43bcce52d69 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, @@ -16,4 +16,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 5e70e57cde71..3b4d8271d463 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -16,4 +16,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 5e70e57cde71..3b4d8271d463 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -16,4 +16,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json index 3a6be2044918..726e93d37a74 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json @@ -1,18 +1,18 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { "creationData": { - "targetUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "targetUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "tags": { - "key825": "aaaaaaaaaaa" + "key465": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -22,23 +22,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaa" } }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "a", - "type": "aaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", + "type": "aaaaaa", "tags": { - "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key3449": "aaaaaaaaaaa" } } }, @@ -46,25 +46,25 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaa" } }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "a", - "type": "aaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", + "type": "aaaaaa", "tags": { - "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key3449": "aaaaaaaaaaa" } } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json index 24e6610299bb..a43bcce52d69 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, @@ -16,4 +16,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index 08b944cdbc8e..e75f03aca56e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,23 +12,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaa" } }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "a", - "type": "aaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", + "type": "aaaaaa", "tags": { - "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key3449": "aaaaaaaaaaa" } } }, @@ -36,25 +36,25 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaa" } }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "a", - "type": "aaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", + "type": "aaaaaa", "tags": { - "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key3449": "aaaaaaaaaaa" } } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index a66c6d24e711..c64118be46ca 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -15,4 +15,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index f9b5f17b9635..71bb8d296262 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,11 +1,11 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", "filterBy": { - "volumeId": "aaaaaaaaaaaaaaaa" + "volumeId": "aaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -16,28 +16,28 @@ { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaa" } }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "a", - "type": "aaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", + "type": "aaaaaa", "tags": { - "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key3449": "aaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index 33b8d86079dc..db0950bf7250 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -15,4 +15,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index 0a357e9afcbe..11d6d6d11a00 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "tags": { - "key1194": "aa" + "key1420": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -17,23 +17,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaa" } }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "a", - "type": "aaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", + "type": "aaaaaa", "tags": { - "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key3449": "aaaaaaaaaaa" } } }, @@ -41,25 +41,25 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaa" } }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "a", - "type": "aaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaa", + "type": "aaaaaa", "tags": { - "key4375": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key3449": "aaaaaaaaaaa" } } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index 24e6610299bb..a43bcce52d69 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", + "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, @@ -16,4 +16,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index 89e75e164eff..ac48d2ee58c1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", "parameters": { "properties": { "protocolType": "Iscsi", @@ -12,19 +12,19 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaa", + "state": "aaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaa" ] } ] } }, - "location": "aa", + "location": "aaaaaaaaa", "tags": { - "key5765": "aaaa" + "key5116": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -40,30 +40,30 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaa", + "state": "aaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aa", - "id": "aaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key5765": "aaaa" + "key5116": "aaaaaaaaaaaaaaaaaaaaaaaa" } } }, @@ -80,32 +80,32 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaa", + "state": "aaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aa", - "id": "aaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key5765": "aaaa" + "key5116": "aaaaaaaaaaaaaaaaaaaaaaaa" } } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json index deba466ac2dc..9fba7a379a1f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", "parameters": {}, "api-version": "2021-11-20-preview" }, @@ -18,4 +18,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index d41ff158060c..454c35c83c0b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", "x-ms-force-delete-volumes-snapshots": true, "api-version": "2021-11-20-preview" }, @@ -16,4 +16,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index 4b4928e768d1..39c18d1a1e77 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -15,4 +15,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index 9aba2b04a528..dcccdc8d9cc7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -17,32 +17,32 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaa", + "state": "aaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aa", - "id": "aaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key5765": "aaaa" + "key5116": "aaaaaaaaaaaaaaaaaaaaaaaa" } } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index 824450ee6a23..eab7a3c703f9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index b723a6e2f6c7..e2b152e6599a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -18,35 +18,35 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaa", + "state": "aaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aa", - "id": "aaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key5765": "aaaa" + "key5116": "aaaaaaaaaaaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaa" + "nextLink": "aaaaaaaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index f1d4d9c2544c..5476bbd0e0e0 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,4 +14,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index 07bfc42e2d76..5000a80c07ae 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", "parameters": { "properties": { "protocolType": "Iscsi", @@ -12,18 +12,18 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaa", + "state": "aaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaa" ] } ] } }, "tags": { - "key9971": "aaaaaaaaaaaaaaaaaaaaa" + "key6666": "aaaaa" } }, "api-version": "2021-11-20-preview" @@ -39,30 +39,30 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaa", + "state": "aaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aa", - "id": "aaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key5765": "aaaa" + "key5116": "aaaaaaaaaaaaaaaaaaaaaaaa" } } }, @@ -72,4 +72,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index ddf0a67df01d..fe37dfb15e56 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", "parameters": {}, "api-version": "2021-11-20-preview" }, @@ -17,4 +17,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index 61318c7eb016..1a82ff644901 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -1,22 +1,22 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "a" + "sourceUri": "aaaaaaaaa" }, - "sizeGB": 26 + "sizeGB": 20 }, - "location": "aaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", "tags": { - "key6204": "aaaaaaaaaaaaaaaaaaaaaa" + "key5198": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -25,35 +25,35 @@ "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "a" + "sourceUri": "aaaaaaaaa" }, - "sizeGB": 26, + "sizeGB": 20, "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key6204": "aaaaaaaaaaaaaaaaaaaaaa" + "key5198": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } }, @@ -63,37 +63,37 @@ }, "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "a" + "sourceUri": "aaaaaaaaa" }, - "sizeGB": 26, + "sizeGB": 20, "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key6204": "aaaaaaaaaaaaaaaaaaaaaa" + "key5198": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index 4c883a8ce2ad..a1224687e5d9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, @@ -19,4 +19,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index 0baaef0c0a2b..c7b81e4960a8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "x-ms-force-delete-snapshots": true, "api-version": "2021-11-20-preview" }, @@ -17,4 +17,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index c5d5e33c06ca..68155a884bbb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -16,4 +16,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index 55a3ac6d728e..94d77efdce5e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,47 +1,47 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "a" + "sourceUri": "aaaaaaaaa" }, - "sizeGB": 26, + "sizeGB": 20, "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key6204": "aaaaaaaaaaaaaaaaaaaaaa" + "key5198": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index d10ef92e74c8..13c0289c3a3c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,4 +12,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index 406662acce37..033e2eb952b5 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,40 +12,40 @@ "value": [ { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "a" + "sourceUri": "aaaaaaaaa" }, - "sizeGB": 26, + "sizeGB": 20, "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key6204": "aaaaaaaaaaaaaaaaaaaaaa" + "key5198": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index 33b8d86079dc..db0950bf7250 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -15,4 +15,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index af662331ee49..5ca2a6e80393 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,16 +1,16 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { - "sizeGB": 8 + "sizeGB": 29 }, "tags": { - "key4354": "aaaaaaaaaaaaaaaaa" + "key7288": "aa" } }, "api-version": "2021-11-20-preview" @@ -19,35 +19,35 @@ "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "a" + "sourceUri": "aaaaaaaaa" }, - "sizeGB": 26, + "sizeGB": 20, "storageTarget": { - "targetIqn": "aaaaaa", + "targetIqn": "aa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaaaaa", + "createdAt": "aa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key6204": "aaaaaaaaaaaaaaaaaaaaaa" + "key5198": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } }, @@ -57,4 +57,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index cdfc89ba662c..6d139092622b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaa", + "elasticSanName": "aaaaaaaaa", + "volumeGroupName": "aaa", + "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, @@ -18,4 +18,4 @@ } } } -} +} \ No newline at end of file From 654cab87ca679560ab5aeda7c6bafaab19fe6db0 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Tue, 4 Jan 2022 03:20:03 -0800 Subject: [PATCH 19/32] Fixed Lint compilation issue with "x-ms-identifiers": [], --- .../2021-11-20-preview/elasticsan.json | 1 + ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 74 +++++++++---------- ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 4 +- .../ElasticSans_Delete_MaximumSet_Gen.json | 4 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 4 +- .../ElasticSans_Get_MaximumSet_Gen.json | 34 ++++----- .../ElasticSans_Get_MinimumSet_Gen.json | 4 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 34 ++++----- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 2 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 34 ++++----- ...ans_ListBySubscription_MinimumSet_Gen.json | 2 +- .../ElasticSans_Update_MaximumSet_Gen.json | 40 +++++----- .../ElasticSans_Update_MinimumSet_Gen.json | 4 +- .../Operations_List_MaximumSet_Gen.json | 12 +-- .../Operations_List_MinimumSet_Gen.json | 10 +-- .../examples/Skus_List_MaximumSet_Gen.json | 46 ++++++------ ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 54 +++++++------- ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 8 +- .../Snapshots_Delete_MaximumSet_Gen.json | 8 +- .../Snapshots_Delete_MinimumSet_Gen.json | 8 +- .../Snapshots_Export_MaximumSet_Gen.json | 52 ++++++------- .../Snapshots_Export_MinimumSet_Gen.json | 8 +- .../Snapshots_Get_MaximumSet_Gen.json | 48 ++++++------ .../Snapshots_Get_MinimumSet_Gen.json | 8 +- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 30 ++++---- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 6 +- .../Snapshots_Update_MaximumSet_Gen.json | 50 ++++++------- .../Snapshots_Update_MinimumSet_Gen.json | 8 +- ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 60 +++++++-------- ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MaximumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 28 +++---- .../VolumeGroups_Get_MinimumSet_Gen.json | 6 +- ...roups_ListByElasticSan_MaximumSet_Gen.json | 28 +++---- ...roups_ListByElasticSan_MinimumSet_Gen.json | 4 +- .../VolumeGroups_Update_MaximumSet_Gen.json | 36 ++++----- .../VolumeGroups_Update_MinimumSet_Gen.json | 6 +- ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 74 +++++++++---------- ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 8 +- .../Volumes_Delete_MaximumSet_Gen.json | 8 +- .../Volumes_Delete_MinimumSet_Gen.json | 8 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 36 ++++----- .../examples/Volumes_Get_MinimumSet_Gen.json | 8 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 36 ++++----- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 6 +- .../Volumes_Update_MaximumSet_Gen.json | 40 +++++----- .../Volumes_Update_MinimumSet_Gen.json | 8 +- 48 files changed, 508 insertions(+), 507 deletions(-) diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index 33e81e35dd4a..f28b732a54e1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -2640,6 +2640,7 @@ "items": { "$ref": "#/definitions/ErrorAdditionalInfo" }, + "x-ms-identifiers": [], "description": "The error additional info." } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index fd20dc8b6b3c..258205c9a648 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { "sku": { @@ -10,14 +10,14 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ], - "baseSizeTB": 6, - "extendedSizeTB": 22 + "baseSizeTB": 22, + "extendedSizeTB": 7 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", "tags": { - "key5303": "aaaaaaaaaaaaaaaaaaaa" + "key428": "aaa" } }, "api-version": "2021-11-20-preview" @@ -31,29 +31,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 6, - "extendedSizeTB": 22, - "totalSizeTB": 25, - "provisionedIops": 19, - "provisionedMBps": 12 + "baseSizeTB": 22, + "extendedSizeTB": 7, + "totalSizeTB": 18, + "provisionedIops": 6, + "provisionedMBps": 13 }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key5303": "aaaaaaaaaaaaaaaaaaaa" + "key428": "aaa" } } }, @@ -68,29 +68,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 6, - "extendedSizeTB": 22, - "totalSizeTB": 25, - "provisionedIops": 19, - "provisionedMBps": 12 + "baseSizeTB": 22, + "extendedSizeTB": 7, + "totalSizeTB": 18, + "provisionedIops": 6, + "provisionedMBps": 13 }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key5303": "aaaaaaaaaaaaaaaaaaaa" + "key428": "aaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index b34b5af3bd34..6df85c056202 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index 5ba7b98b8111..980d5eb86d8c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "x-ms-force-delete-volumegroups": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index 75ec6b99584b..94a12e90ae09 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index 3b29d974d777..254b43387770 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,29 +14,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 6, - "extendedSizeTB": 22, - "totalSizeTB": 25, - "provisionedIops": 19, - "provisionedMBps": 12 + "baseSizeTB": 22, + "extendedSizeTB": 7, + "totalSizeTB": 18, + "provisionedIops": 6, + "provisionedMBps": 13 }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key5303": "aaaaaaaaaaaaaaaaaaaa" + "key428": "aaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index 242858f36380..075490006f36 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index 04f18b6cc7b8..81cc142ece85 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -15,33 +15,33 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 6, - "extendedSizeTB": 22, - "totalSizeTB": 25, - "provisionedIops": 19, - "provisionedMBps": 12 + "baseSizeTB": 22, + "extendedSizeTB": 7, + "totalSizeTB": 18, + "provisionedIops": 6, + "provisionedMBps": 13 }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key5303": "aaaaaaaaaaaaaaaaaaaa" + "key428": "aaa" } } ], - "nextLink": "aaa" + "nextLink": "aaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index 157ebd154d67..23cfcba79dfe 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index 8f0aa47161b3..346b7764df33 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,33 +14,33 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 6, - "extendedSizeTB": 22, - "totalSizeTB": 25, - "provisionedIops": 19, - "provisionedMBps": 12 + "baseSizeTB": 22, + "extendedSizeTB": 7, + "totalSizeTB": 18, + "provisionedIops": 6, + "provisionedMBps": 13 }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key5303": "aaaaaaaaaaaaaaaaaaaa" + "key428": "aaa" } } ], - "nextLink": "aaa" + "nextLink": "aaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index 3522f20e0998..24d643c3212e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index a549133d1b49..d4e42c450c11 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,15 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { - "baseSizeTB": 2, - "extendedSizeTB": 26 + "baseSizeTB": 28, + "extendedSizeTB": 5 }, "tags": { - "key6875": "aaaaaaaaaaaaaaaaaaa" + "key6499": "aaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -23,29 +23,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaaaa" + "aaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 6, - "extendedSizeTB": 22, - "totalSizeTB": 25, - "provisionedIops": 19, - "provisionedMBps": 12 + "baseSizeTB": 22, + "extendedSizeTB": 7, + "totalSizeTB": 18, + "provisionedIops": 6, + "provisionedMBps": 13 }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key5303": "aaaaaaaaaaaaaaaaaaaa" + "key428": "aaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index 9d88a9379301..9919abc581f1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index 7ee64adb1794..aa69fc8a60e9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,17 +7,17 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "operation": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "description": "aaaaaaaaaaaaaaa" + "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaaaaaaaaaaaaaaaaaaa", + "operation": "aaaaaaaaaaaa", + "description": "aaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index 3edc03e4b168..227425c2c182 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,13 +7,13 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "operation": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "description": "aaaaaaaaaaaaaaa" + "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaaaaaaaaaaaaaaaaaaa", + "operation": "aaaaaaaaaaaa", + "description": "aaaaaaaa" } } ] diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json index 7e41d1fd0086..044422723c4d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json @@ -1,7 +1,7 @@ { "parameters": { "api-version": "2021-11-20-preview", - "$filter": "aaaaaaaaaaaaaaaaaa" + "$filter": "aaaaaa" }, "responses": { "200": { @@ -13,44 +13,44 @@ "tier": "Standard" }, "apiVersions": [ - "aaaa" + "aaaaaaa" ], "locationInfo": [ { - "location": "aaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaa", "zones": [ - "aaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } ], "san": { "maxSizeTB": 2, - "minSizeTB": 17, - "minIncrementSizeTB": 14, - "maxIopsPerTB": 26, - "maxMBpsPerTB": 24, - "maxIops": 22, - "maxMBps": 29, - "maxVolumeGroupCount": 21 + "minSizeTB": 1, + "minIncrementSizeTB": 10, + "maxIopsPerTB": 7, + "maxMBpsPerTB": 29, + "maxIops": 5, + "maxMBps": 11, + "maxVolumeGroupCount": 2 }, "volumeGroup": { - "maxVolumeCount": 27, - "maxSnapshotCount": 16 + "maxVolumeCount": 2, + "maxSnapshotCount": 26 }, "volume": { - "maxSizeGB": 10, - "minSizeGB": 25, - "minIncrementSizeGB": 22, - "maxIopsPerGB": 3, - "maxMBpsPerGB": 30, - "maxIops": 17, - "maxMBps": 7, - "maxSnapshotCount": 25, - "maxConnectedClientCount": 2 + "maxSizeGB": 17, + "minSizeGB": 23, + "minIncrementSizeGB": 16, + "maxIopsPerGB": 4, + "maxMBpsPerGB": 14, + "maxIops": 16, + "maxMBps": 27, + "maxSnapshotCount": 21, + "maxConnectedClientCount": 22 } } ], - "nextLink": "aa" + "nextLink": "aaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index 7c068963626b..de9825e5c2d7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -1,19 +1,19 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaa", "parameters": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaa", "tags": { - "key3449": "aaaaaaaaaaa" + "key4218": "aaaaa" } }, "api-version": "2021-11-20-preview" @@ -23,23 +23,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaa", - "type": "aaaaaa", + "location": "aaa", + "id": "aaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key3449": "aaaaaaaaaaa" + "key4218": "aaaaa" } } }, @@ -47,23 +47,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaa", - "type": "aaaaaa", + "location": "aaa", + "id": "aaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key3449": "aaaaaaaaaaa" + "key4218": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index a43bcce52d69..39318b9fd783 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 3b4d8271d463..bda01dfbf561 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 3b4d8271d463..bda01dfbf561 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json index 726e93d37a74..a8d023c81f21 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json @@ -1,18 +1,18 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaa", "parameters": { "properties": { "creationData": { - "targetUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "targetUri": "aaaaaaa" } }, "tags": { - "key465": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key6797": "aaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -22,23 +22,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaa", - "type": "aaaaaa", + "location": "aaa", + "id": "aaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key3449": "aaaaaaaaaaa" + "key4218": "aaaaa" } } }, @@ -46,23 +46,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaa", - "type": "aaaaaa", + "location": "aaa", + "id": "aaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key3449": "aaaaaaaaaaa" + "key4218": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json index a43bcce52d69..39318b9fd783 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index e75f03aca56e..2662e6d18780 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,23 +12,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaa", - "type": "aaaaaa", + "location": "aaa", + "id": "aaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key3449": "aaaaaaaaaaa" + "key4218": "aaaaa" } } }, @@ -36,23 +36,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaa", - "type": "aaaaaa", + "location": "aaa", + "id": "aaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key3449": "aaaaaaaaaaa" + "key4218": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index c64118be46ca..0a094c7be2a8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index 71bb8d296262..67b87fe249b9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,11 +1,11 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "filterBy": { - "volumeId": "aaaaaaaaaaaaaaa" + "volumeId": "aaaaaaaaaaaaaaaa" }, "api-version": "2021-11-20-preview" }, @@ -16,27 +16,27 @@ { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaa", - "type": "aaaaaa", + "location": "aaa", + "id": "aaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key3449": "aaaaaaaaaaa" + "key4218": "aaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index db0950bf7250..60d441e8047d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index 11d6d6d11a00..63d307f7ac98 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaa", "parameters": { "tags": { - "key1420": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key4981": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -17,23 +17,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaa", - "type": "aaaaaa", + "location": "aaa", + "id": "aaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key3449": "aaaaaaaaaaa" + "key4218": "aaaaa" } } }, @@ -41,23 +41,23 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaa", - "type": "aaaaaa", + "location": "aaa", + "id": "aaaa", + "name": "aaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key3449": "aaaaaaaaaaa" + "key4218": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index a43bcce52d69..39318b9fd783 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", - "snapshotName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "snapshotName": "aaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index ac48d2ee58c1..1d52390a0857 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { "protocolType": "Iscsi", @@ -12,19 +12,19 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaa", - "state": "aaa", + "id": "aaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaa" + "aaaaaaaaaaa" ] } ] } }, - "location": "aaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaa", "tags": { - "key5116": "aaaaaaaaaaaaaaaaaaaaaaaa" + "key8236": "aaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -40,11 +40,11 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaa", - "state": "aaa", + "id": "aaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaa" + "aaaaaaaaaaa" ] } ] @@ -52,18 +52,18 @@ }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaa", - "id": "aaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaa", "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key5116": "aaaaaaaaaaaaaaaaaaaaaaaa" + "key8236": "aaaaaaaaa" } } }, @@ -80,11 +80,11 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaa", - "state": "aaa", + "id": "aaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaa" + "aaaaaaaaaaa" ] } ] @@ -92,18 +92,18 @@ }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaa", - "id": "aaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaa", "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key5116": "aaaaaaaaaaaaaaaaaaaaaaaa" + "key8236": "aaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json index 9fba7a379a1f..e1ff7b5a540f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index 454c35c83c0b..62f49aa4b9f3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "x-ms-force-delete-volumes-snapshots": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index 39c18d1a1e77..3bc7bc615c77 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index dcccdc8d9cc7..c9501e428a8e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -17,11 +17,11 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaa", - "state": "aaa", + "id": "aaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaa" + "aaaaaaaaaaa" ] } ] @@ -29,18 +29,18 @@ }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaa", - "id": "aaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaa", "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key5116": "aaaaaaaaaaaaaaaaaaaaaaaa" + "key8236": "aaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index eab7a3c703f9..6fbd83030a00 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index e2b152e6599a..9ba6bae6426e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -18,11 +18,11 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaa", - "state": "aaa", + "id": "aaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaa" + "aaaaaaaaaaa" ] } ] @@ -30,22 +30,22 @@ }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaa", - "id": "aaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaa", "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key5116": "aaaaaaaaaaaaaaaaaaaaaaaa" + "key8236": "aaaaaaaaa" } } ], - "nextLink": "aaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index 5476bbd0e0e0..405c89d2eb46 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index 5000a80c07ae..e4080d5cd344 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": { "properties": { "protocolType": "Iscsi", @@ -12,18 +12,18 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaa", - "state": "aaa", + "id": "aaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaa" + "aaaaaaaaaaa" ] } ] } }, "tags": { - "key6666": "aaaaa" + "key4075": "aaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -39,11 +39,11 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaa", - "state": "aaa", + "id": "aaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaaaaaaaa" + "aaaaaaaaaaa" ] } ] @@ -51,18 +51,18 @@ }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaa", - "id": "aaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaa", "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key5116": "aaaaaaaaaaaaaaaaaaaaaaaa" + "key8236": "aaaaaaaaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index fe37dfb15e56..2c3920f3c65f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index 1a82ff644901..bec773d303f4 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -1,22 +1,22 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaa", "parameters": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaa" + "sourceUri": "aa" }, - "sizeGB": 20 + "sizeGB": 23 }, - "location": "aaaaaaaaaaa", + "location": "aaaaaaaaaaaa", "tags": { - "key5198": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key3088": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -25,35 +25,35 @@ "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaa" + "sourceUri": "aa" }, - "sizeGB": 20, + "sizeGB": 23, "storageTarget": { - "targetIqn": "aa", + "targetIqn": "aaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaa", + "type": "aaaaaaaaaaa", "tags": { - "key5198": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key3088": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } }, @@ -63,35 +63,35 @@ }, "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaa" + "sourceUri": "aa" }, - "sizeGB": 20, + "sizeGB": 23, "storageTarget": { - "targetIqn": "aa", + "targetIqn": "aaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaa", + "type": "aaaaaaaaaaa", "tags": { - "key5198": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key3088": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index a1224687e5d9..1f99654c4114 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index c7b81e4960a8..da722544eac7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaa", "x-ms-force-delete-snapshots": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index 68155a884bbb..c6ecbcb724f8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index 94d77efdce5e..daae01d3252b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,45 +1,45 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaa", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaa" + "sourceUri": "aa" }, - "sizeGB": 20, + "sizeGB": 23, "storageTarget": { - "targetIqn": "aa", + "targetIqn": "aaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaa", + "type": "aaaaaaaaaaa", "tags": { - "key5198": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key3088": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 13c0289c3a3c..0b496d572dbd 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index 033e2eb952b5..4d9f063c1ac6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,39 +12,39 @@ "value": [ { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaa" + "sourceUri": "aa" }, - "sizeGB": 20, + "sizeGB": 23, "storageTarget": { - "targetIqn": "aa", + "targetIqn": "aaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaa", + "type": "aaaaaaaaaaa", "tags": { - "key5198": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key3088": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index db0950bf7250..60d441e8047d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index 5ca2a6e80393..b8af308b08ba 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,16 +1,16 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaa", "parameters": { "properties": { - "sizeGB": 29 + "sizeGB": 19 }, "tags": { - "key7288": "aa" + "key7479": "aaaaa" } }, "api-version": "2021-11-20-preview" @@ -19,35 +19,35 @@ "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaa" + "sourceUri": "aa" }, - "sizeGB": 20, + "sizeGB": 23, "storageTarget": { - "targetIqn": "aa", + "targetIqn": "aaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaaaaa", - "createdAt": "aa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaa", + "createdAt": "aaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedAt": "aaaa" }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaa", + "type": "aaaaaaaaaaa", "tags": { - "key5198": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key3088": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index 6d139092622b..847424b55907 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaa", - "volumeGroupName": "aaa", - "volumeName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeName": "aaaaa", "parameters": {}, "api-version": "2021-11-20-preview" }, From 52c9483193410b2fe7f65c027f17e2b76a7333d5 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Tue, 4 Jan 2022 03:25:45 -0800 Subject: [PATCH 20/32] Fixed Prettier issues --- .../examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json | 2 +- .../examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json | 2 +- .../examples/ElasticSans_Delete_MaximumSet_Gen.json | 2 +- .../examples/ElasticSans_Delete_MinimumSet_Gen.json | 2 +- .../examples/ElasticSans_Get_MaximumSet_Gen.json | 2 +- .../examples/ElasticSans_Get_MinimumSet_Gen.json | 2 +- .../ElasticSans_ListByResourceGroup_MaximumSet_Gen.json | 2 +- .../ElasticSans_ListByResourceGroup_MinimumSet_Gen.json | 2 +- .../examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json | 2 +- .../examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json | 2 +- .../examples/ElasticSans_Update_MaximumSet_Gen.json | 2 +- .../examples/ElasticSans_Update_MinimumSet_Gen.json | 2 +- .../examples/Operations_List_MaximumSet_Gen.json | 2 +- .../examples/Operations_List_MinimumSet_Gen.json | 2 +- .../2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json | 2 +- .../2021-11-20-preview/examples/Skus_List_MinimumSet_Gen.json | 2 +- .../examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json | 2 +- .../examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json | 2 +- .../examples/Snapshots_Delete_MaximumSet_Gen.json | 2 +- .../examples/Snapshots_Delete_MinimumSet_Gen.json | 2 +- .../examples/Snapshots_Export_MaximumSet_Gen.json | 2 +- .../examples/Snapshots_Export_MinimumSet_Gen.json | 2 +- .../examples/Snapshots_Get_MaximumSet_Gen.json | 2 +- .../examples/Snapshots_Get_MinimumSet_Gen.json | 2 +- .../examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json | 2 +- .../examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json | 2 +- .../examples/Snapshots_Update_MaximumSet_Gen.json | 2 +- .../examples/Snapshots_Update_MinimumSet_Gen.json | 2 +- .../examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json | 2 +- .../examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json | 2 +- .../examples/VolumeGroups_Delete_MaximumSet_Gen.json | 2 +- .../examples/VolumeGroups_Delete_MinimumSet_Gen.json | 2 +- .../examples/VolumeGroups_Get_MaximumSet_Gen.json | 2 +- .../examples/VolumeGroups_Get_MinimumSet_Gen.json | 2 +- .../examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json | 2 +- .../examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json | 2 +- .../examples/VolumeGroups_Update_MaximumSet_Gen.json | 2 +- .../examples/VolumeGroups_Update_MinimumSet_Gen.json | 2 +- .../examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json | 2 +- .../examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json | 2 +- .../examples/Volumes_Delete_MaximumSet_Gen.json | 2 +- .../examples/Volumes_Delete_MinimumSet_Gen.json | 2 +- .../2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json | 2 +- .../2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json | 2 +- .../examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json | 2 +- .../examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json | 2 +- .../examples/Volumes_Update_MaximumSet_Gen.json | 2 +- .../examples/Volumes_Update_MinimumSet_Gen.json | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index 258205c9a648..5c59888c6d50 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -95,4 +95,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index 6df85c056202..01a9e42482a2 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -17,4 +17,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index 980d5eb86d8c..e42f8146b1ac 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -15,4 +15,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index 94a12e90ae09..97cbc0654c0c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index 254b43387770..b22a13cfc4f4 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -41,4 +41,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index 075490006f36..c4006e4f8a2d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index 81cc142ece85..1a3a6b959bec 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index 23cfcba79dfe..be5185e507b8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index 346b7764df33..5d09f5199adf 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -44,4 +44,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index 24d643c3212e..57cd87d3a16b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -12,4 +12,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index d4e42c450c11..ece5a634fe39 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -55,4 +55,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index 9919abc581f1..6c1990b1486d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -16,4 +16,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index aa69fc8a60e9..4f5e10b543db 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -21,4 +21,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index 227425c2c182..d30dc73e48fc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -20,4 +20,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json index 044422723c4d..cfb03363c30f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json @@ -54,4 +54,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MinimumSet_Gen.json index 633e0ff3a58d..cb31672e77cd 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MinimumSet_Gen.json @@ -7,4 +7,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index de9825e5c2d7..a2ce45d5e747 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -68,4 +68,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index 39318b9fd783..10ce4198fc5f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -16,4 +16,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index bda01dfbf561..340223eb0cb8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -16,4 +16,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index bda01dfbf561..340223eb0cb8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -16,4 +16,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json index a8d023c81f21..2918fe90ac6b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json @@ -67,4 +67,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json index 39318b9fd783..10ce4198fc5f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json @@ -16,4 +16,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index 2662e6d18780..f98f47d7d01a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -57,4 +57,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index 0a094c7be2a8..b20712a197c7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -15,4 +15,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index 67b87fe249b9..0dbcd5b26fa6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -40,4 +40,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index 60d441e8047d..0e4a40f62467 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -15,4 +15,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index 63d307f7ac98..9b765cc68be0 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -62,4 +62,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index 39318b9fd783..10ce4198fc5f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -16,4 +16,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index 1d52390a0857..84cafd488177 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -108,4 +108,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json index e1ff7b5a540f..a89cfb889968 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -18,4 +18,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index 62f49aa4b9f3..90a543274a5e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -16,4 +16,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index 3bc7bc615c77..63124a290923 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -15,4 +15,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index c9501e428a8e..98c72f927a36 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index 6fbd83030a00..9c9c5eb42ee7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index 9ba6bae6426e..93de4cc6bd59 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index 405c89d2eb46..ea03211db914 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -14,4 +14,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index e4080d5cd344..a40c42a733cd 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -72,4 +72,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index 2c3920f3c65f..7d63f82803e7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -17,4 +17,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index bec773d303f4..3559ffee1675 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -96,4 +96,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index 1f99654c4114..6c67ae2df74e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -19,4 +19,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index da722544eac7..4f3befda553a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -17,4 +17,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index c6ecbcb724f8..135a06164450 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -16,4 +16,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index daae01d3252b..ee58c0eaff52 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -44,4 +44,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 0b496d572dbd..9c960cda37bd 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -12,4 +12,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index 4d9f063c1ac6..6d43322089b6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -48,4 +48,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index 60d441e8047d..0e4a40f62467 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -15,4 +15,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index b8af308b08ba..0f1952e935a9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -57,4 +57,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index 847424b55907..fca9f4a8a35a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} From 7932e5670ea3daa21a39d532640d6c413d72c55c Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Tue, 4 Jan 2022 22:43:11 -0800 Subject: [PATCH 21/32] Updated the readme* files with the right package and namespaces. --- .../elasticsan/resource-manager/readme.cli.md | 34 +++++++++---------- .../resource-manager/readme.csharp.md | 4 +-- .../elasticsan/resource-manager/readme.go.md | 29 +++------------- .../resource-manager/readme.python.md | 4 +-- .../resource-manager/readme.ruby.md | 2 +- .../resource-manager/readme.typescript.md | 2 +- 6 files changed, 28 insertions(+), 47 deletions(-) diff --git a/specification/elasticsan/resource-manager/readme.cli.md b/specification/elasticsan/resource-manager/readme.cli.md index c433220dbf74..fd8c342f63af 100644 --- a/specification/elasticsan/resource-manager/readme.cli.md +++ b/specification/elasticsan/resource-manager/readme.cli.md @@ -1,21 +1,21 @@ ``` yaml # add any configuration here for all CLI languages # refer to the faq.md for more details -directive: - - where: - group: diskpool disk-pool - set: - group: disk-pool - - where: - group: diskpool iscsi-target - set: - group: disk-pool iscsi-target - - where: - command: disk-pool deallocate - set: - command: disk-pool stop - - where: - command: disk-pool-zone list - set: - command: disk-pool list-skus +#directive: +# - where: +# group: diskpool disk-pool +# set: +# group: disk-pool +# - where: +# group: diskpool iscsi-target +# set: +# group: disk-pool iscsi-target +# - where: +# command: disk-pool deallocate +# set: +# command: disk-pool stop +# - where: +# command: disk-pool-zone list +# set: +# command: disk-pool list-skus ``` \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/readme.csharp.md b/specification/elasticsan/resource-manager/readme.csharp.md index af2519e495c6..abc86225331e 100644 --- a/specification/elasticsan/resource-manager/readme.csharp.md +++ b/specification/elasticsan/resource-manager/readme.csharp.md @@ -10,6 +10,6 @@ csharp: payload-flattening-threshold: 2 clear-output-folder: true client-side-validation: false - namespace: Microsoft.Azure.Management.CloudSan - output-folder: $(csharp-sdks-folder)/cloudsan/Microsoft.Azure.Management.ElasticSan/src/Generated + namespace: Microsoft.Azure.Management.ElasticSan + output-folder: $(csharp-sdks-folder)/ElasticSans/Microsoft.Azure.Management.ElasticSan/src/Generated ``` diff --git a/specification/elasticsan/resource-manager/readme.go.md b/specification/elasticsan/resource-manager/readme.go.md index e1f3a9430e78..78bfa71ac154 100644 --- a/specification/elasticsan/resource-manager/readme.go.md +++ b/specification/elasticsan/resource-manager/readme.go.md @@ -1,26 +1,7 @@ ## Go -These settings apply only when `--go` is specified on the command line. - -```yaml $(go) -go: - license-header: MICROSOFT_MIT_NO_VERSION - clear-output-folder: true -``` - -### Go multi-api - -``` yaml $(go) && $(multiapi) -batch: - - tag: package-2021-11-20-preview -``` - -### Tag: package-2021-11-20-preview and go - -These settings apply only when `--tag=package-2021-08-22-preview --go` is specified on the command line. -Please also specify `--go-sdks-folder=`. - -```yaml $(tag) == 'package-2021-11-20-preview' && $(go) -namespace: elasticsan -output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-11-20-preview/$(namespace) -``` +azure-arm: true +license-header: MICROSOFT_MIT_NO_VERSION +module-name: sdk/resourcemanager/elasticsans/armelasticsans +module: github.com/Azure/azure-sdk-for-go/$(module-name) +output-folder: $(go-sdk-folder)/$(module-name) \ No newline at end of file diff --git a/specification/elasticsan/resource-manager/readme.python.md b/specification/elasticsan/resource-manager/readme.python.md index 0b742aef5c44..61a0e4c88e31 100644 --- a/specification/elasticsan/resource-manager/readme.python.md +++ b/specification/elasticsan/resource-manager/readme.python.md @@ -14,10 +14,10 @@ clear-output-folder: true ``` yaml $(python-mode) == 'update' && $(track2) no-namespace-folders: true -output-folder: $(python-sdks-folder)/elasticsan/azure-mgmt-elasticsan/azure/mgmt/elasticsan +output-folder: $(python-sdks-folder)/elasticsans/azure-mgmt-elasticsan/azure/mgmt/elasticsan ``` ``` yaml $(python-mode) == 'create' && $(track2) basic-setup-py: true -output-folder: $(python-sdks-folder)/elasticsan/azure-mgmt-elasticsan +output-folder: $(python-sdks-folder)/elasticsans/azure-mgmt-elasticsan ``` diff --git a/specification/elasticsan/resource-manager/readme.ruby.md b/specification/elasticsan/resource-manager/readme.ruby.md index 20498af563fd..e5525828c4d1 100644 --- a/specification/elasticsan/resource-manager/readme.ruby.md +++ b/specification/elasticsan/resource-manager/readme.ruby.md @@ -10,5 +10,5 @@ Please also specify `--ruby-sdks-folder= Date: Tue, 4 Jan 2022 22:44:19 -0800 Subject: [PATCH 22/32] Pointed GO to track2 --- specification/elasticsan/resource-manager/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/elasticsan/resource-manager/readme.md b/specification/elasticsan/resource-manager/readme.md index 56a9afabe0fe..b1924aee77f0 100644 --- a/specification/elasticsan/resource-manager/readme.md +++ b/specification/elasticsan/resource-manager/readme.md @@ -51,7 +51,7 @@ This is not used by Autorest itself. 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-sdk-for-ruby after_scripts: From 71a0cede1b0f9350b669ef3703fb879fbc112dc8 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Tue, 4 Jan 2022 23:34:24 -0800 Subject: [PATCH 23/32] Updated readme.go.md with the yaml format --- specification/elasticsan/resource-manager/readme.go.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/specification/elasticsan/resource-manager/readme.go.md b/specification/elasticsan/resource-manager/readme.go.md index 78bfa71ac154..85973b36f676 100644 --- a/specification/elasticsan/resource-manager/readme.go.md +++ b/specification/elasticsan/resource-manager/readme.go.md @@ -1,7 +1,11 @@ ## Go +These settings apply only when `--go` is specified on the command line. + +```yaml $(go) && $(track2) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION module-name: sdk/resourcemanager/elasticsans/armelasticsans module: github.com/Azure/azure-sdk-for-go/$(module-name) -output-folder: $(go-sdk-folder)/$(module-name) \ No newline at end of file +output-folder: $(go-sdk-folder)/$(module-name) +``` \ No newline at end of file From a4794ab10ab1a247b485966406a2453dc072ad01 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Fri, 28 Jan 2022 01:45:37 -0800 Subject: [PATCH 24/32] Addressed review comments, updated with ecommon types and added naming restrictions. --- .../2021-11-20-preview/elasticsan.json | 160 ++++++++---------- ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 76 ++++----- ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 4 +- .../ElasticSans_Delete_MaximumSet_Gen.json | 4 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 4 +- .../ElasticSans_Get_MaximumSet_Gen.json | 36 ++-- .../ElasticSans_Get_MinimumSet_Gen.json | 4 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 36 ++-- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 2 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 36 ++-- ...ans_ListBySubscription_MinimumSet_Gen.json | 2 +- .../ElasticSans_Update_MaximumSet_Gen.json | 42 ++--- .../ElasticSans_Update_MinimumSet_Gen.json | 4 +- .../Operations_List_MaximumSet_Gen.json | 10 +- .../Operations_List_MinimumSet_Gen.json | 8 +- .../examples/Skus_List_MaximumSet_Gen.json | 46 ++--- ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 65 +++---- ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 11 +- .../Snapshots_Delete_MaximumSet_Gen.json | 8 +- .../Snapshots_Delete_MinimumSet_Gen.json | 8 +- .../Snapshots_Export_MaximumSet_Gen.json | 65 +++---- .../Snapshots_Export_MinimumSet_Gen.json | 11 +- .../Snapshots_Get_MaximumSet_Gen.json | 61 ++++--- .../Snapshots_Get_MinimumSet_Gen.json | 11 +- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 37 ++-- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 6 +- .../Snapshots_Update_MaximumSet_Gen.json | 63 +++---- .../Snapshots_Update_MinimumSet_Gen.json | 11 +- ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 71 ++++---- ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MaximumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 34 ++-- .../VolumeGroups_Get_MinimumSet_Gen.json | 6 +- ...roups_ListByElasticSan_MaximumSet_Gen.json | 34 ++-- ...roups_ListByElasticSan_MinimumSet_Gen.json | 4 +- .../VolumeGroups_Update_MaximumSet_Gen.json | 41 +++-- .../VolumeGroups_Update_MinimumSet_Gen.json | 6 +- ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 81 +++++---- ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 8 +- .../Volumes_Delete_MaximumSet_Gen.json | 8 +- .../Volumes_Delete_MinimumSet_Gen.json | 8 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 40 ++--- .../examples/Volumes_Get_MinimumSet_Gen.json | 8 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 40 ++--- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 6 +- .../Volumes_Update_MaximumSet_Gen.json | 44 ++--- .../Volumes_Update_MinimumSet_Gen.json | 8 +- 48 files changed, 657 insertions(+), 639 deletions(-) diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index f28b732a54e1..033c6cb00455 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -64,7 +64,7 @@ "description": "Gets a list of ElasticSan operations.", "parameters": [ { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -103,7 +103,7 @@ "operationId": "Skus_List", "parameters": [ { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" }, { "name": "$filter", @@ -149,10 +149,10 @@ "description": "Gets a list of ElasticSans in a subscription", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -191,13 +191,13 @@ "description": "Gets a list of ElasticSan in a resource group.", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -236,7 +236,7 @@ "description": "Create or Update ElasticSan.", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -254,7 +254,7 @@ "description": "Elastic San object." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -298,7 +298,7 @@ "description": "Update a Elastic San.", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -316,7 +316,7 @@ "description": "Elastic San object." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -357,7 +357,7 @@ "description": "Delete a Elastic San.", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -369,7 +369,7 @@ "$ref": "#/parameters/ForceDeleteVolumeGroupsParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -410,7 +410,7 @@ "description": "Get a ElasticSan.", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -419,7 +419,7 @@ "$ref": "#/parameters/ElasticSanNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -455,7 +455,7 @@ "operationId": "VolumeGroups_ListByElasticSan", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -464,7 +464,7 @@ "$ref": "#/parameters/ElasticSanNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -503,7 +503,7 @@ "operationId": "VolumeGroups_CreateOrUpdate", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -524,7 +524,7 @@ "description": "Volume Group object." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -568,7 +568,7 @@ "operationId": "VolumeGroups_Update", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -589,7 +589,7 @@ "description": "Volume Group object." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -630,7 +630,7 @@ "operationId": "VolumeGroups_Delete", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -645,7 +645,7 @@ "$ref": "#/parameters/ForceDeleteVolumesSnapshotsParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -686,7 +686,7 @@ "operationId": "VolumeGroups_Get", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -698,7 +698,7 @@ "$ref": "#/parameters/VolumeGroupNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -734,7 +734,7 @@ "operationId": "Volumes_CreateOrUpdate", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -758,7 +758,7 @@ "description": "Volume object." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -802,7 +802,7 @@ "operationId": "Volumes_Update", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -826,7 +826,7 @@ "description": "Volume object." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -867,7 +867,7 @@ "operationId": "Volumes_Delete", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -885,7 +885,7 @@ "$ref": "#/parameters/ForceDeleteSnapshotsParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -926,7 +926,7 @@ "operationId": "Volumes_Get", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -941,7 +941,7 @@ "$ref": "#/parameters/VolumeNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -977,7 +977,7 @@ "operationId": "Volumes_ListByVolumeGroup", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -989,7 +989,7 @@ "$ref": "#/parameters/VolumeGroupNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -1028,7 +1028,7 @@ "operationId": "Snapshots_ListByVolumeGroup", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -1040,10 +1040,14 @@ "$ref": "#/parameters/VolumeGroupNameParameter" }, { - "$ref": "#/parameters/FilterByParameter" + "name": "$filter", + "in": "query", + "description": "Specify $filter='volumeName eq ' to filter on volume.", + "required": false, + "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -1082,7 +1086,7 @@ "operationId": "Snapshots_CreateOrUpdate", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -1106,7 +1110,7 @@ "description": "Snapshot object." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -1129,7 +1133,7 @@ } } }, - "x-ms-long-running-operation": false, + "x-ms-long-running-operation": true, "x-ms-long-running-operation-options": { "final-state-via": "azure-async-operation" }, @@ -1150,7 +1154,7 @@ "operationId": "Snapshots_Update", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -1174,7 +1178,7 @@ "description": "Snapshot object." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -1197,7 +1201,7 @@ } } }, - "x-ms-long-running-operation": false, + "x-ms-long-running-operation": true, "x-ms-long-running-operation-options": { "final-state-via": "azure-async-operation" }, @@ -1218,7 +1222,7 @@ "operationId": "Snapshots_Delete", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -1233,7 +1237,7 @@ "$ref": "#/parameters/SnapshotNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -1274,7 +1278,7 @@ "operationId": "Snapshots_Get", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -1289,7 +1293,7 @@ "$ref": "#/parameters/SnapshotNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -1312,7 +1316,7 @@ } } }, - "x-ms-long-running-operation": false, + "x-ms-long-running-operation": true, "x-ms-long-running-operation-options": { "final-state-via": "azure-async-operation" }, @@ -1335,7 +1339,7 @@ "operationId": "Snapshots_Export", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -1359,7 +1363,7 @@ "description": "Snapshot object." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -1382,7 +1386,7 @@ } } }, - "x-ms-long-running-operation": false, + "x-ms-long-running-operation": true, "x-ms-long-running-operation-options": { "final-state-via": "azure-async-operation" }, @@ -1431,6 +1435,9 @@ "required": true, "type": "string", "description": "The name of the ElasticSan.", + "pattern": "^[A-Za-z0-9]+((-|_)[a-z0-9A-Z]+)*$", + "minLength": 3, + "maxLength": 24, "x-ms-parameter-location": "method" }, "VolumeGroupNameParameter": { @@ -1439,6 +1446,9 @@ "required": true, "in": "path", "description": "The name of the VolumeGroup.", + "pattern": "^[A-Za-z0-9]+((-|_)[a-z0-9A-Z]+)*$", + "minLength": 3, + "maxLength": 63, "x-ms-parameter-location": "method" }, "VolumeNameParameter": { @@ -1447,16 +1457,9 @@ "required": true, "in": "path", "description": "The name of the Volume.", - "x-ms-parameter-location": "method" - }, - "FilterByParameter": { - "name": "filterBy", - "required": false, - "in": "body", - "description": "Filter data by Volume name", - "schema": { - "$ref": "#/definitions/FilterByVolume" - }, + "pattern": "^[a-z0-9]+(-[a-z0-9A-Z]+)*$", + "minLength": 3, + "maxLength": 63, "x-ms-parameter-location": "method" }, "ForceDeleteSnapshotsParameter": { @@ -1492,6 +1495,9 @@ "required": true, "type": "string", "description": "The name of the snapshot within the given subscription, resource and volume group.", + "pattern": "^[a-z0-9]+(?:[._-][a-z0-9]+)*$", + "minLength": 1, + "maxLength": 80, "x-ms-parameter-location": "method" } }, @@ -2164,16 +2170,6 @@ } ] }, - "FilterByVolume": { - "type": "object", - "description": "Filter data by volume name.", - "properties": { - "volumeId": { - "description": "Volume Id to filter", - "type": "string" - } - } - }, "VolumeList": { "type": "object", "required": [ @@ -2202,7 +2198,8 @@ "properties": { "volumeId": { "description": "Unique Id of the volume in GUID format", - "type": "string" + "type": "string", + "readOnly": true }, "creationData": { "description": "State of the operation on the resource.", @@ -2342,6 +2339,11 @@ "creationData": { "description": "State of the operation on the resource.", "$ref": "#/definitions/SnapshotCreationData" + }, + "provisioningState": { + "readOnly": true, + "type": "string", + "description": "The snapshot provisioning state." } } }, @@ -2671,19 +2673,6 @@ }, "description": "A set of rules governing the network accessibility." }, - "IpRule": { - "type": "object", - "properties": { - "value": { - "type": "string", - "description": "An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78)." - } - }, - "required": [ - "value" - ], - "description": "A rule governing the accessibility from a specific ip address or ip range." - }, "VirtualNetworkRule": { "type": "object", "properties": { @@ -2693,6 +2682,7 @@ }, "state": { "type": "string", + "readOnly": true, "description": "Gets the state of virtual network rule." }, "ignoreMissingVnetServiceEndpoint": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index 5c59888c6d50..f1b0749d3227 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", "parameters": { "properties": { "sku": { @@ -10,14 +10,14 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaa" + "aaaaaaaaaaaaaaaaaa" ], - "baseSizeTB": 22, - "extendedSizeTB": 7 + "baseSizeTB": 25, + "extendedSizeTB": 1 }, "location": "aaaaaaaaa", "tags": { - "key428": "aaa" + "key209": "a" } }, "api-version": "2021-11-20-preview" @@ -31,29 +31,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaa" + "aaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 22, - "extendedSizeTB": 7, - "totalSizeTB": 18, - "provisionedIops": 6, - "provisionedMBps": 13 + "baseSizeTB": 25, + "extendedSizeTB": 1, + "totalSizeTB": 3, + "provisionedIops": 16, + "provisionedMBps": 22 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, "location": "aaaaaaaaa", - "id": "aaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key428": "aaa" + "key209": "a" } } }, @@ -68,29 +68,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaa" + "aaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 22, - "extendedSizeTB": 7, - "totalSizeTB": 18, - "provisionedIops": 6, - "provisionedMBps": 13 + "baseSizeTB": 25, + "extendedSizeTB": 1, + "totalSizeTB": 3, + "provisionedIops": 16, + "provisionedMBps": 22 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, "location": "aaaaaaaaa", - "id": "aaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key428": "aaa" + "key209": "a" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index 01a9e42482a2..d32f5d47b911 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index e42f8146b1ac..9a1da380e848 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", "x-ms-force-delete-volumegroups": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index 97cbc0654c0c..502549058454 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index b22a13cfc4f4..eba016a1e116 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,29 +14,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaa" + "aaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 22, - "extendedSizeTB": 7, - "totalSizeTB": 18, - "provisionedIops": 6, - "provisionedMBps": 13 + "baseSizeTB": 25, + "extendedSizeTB": 1, + "totalSizeTB": 3, + "provisionedIops": 16, + "provisionedMBps": 22 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, "location": "aaaaaaaaa", - "id": "aaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key428": "aaa" + "key209": "a" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index c4006e4f8a2d..d0d911d9ae4e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index 1a3a6b959bec..f59dcf1ee2b2 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -15,33 +15,33 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaa" + "aaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 22, - "extendedSizeTB": 7, - "totalSizeTB": 18, - "provisionedIops": 6, - "provisionedMBps": 13 + "baseSizeTB": 25, + "extendedSizeTB": 1, + "totalSizeTB": 3, + "provisionedIops": 16, + "provisionedMBps": 22 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, "location": "aaaaaaaaa", - "id": "aaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key428": "aaa" + "key209": "a" } } ], - "nextLink": "aaaaaaaa" + "nextLink": "aaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index be5185e507b8..4db655e35b1d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index 5d09f5199adf..f28f66bc2a11 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,33 +14,33 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaa" + "aaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 22, - "extendedSizeTB": 7, - "totalSizeTB": 18, - "provisionedIops": 6, - "provisionedMBps": 13 + "baseSizeTB": 25, + "extendedSizeTB": 1, + "totalSizeTB": 3, + "provisionedIops": 16, + "provisionedMBps": 22 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, "location": "aaaaaaaaa", - "id": "aaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key428": "aaa" + "key209": "a" } } ], - "nextLink": "aaaaaaaa" + "nextLink": "aaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index 57cd87d3a16b..0f303dfbd9ef 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index ece5a634fe39..ac43b874cfec 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,15 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", "parameters": { "properties": { - "baseSizeTB": 28, - "extendedSizeTB": 5 + "baseSizeTB": 24, + "extendedSizeTB": 15 }, "tags": { - "key6499": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key8029": "aaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -23,29 +23,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaa" + "aaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 22, - "extendedSizeTB": 7, - "totalSizeTB": 18, - "provisionedIops": 6, - "provisionedMBps": 13 + "baseSizeTB": 25, + "extendedSizeTB": 1, + "totalSizeTB": 3, + "provisionedIops": 16, + "provisionedMBps": 22 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, "location": "aaaaaaaaa", - "id": "aaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key428": "aaa" + "key209": "a" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index 6c1990b1486d..1241613dd7b2 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index 4f5e10b543db..2c244050c297 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,17 +7,17 @@ "body": { "value": [ { - "name": "aaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "isDataAction": true, "display": { "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaaaaaaaaaaaaaaaaaaa", - "operation": "aaaaaaaaaaaa", - "description": "aaaaaaaa" + "resource": "aaaaaaaaaaa", + "operation": "aaaaaaaaaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index d30dc73e48fc..65e66eaa43e9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,13 +7,13 @@ "body": { "value": [ { - "name": "aaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "isDataAction": true, "display": { "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaaaaaaaaaaaaaaaaaaa", - "operation": "aaaaaaaaaaaa", - "description": "aaaaaaaa" + "resource": "aaaaaaaaaaa", + "operation": "aaaaaaaaaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaa" } } ] diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json index cfb03363c30f..6dedd477e9b1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json @@ -1,7 +1,7 @@ { "parameters": { "api-version": "2021-11-20-preview", - "$filter": "aaaaaa" + "$filter": "aaaaaaaaaaaaaaaaaaaaaaaaa" }, "responses": { "200": { @@ -13,44 +13,44 @@ "tier": "Standard" }, "apiVersions": [ - "aaaaaaa" + "aaaa" ], "locationInfo": [ { "location": "aaaaaaaaaaaaaaaaaaaaaaaa", "zones": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaa" ] } ], "san": { - "maxSizeTB": 2, - "minSizeTB": 1, - "minIncrementSizeTB": 10, - "maxIopsPerTB": 7, - "maxMBpsPerTB": 29, - "maxIops": 5, - "maxMBps": 11, - "maxVolumeGroupCount": 2 + "maxSizeTB": 15, + "minSizeTB": 16, + "minIncrementSizeTB": 7, + "maxIopsPerTB": 18, + "maxMBpsPerTB": 30, + "maxIops": 3, + "maxMBps": 10, + "maxVolumeGroupCount": 20 }, "volumeGroup": { - "maxVolumeCount": 2, - "maxSnapshotCount": 26 + "maxVolumeCount": 27, + "maxSnapshotCount": 30 }, "volume": { - "maxSizeGB": 17, - "minSizeGB": 23, - "minIncrementSizeGB": 16, - "maxIopsPerGB": 4, - "maxMBpsPerGB": 14, - "maxIops": 16, - "maxMBps": 27, - "maxSnapshotCount": 21, - "maxConnectedClientCount": 22 + "maxSizeGB": 23, + "minSizeGB": 29, + "minIncrementSizeGB": 17, + "maxIopsPerGB": 10, + "maxMBpsPerGB": 12, + "maxIops": 28, + "maxMBps": 5, + "maxSnapshotCount": 28, + "maxConnectedClientCount": 6 } } ], - "nextLink": "aaa" + "nextLink": "aaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index a2ce45d5e747..9d7271c87cbc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -1,19 +1,19 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "snapshotName": "7uj_7r969", "parameters": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaa" } }, "location": "aaa", "tags": { - "key4218": "aaaaa" + "key9628": "aaaaa" } }, "api-version": "2021-11-20-preview" @@ -23,47 +23,52 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" - } + "sourceUri": "aaaaaaaaa" + }, + "provisioningState": "aaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, "location": "aaa", - "id": "aaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaa", + "name": "aaaaaaaaa", + "type": "aaa", "tags": { - "key4218": "aaaaa" + "key9628": "aaaaa" } } }, "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" - } + "sourceUri": "aaaaaaaaa" + }, + "provisioningState": "aaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, "location": "aaa", - "id": "aaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaa", + "name": "aaaaaaaaa", + "type": "aaa", "tags": { - "key4218": "aaaaa" + "key9628": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index 10ce4198fc5f..3efa31bf223d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "snapshotName": "7uj_7r969", "parameters": {}, "api-version": "2021-11-20-preview" }, @@ -13,6 +13,9 @@ "body": {} }, "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, "body": {} } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 340223eb0cb8..445d8a1d057a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "snapshotName": "7uj_7r969", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 340223eb0cb8..445d8a1d057a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "snapshotName": "7uj_7r969", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json index 2918fe90ac6b..2bbb41b7ce1a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json @@ -1,18 +1,18 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "snapshotName": "7uj_7r969", "parameters": { "properties": { "creationData": { - "targetUri": "aaaaaaa" + "targetUri": "aaaaaaaa" } }, "tags": { - "key6797": "aaaaaaaaaaaaaaaaaaaaa" + "key3007": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -22,47 +22,52 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" - } + "sourceUri": "aaaaaaaaa" + }, + "provisioningState": "aaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, "location": "aaa", - "id": "aaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaa", + "name": "aaaaaaaaa", + "type": "aaa", "tags": { - "key4218": "aaaaa" + "key9628": "aaaaa" } } }, "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" - } + "sourceUri": "aaaaaaaaa" + }, + "provisioningState": "aaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, "location": "aaa", - "id": "aaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaa", + "name": "aaaaaaaaa", + "type": "aaa", "tags": { - "key4218": "aaaaa" + "key9628": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json index 10ce4198fc5f..3efa31bf223d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "snapshotName": "7uj_7r969", "parameters": {}, "api-version": "2021-11-20-preview" }, @@ -13,6 +13,9 @@ "body": {} }, "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, "body": {} } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index f98f47d7d01a..77655f9c333f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "snapshotName": "7uj_7r969", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,47 +12,52 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" - } + "sourceUri": "aaaaaaaaa" + }, + "provisioningState": "aaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, "location": "aaa", - "id": "aaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaa", + "name": "aaaaaaaaa", + "type": "aaa", "tags": { - "key4218": "aaaaa" + "key9628": "aaaaa" } } }, "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" - } + "sourceUri": "aaaaaaaaa" + }, + "provisioningState": "aaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, "location": "aaa", - "id": "aaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaa", + "name": "aaaaaaaaa", + "type": "aaa", "tags": { - "key4218": "aaaaa" + "key9628": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index b20712a197c7..731257cd4b22 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "snapshotName": "7uj_7r969", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,6 +12,9 @@ "body": {} }, "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, "body": {} } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index 0dbcd5b26fa6..f3676cb9882f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,12 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "filterBy": { - "volumeId": "aaaaaaaaaaaaaaaa" - }, + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "$filter": "a", "api-version": "2021-11-20-preview" }, "responses": { @@ -16,27 +14,28 @@ { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" - } + "sourceUri": "aaaaaaaaa" + }, + "provisioningState": "aaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, "location": "aaa", - "id": "aaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaa", + "name": "aaaaaaaaa", + "type": "aaa", "tags": { - "key4218": "aaaaa" + "key9628": "aaaaa" } } ], - "nextLink": "aa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index 0e4a40f62467..03f5c2449dfb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index 9b765cc68be0..8eed6c479df5 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "snapshotName": "7uj_7r969", "parameters": { "tags": { - "key4981": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key4398": "aaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -17,47 +17,52 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" - } + "sourceUri": "aaaaaaaaa" + }, + "provisioningState": "aaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, "location": "aaa", - "id": "aaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaa", + "name": "aaaaaaaaa", + "type": "aaa", "tags": { - "key4218": "aaaaa" + "key9628": "aaaaa" } } }, "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaa" - } + "sourceUri": "aaaaaaaaa" + }, + "provisioningState": "aaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, "location": "aaa", - "id": "aaaa", - "name": "aaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaa", + "name": "aaaaaaaaa", + "type": "aaa", "tags": { - "key4218": "aaaaa" + "key9628": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index 10ce4198fc5f..3efa31bf223d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "snapshotName": "aaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "snapshotName": "7uj_7r969", "parameters": {}, "api-version": "2021-11-20-preview" }, @@ -13,6 +13,9 @@ "body": {} }, "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, "body": {} } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index 84cafd488177..701707ca1e10 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", "parameters": { "properties": { "protocolType": "Iscsi", @@ -12,19 +12,18 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaa" + "a" ] } ] } }, - "location": "aaaaaaaaaaaaaaaaaa", + "location": "a", "tags": { - "key8236": "aaaaaaaaa" + "key6599": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -40,30 +39,30 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "state": "aaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaa" + "a" ] } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "a", + "id": "aaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key8236": "aaaaaaaaa" + "key6599": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } }, @@ -80,30 +79,30 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "state": "aaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaa" + "a" ] } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "a", + "id": "aaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key8236": "aaaaaaaaa" + "key6599": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json index a89cfb889968..cc56000fc37e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index 90a543274a5e..34ad8151ff00 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", "x-ms-force-delete-volumes-snapshots": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index 63124a290923..a0dbc8bdac0f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index 98c72f927a36..f8f81ea01452 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", "api-version": "2021-11-20-preview" }, "responses": { @@ -17,30 +17,30 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "state": "aaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaa" + "a" ] } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "a", + "id": "aaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key8236": "aaaaaaaaa" + "key6599": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index 9c9c5eb42ee7..60c885641806 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index 93de4cc6bd59..718fd9b8ba75 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", "api-version": "2021-11-20-preview" }, "responses": { @@ -18,34 +18,34 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "state": "aaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaa" + "a" ] } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "a", + "id": "aaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key8236": "aaaaaaaaa" + "key6599": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index ea03211db914..8ee446dd7077 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index a40c42a733cd..a3b4f9974284 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", "parameters": { "properties": { "protocolType": "Iscsi", @@ -12,18 +12,17 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaa" + "a" ] } ] } }, "tags": { - "key4075": "aaaaaaa" + "key6709": "aaaaa" } }, "api-version": "2021-11-20-preview" @@ -39,30 +38,30 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaa", + "state": "aaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaaaaaaaaa" + "a" ] } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "a", + "id": "aaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key8236": "aaaaaaaaa" + "key6599": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index 7d63f82803e7..5a5d7294581b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index 3559ffee1675..a9af185e17b7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -1,22 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "volumeName": "49-45-NL5-oBYfB-G8-6H", "parameters": { "properties": { - "volumeId": "aaaaa", "creationData": { "createSource": "None", - "sourceUri": "aa" + "sourceUri": "aaaaaa" }, - "sizeGB": 23 + "sizeGB": 13 }, - "location": "aaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaa", "tags": { - "key3088": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key614": "aaaa" } }, "api-version": "2021-11-20-preview" @@ -25,35 +24,35 @@ "200": { "body": { "properties": { - "volumeId": "aaaaa", + "volumeId": "aaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aa" + "sourceUri": "aaaaaa" }, - "sizeGB": 23, + "sizeGB": 13, "storageTarget": { - "targetIqn": "aaaa", + "targetIqn": "aaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaa", - "type": "aaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key3088": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key614": "aaaa" } } }, @@ -63,35 +62,35 @@ }, "body": { "properties": { - "volumeId": "aaaaa", + "volumeId": "aaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aa" + "sourceUri": "aaaaaa" }, - "sizeGB": 23, + "sizeGB": 13, "storageTarget": { - "targetIqn": "aaaa", + "targetIqn": "aaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaa", - "type": "aaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key3088": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key614": "aaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index 6c67ae2df74e..a6bd10c05011 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "volumeName": "49-45-NL5-oBYfB-G8-6H", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index 4f3befda553a..e40057b56a22 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "volumeName": "49-45-NL5-oBYfB-G8-6H", "x-ms-force-delete-snapshots": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index 135a06164450..d9bef3f315d9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "volumeName": "49-45-NL5-oBYfB-G8-6H", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index ee58c0eaff52..f10818e74384 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,45 +1,45 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "volumeName": "49-45-NL5-oBYfB-G8-6H", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "volumeId": "aaaaa", + "volumeId": "aaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aa" + "sourceUri": "aaaaaa" }, - "sizeGB": 23, + "sizeGB": 13, "storageTarget": { - "targetIqn": "aaaa", + "targetIqn": "aaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaa", - "type": "aaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key3088": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key614": "aaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 9c960cda37bd..7caca64f88de 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "volumeName": "49-45-NL5-oBYfB-G8-6H", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index 6d43322089b6..5f5f83d8423d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,39 +12,39 @@ "value": [ { "properties": { - "volumeId": "aaaaa", + "volumeId": "aaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aa" + "sourceUri": "aaaaaa" }, - "sizeGB": 23, + "sizeGB": 13, "storageTarget": { - "targetIqn": "aaaa", + "targetIqn": "aaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaa", - "type": "aaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key3088": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key614": "aaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index 0e4a40f62467..03f5c2449dfb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index 0f1952e935a9..2dacc5ebeee9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,16 +1,16 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "volumeName": "49-45-NL5-oBYfB-G8-6H", "parameters": { "properties": { - "sizeGB": 19 + "sizeGB": 28 }, "tags": { - "key7479": "aaaaa" + "key5350": "aaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -19,35 +19,35 @@ "200": { "body": { "properties": { - "volumeId": "aaaaa", + "volumeId": "aaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aa" + "sourceUri": "aaaaaa" }, - "sizeGB": 23, + "sizeGB": 13, "storageTarget": { - "targetIqn": "aaaa", + "targetIqn": "aaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaa", - "createdAt": "aaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "lastModifiedAt": "aaaa" + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "createdByType": "aaaaaaaaaaaaaaaa", + "createdAt": "aaaaaaaaaaaaaaaaaaaa", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", + "lastModifiedByType": "aaaaaaaaaaaaa", + "lastModifiedAt": "aaaaaaaaaaaaaaa" }, - "location": "aaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaa", - "type": "aaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key3088": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key614": "aaaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index fca9f4a8a35a..3b4f05ea7761 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "aaaaaaaaaaaaaaaaaaaaaaaa", - "volumeGroupName": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "volumeName": "aaaaa", + "elasticSanName": "jku3Y6-IsE8e-183", + "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "volumeName": "49-45-NL5-oBYfB-G8-6H", "parameters": {}, "api-version": "2021-11-20-preview" }, From 5328ef5d8b99116a58f5b17aaec64fc411ae1ae6 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Fri, 28 Jan 2022 01:52:03 -0800 Subject: [PATCH 25/32] Updated with common SystemData --- .../preview/2021-11-20-preview/elasticsan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index 033c6cb00455..455d6d6fe7cf 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -1611,7 +1611,7 @@ "systemData": { "description": "Resource metadata required by ARM RPC", "readOnly": true, - "$ref": "#/definitions/SystemMetadata" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData" } }, "allOf": [ @@ -2044,7 +2044,7 @@ "systemData": { "description": "Resource metadata required by ARM RPC", "readOnly": true, - "$ref": "#/definitions/SystemMetadata" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData" } }, "allOf": [ @@ -2161,7 +2161,7 @@ "systemData": { "description": "Resource metadata required by ARM RPC", "readOnly": true, - "$ref": "#/definitions/SystemMetadata" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData" } }, "allOf": [ @@ -2257,7 +2257,7 @@ "systemData": { "description": "Resource metadata required by ARM RPC", "readOnly": true, - "$ref": "#/definitions/SystemMetadata" + "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData" } }, "allOf": [ @@ -2507,7 +2507,7 @@ ] } }, - "SystemMetadata": { + { "type": "object", "description": "Resource metadata required by ARM RPC.", "readOnly": true, From 6f19071478c25ee9278649692651592678fe2adf Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Fri, 28 Jan 2022 02:20:35 -0800 Subject: [PATCH 26/32] Corrected the missing json structure --- .../2021-11-20-preview/elasticsan.json | 37 --------- ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 80 +++++++++---------- ...ticSans_CreateOrUpdate_MinimumSet_Gen.json | 2 +- .../ElasticSans_Delete_MaximumSet_Gen.json | 2 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 2 +- .../ElasticSans_Get_MaximumSet_Gen.json | 36 ++++----- .../ElasticSans_Get_MinimumSet_Gen.json | 2 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 36 ++++----- ...ans_ListBySubscription_MaximumSet_Gen.json | 36 ++++----- .../ElasticSans_Update_MaximumSet_Gen.json | 42 +++++----- .../ElasticSans_Update_MinimumSet_Gen.json | 2 +- .../Operations_List_MaximumSet_Gen.json | 12 +-- .../Operations_List_MinimumSet_Gen.json | 10 +-- .../examples/Skus_List_MaximumSet_Gen.json | 46 +++++------ ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 64 +++++++-------- ...apshots_CreateOrUpdate_MinimumSet_Gen.json | 6 +- .../Snapshots_Delete_MaximumSet_Gen.json | 6 +- .../Snapshots_Delete_MinimumSet_Gen.json | 6 +- .../Snapshots_Export_MaximumSet_Gen.json | 62 +++++++------- .../Snapshots_Export_MinimumSet_Gen.json | 6 +- .../Snapshots_Get_MaximumSet_Gen.json | 58 +++++++------- .../Snapshots_Get_MinimumSet_Gen.json | 6 +- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 34 ++++---- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 4 +- .../Snapshots_Update_MaximumSet_Gen.json | 60 +++++++------- .../Snapshots_Update_MinimumSet_Gen.json | 6 +- ...eGroups_CreateOrUpdate_MaximumSet_Gen.json | 68 ++++++++-------- ...eGroups_CreateOrUpdate_MinimumSet_Gen.json | 4 +- .../VolumeGroups_Delete_MaximumSet_Gen.json | 4 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 4 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 32 ++++---- .../VolumeGroups_Get_MinimumSet_Gen.json | 4 +- ...roups_ListByElasticSan_MaximumSet_Gen.json | 32 ++++---- ...roups_ListByElasticSan_MinimumSet_Gen.json | 2 +- .../VolumeGroups_Update_MaximumSet_Gen.json | 38 ++++----- .../VolumeGroups_Update_MinimumSet_Gen.json | 4 +- ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 72 ++++++++--------- ...Volumes_CreateOrUpdate_MinimumSet_Gen.json | 6 +- .../Volumes_Delete_MaximumSet_Gen.json | 6 +- .../Volumes_Delete_MinimumSet_Gen.json | 6 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 36 ++++----- .../examples/Volumes_Get_MinimumSet_Gen.json | 6 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 36 ++++----- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 4 +- .../Volumes_Update_MaximumSet_Gen.json | 40 +++++----- .../Volumes_Update_MinimumSet_Gen.json | 6 +- 46 files changed, 518 insertions(+), 555 deletions(-) diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index 455d6d6fe7cf..503725cf7b29 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -2507,43 +2507,6 @@ ] } }, - { - "type": "object", - "description": "Resource metadata required by ARM RPC.", - "readOnly": true, - "properties": { - "createdBy": { - "readOnly": true, - "type": "string", - "description": "A string identifier for the identity that created the resource." - }, - "createdByType": { - "readOnly": true, - "type": "string", - "description": "The type of identity that created the resource: user, application, managedIdentity." - }, - "createdAt": { - "readOnly": true, - "type": "string", - "description": "The timestamp of resource creation (UTC)." - }, - "lastModifiedBy": { - "readOnly": true, - "type": "string", - "description": "A string identifier for the identity that last modified the resource." - }, - "lastModifiedByType": { - "readOnly": true, - "type": "string", - "description": "The type of identity that last modified the resource: user, application, managedIdentity." - }, - "lastModifiedAt": { - "readOnly": true, - "type": "string", - "description": "The timestamp of resource last modification (UTC)." - } - } - }, "TrackedResource": { "description": "The resource model definition for a ARM tracked top level resource.", "type": "object", diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json index f1b0749d3227..178748fabc2e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", + "elasticSanName": "ewDw-747_Q6xluQ", "parameters": { "properties": { "sku": { @@ -10,14 +10,14 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaa" ], - "baseSizeTB": 25, - "extendedSizeTB": 1 + "baseSizeTB": 5, + "extendedSizeTB": 10 }, - "location": "aaaaaaaaa", + "location": "aaaaaaaaaaa", "tags": { - "key209": "a" + "key3639": "aaaaa" } }, "api-version": "2021-11-20-preview" @@ -31,29 +31,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 25, - "extendedSizeTB": 1, - "totalSizeTB": 3, - "provisionedIops": 16, - "provisionedMBps": 22 + "baseSizeTB": 5, + "extendedSizeTB": 10, + "totalSizeTB": 19, + "provisionedIops": 8, + "provisionedMBps": 20 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa", "tags": { - "key209": "a" + "key3639": "aaaaa" } } }, @@ -68,29 +68,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 25, - "extendedSizeTB": 1, - "totalSizeTB": 3, - "provisionedIops": 16, - "provisionedMBps": 22 + "baseSizeTB": 5, + "extendedSizeTB": 10, + "totalSizeTB": 19, + "provisionedIops": 8, + "provisionedMBps": 20 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa", "tags": { - "key209": "a" + "key3639": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json index d32f5d47b911..d4e8558121da 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", + "elasticSanName": "ewDw-747_Q6xluQ", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index 9a1da380e848..3de572d8b554 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", + "elasticSanName": "ewDw-747_Q6xluQ", "x-ms-force-delete-volumegroups": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index 502549058454..91ef39e2a549 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", + "elasticSanName": "ewDw-747_Q6xluQ", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index eba016a1e116..183816146ded 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", + "elasticSanName": "ewDw-747_Q6xluQ", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,29 +14,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 25, - "extendedSizeTB": 1, - "totalSizeTB": 3, - "provisionedIops": 16, - "provisionedMBps": 22 + "baseSizeTB": 5, + "extendedSizeTB": 10, + "totalSizeTB": 19, + "provisionedIops": 8, + "provisionedMBps": 20 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa", "tags": { - "key209": "a" + "key3639": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index d0d911d9ae4e..08d6025b82fb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", + "elasticSanName": "ewDw-747_Q6xluQ", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index f59dcf1ee2b2..ef0b2fabb4c6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -15,33 +15,33 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 25, - "extendedSizeTB": 1, - "totalSizeTB": 3, - "provisionedIops": 16, - "provisionedMBps": 22 + "baseSizeTB": 5, + "extendedSizeTB": 10, + "totalSizeTB": 19, + "provisionedIops": 8, + "provisionedMBps": 20 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa", "tags": { - "key209": "a" + "key3639": "aaaaa" } } ], - "nextLink": "aaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index f28f66bc2a11..1bbe5866ef3d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -14,33 +14,33 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 25, - "extendedSizeTB": 1, - "totalSizeTB": 3, - "provisionedIops": 16, - "provisionedMBps": 22 + "baseSizeTB": 5, + "extendedSizeTB": 10, + "totalSizeTB": 19, + "provisionedIops": 8, + "provisionedMBps": 20 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa", "tags": { - "key209": "a" + "key3639": "aaaaa" } } ], - "nextLink": "aaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index ac43b874cfec..f9ae4872238a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -2,14 +2,14 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", + "elasticSanName": "ewDw-747_Q6xluQ", "parameters": { "properties": { - "baseSizeTB": 24, - "extendedSizeTB": 15 + "baseSizeTB": 3, + "extendedSizeTB": 21 }, "tags": { - "key8029": "aaaaaaaaaaaaaaaaa" + "key5894": "aaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -23,29 +23,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 25, - "extendedSizeTB": 1, - "totalSizeTB": 3, - "provisionedIops": 16, - "provisionedMBps": 22 + "baseSizeTB": 5, + "extendedSizeTB": 10, + "totalSizeTB": 19, + "provisionedIops": 8, + "provisionedMBps": 20 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa", "tags": { - "key209": "a" + "key3639": "aaaaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index 1241613dd7b2..c5c691bc02a8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", + "elasticSanName": "ewDw-747_Q6xluQ", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index 2c244050c297..c9b2499aee1f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,17 +7,17 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaaaaaaa", - "operation": "aaaaaaaaaaaaaaaaaaaa", - "description": "aaaaaaaaaaaaaaa" + "provider": "aaaaaaa", + "resource": "aaaaaaaaaaaaaaaaaaa", + "operation": "aaaaaaaaaaaaaaaaa", + "description": "aaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index 65e66eaa43e9..62568c229d85 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,13 +7,13 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaaaaaaa", - "operation": "aaaaaaaaaaaaaaaaaaaa", - "description": "aaaaaaaaaaaaaaa" + "provider": "aaaaaaa", + "resource": "aaaaaaaaaaaaaaaaaaa", + "operation": "aaaaaaaaaaaaaaaaa", + "description": "aaaaaaaaa" } } ] diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json index 6dedd477e9b1..9ccc87dce018 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json @@ -1,7 +1,7 @@ { "parameters": { "api-version": "2021-11-20-preview", - "$filter": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "$filter": "aaaaaaaaaaaa" }, "responses": { "200": { @@ -13,44 +13,44 @@ "tier": "Standard" }, "apiVersions": [ - "aaaa" + "aaa" ], "locationInfo": [ { - "location": "aaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaa", "zones": [ - "aaaaaaa" + "aaaa" ] } ], "san": { - "maxSizeTB": 15, - "minSizeTB": 16, - "minIncrementSizeTB": 7, - "maxIopsPerTB": 18, - "maxMBpsPerTB": 30, - "maxIops": 3, - "maxMBps": 10, - "maxVolumeGroupCount": 20 + "maxSizeTB": 20, + "minSizeTB": 19, + "minIncrementSizeTB": 26, + "maxIopsPerTB": 23, + "maxMBpsPerTB": 1, + "maxIops": 24, + "maxMBps": 24, + "maxVolumeGroupCount": 3 }, "volumeGroup": { - "maxVolumeCount": 27, - "maxSnapshotCount": 30 + "maxVolumeCount": 21, + "maxSnapshotCount": 11 }, "volume": { - "maxSizeGB": 23, - "minSizeGB": 29, - "minIncrementSizeGB": 17, - "maxIopsPerGB": 10, - "maxMBpsPerGB": 12, + "maxSizeGB": 24, + "minSizeGB": 19, + "minIncrementSizeGB": 2, + "maxIopsPerGB": 5, + "maxMBpsPerGB": 18, "maxIops": 28, - "maxMBps": 5, - "maxSnapshotCount": 28, - "maxConnectedClientCount": 6 + "maxMBps": 14, + "maxSnapshotCount": 7, + "maxConnectedClientCount": 21 } } ], - "nextLink": "aaaaaaa" + "nextLink": "aaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json index 9d7271c87cbc..2bca66fcbaa6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json @@ -2,18 +2,18 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", - "snapshotName": "7uj_7r969", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", + "snapshotName": "w", "parameters": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaa" + "sourceUri": "aaaaaaa" } }, - "location": "aaa", + "location": "aaaaaaaaaaaaaaaaaaaa", "tags": { - "key9628": "aaaaa" + "key1189": "aaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -23,24 +23,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "provisioningState": "aaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaa", - "id": "aaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaa", + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaa", + "name": "aaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9628": "aaaaa" + "key1189": "aaaaaaaaaaa" } } }, @@ -51,24 +51,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "provisioningState": "aaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaa", - "id": "aaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaa", + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaa", + "name": "aaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9628": "aaaaa" + "key1189": "aaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json index 3efa31bf223d..d25e512dee23 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", - "snapshotName": "7uj_7r969", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", + "snapshotName": "w", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 445d8a1d057a..6239fccd6f6f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", - "snapshotName": "7uj_7r969", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", + "snapshotName": "w", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 445d8a1d057a..6239fccd6f6f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", - "snapshotName": "7uj_7r969", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", + "snapshotName": "w", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json index 2bbb41b7ce1a..1ca5943f0911 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json @@ -2,17 +2,17 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", - "snapshotName": "7uj_7r969", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", + "snapshotName": "w", "parameters": { "properties": { "creationData": { - "targetUri": "aaaaaaaa" + "targetUri": "aaaaaaaaaaaaaaaaaaaaaa" } }, "tags": { - "key3007": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key345": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -22,24 +22,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "provisioningState": "aaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaa", - "id": "aaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaa", + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaa", + "name": "aaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9628": "aaaaa" + "key1189": "aaaaaaaaaaa" } } }, @@ -50,24 +50,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "provisioningState": "aaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaa", - "id": "aaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaa", + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaa", + "name": "aaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9628": "aaaaa" + "key1189": "aaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json index 3efa31bf223d..d25e512dee23 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", - "snapshotName": "7uj_7r969", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", + "snapshotName": "w", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index 77655f9c333f..7c895c1c1137 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", - "snapshotName": "7uj_7r969", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", + "snapshotName": "w", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,24 +12,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "provisioningState": "aaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaa", - "id": "aaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaa", + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaa", + "name": "aaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9628": "aaaaa" + "key1189": "aaaaaaaaaaa" } } }, @@ -40,24 +40,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "provisioningState": "aaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaa", - "id": "aaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaa", + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaa", + "name": "aaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9628": "aaaaa" + "key1189": "aaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index 731257cd4b22..440884a6b6ab 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", - "snapshotName": "7uj_7r969", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", + "snapshotName": "w", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index f3676cb9882f..83166c201c5e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", - "$filter": "a", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", + "$filter": "aaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,28 +14,28 @@ { "properties": { "creationData": { - "sourceUri": "aaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "provisioningState": "aaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaa", - "id": "aaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaa", + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaa", + "name": "aaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9628": "aaaaa" + "key1189": "aaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index 03f5c2449dfb..f0fadb17ab91 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index 8eed6c479df5..25e4f491f3df 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -2,12 +2,12 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", - "snapshotName": "7uj_7r969", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", + "snapshotName": "w", "parameters": { "tags": { - "key4398": "aaaaaaa" + "key9922": "aaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -17,24 +17,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "provisioningState": "aaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaa", - "id": "aaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaa", + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaa", + "name": "aaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9628": "aaaaa" + "key1189": "aaaaaaaaaaa" } } }, @@ -45,24 +45,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "provisioningState": "aaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaa", - "id": "aaaaaaaaaa", - "name": "aaaaaaaaa", - "type": "aaa", + "location": "aaaaaaaaaaaaaaaaaaaa", + "id": "aaaaa", + "name": "aaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key9628": "aaaaa" + "key1189": "aaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index 3efa31bf223d..d25e512dee23 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", - "snapshotName": "7uj_7r969", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", + "snapshotName": "w", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json index 701707ca1e10..07cabdd2f255 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", "parameters": { "properties": { "protocolType": "Iscsi", @@ -12,18 +12,18 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "a" + "aaaa" ] } ] } }, - "location": "a", + "location": "aaaaaaa", "tags": { - "key6599": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key8779": "aaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -39,30 +39,30 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaa", - "state": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "a" + "aaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "a", - "id": "aaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaa", "tags": { - "key6599": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key8779": "aaaaaaaaaaaaaaaaaaaaaaaaa" } } }, @@ -79,30 +79,30 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaa", - "state": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "a" + "aaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "a", - "id": "aaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaa", "tags": { - "key6599": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key8779": "aaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json index cc56000fc37e..42c5f1dce356 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index 34ad8151ff00..67ae1af779ad 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", "x-ms-force-delete-volumes-snapshots": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index a0dbc8bdac0f..ad04f0e3c3a1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index f8f81ea01452..3268dba39de8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", "api-version": "2021-11-20-preview" }, "responses": { @@ -17,30 +17,30 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaa", - "state": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "a" + "aaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "a", - "id": "aaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaa", "tags": { - "key6599": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key8779": "aaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index 60c885641806..f54698ff9e4a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index 718fd9b8ba75..811da9eec342 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", + "elasticSanName": "ewDw-747_Q6xluQ", "api-version": "2021-11-20-preview" }, "responses": { @@ -18,34 +18,34 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaa", - "state": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "a" + "aaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "a", - "id": "aaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaa", "tags": { - "key6599": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key8779": "aaaaaaaaaaaaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index 8ee446dd7077..5e964f2ad39d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", + "elasticSanName": "ewDw-747_Q6xluQ", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index a3b4f9974284..53edcac0cc00 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", "parameters": { "properties": { "protocolType": "Iscsi", @@ -12,17 +12,17 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "a" + "aaaa" ] } ] } }, "tags": { - "key6709": "aaaaa" + "key4200": "aaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -38,30 +38,30 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaa", - "state": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaa", + "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "a" + "aaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "a", - "id": "aaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaa", "tags": { - "key6599": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key8779": "aaaaaaaaaaaaaaaaaaaaaaaaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index 5a5d7294581b..e8f0a8d04d16 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json index a9af185e17b7..b90b8a539db1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json @@ -2,20 +2,20 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", - "volumeName": "49-45-NL5-oBYfB-G8-6H", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", + "volumeName": "i24-W7o3B-6D", "parameters": { "properties": { "creationData": { "createSource": "None", "sourceUri": "aaaaaa" }, - "sizeGB": 13 + "sizeGB": 5 }, - "location": "aaaaaaaaaaaaaaaaa", + "location": "a", "tags": { - "key614": "aaaa" + "key1906": "aaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -24,35 +24,35 @@ "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaa", + "volumeId": "aaaaaaa", "creationData": { "createSource": "None", "sourceUri": "aaaaaa" }, - "sizeGB": 13, + "sizeGB": 5, "storageTarget": { - "targetIqn": "aaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa", + "location": "a", + "id": "aaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa", "tags": { - "key614": "aaaa" + "key1906": "aaaaaaaaa" } } }, @@ -62,35 +62,35 @@ }, "body": { "properties": { - "volumeId": "aaaaaaaaaaa", + "volumeId": "aaaaaaa", "creationData": { "createSource": "None", "sourceUri": "aaaaaa" }, - "sizeGB": 13, + "sizeGB": 5, "storageTarget": { - "targetIqn": "aaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa", + "location": "a", + "id": "aaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa", "tags": { - "key614": "aaaa" + "key1906": "aaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json index a6bd10c05011..86cbdbf68402 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", - "volumeName": "49-45-NL5-oBYfB-G8-6H", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", + "volumeName": "i24-W7o3B-6D", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index e40057b56a22..c65cdb558f02 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", - "volumeName": "49-45-NL5-oBYfB-G8-6H", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", + "volumeName": "i24-W7o3B-6D", "x-ms-force-delete-snapshots": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index d9bef3f315d9..562fdd91b314 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", - "volumeName": "49-45-NL5-oBYfB-G8-6H", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", + "volumeName": "i24-W7o3B-6D", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index f10818e74384..5adb34997def 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -2,44 +2,44 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", - "volumeName": "49-45-NL5-oBYfB-G8-6H", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", + "volumeName": "i24-W7o3B-6D", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaa", + "volumeId": "aaaaaaa", "creationData": { "createSource": "None", "sourceUri": "aaaaaa" }, - "sizeGB": 13, + "sizeGB": 5, "storageTarget": { - "targetIqn": "aaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa", + "location": "a", + "id": "aaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa", "tags": { - "key614": "aaaa" + "key1906": "aaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 7caca64f88de..1bc1324307ae 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", - "volumeName": "49-45-NL5-oBYfB-G8-6H", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", + "volumeName": "i24-W7o3B-6D", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index 5f5f83d8423d..3fa4be5f0f76 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,39 +12,39 @@ "value": [ { "properties": { - "volumeId": "aaaaaaaaaaa", + "volumeId": "aaaaaaa", "creationData": { "createSource": "None", "sourceUri": "aaaaaa" }, - "sizeGB": 13, + "sizeGB": 5, "storageTarget": { - "targetIqn": "aaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa", + "location": "a", + "id": "aaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa", "tags": { - "key614": "aaaa" + "key1906": "aaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index 03f5c2449dfb..f0fadb17ab91 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index 2dacc5ebeee9..678a44ee9938 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -2,15 +2,15 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", - "volumeName": "49-45-NL5-oBYfB-G8-6H", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", + "volumeName": "i24-W7o3B-6D", "parameters": { "properties": { - "sizeGB": 28 + "sizeGB": 14 }, "tags": { - "key5350": "aaaaaaaaaaaaaaa" + "key4125": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -19,35 +19,35 @@ "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaa", + "volumeId": "aaaaaaa", "creationData": { "createSource": "None", "sourceUri": "aaaaaa" }, - "sizeGB": 13, + "sizeGB": 5, "storageTarget": { - "targetIqn": "aaaaaaa", + "targetIqn": "aaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "createdByType": "aaaaaaaaaaaaaaaa", - "createdAt": "aaaaaaaaaaaaaaaaaaaa", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaa", - "lastModifiedByType": "aaaaaaaaaaaaa", - "lastModifiedAt": "aaaaaaaaaaaaaaa" + "createdBy": "aaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:19:39.364Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:19:39.364Z" }, - "location": "aaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaa", + "location": "a", + "id": "aaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaa", "tags": { - "key614": "aaaa" + "key1906": "aaaaaaaaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index 3b4f05ea7761..5b1689f3db23 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "jku3Y6-IsE8e-183", - "volumeGroupName": "r9cvts_T6_8W12y_5Tw-31m3344", - "volumeName": "49-45-NL5-oBYfB-G8-6H", + "elasticSanName": "ewDw-747_Q6xluQ", + "volumeGroupName": "8kn", + "volumeName": "i24-W7o3B-6D", "parameters": {}, "api-version": "2021-11-20-preview" }, From b7bed98811c64e38063cc9d05edd0f7bf3dc3042 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Fri, 28 Jan 2022 02:37:24 -0800 Subject: [PATCH 27/32] Updated 'CreateOrUpdate" with "Create" --- .../2021-11-20-preview/elasticsan.json | 74 +++++++------- ...ticSans_CreateOrUpdate_MaximumSet_Gen.json | 98 ------------------- .../ElasticSans_Create_MaximumSet_Gen.json | 98 +++++++++++++++++++ ...=> ElasticSans_Create_MinimumSet_Gen.json} | 2 +- .../ElasticSans_Delete_MaximumSet_Gen.json | 2 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 2 +- .../ElasticSans_Get_MaximumSet_Gen.json | 32 +++--- .../ElasticSans_Get_MinimumSet_Gen.json | 2 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 32 +++--- ...ans_ListBySubscription_MaximumSet_Gen.json | 32 +++--- .../ElasticSans_Update_MaximumSet_Gen.json | 38 +++---- .../ElasticSans_Update_MinimumSet_Gen.json | 2 +- .../Operations_List_MaximumSet_Gen.json | 12 +-- .../Operations_List_MinimumSet_Gen.json | 10 +- .../examples/Skus_List_MaximumSet_Gen.json | 48 ++++----- ...apshots_CreateOrUpdate_MaximumSet_Gen.json | 76 -------------- .../Snapshots_Create_MaximumSet_Gen.json | 76 ++++++++++++++ ...n => Snapshots_Create_MinimumSet_Gen.json} | 6 +- .../Snapshots_Delete_MaximumSet_Gen.json | 6 +- .../Snapshots_Delete_MinimumSet_Gen.json | 6 +- .../Snapshots_Export_MaximumSet_Gen.json | 54 +++++----- .../Snapshots_Export_MinimumSet_Gen.json | 6 +- .../Snapshots_Get_MaximumSet_Gen.json | 50 +++++----- .../Snapshots_Get_MinimumSet_Gen.json | 6 +- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 30 +++--- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 4 +- .../Snapshots_Update_MaximumSet_Gen.json | 52 +++++----- .../Snapshots_Update_MinimumSet_Gen.json | 6 +- ...> VolumeGroups_Create_MaximumSet_Gen.json} | 60 ++++++------ ...> VolumeGroups_Create_MinimumSet_Gen.json} | 4 +- .../VolumeGroups_Delete_MaximumSet_Gen.json | 4 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 4 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 28 +++--- .../VolumeGroups_Get_MinimumSet_Gen.json | 4 +- ...roups_ListByElasticSan_MaximumSet_Gen.json | 28 +++--- ...roups_ListByElasticSan_MinimumSet_Gen.json | 2 +- .../VolumeGroups_Update_MaximumSet_Gen.json | 34 +++---- .../VolumeGroups_Update_MinimumSet_Gen.json | 4 +- ...Volumes_CreateOrUpdate_MaximumSet_Gen.json | 98 ------------------- .../Volumes_Create_MaximumSet_Gen.json | 98 +++++++++++++++++++ ...son => Volumes_Create_MinimumSet_Gen.json} | 6 +- .../Volumes_Delete_MaximumSet_Gen.json | 6 +- .../Volumes_Delete_MinimumSet_Gen.json | 6 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 34 +++---- .../examples/Volumes_Get_MinimumSet_Gen.json | 6 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 34 +++---- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 4 +- .../Volumes_Update_MaximumSet_Gen.json | 36 +++---- .../Volumes_Update_MinimumSet_Gen.json | 6 +- 49 files changed, 684 insertions(+), 684 deletions(-) delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MaximumSet_Gen.json rename specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/{ElasticSans_CreateOrUpdate_MinimumSet_Gen.json => ElasticSans_Create_MinimumSet_Gen.json} (89%) delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json rename specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/{Snapshots_CreateOrUpdate_MinimumSet_Gen.json => Snapshots_Create_MinimumSet_Gen.json} (77%) rename specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/{VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json => VolumeGroups_Create_MaximumSet_Gen.json} (61%) rename specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/{VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json => VolumeGroups_Create_MinimumSet_Gen.json} (83%) delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json create mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MaximumSet_Gen.json rename specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/{Volumes_CreateOrUpdate_MinimumSet_Gen.json => Volumes_Create_MinimumSet_Gen.json} (77%) diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index 503725cf7b29..6d9b32fce684 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -232,8 +232,8 @@ "tags": [ "ElasticSans" ], - "operationId": "ElasticSans_CreateOrUpdate", - "description": "Create or Update ElasticSan.", + "operationId": "ElasticSans_Create", + "description": "Create ElasticSan.", "parameters": [ { "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" @@ -259,13 +259,13 @@ ], "responses": { "200": { - "description": "OK -- Returned when the create or update operation is successfully completed.", + "description": "OK -- Returned when the create operation is successfully completed.", "schema": { "$ref": "#/definitions/ElasticSan" } }, "201": { - "description": "Accepted -- Create or update request accepted; operation will complete asynchronously.", + "description": "Accepted -- Create request accepted; operation will complete asynchronously.", "schema": { "$ref": "#/definitions/ElasticSan" } @@ -282,11 +282,11 @@ "final-state-via": "azure-async-operation" }, "x-ms-examples": { - "ElasticSans_CreateOrUpdate_MaximumSet_Gen": { - "$ref": "./examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json" + "ElasticSans_Create_MaximumSet_Gen": { + "$ref": "./examples/ElasticSans_Create_MaximumSet_Gen.json" }, - "ElasticSans_CreateOrUpdate_MinimumSet_Gen": { - "$ref": "./examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json" + "ElasticSans_Create_MinimumSet_Gen": { + "$ref": "./examples/ElasticSans_Create_MinimumSet_Gen.json" } } }, @@ -499,8 +499,8 @@ "tags": [ "VolumeGroups" ], - "description": "Create or Update a Volume Group.", - "operationId": "VolumeGroups_CreateOrUpdate", + "description": "Create a Volume Group.", + "operationId": "VolumeGroups_Create", "parameters": [ { "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" @@ -529,13 +529,13 @@ ], "responses": { "200": { - "description": "OK -- Returned when the create or update operation is successfully completed.", + "description": "OK -- Returned when the create operation is successfully completed.", "schema": { "$ref": "#/definitions/VolumeGroup" } }, "201": { - "description": "Accepted -- Create or update request accepted; operation will complete asynchronously.", + "description": "Accepted -- Create request accepted; operation will complete asynchronously.", "schema": { "$ref": "#/definitions/VolumeGroup" } @@ -552,11 +552,11 @@ "final-state-via": "azure-async-operation" }, "x-ms-examples": { - "VolumeGroups_CreateOrUpdate_MaximumSet_Gen": { - "$ref": "./examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json" + "VolumeGroups_Create_MaximumSet_Gen": { + "$ref": "./examples/VolumeGroups_Create_MaximumSet_Gen.json" }, - "VolumeGroups_CreateOrUpdate_MinimumSet_Gen": { - "$ref": "./examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json" + "VolumeGroups_Create_MinimumSet_Gen": { + "$ref": "./examples/VolumeGroups_Create_MinimumSet_Gen.json" } } }, @@ -730,8 +730,8 @@ "tags": [ "Volumes" ], - "description": "Create or Update a Volume.", - "operationId": "Volumes_CreateOrUpdate", + "description": "Create a Volume.", + "operationId": "Volumes_Create", "parameters": [ { "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" @@ -763,13 +763,13 @@ ], "responses": { "200": { - "description": "OK -- Returned when the create or update operation is successfully completed.", + "description": "OK -- Returned when the create operation is successfully completed.", "schema": { "$ref": "#/definitions/Volume" } }, "201": { - "description": "Accepted -- Create or update request accepted; operation will complete asynchronously.", + "description": "Accepted -- Create request accepted; operation will complete asynchronously.", "schema": { "$ref": "#/definitions/Volume" } @@ -786,11 +786,11 @@ "final-state-via": "azure-async-operation" }, "x-ms-examples": { - "Volumes_CreateOrUpdate_MaximumSet_Gen": { - "$ref": "./examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json" + "Volumes_Create_MaximumSet_Gen": { + "$ref": "./examples/Volumes_Create_MaximumSet_Gen.json" }, - "Volumes_CreateOrUpdate_MinimumSet_Gen": { - "$ref": "./examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json" + "Volumes_Create_MinimumSet_Gen": { + "$ref": "./examples/Volumes_Create_MinimumSet_Gen.json" } } }, @@ -1083,7 +1083,7 @@ "Snapshots" ], "description": "Create a Volume Snapshot.", - "operationId": "Snapshots_CreateOrUpdate", + "operationId": "Snapshots_Create", "parameters": [ { "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" @@ -1115,13 +1115,13 @@ ], "responses": { "200": { - "description": "OK -- Returned when the create or update operation is successfully completed.", + "description": "OK -- Returned when the create operation is successfully completed.", "schema": { "$ref": "#/definitions/Snapshot" } }, "201": { - "description": "Accepted -- Create or update request accepted; operation will complete asynchronously.", + "description": "Accepted -- Create request accepted; operation will complete asynchronously.", "schema": { "$ref": "#/definitions/Snapshot" } @@ -1138,11 +1138,11 @@ "final-state-via": "azure-async-operation" }, "x-ms-examples": { - "Snapshots_CreateOrUpdate_MaximumSet_Gen": { - "$ref": "./examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json" + "Snapshots_Create_MaximumSet_Gen": { + "$ref": "./examples/Snapshots_Create_MaximumSet_Gen.json" }, - "Snapshots_CreateOrUpdate_MinimumSet_Gen": { - "$ref": "./examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json" + "Snapshots_Create_MinimumSet_Gen": { + "$ref": "./examples/Snapshots_Create_MinimumSet_Gen.json" } } }, @@ -1183,13 +1183,13 @@ ], "responses": { "200": { - "description": "OK -- Returned when the create or update operation is successfully completed.", + "description": "OK -- Returned when the create operation is successfully completed.", "schema": { "$ref": "#/definitions/Snapshot" } }, "201": { - "description": "Accepted -- Create or update request accepted; operation will complete asynchronously.", + "description": "Accepted -- Create request accepted; operation will complete asynchronously.", "schema": { "$ref": "#/definitions/Snapshot" } @@ -1298,13 +1298,13 @@ ], "responses": { "200": { - "description": "OK -- Returned when the create or update operation is successfully completed.", + "description": "OK -- Returned when the create operation is successfully completed.", "schema": { "$ref": "#/definitions/Snapshot" } }, "201": { - "description": "Accepted -- Create or update request accepted; operation will complete asynchronously.", + "description": "Accepted -- Create request accepted; operation will complete asynchronously.", "schema": { "$ref": "#/definitions/Snapshot" } @@ -1368,13 +1368,13 @@ ], "responses": { "200": { - "description": "OK -- Returned when the create or update operation is successfully completed.", + "description": "OK -- Returned when the create operation is successfully completed.", "schema": { "$ref": "#/definitions/Snapshot" } }, "201": { - "description": "Accepted -- Create or update request accepted; operation will complete asynchronously.", + "description": "Accepted -- Create request accepted; operation will complete asynchronously.", "schema": { "$ref": "#/definitions/Snapshot" } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json deleted file mode 100644 index 178748fabc2e..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MaximumSet_Gen.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "parameters": { - "properties": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "availabilityZones": [ - "aaaaaaaaaaaaa" - ], - "baseSizeTB": 5, - "extendedSizeTB": 10 - }, - "location": "aaaaaaaaaaa", - "tags": { - "key3639": "aaaaa" - } - }, - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": { - "properties": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "availabilityZones": [ - "aaaaaaaaaaaaa" - ], - "provisioningState": "Invalid", - "baseSizeTB": 5, - "extendedSizeTB": 10, - "totalSizeTB": 19, - "provisionedIops": 8, - "provisionedMBps": 20 - }, - "systemData": { - "createdBy": "aaaaaaa", - "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", - "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" - }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa", - "tags": { - "key3639": "aaaaa" - } - } - }, - "201": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - }, - "body": { - "properties": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "availabilityZones": [ - "aaaaaaaaaaaaa" - ], - "provisioningState": "Invalid", - "baseSizeTB": 5, - "extendedSizeTB": 10, - "totalSizeTB": 19, - "provisionedIops": 8, - "provisionedMBps": 20 - }, - "systemData": { - "createdBy": "aaaaaaa", - "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", - "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" - }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa", - "tags": { - "key3639": "aaaaa" - } - } - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MaximumSet_Gen.json new file mode 100644 index 000000000000..1c1321912ce9 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MaximumSet_Gen.json @@ -0,0 +1,98 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "NH4e", + "parameters": { + "properties": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "availabilityZones": [ + "aaaa" + ], + "baseSizeTB": 14, + "extendedSizeTB": 7 + }, + "location": "aaaaaaaaaa", + "tags": { + "key6326": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "availabilityZones": [ + "aaaa" + ], + "provisioningState": "Invalid", + "baseSizeTB": 14, + "extendedSizeTB": 7, + "totalSizeTB": 3, + "provisionedIops": 2, + "provisionedMBps": 18 + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:34:47.528Z" + }, + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaa", + "tags": { + "key6326": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, + "body": { + "properties": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "availabilityZones": [ + "aaaa" + ], + "provisioningState": "Invalid", + "baseSizeTB": 14, + "extendedSizeTB": 7, + "totalSizeTB": 3, + "provisionedIops": 2, + "provisionedMBps": 18 + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:34:47.528Z" + }, + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaa", + "tags": { + "key6326": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + } + } + } + } +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MinimumSet_Gen.json similarity index 89% rename from specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json rename to specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MinimumSet_Gen.json index d4e8558121da..bab346811f62 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", + "elasticSanName": "NH4e", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index 3de572d8b554..450baae150f9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", + "elasticSanName": "NH4e", "x-ms-force-delete-volumegroups": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index 91ef39e2a549..02e3b53362b7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", + "elasticSanName": "NH4e", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index 183816146ded..58c08ee7acb7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", + "elasticSanName": "NH4e", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,29 +14,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaa" + "aaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 5, - "extendedSizeTB": 10, - "totalSizeTB": 19, - "provisionedIops": 8, - "provisionedMBps": 20 + "baseSizeTB": 14, + "extendedSizeTB": 7, + "totalSizeTB": 3, + "provisionedIops": 2, + "provisionedMBps": 18 }, "systemData": { - "createdBy": "aaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" + "lastModifiedAt": "2022-01-28T10:34:47.528Z" }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaa", "tags": { - "key3639": "aaaaa" + "key6326": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index 08d6025b82fb..ad0ec0fc8715 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", + "elasticSanName": "NH4e", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index ef0b2fabb4c6..5dfa5947c528 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -15,33 +15,33 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaa" + "aaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 5, - "extendedSizeTB": 10, - "totalSizeTB": 19, - "provisionedIops": 8, - "provisionedMBps": 20 + "baseSizeTB": 14, + "extendedSizeTB": 7, + "totalSizeTB": 3, + "provisionedIops": 2, + "provisionedMBps": 18 }, "systemData": { - "createdBy": "aaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" + "lastModifiedAt": "2022-01-28T10:34:47.528Z" }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaa", "tags": { - "key3639": "aaaaa" + "key6326": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index 1bbe5866ef3d..6890134420ce 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -14,33 +14,33 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaa" + "aaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 5, - "extendedSizeTB": 10, - "totalSizeTB": 19, - "provisionedIops": 8, - "provisionedMBps": 20 + "baseSizeTB": 14, + "extendedSizeTB": 7, + "totalSizeTB": 3, + "provisionedIops": 2, + "provisionedMBps": 18 }, "systemData": { - "createdBy": "aaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" + "lastModifiedAt": "2022-01-28T10:34:47.528Z" }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaa", "tags": { - "key3639": "aaaaa" + "key6326": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index f9ae4872238a..635eeb62a11e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -2,14 +2,14 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", + "elasticSanName": "NH4e", "parameters": { "properties": { - "baseSizeTB": 3, - "extendedSizeTB": 21 + "baseSizeTB": 5, + "extendedSizeTB": 29 }, "tags": { - "key5894": "aaaaaaaaaaaaaaaaaaaaaaa" + "key7795": "aaaaa" } }, "api-version": "2021-11-20-preview" @@ -23,29 +23,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaaaa" + "aaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 5, - "extendedSizeTB": 10, - "totalSizeTB": 19, - "provisionedIops": 8, - "provisionedMBps": 20 + "baseSizeTB": 14, + "extendedSizeTB": 7, + "totalSizeTB": 3, + "provisionedIops": 2, + "provisionedMBps": 18 }, "systemData": { - "createdBy": "aaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" + "lastModifiedAt": "2022-01-28T10:34:47.528Z" }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaa", "tags": { - "key3639": "aaaaa" + "key6326": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index c5c691bc02a8..1a392e5dbcdb 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", + "elasticSanName": "NH4e", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index c9b2499aee1f..3e1d93e7a875 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,17 +7,17 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "isDataAction": true, "display": { - "provider": "aaaaaaa", - "resource": "aaaaaaaaaaaaaaaaaaa", - "operation": "aaaaaaaaaaaaaaaaa", - "description": "aaaaaaaaa" + "provider": "aaaaaaaaa", + "resource": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "operation": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index 62568c229d85..9f9f7e9592b1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,13 +7,13 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "isDataAction": true, "display": { - "provider": "aaaaaaa", - "resource": "aaaaaaaaaaaaaaaaaaa", - "operation": "aaaaaaaaaaaaaaaaa", - "description": "aaaaaaaaa" + "provider": "aaaaaaaaa", + "resource": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "operation": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaaaa" } } ] diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json index 9ccc87dce018..ae36fc0cd927 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json @@ -1,7 +1,7 @@ { "parameters": { "api-version": "2021-11-20-preview", - "$filter": "aaaaaaaaaaaa" + "$filter": "aaaaaaaaaa" }, "responses": { "200": { @@ -13,44 +13,44 @@ "tier": "Standard" }, "apiVersions": [ - "aaa" + "aaaaaaaaaaaaaaaaaaaaaaa" ], "locationInfo": [ { - "location": "aaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaa", "zones": [ - "aaaa" + "aaaaa" ] } ], "san": { - "maxSizeTB": 20, - "minSizeTB": 19, - "minIncrementSizeTB": 26, - "maxIopsPerTB": 23, - "maxMBpsPerTB": 1, - "maxIops": 24, - "maxMBps": 24, - "maxVolumeGroupCount": 3 + "maxSizeTB": 18, + "minSizeTB": 26, + "minIncrementSizeTB": 23, + "maxIopsPerTB": 13, + "maxMBpsPerTB": 10, + "maxIops": 12, + "maxMBps": 25, + "maxVolumeGroupCount": 27 }, "volumeGroup": { - "maxVolumeCount": 21, - "maxSnapshotCount": 11 + "maxVolumeCount": 25, + "maxSnapshotCount": 2 }, "volume": { - "maxSizeGB": 24, - "minSizeGB": 19, - "minIncrementSizeGB": 2, - "maxIopsPerGB": 5, - "maxMBpsPerGB": 18, - "maxIops": 28, - "maxMBps": 14, - "maxSnapshotCount": 7, - "maxConnectedClientCount": 21 + "maxSizeGB": 3, + "minSizeGB": 14, + "minIncrementSizeGB": 24, + "maxIopsPerGB": 19, + "maxMBpsPerGB": 19, + "maxIops": 7, + "maxMBps": 4, + "maxSnapshotCount": 23, + "maxConnectedClientCount": 17 } } ], - "nextLink": "aaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json deleted file mode 100644 index 2bca66fcbaa6..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MaximumSet_Gen.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", - "snapshotName": "w", - "parameters": { - "properties": { - "creationData": { - "sourceUri": "aaaaaaa" - } - }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "tags": { - "key1189": "aaaaaaaaaaa" - } - }, - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": { - "properties": { - "creationData": { - "sourceUri": "aaaaaaa" - }, - "provisioningState": "aaaaaaaaaaaaaaaa" - }, - "systemData": { - "createdBy": "aaaaaaa", - "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", - "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" - }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaa", - "name": "aaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", - "tags": { - "key1189": "aaaaaaaaaaa" - } - } - }, - "201": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - }, - "body": { - "properties": { - "creationData": { - "sourceUri": "aaaaaaa" - }, - "provisioningState": "aaaaaaaaaaaaaaaa" - }, - "systemData": { - "createdBy": "aaaaaaa", - "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", - "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" - }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaa", - "name": "aaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", - "tags": { - "key1189": "aaaaaaaaaaa" - } - } - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json new file mode 100644 index 000000000000..fd27f44d4db7 --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json @@ -0,0 +1,76 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", + "snapshotName": "gf2_51mw_2.6", + "parameters": { + "properties": { + "creationData": { + "sourceUri": "aaa" + } + }, + "location": "aaaaaaaaa", + "tags": { + "key7398": "aaaaaaaaaaaaaaa" + } + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "creationData": { + "sourceUri": "aaa" + }, + "provisioningState": "aaaaaaaaaa" + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:34:47.528Z" + }, + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "tags": { + "key7398": "aaaaaaaaaaaaaaa" + } + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, + "body": { + "properties": { + "creationData": { + "sourceUri": "aaa" + }, + "provisioningState": "aaaaaaaaaa" + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:34:47.528Z" + }, + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "tags": { + "key7398": "aaaaaaaaaaaaaaa" + } + } + } + } +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json similarity index 77% rename from specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json rename to specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json index d25e512dee23..1dbd365c58d1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", - "snapshotName": "w", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", + "snapshotName": "gf2_51mw_2.6", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 6239fccd6f6f..0f723ac38835 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", - "snapshotName": "w", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", + "snapshotName": "gf2_51mw_2.6", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 6239fccd6f6f..0f723ac38835 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", - "snapshotName": "w", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", + "snapshotName": "gf2_51mw_2.6", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json index 1ca5943f0911..5303c2c00e9e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json @@ -2,17 +2,17 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", - "snapshotName": "w", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", + "snapshotName": "gf2_51mw_2.6", "parameters": { "properties": { "creationData": { - "targetUri": "aaaaaaaaaaaaaaaaaaaaaa" + "targetUri": "aaaaaaaaa" } }, "tags": { - "key345": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key6801": "aaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -22,24 +22,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaa" + "sourceUri": "aaa" }, - "provisioningState": "aaaaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" + "lastModifiedAt": "2022-01-28T10:34:47.528Z" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaa", - "name": "aaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key1189": "aaaaaaaaaaa" + "key7398": "aaaaaaaaaaaaaaa" } } }, @@ -50,24 +50,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaa" + "sourceUri": "aaa" }, - "provisioningState": "aaaaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" + "lastModifiedAt": "2022-01-28T10:34:47.528Z" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaa", - "name": "aaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key1189": "aaaaaaaaaaa" + "key7398": "aaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json index d25e512dee23..1dbd365c58d1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", - "snapshotName": "w", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", + "snapshotName": "gf2_51mw_2.6", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index 7c895c1c1137..cae59ee34f08 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", - "snapshotName": "w", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", + "snapshotName": "gf2_51mw_2.6", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,24 +12,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaa" + "sourceUri": "aaa" }, - "provisioningState": "aaaaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" + "lastModifiedAt": "2022-01-28T10:34:47.528Z" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaa", - "name": "aaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key1189": "aaaaaaaaaaa" + "key7398": "aaaaaaaaaaaaaaa" } } }, @@ -40,24 +40,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaa" + "sourceUri": "aaa" }, - "provisioningState": "aaaaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" + "lastModifiedAt": "2022-01-28T10:34:47.528Z" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaa", - "name": "aaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key1189": "aaaaaaaaaaa" + "key7398": "aaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index 440884a6b6ab..d7bc05cede93 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", - "snapshotName": "w", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", + "snapshotName": "gf2_51mw_2.6", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index 83166c201c5e..cc6f0958a07b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", - "$filter": "aaaaaaaaaaaa", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", + "$filter": "aaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,28 +14,28 @@ { "properties": { "creationData": { - "sourceUri": "aaaaaaa" + "sourceUri": "aaa" }, - "provisioningState": "aaaaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" + "lastModifiedAt": "2022-01-28T10:34:47.528Z" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaa", - "name": "aaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key1189": "aaaaaaaaaaa" + "key7398": "aaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index f0fadb17ab91..8d6a2261a0fa 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index 25e4f491f3df..c9ef4867b0e8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -2,12 +2,12 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", - "snapshotName": "w", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", + "snapshotName": "gf2_51mw_2.6", "parameters": { "tags": { - "key9922": "aaaaaaaaaaaa" + "key3937": "aaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -17,24 +17,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaa" + "sourceUri": "aaa" }, - "provisioningState": "aaaaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" + "lastModifiedAt": "2022-01-28T10:34:47.528Z" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaa", - "name": "aaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key1189": "aaaaaaaaaaa" + "key7398": "aaaaaaaaaaaaaaa" } } }, @@ -45,24 +45,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaa" + "sourceUri": "aaa" }, - "provisioningState": "aaaaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" + "lastModifiedAt": "2022-01-28T10:34:47.528Z" }, - "location": "aaaaaaaaaaaaaaaaaaaa", - "id": "aaaaa", - "name": "aaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key1189": "aaaaaaaaaaa" + "key7398": "aaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index d25e512dee23..1dbd365c58d1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", - "snapshotName": "w", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", + "snapshotName": "gf2_51mw_2.6", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MaximumSet_Gen.json similarity index 61% rename from specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json rename to specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MaximumSet_Gen.json index 07cabdd2f255..b81018efa325 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MaximumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", "parameters": { "properties": { "protocolType": "Iscsi", @@ -12,18 +12,18 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] } }, - "location": "aaaaaaa", + "location": "aa", "tags": { - "key8779": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key5353": "a" } }, "api-version": "2021-11-20-preview" @@ -39,30 +39,30 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" + "lastModifiedAt": "2022-01-28T10:34:47.528Z" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaa", + "location": "aa", + "id": "aaaaaaaa", + "name": "aaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa", "tags": { - "key8779": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key5353": "a" } } }, @@ -79,30 +79,30 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" + "lastModifiedAt": "2022-01-28T10:34:47.528Z" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaa", + "location": "aa", + "id": "aaaaaaaa", + "name": "aaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa", "tags": { - "key8779": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key5353": "a" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MinimumSet_Gen.json similarity index 83% rename from specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json rename to specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MinimumSet_Gen.json index 42c5f1dce356..1bcda55bf7a6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MinimumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index 67ae1af779ad..baa88ec4dfba 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", "x-ms-force-delete-volumes-snapshots": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index ad04f0e3c3a1..5049a3d9bae9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index 3268dba39de8..0d5ffb7762ba 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", "api-version": "2021-11-20-preview" }, "responses": { @@ -17,30 +17,30 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" + "lastModifiedAt": "2022-01-28T10:34:47.528Z" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaa", + "location": "aa", + "id": "aaaaaaaa", + "name": "aaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa", "tags": { - "key8779": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key5353": "a" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index f54698ff9e4a..9e86a966ad67 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index 811da9eec342..a19007654557 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", + "elasticSanName": "NH4e", "api-version": "2021-11-20-preview" }, "responses": { @@ -18,34 +18,34 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" + "lastModifiedAt": "2022-01-28T10:34:47.528Z" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaa", + "location": "aa", + "id": "aaaaaaaa", + "name": "aaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa", "tags": { - "key8779": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key5353": "a" } } ], - "nextLink": "aaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index 5e964f2ad39d..9bc6aee134d9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", + "elasticSanName": "NH4e", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index 53edcac0cc00..192df61b440b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", "parameters": { "properties": { "protocolType": "Iscsi", @@ -12,17 +12,17 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] } }, "tags": { - "key4200": "aaaaaaaaaaaaa" + "key4301": "aaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -38,30 +38,30 @@ "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaa", - "state": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "state": "aaaaa", "ignoreMissingVnetServiceEndpoint": true, "subnets": [ - "aaaa" + "aaaaaaaaaaaaaaaaaaaaaaaa" ] } ] } }, "systemData": { - "createdBy": "aaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" + "lastModifiedAt": "2022-01-28T10:34:47.528Z" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaa", + "location": "aa", + "id": "aaaaaaaa", + "name": "aaaaaaaa", + "type": "aaaaaaaaaaaaaaaaa", "tags": { - "key8779": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key5353": "a" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index e8f0a8d04d16..00a0d4cb8804 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json deleted file mode 100644 index b90b8a539db1..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MaximumSet_Gen.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", - "volumeName": "i24-W7o3B-6D", - "parameters": { - "properties": { - "creationData": { - "createSource": "None", - "sourceUri": "aaaaaa" - }, - "sizeGB": 5 - }, - "location": "a", - "tags": { - "key1906": "aaaaaaaaa" - } - }, - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": { - "properties": { - "volumeId": "aaaaaaa", - "creationData": { - "createSource": "None", - "sourceUri": "aaaaaa" - }, - "sizeGB": 5, - "storageTarget": { - "targetIqn": "aaa", - "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" - ] - } - }, - "systemData": { - "createdBy": "aaaaaaa", - "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", - "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" - }, - "location": "a", - "id": "aaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa", - "tags": { - "key1906": "aaaaaaaaa" - } - } - }, - "201": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - }, - "body": { - "properties": { - "volumeId": "aaaaaaa", - "creationData": { - "createSource": "None", - "sourceUri": "aaaaaa" - }, - "sizeGB": 5, - "storageTarget": { - "targetIqn": "aaa", - "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" - ] - } - }, - "systemData": { - "createdBy": "aaaaaaa", - "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", - "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" - }, - "location": "a", - "id": "aaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa", - "tags": { - "key1906": "aaaaaaaaa" - } - } - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MaximumSet_Gen.json new file mode 100644 index 000000000000..f6dc271c914e --- /dev/null +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MaximumSet_Gen.json @@ -0,0 +1,98 @@ +{ + "parameters": { + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "resourceGroupName": "rgelasticsan", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", + "volumeName": "17-X6HY287-22", + "parameters": { + "properties": { + "creationData": { + "createSource": "None", + "sourceUri": "aaaaaaaaa" + }, + "sizeGB": 13 + }, + "location": "aaaaaaaaa", + "tags": { + "key6340": "aaaaaaaaaaaaaa" + } + }, + "api-version": "2021-11-20-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "creationData": { + "createSource": "None", + "sourceUri": "aaaaaaaaa" + }, + "sizeGB": 13, + "storageTarget": { + "targetIqn": "aaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:34:47.528Z" + }, + "location": "aaaaaaaaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa", + "tags": { + "key6340": "aaaaaaaaaaaaaa" + } + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://foo.com/operationstatus" + }, + "body": { + "properties": { + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "creationData": { + "createSource": "None", + "sourceUri": "aaaaaaaaa" + }, + "sizeGB": 13, + "storageTarget": { + "targetIqn": "aaaaaaa", + "provisioningState": "Invalid", + "status": "Invalid", + "endpoints": [ + "aaaaaaaaaaaaaaaaaaa" + ] + } + }, + "systemData": { + "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdByType": "User", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", + "lastModifiedByType": "User", + "lastModifiedAt": "2022-01-28T10:34:47.528Z" + }, + "location": "aaaaaaaaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa", + "tags": { + "key6340": "aaaaaaaaaaaaaa" + } + } + } + } +} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MinimumSet_Gen.json similarity index 77% rename from specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json rename to specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MinimumSet_Gen.json index 86cbdbf68402..8a46c174788b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_CreateOrUpdate_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MinimumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", - "volumeName": "i24-W7o3B-6D", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", + "volumeName": "17-X6HY287-22", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index c65cdb558f02..64deef1cd8d1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", - "volumeName": "i24-W7o3B-6D", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", + "volumeName": "17-X6HY287-22", "x-ms-force-delete-snapshots": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index 562fdd91b314..fa30dd5b7499 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", - "volumeName": "i24-W7o3B-6D", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", + "volumeName": "17-X6HY287-22", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index 5adb34997def..582194a341ef 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -2,44 +2,44 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", - "volumeName": "i24-W7o3B-6D", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", + "volumeName": "17-X6HY287-22", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "volumeId": "aaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaa" + "sourceUri": "aaaaaaaaa" }, - "sizeGB": 5, + "sizeGB": 13, "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" + "lastModifiedAt": "2022-01-28T10:34:47.528Z" }, - "location": "a", - "id": "aaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa", "tags": { - "key1906": "aaaaaaaaa" + "key6340": "aaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 1bc1324307ae..04757919e91d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", - "volumeName": "i24-W7o3B-6D", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", + "volumeName": "17-X6HY287-22", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index 3fa4be5f0f76..fffd61761a05 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,39 +12,39 @@ "value": [ { "properties": { - "volumeId": "aaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaa" + "sourceUri": "aaaaaaaaa" }, - "sizeGB": 5, + "sizeGB": 13, "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" + "lastModifiedAt": "2022-01-28T10:34:47.528Z" }, - "location": "a", - "id": "aaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa", "tags": { - "key1906": "aaaaaaaaa" + "key6340": "aaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index f0fadb17ab91..8d6a2261a0fa 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -2,8 +2,8 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index 678a44ee9938..fd1e24383a92 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -2,15 +2,15 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", - "volumeName": "i24-W7o3B-6D", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", + "volumeName": "17-X6HY287-22", "parameters": { "properties": { "sizeGB": 14 }, "tags": { - "key4125": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key5362": "a" } }, "api-version": "2021-11-20-preview" @@ -19,35 +19,35 @@ "200": { "body": { "properties": { - "volumeId": "aaaaaaa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaa" + "sourceUri": "aaaaaaaaa" }, - "sizeGB": 5, + "sizeGB": 13, "storageTarget": { - "targetIqn": "aaa", + "targetIqn": "aaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:19:39.364Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaa", + "createdAt": "2022-01-28T10:34:47.528Z", + "lastModifiedBy": "aaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:19:39.364Z" + "lastModifiedAt": "2022-01-28T10:34:47.528Z" }, - "location": "a", - "id": "aaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaa", + "location": "aaaaaaaaa", + "id": "a", + "name": "aaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaa", "tags": { - "key1906": "aaaaaaaaa" + "key6340": "aaaaaaaaaaaaaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index 5b1689f3db23..c9e8b7707a14 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -2,9 +2,9 @@ "parameters": { "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "ewDw-747_Q6xluQ", - "volumeGroupName": "8kn", - "volumeName": "i24-W7o3B-6D", + "elasticSanName": "NH4e", + "volumeGroupName": "meng-74_msyiu-P8", + "volumeName": "17-X6HY287-22", "parameters": {}, "api-version": "2021-11-20-preview" }, From 7ef706cf761a859b7dc73c9cceb4a48fcafe51fb Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Wed, 16 Feb 2022 00:04:26 -0800 Subject: [PATCH 28/32] Updated the spec with Network ACLs --- .../2021-11-20-preview/elasticsan.json | 59 +++++++-------- .../ElasticSans_Create_MaximumSet_Gen.json | 74 +++++++++---------- .../ElasticSans_Create_MinimumSet_Gen.json | 4 +- .../ElasticSans_Delete_MaximumSet_Gen.json | 4 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 4 +- .../ElasticSans_Get_MaximumSet_Gen.json | 34 ++++----- .../ElasticSans_Get_MinimumSet_Gen.json | 4 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 34 ++++----- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 2 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 34 ++++----- ...ans_ListBySubscription_MinimumSet_Gen.json | 2 +- .../ElasticSans_Update_MaximumSet_Gen.json | 40 +++++----- .../ElasticSans_Update_MinimumSet_Gen.json | 4 +- .../Operations_List_MaximumSet_Gen.json | 12 +-- .../Operations_List_MinimumSet_Gen.json | 10 +-- .../examples/Skus_List_MaximumSet_Gen.json | 48 ++++++------ .../Snapshots_Create_MaximumSet_Gen.json | 58 +++++++-------- .../Snapshots_Create_MinimumSet_Gen.json | 8 +- .../Snapshots_Delete_MaximumSet_Gen.json | 8 +- .../Snapshots_Delete_MinimumSet_Gen.json | 8 +- .../Snapshots_Export_MaximumSet_Gen.json | 56 +++++++------- .../Snapshots_Export_MinimumSet_Gen.json | 8 +- .../Snapshots_Get_MaximumSet_Gen.json | 55 +++++++------- .../Snapshots_Get_MinimumSet_Gen.json | 11 +-- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 32 ++++---- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 6 +- .../Snapshots_Update_MaximumSet_Gen.json | 54 +++++++------- .../Snapshots_Update_MinimumSet_Gen.json | 8 +- .../VolumeGroups_Create_MaximumSet_Gen.json | 70 ++++++++---------- .../VolumeGroups_Create_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MaximumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 32 ++++---- .../VolumeGroups_Get_MinimumSet_Gen.json | 6 +- ...roups_ListByElasticSan_MaximumSet_Gen.json | 32 ++++---- ...roups_ListByElasticSan_MinimumSet_Gen.json | 4 +- .../VolumeGroups_Update_MaximumSet_Gen.json | 42 +++++------ .../VolumeGroups_Update_MinimumSet_Gen.json | 6 +- .../Volumes_Create_MaximumSet_Gen.json | 66 ++++++++--------- .../Volumes_Create_MinimumSet_Gen.json | 8 +- .../Volumes_Delete_MaximumSet_Gen.json | 8 +- .../Volumes_Delete_MinimumSet_Gen.json | 8 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 34 ++++----- .../examples/Volumes_Get_MinimumSet_Gen.json | 8 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 34 ++++----- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 6 +- .../Volumes_Update_MaximumSet_Gen.json | 38 +++++----- .../Volumes_Update_MinimumSet_Gen.json | 8 +- 48 files changed, 536 insertions(+), 573 deletions(-) diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index 6d9b32fce684..d9968ec42791 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -1274,7 +1274,7 @@ "tags": [ "Snapshots" ], - "description": "Create a Volume Snapshot.", + "description": "Get a Volume Snapshot.", "operationId": "Snapshots_Get", "parameters": [ { @@ -1316,7 +1316,7 @@ } } }, - "x-ms-long-running-operation": true, + "x-ms-long-running-operation": false, "x-ms-long-running-operation-options": { "final-state-via": "azure-async-operation" }, @@ -2614,18 +2614,6 @@ "NetworkRuleSet": { "type": "object", "properties": { - "defaultAction": { - "type": "string", - "description": "The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.", - "enum": [ - "Allow", - "Deny" - ], - "x-ms-enum": { - "name": "NetworkRuleAction", - "modelAsString": true - } - }, "virtualNetworkRules": { "type": "array", "items": { @@ -2641,33 +2629,42 @@ "properties": { "id": { "type": "string", - "description": "Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'." + "x-ms-client-name": "VirtualNetworkResourceId", + "description": "Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}." + }, + "action": { + "type": "string", + "enum": [ + "Allow" + ], + "x-ms-enum": { + "name": "Action", + "modelAsString": false + }, + "default": "Allow", + "description": "The action of virtual network rule." }, "state": { "type": "string", "readOnly": true, - "description": "Gets the state of virtual network rule." - }, - "ignoreMissingVnetServiceEndpoint": { - "type": "boolean", - "description": "Ignore missing vnet service endpoint or not." - }, - "subnets": { - "type": "array", - "items": { - "$ref": "#/definitions/Subnet" + "enum": [ + "provisioning", + "deprovisioning", + "succeeded", + "failed", + "networkSourceDeleted" + ], + "x-ms-enum": { + "name": "State", + "modelAsString": false }, - "description": "The list of subnets." + "description": "Gets the state of virtual network rule." } }, "required": [ "id" ], - "description": "A rule governing the accessibility from a specific virtual network." - }, - "Subnet": { - "type": "string", - "description": "Azure Resource Id of a Subnet for the Volume Group." + "description": "Virtual Network rule." } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MaximumSet_Gen.json index 1c1321912ce9..c2e4c404c4c7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", + "elasticSanName": "6-y4-M1-676Q5", "parameters": { "properties": { "sku": { @@ -10,14 +10,14 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaa" + "aaaaaaaaaaa" ], - "baseSizeTB": 14, - "extendedSizeTB": 7 + "baseSizeTB": 9, + "extendedSizeTB": 20 }, - "location": "aaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key6326": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key378": "aaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -31,29 +31,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaa" + "aaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 14, - "extendedSizeTB": 7, - "totalSizeTB": 3, - "provisionedIops": 2, - "provisionedMBps": 18 + "baseSizeTB": 9, + "extendedSizeTB": 20, + "totalSizeTB": 20, + "provisionedIops": 20, + "provisionedMBps": 30 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaa", "tags": { - "key6326": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key378": "aaaaaaaaaaaaaaa" } } }, @@ -68,29 +68,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaa" + "aaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 14, - "extendedSizeTB": 7, - "totalSizeTB": 3, - "provisionedIops": 2, - "provisionedMBps": 18 + "baseSizeTB": 9, + "extendedSizeTB": 20, + "totalSizeTB": 20, + "provisionedIops": 20, + "provisionedMBps": 30 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaa", "tags": { - "key6326": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key378": "aaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MinimumSet_Gen.json index bab346811f62..9ab2e71eb4e1 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", + "elasticSanName": "6-y4-M1-676Q5", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index 450baae150f9..dca92f415cde 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", + "elasticSanName": "6-y4-M1-676Q5", "x-ms-force-delete-volumegroups": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index 02e3b53362b7..19d18fd9e5f9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", + "elasticSanName": "6-y4-M1-676Q5", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index 58c08ee7acb7..04b6b347c3e2 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", + "elasticSanName": "6-y4-M1-676Q5", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,29 +14,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaa" + "aaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 14, - "extendedSizeTB": 7, - "totalSizeTB": 3, - "provisionedIops": 2, - "provisionedMBps": 18 + "baseSizeTB": 9, + "extendedSizeTB": 20, + "totalSizeTB": 20, + "provisionedIops": 20, + "provisionedMBps": 30 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaa", "tags": { - "key6326": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key378": "aaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index ad0ec0fc8715..abc5ad6603bd 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", + "elasticSanName": "6-y4-M1-676Q5", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index 5dfa5947c528..87b1846c6983 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -15,33 +15,33 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaa" + "aaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 14, - "extendedSizeTB": 7, - "totalSizeTB": 3, - "provisionedIops": 2, - "provisionedMBps": 18 + "baseSizeTB": 9, + "extendedSizeTB": 20, + "totalSizeTB": 20, + "provisionedIops": 20, + "provisionedMBps": 30 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaa", "tags": { - "key6326": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key378": "aaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index 4db655e35b1d..acd21d0eb2be 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index 6890134420ce..34a646051b0f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,33 +14,33 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaa" + "aaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 14, - "extendedSizeTB": 7, - "totalSizeTB": 3, - "provisionedIops": 2, - "provisionedMBps": 18 + "baseSizeTB": 9, + "extendedSizeTB": 20, + "totalSizeTB": 20, + "provisionedIops": 20, + "provisionedMBps": 30 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaa", "tags": { - "key6326": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key378": "aaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index 0f303dfbd9ef..4edf84c79973 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index 635eeb62a11e..8f70366116c3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,15 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", + "elasticSanName": "6-y4-M1-676Q5", "parameters": { "properties": { - "baseSizeTB": 5, - "extendedSizeTB": 29 + "baseSizeTB": 13, + "extendedSizeTB": 28 }, "tags": { - "key7795": "aaaaa" + "key4895": "aa" } }, "api-version": "2021-11-20-preview" @@ -23,29 +23,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaa" + "aaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 14, - "extendedSizeTB": 7, - "totalSizeTB": 3, - "provisionedIops": 2, - "provisionedMBps": 18 + "baseSizeTB": 9, + "extendedSizeTB": 20, + "totalSizeTB": 20, + "provisionedIops": 20, + "provisionedMBps": 30 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaa", "tags": { - "key6326": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "key378": "aaaaaaaaaaaaaaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index 1a392e5dbcdb..6044291008af 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", + "elasticSanName": "6-y4-M1-676Q5", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index 3e1d93e7a875..ee58dfb20e37 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,17 +7,17 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaa", - "resource": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "operation": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "description": "aaaaaaaaaaaaaaaaa" + "provider": "aaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaaaaaaaaaa", + "operation": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index 9f9f7e9592b1..211dfffe6413 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,13 +7,13 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaa", - "resource": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "operation": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "description": "aaaaaaaaaaaaaaaaa" + "provider": "aaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaaaaaaaaaa", + "operation": "aaaaaaaaaaaaaaaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaaaaaaaaa" } } ] diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json index ae36fc0cd927..11566b5f4519 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json @@ -1,7 +1,7 @@ { "parameters": { "api-version": "2021-11-20-preview", - "$filter": "aaaaaaaaaa" + "$filter": "aaaaaaaaaaaaa" }, "responses": { "200": { @@ -13,44 +13,44 @@ "tier": "Standard" }, "apiVersions": [ - "aaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ], "locationInfo": [ { - "location": "aaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "zones": [ - "aaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ] } ], "san": { - "maxSizeTB": 18, - "minSizeTB": 26, - "minIncrementSizeTB": 23, - "maxIopsPerTB": 13, - "maxMBpsPerTB": 10, - "maxIops": 12, - "maxMBps": 25, - "maxVolumeGroupCount": 27 + "maxSizeTB": 6, + "minSizeTB": 11, + "minIncrementSizeTB": 1, + "maxIopsPerTB": 19, + "maxMBpsPerTB": 20, + "maxIops": 5, + "maxMBps": 14, + "maxVolumeGroupCount": 8 }, "volumeGroup": { - "maxVolumeCount": 25, - "maxSnapshotCount": 2 + "maxVolumeCount": 10, + "maxSnapshotCount": 3 }, "volume": { - "maxSizeGB": 3, - "minSizeGB": 14, - "minIncrementSizeGB": 24, - "maxIopsPerGB": 19, - "maxMBpsPerGB": 19, - "maxIops": 7, - "maxMBps": 4, - "maxSnapshotCount": 23, - "maxConnectedClientCount": 17 + "maxSizeGB": 30, + "minSizeGB": 29, + "minIncrementSizeGB": 17, + "maxIopsPerGB": 11, + "maxMBpsPerGB": 18, + "maxIops": 29, + "maxMBps": 16, + "maxSnapshotCount": 3, + "maxConnectedClientCount": 9 } } ], - "nextLink": "aaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json index fd27f44d4db7..23df70707e90 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json @@ -1,19 +1,19 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", - "snapshotName": "gf2_51mw_2.6", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", + "snapshotName": "wf", "parameters": { "properties": { "creationData": { - "sourceUri": "aaa" + "sourceUri": "aaaaaaaaaaaaaaaaaa" } }, - "location": "aaaaaaaaa", + "location": "aaaaaaaaaaaaaa", "tags": { - "key7398": "aaaaaaaaaaaaaaa" + "key9494": "aaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -23,24 +23,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaa" + "sourceUri": "aaaaaaaaaaaaaaaaaa" }, - "provisioningState": "aaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaa", "tags": { - "key7398": "aaaaaaaaaaaaaaa" + "key9494": "aaaaaaaaaaaaaaaaaaaaa" } } }, @@ -51,24 +51,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaa" + "sourceUri": "aaaaaaaaaaaaaaaaaa" }, - "provisioningState": "aaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaa", "tags": { - "key7398": "aaaaaaaaaaaaaaa" + "key9494": "aaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json index 1dbd365c58d1..d1e6de3c74ad 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", - "snapshotName": "gf2_51mw_2.6", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", + "snapshotName": "wf", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 0f723ac38835..9ec09297ad02 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", - "snapshotName": "gf2_51mw_2.6", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", + "snapshotName": "wf", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 0f723ac38835..9ec09297ad02 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", - "snapshotName": "gf2_51mw_2.6", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", + "snapshotName": "wf", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json index 5303c2c00e9e..68496644dbaf 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json @@ -1,18 +1,18 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", - "snapshotName": "gf2_51mw_2.6", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", + "snapshotName": "wf", "parameters": { "properties": { "creationData": { - "targetUri": "aaaaaaaaa" + "targetUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "tags": { - "key6801": "aaaaaaaaaaaaaaaaaa" + "key1193": "aaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -22,24 +22,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaa" + "sourceUri": "aaaaaaaaaaaaaaaaaa" }, - "provisioningState": "aaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaa", "tags": { - "key7398": "aaaaaaaaaaaaaaa" + "key9494": "aaaaaaaaaaaaaaaaaaaaa" } } }, @@ -50,24 +50,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaa" + "sourceUri": "aaaaaaaaaaaaaaaaaa" }, - "provisioningState": "aaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaa", "tags": { - "key7398": "aaaaaaaaaaaaaaa" + "key9494": "aaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json index 1dbd365c58d1..d1e6de3c74ad 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", - "snapshotName": "gf2_51mw_2.6", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", + "snapshotName": "wf", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index cae59ee34f08..075af6bf8560 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", - "snapshotName": "gf2_51mw_2.6", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", + "snapshotName": "wf", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,52 +12,49 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaa" + "sourceUri": "aaaaaaaaaaaaaaaaaa" }, - "provisioningState": "aaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaa", "tags": { - "key7398": "aaaaaaaaaaaaaaa" + "key9494": "aaaaaaaaaaaaaaaaaaaaa" } } }, "201": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - }, "body": { "properties": { "creationData": { - "sourceUri": "aaa" + "sourceUri": "aaaaaaaaaaaaaaaaaa" }, - "provisioningState": "aaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaa", "tags": { - "key7398": "aaaaaaaaaaaaaaa" + "key9494": "aaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index d7bc05cede93..fbf3fd1e53f5 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", - "snapshotName": "gf2_51mw_2.6", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", + "snapshotName": "wf", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,9 +12,6 @@ "body": {} }, "201": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - }, "body": {} } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index cc6f0958a07b..38d46d5f5b97 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", - "$filter": "aaa", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", + "$filter": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,28 +14,28 @@ { "properties": { "creationData": { - "sourceUri": "aaa" + "sourceUri": "aaaaaaaaaaaaaaaaaa" }, - "provisioningState": "aaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaa", "tags": { - "key7398": "aaaaaaaaaaaaaaa" + "key9494": "aaaaaaaaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index 8d6a2261a0fa..fc8cbcddcd1c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index c9ef4867b0e8..6d320c67d387 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", - "snapshotName": "gf2_51mw_2.6", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", + "snapshotName": "wf", "parameters": { "tags": { - "key3937": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "key5733": "aaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -17,24 +17,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaa" + "sourceUri": "aaaaaaaaaaaaaaaaaa" }, - "provisioningState": "aaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaa", "tags": { - "key7398": "aaaaaaaaaaaaaaa" + "key9494": "aaaaaaaaaaaaaaaaaaaaa" } } }, @@ -45,24 +45,24 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaa" + "sourceUri": "aaaaaaaaaaaaaaaaaa" }, - "provisioningState": "aaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaa", "tags": { - "key7398": "aaaaaaaaaaaaaaa" + "key9494": "aaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index 1dbd365c58d1..d1e6de3c74ad 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", - "snapshotName": "gf2_51mw_2.6", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", + "snapshotName": "wf", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MaximumSet_Gen.json index b81018efa325..b7fd2e2e451c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MaximumSet_Gen.json @@ -1,29 +1,25 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", "parameters": { "properties": { "protocolType": "Iscsi", "encryption": "EncryptionAtRestWithPlatformKey", "networkAcls": { - "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "ignoreMissingVnetServiceEndpoint": true, - "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" - ] + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "action": "Allow" } ] } }, - "location": "aa", + "location": "aaaaaaaaaaaaaaaaaaaaa", "tags": { - "key5353": "a" + "key2036": "aaaaa" } }, "api-version": "2021-11-20-preview" @@ -36,33 +32,29 @@ "protocolType": "Iscsi", "encryption": "EncryptionAtRestWithPlatformKey", "networkAcls": { - "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaa", - "ignoreMissingVnetServiceEndpoint": true, - "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" - ] + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "action": "Allow", + "state": "provisioning" } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aa", + "location": "aaaaaaaaaaaaaaaaaaaaa", "id": "aaaaaaaa", - "name": "aaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa", + "name": "aaaa", + "type": "aaaaaaa", "tags": { - "key5353": "a" + "key2036": "aaaaa" } } }, @@ -76,33 +68,29 @@ "protocolType": "Iscsi", "encryption": "EncryptionAtRestWithPlatformKey", "networkAcls": { - "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaa", - "ignoreMissingVnetServiceEndpoint": true, - "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" - ] + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "action": "Allow", + "state": "provisioning" } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aa", + "location": "aaaaaaaaaaaaaaaaaaaaa", "id": "aaaaaaaa", - "name": "aaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa", + "name": "aaaa", + "type": "aaaaaaa", "tags": { - "key5353": "a" + "key2036": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MinimumSet_Gen.json index 1bcda55bf7a6..74b5774deea2 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index baa88ec4dfba..c72966e93d51 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", "x-ms-force-delete-volumes-snapshots": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index 5049a3d9bae9..a9806cf2576f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index 0d5ffb7762ba..1b87d2870bb9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,33 +14,29 @@ "protocolType": "Iscsi", "encryption": "EncryptionAtRestWithPlatformKey", "networkAcls": { - "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaa", - "ignoreMissingVnetServiceEndpoint": true, - "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" - ] + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "action": "Allow", + "state": "provisioning" } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aa", + "location": "aaaaaaaaaaaaaaaaaaaaa", "id": "aaaaaaaa", - "name": "aaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa", + "name": "aaaa", + "type": "aaaaaaa", "tags": { - "key5353": "a" + "key2036": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index 9e86a966ad67..8cc30a6cef98 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index a19007654557..4f7f4fa904e3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", + "elasticSanName": "6-y4-M1-676Q5", "api-version": "2021-11-20-preview" }, "responses": { @@ -15,37 +15,33 @@ "protocolType": "Iscsi", "encryption": "EncryptionAtRestWithPlatformKey", "networkAcls": { - "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaa", - "ignoreMissingVnetServiceEndpoint": true, - "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" - ] + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "action": "Allow", + "state": "provisioning" } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aa", + "location": "aaaaaaaaaaaaaaaaaaaaa", "id": "aaaaaaaa", - "name": "aaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa", + "name": "aaaa", + "type": "aaaaaaa", "tags": { - "key5353": "a" + "key2036": "aaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index 9bc6aee134d9..7054ed57cde8 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", + "elasticSanName": "6-y4-M1-676Q5", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index 192df61b440b..c5402c6fa8ee 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,28 +1,24 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", "parameters": { "properties": { "protocolType": "Iscsi", "encryption": "EncryptionAtRestWithPlatformKey", "networkAcls": { - "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "ignoreMissingVnetServiceEndpoint": true, - "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" - ] + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "action": "Allow" } ] } }, "tags": { - "key4301": "aaaaaaaaaaaaaaa" + "key2257": "aaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -35,33 +31,29 @@ "protocolType": "Iscsi", "encryption": "EncryptionAtRestWithPlatformKey", "networkAcls": { - "defaultAction": "Allow", "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "state": "aaaaa", - "ignoreMissingVnetServiceEndpoint": true, - "subnets": [ - "aaaaaaaaaaaaaaaaaaaaaaaa" - ] + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "action": "Allow", + "state": "provisioning" } ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, - "location": "aa", + "location": "aaaaaaaaaaaaaaaaaaaaa", "id": "aaaaaaaa", - "name": "aaaaaaaa", - "type": "aaaaaaaaaaaaaaaaa", + "name": "aaaa", + "type": "aaaaaaa", "tags": { - "key5353": "a" + "key2036": "aaaaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index 00a0d4cb8804..17dcd3474b19 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MaximumSet_Gen.json index f6dc271c914e..12203862b25b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", - "volumeName": "17-X6HY287-22", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", + "volumeName": "9oh8zl-6321bbI", "parameters": { "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaa" + "sourceUri": "aaaaa" }, - "sizeGB": 13 + "sizeGB": 14 }, "location": "aaaaaaaaa", "tags": { - "key6340": "aaaaaaaaaaaaaa" + "key4816": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -24,35 +24,35 @@ "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaa" + "sourceUri": "aaaaa" }, - "sizeGB": 13, + "sizeGB": 14, "storageTarget": { - "targetIqn": "aaaaaaa", + "targetIqn": "aaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, "location": "aaaaaaaaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa", + "id": "aaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa", "tags": { - "key6340": "aaaaaaaaaaaaaa" + "key4816": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } }, @@ -62,35 +62,35 @@ }, "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaa" + "sourceUri": "aaaaa" }, - "sizeGB": 13, + "sizeGB": 14, "storageTarget": { - "targetIqn": "aaaaaaa", + "targetIqn": "aaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, "location": "aaaaaaaaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa", + "id": "aaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa", "tags": { - "key6340": "aaaaaaaaaaaaaa" + "key4816": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MinimumSet_Gen.json index 8a46c174788b..f7be2b1514e0 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", - "volumeName": "17-X6HY287-22", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", + "volumeName": "9oh8zl-6321bbI", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index 64deef1cd8d1..70eadce0b7ab 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", - "volumeName": "17-X6HY287-22", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", + "volumeName": "9oh8zl-6321bbI", "x-ms-force-delete-snapshots": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index fa30dd5b7499..192486c5ff2e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", - "volumeName": "17-X6HY287-22", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", + "volumeName": "9oh8zl-6321bbI", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index 582194a341ef..1394d06279f7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,45 +1,45 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", - "volumeName": "17-X6HY287-22", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", + "volumeName": "9oh8zl-6321bbI", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaa" + "sourceUri": "aaaaa" }, - "sizeGB": 13, + "sizeGB": 14, "storageTarget": { - "targetIqn": "aaaaaaa", + "targetIqn": "aaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, "location": "aaaaaaaaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa", + "id": "aaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa", "tags": { - "key6340": "aaaaaaaaaaaaaa" + "key4816": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 04757919e91d..0df6489d6d7d 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", - "volumeName": "17-X6HY287-22", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", + "volumeName": "9oh8zl-6321bbI", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index fffd61761a05..43cda0c8de2c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,39 +12,39 @@ "value": [ { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaa" + "sourceUri": "aaaaa" }, - "sizeGB": 13, + "sizeGB": 14, "storageTarget": { - "targetIqn": "aaaaaaa", + "targetIqn": "aaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, "location": "aaaaaaaaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa", + "id": "aaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa", "tags": { - "key6340": "aaaaaaaaaaaaaa" + "key4816": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index 8d6a2261a0fa..fc8cbcddcd1c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index fd1e24383a92..08b645929701 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,16 +1,16 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", - "volumeName": "17-X6HY287-22", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", + "volumeName": "9oh8zl-6321bbI", "parameters": { "properties": { - "sizeGB": 14 + "sizeGB": 8 }, "tags": { - "key5362": "a" + "key785": "aaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -19,35 +19,35 @@ "200": { "body": { "properties": { - "volumeId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "volumeId": "aaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaa" + "sourceUri": "aaaaa" }, - "sizeGB": 13, + "sizeGB": 14, "storageTarget": { - "targetIqn": "aaaaaaa", + "targetIqn": "aaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaa", "createdByType": "User", - "createdAt": "2022-01-28T10:34:47.528Z", - "lastModifiedBy": "aaaaaaaaaaa", + "createdAt": "2022-02-16T07:37:10.234Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-01-28T10:34:47.528Z" + "lastModifiedAt": "2022-02-16T07:37:10.234Z" }, "location": "aaaaaaaaa", - "id": "a", - "name": "aaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaa", + "id": "aaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaa", "tags": { - "key6340": "aaaaaaaaaaaaaa" + "key4816": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index c9e8b7707a14..212530177aa5 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "NH4e", - "volumeGroupName": "meng-74_msyiu-P8", - "volumeName": "17-X6HY287-22", + "elasticSanName": "6-y4-M1-676Q5", + "volumeGroupName": "LQ6wg_98t-53H_ph", + "volumeName": "9oh8zl-6321bbI", "parameters": {}, "api-version": "2021-11-20-preview" }, From eb2ab5a2d702316edc8778521faf7d4dccb2e351 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Mon, 7 Mar 2022 23:04:22 -0800 Subject: [PATCH 29/32] Removed unnecessary error codes --- .../2021-11-20-preview/elasticsan.json | 62 ++++++++----------- 1 file changed, 25 insertions(+), 37 deletions(-) diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index d9968ec42791..f3ed3699d1c0 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -69,7 +69,7 @@ ], "responses": { "200": { - "description": "Retrieved RP operations", + "description": "OK. The request has succeeded.", "schema": { "$ref": "#/definitions/ElasticSanOperationListResult" } @@ -115,7 +115,7 @@ ], "responses": { "200": { - "description": "Lists the available Skus and information related to them.", + "description": "Lists the available SKUs supported by Microsoft.Storage for given subscription.", "schema": { "$ref": "#/definitions/SkuInformationList" } @@ -157,7 +157,7 @@ ], "responses": { "200": { - "description": "Operation completed successfully; retrieved Elastic San by subscription", + "description": "OK -- Operation completed successfully; retrieved Elastic San by subscription", "schema": { "$ref": "#/definitions/ElasticSanList" } @@ -202,7 +202,7 @@ ], "responses": { "200": { - "description": "Operation completed successfully; retrieved elasticSans by resource group", + "description": "OK -- Operation completed successfully; retrieved elasticSans by resource group", "schema": { "$ref": "#/definitions/ElasticSanList" } @@ -264,7 +264,7 @@ "$ref": "#/definitions/ElasticSan" } }, - "201": { + "202": { "description": "Accepted -- Create request accepted; operation will complete asynchronously.", "schema": { "$ref": "#/definitions/ElasticSan" @@ -321,7 +321,7 @@ ], "responses": { "200": { - "description": "OK -- Returned when the update operation is successfully completed.", + "description": "OK -- ElasticSAN properties updated successfully.", "schema": { "$ref": "#/definitions/ElasticSan" } @@ -374,13 +374,13 @@ ], "responses": { "200": { - "description": "Delete operation completed successfully." + "description": "OK -- Delete operation completed successfully." }, "202": { - "description": "Delete request accepted; operation will complete asynchronously." + "description": "Accepted -- Delete request accepted; operation will complete asynchronously." }, "204": { - "description": "Resource does not exist in the subscription." + "description": "NoContent --ElasticSAN does not exist in the subscription." }, "default": { "description": "Error from the RP", @@ -424,7 +424,7 @@ ], "responses": { "200": { - "description": "Operation completed successfully; retrieved ElasticSan.", + "description": "OK -- Operation completed successfully; retrieved ElasticSan.", "schema": { "$ref": "#/definitions/ElasticSan" } @@ -469,7 +469,7 @@ ], "responses": { "200": { - "description": "Operation completed successfully; retrieved Volume Group List.", + "description": "OK -- Operation completed successfully; retrieved Volume Group List.", "schema": { "$ref": "#/definitions/VolumeGroupList" } @@ -534,7 +534,7 @@ "$ref": "#/definitions/VolumeGroup" } }, - "201": { + "202": { "description": "Accepted -- Create request accepted; operation will complete asynchronously.", "schema": { "$ref": "#/definitions/VolumeGroup" @@ -650,13 +650,13 @@ ], "responses": { "200": { - "description": "Delete operation completed successfully." + "description": "OK -- Delete operation completed successfully." }, "202": { - "description": "Delete request accepted; operation will complete asynchronously." + "description": "Accepted -- Delete request accepted; operation will complete asynchronously." }, "204": { - "description": "Resource does not exist in the subscription." + "description": "NoContent -- Resource does not exist in the subscription." }, "default": { "description": "Error from the RP", @@ -768,7 +768,7 @@ "$ref": "#/definitions/Volume" } }, - "201": { + "202": { "description": "Accepted -- Create request accepted; operation will complete asynchronously.", "schema": { "$ref": "#/definitions/Volume" @@ -1120,7 +1120,7 @@ "$ref": "#/definitions/Snapshot" } }, - "201": { + "202": { "description": "Accepted -- Create request accepted; operation will complete asynchronously.", "schema": { "$ref": "#/definitions/Snapshot" @@ -1188,7 +1188,7 @@ "$ref": "#/definitions/Snapshot" } }, - "201": { + "202": { "description": "Accepted -- Create request accepted; operation will complete asynchronously.", "schema": { "$ref": "#/definitions/Snapshot" @@ -1242,13 +1242,10 @@ ], "responses": { "200": { - "description": "Delete operation completed successfully." - }, - "202": { - "description": "Delete request accepted; operation will complete asynchronously." + "description": "OK -- Delete operation completed successfully." }, "204": { - "description": "Resource does not exist in the subscription." + "description": "NoContent -- Resource does not exist in the subscription." }, "default": { "description": "Error from the RP", @@ -1303,7 +1300,7 @@ "$ref": "#/definitions/Snapshot" } }, - "201": { + "202": { "description": "Accepted -- Create request accepted; operation will complete asynchronously.", "schema": { "$ref": "#/definitions/Snapshot" @@ -1373,7 +1370,7 @@ "$ref": "#/definitions/Snapshot" } }, - "201": { + "202": { "description": "Accepted -- Create request accepted; operation will complete asynchronously.", "schema": { "$ref": "#/definitions/Snapshot" @@ -1463,7 +1460,7 @@ "x-ms-parameter-location": "method" }, "ForceDeleteSnapshotsParameter": { - "name": "x-ms-force-delete-snapshots", + "name": "x-ms-delete-snapshots", "x-ms-client-name": "forceDeleteSnapshots", "description": "Required if the Volume has associated snapshots", "x-ms-parameter-location": "method", @@ -1472,7 +1469,7 @@ "type": "boolean" }, "ForceDeleteVolumesSnapshotsParameter": { - "name": "x-ms-force-delete-volumes-snapshots", + "name": "x-ms-delete-volumes-snapshots", "x-ms-client-name": "forceDeleteVolumesAndSnapshots", "description": "Required if the Volume Group has associated volumes and snapshots", "x-ms-parameter-location": "method", @@ -1481,7 +1478,7 @@ "type": "boolean" }, "ForceDeleteVolumeGroupsParameter": { - "name": "x-ms-force-delete-volumegroups", + "name": "x-ms-delete-volumegroups", "x-ms-client-name": "forceDeleteVolumeGroups", "description": "Required if the San has associated Volume Groups", "x-ms-parameter-location": "method", @@ -1761,15 +1758,6 @@ "description": "The Sku tier", "$ref": "#/definitions/Sku" }, - "apiVersions": { - "description": "The API versions in which SKU is available", - "type": "array", - "items": { - "type": "string" - }, - "readOnly": true, - "x-ms-identifiers": [] - }, "locationInfo": { "description": "Availability of the SKU for the location/zone", "type": "array", From 90ef05c10e2afc915c950ff9525541a8e93d9046 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Aggani Date: Tue, 8 Mar 2022 22:10:16 -0800 Subject: [PATCH 30/32] Regenerated the examples --- .../ElasticSans_Create_MaximumSet_Gen.json | 76 +++++++++---------- .../ElasticSans_Create_MinimumSet_Gen.json | 6 +- .../ElasticSans_Delete_MaximumSet_Gen.json | 6 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 4 +- .../ElasticSans_Get_MaximumSet_Gen.json | 34 ++++----- .../ElasticSans_Get_MinimumSet_Gen.json | 4 +- ...ns_ListByResourceGroup_MaximumSet_Gen.json | 34 ++++----- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 2 +- ...ans_ListBySubscription_MaximumSet_Gen.json | 34 ++++----- ...ans_ListBySubscription_MinimumSet_Gen.json | 2 +- .../ElasticSans_Update_MaximumSet_Gen.json | 40 +++++----- .../ElasticSans_Update_MinimumSet_Gen.json | 4 +- .../Operations_List_MaximumSet_Gen.json | 12 +-- .../Operations_List_MinimumSet_Gen.json | 10 +-- .../examples/Skus_List_MaximumSet_Gen.json | 49 ++++++------ .../Snapshots_Create_MaximumSet_Gen.json | 60 +++++++-------- .../Snapshots_Create_MinimumSet_Gen.json | 10 +-- .../Snapshots_Delete_MaximumSet_Gen.json | 13 +--- .../Snapshots_Delete_MinimumSet_Gen.json | 13 +--- .../Snapshots_Export_MaximumSet_Gen.json | 58 +++++++------- .../Snapshots_Export_MinimumSet_Gen.json | 10 +-- .../Snapshots_Get_MaximumSet_Gen.json | 54 ++++++------- .../Snapshots_Get_MinimumSet_Gen.json | 10 +-- ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 30 ++++---- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 6 +- .../Snapshots_Update_MaximumSet_Gen.json | 56 +++++++------- .../Snapshots_Update_MinimumSet_Gen.json | 10 +-- .../VolumeGroups_Create_MaximumSet_Gen.json | 54 ++++++------- .../VolumeGroups_Create_MinimumSet_Gen.json | 8 +- .../VolumeGroups_Delete_MaximumSet_Gen.json | 8 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 26 +++---- .../VolumeGroups_Get_MinimumSet_Gen.json | 6 +- ...roups_ListByElasticSan_MaximumSet_Gen.json | 26 +++---- ...roups_ListByElasticSan_MinimumSet_Gen.json | 4 +- .../VolumeGroups_Update_MaximumSet_Gen.json | 30 ++++---- .../VolumeGroups_Update_MinimumSet_Gen.json | 6 +- .../Volumes_Create_MaximumSet_Gen.json | 74 +++++++++--------- .../Volumes_Create_MinimumSet_Gen.json | 10 +-- .../Volumes_Delete_MaximumSet_Gen.json | 10 +-- .../Volumes_Delete_MinimumSet_Gen.json | 8 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 36 ++++----- .../examples/Volumes_Get_MinimumSet_Gen.json | 8 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 36 ++++----- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 6 +- .../Volumes_Update_MaximumSet_Gen.json | 40 +++++----- .../Volumes_Update_MinimumSet_Gen.json | 8 +- 47 files changed, 522 insertions(+), 535 deletions(-) diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MaximumSet_Gen.json index c2e4c404c4c7..d18654feb98e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", + "elasticSanName": "0Dk_bd2172_UFvY6Y", "parameters": { "properties": { "sku": { @@ -10,14 +10,14 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaa" + "aaaaaaaaa" ], - "baseSizeTB": 9, - "extendedSizeTB": 20 + "baseSizeTB": 12, + "extendedSizeTB": 6 }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaa", "tags": { - "key378": "aaaaaaaaaaaaaaa" + "key3755": "aaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -31,33 +31,33 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaa" + "aaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 9, - "extendedSizeTB": 20, - "totalSizeTB": 20, - "provisionedIops": 20, - "provisionedMBps": 30 + "baseSizeTB": 12, + "extendedSizeTB": 6, + "totalSizeTB": 7, + "provisionedIops": 26, + "provisionedMBps": 10 }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaa", + "location": "aaaaa", + "id": "aaaaaaaaaaa", + "name": "aaaaaaaa", + "type": "aaa", "tags": { - "key378": "aaaaaaaaaaaaaaa" + "key3755": "aaaaaaaaa" } } }, - "201": { + "202": { "headers": { "Azure-AsyncOperation": "https://foo.com/operationstatus" }, @@ -68,29 +68,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaa" + "aaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 9, - "extendedSizeTB": 20, - "totalSizeTB": 20, - "provisionedIops": 20, - "provisionedMBps": 30 + "baseSizeTB": 12, + "extendedSizeTB": 6, + "totalSizeTB": 7, + "provisionedIops": 26, + "provisionedMBps": 10 }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaa", + "location": "aaaaa", + "id": "aaaaaaaaaaa", + "name": "aaaaaaaa", + "type": "aaa", "tags": { - "key378": "aaaaaaaaaaaaaaa" + "key3755": "aaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MinimumSet_Gen.json index 9ab2e71eb4e1..9333e197672a 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", + "elasticSanName": "0Dk_bd2172_UFvY6Y", "parameters": {}, "api-version": "2021-11-20-preview" }, @@ -10,7 +10,7 @@ "200": { "body": {} }, - "201": { + "202": { "headers": { "Azure-AsyncOperation": "https://foo.com/operationstatus" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index dca92f415cde..17688431fb60 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "x-ms-force-delete-volumegroups": true, + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "x-ms-delete-volumegroups": true, "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index 19d18fd9e5f9..eafb27a278f4 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", + "elasticSanName": "0Dk_bd2172_UFvY6Y", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index 04b6b347c3e2..c6dbf0a36fd9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", + "elasticSanName": "0Dk_bd2172_UFvY6Y", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,29 +14,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaa" + "aaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 9, - "extendedSizeTB": 20, - "totalSizeTB": 20, - "provisionedIops": 20, - "provisionedMBps": 30 + "baseSizeTB": 12, + "extendedSizeTB": 6, + "totalSizeTB": 7, + "provisionedIops": 26, + "provisionedMBps": 10 }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaa", + "location": "aaaaa", + "id": "aaaaaaaaaaa", + "name": "aaaaaaaa", + "type": "aaa", "tags": { - "key378": "aaaaaaaaaaaaaaa" + "key3755": "aaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json index abc5ad6603bd..7b5774797805 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", + "elasticSanName": "0Dk_bd2172_UFvY6Y", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index 87b1846c6983..28683b208a2e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -15,33 +15,33 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaa" + "aaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 9, - "extendedSizeTB": 20, - "totalSizeTB": 20, - "provisionedIops": 20, - "provisionedMBps": 30 + "baseSizeTB": 12, + "extendedSizeTB": 6, + "totalSizeTB": 7, + "provisionedIops": 26, + "provisionedMBps": 10 }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaa", + "location": "aaaaa", + "id": "aaaaaaaaaaa", + "name": "aaaaaaaa", + "type": "aaa", "tags": { - "key378": "aaaaaaaaaaaaaaa" + "key3755": "aaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json index acd21d0eb2be..d2a55f5300b6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index 34a646051b0f..bfc200d23bcd 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,33 +14,33 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaa" + "aaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 9, - "extendedSizeTB": 20, - "totalSizeTB": 20, - "provisionedIops": 20, - "provisionedMBps": 30 + "baseSizeTB": 12, + "extendedSizeTB": 6, + "totalSizeTB": 7, + "provisionedIops": 26, + "provisionedMBps": 10 }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaa", + "location": "aaaaa", + "id": "aaaaaaaaaaa", + "name": "aaaaaaaa", + "type": "aaa", "tags": { - "key378": "aaaaaaaaaaaaaaa" + "key3755": "aaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json index 4edf84c79973..3844bea00e63 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index 8f70366116c3..35361604c4d3 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,15 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", + "elasticSanName": "0Dk_bd2172_UFvY6Y", "parameters": { "properties": { - "baseSizeTB": 13, - "extendedSizeTB": 28 + "baseSizeTB": 28, + "extendedSizeTB": 7 }, "tags": { - "key4895": "aa" + "key2343": "aaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -23,29 +23,29 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaaaa" + "aaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 9, - "extendedSizeTB": 20, - "totalSizeTB": 20, - "provisionedIops": 20, - "provisionedMBps": 30 + "baseSizeTB": 12, + "extendedSizeTB": 6, + "totalSizeTB": 7, + "provisionedIops": 26, + "provisionedMBps": 10 }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaa", + "location": "aaaaa", + "id": "aaaaaaaaaaa", + "name": "aaaaaaaa", + "type": "aaa", "tags": { - "key378": "aaaaaaaaaaaaaaa" + "key3755": "aaaaaaaaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json index 6044291008af..d44da5b44efe 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", + "elasticSanName": "0Dk_bd2172_UFvY6Y", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index ee58dfb20e37..48bd814004d9 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,17 +7,17 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaaaaaaaaaa", - "operation": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "description": "aaaaaaaaaaaaaaaaaaaaaa" + "provider": "aaaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaaaa", + "operation": "aaaaaaaaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaa" + "nextLink": "aaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index 211dfffe6413..173b4a25731b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,13 +7,13 @@ "body": { "value": [ { - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaaaaaaaaaa", - "operation": "aaaaaaaaaaaaaaaaaaaaaaaaaa", - "description": "aaaaaaaaaaaaaaaaaaaaaa" + "provider": "aaaaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaaaa", + "operation": "aaaaaaaaaaaaaaaaaaa", + "description": "aaaaaaaaaaaaaaaaaaaaaaa" } } ] diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json index 11566b5f4519..aaf4faad5998 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json @@ -1,7 +1,7 @@ { "parameters": { "api-version": "2021-11-20-preview", - "$filter": "aaaaaaaaaaaaa" + "$filter": "aaaaaaaaaaaaaaaaa" }, "responses": { "200": { @@ -12,45 +12,42 @@ "name": "Standard_LRS", "tier": "Standard" }, - "apiVersions": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" - ], "locationInfo": [ { - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaa", "zones": [ - "aaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } ], "san": { - "maxSizeTB": 6, - "minSizeTB": 11, - "minIncrementSizeTB": 1, - "maxIopsPerTB": 19, - "maxMBpsPerTB": 20, - "maxIops": 5, - "maxMBps": 14, - "maxVolumeGroupCount": 8 + "maxSizeTB": 2, + "minSizeTB": 3, + "minIncrementSizeTB": 27, + "maxIopsPerTB": 12, + "maxMBpsPerTB": 21, + "maxIops": 27, + "maxMBps": 16, + "maxVolumeGroupCount": 2 }, "volumeGroup": { - "maxVolumeCount": 10, - "maxSnapshotCount": 3 + "maxVolumeCount": 28, + "maxSnapshotCount": 17 }, "volume": { - "maxSizeGB": 30, - "minSizeGB": 29, - "minIncrementSizeGB": 17, - "maxIopsPerGB": 11, - "maxMBpsPerGB": 18, - "maxIops": 29, - "maxMBps": 16, - "maxSnapshotCount": 3, - "maxConnectedClientCount": 9 + "maxSizeGB": 7, + "minSizeGB": 15, + "minIncrementSizeGB": 26, + "maxIopsPerGB": 5, + "maxMBpsPerGB": 24, + "maxIops": 19, + "maxMBps": 14, + "maxSnapshotCount": 13, + "maxConnectedClientCount": 2 } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json index 23df70707e90..763f350edd30 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json @@ -1,19 +1,19 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", - "snapshotName": "wf", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "snapshotName": "e3j_s77g4", "parameters": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" } }, - "location": "aaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", "tags": { - "key9494": "aaaaaaaaaaaaaaaaaaaaa" + "key7980": "aaa" } }, "api-version": "2021-11-20-preview" @@ -23,52 +23,52 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "provisioningState": "aaaaaaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaa", "tags": { - "key9494": "aaaaaaaaaaaaaaaaaaaaa" + "key7980": "aaa" } } }, - "201": { + "202": { "headers": { "Azure-AsyncOperation": "https://foo.com/operationstatus" }, "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "provisioningState": "aaaaaaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaa", "tags": { - "key9494": "aaaaaaaaaaaaaaaaaaaaa" + "key7980": "aaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json index d1e6de3c74ad..5a2bd9b9f132 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", - "snapshotName": "wf", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "snapshotName": "e3j_s77g4", "parameters": {}, "api-version": "2021-11-20-preview" }, @@ -12,7 +12,7 @@ "200": { "body": {} }, - "201": { + "202": { "headers": { "Azure-AsyncOperation": "https://foo.com/operationstatus" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json index 9ec09297ad02..4f9f4ab2059b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json @@ -1,19 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", - "snapshotName": "wf", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "snapshotName": "e3j_s77g4", "api-version": "2021-11-20-preview" }, "responses": { "200": {}, - "202": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - } - }, "204": {} } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json index 9ec09297ad02..4f9f4ab2059b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json @@ -1,19 +1,14 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", - "snapshotName": "wf", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "snapshotName": "e3j_s77g4", "api-version": "2021-11-20-preview" }, "responses": { "200": {}, - "202": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - } - }, "204": {} } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json index 68496644dbaf..86cc3bbb8caf 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json @@ -1,18 +1,18 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", - "snapshotName": "wf", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "snapshotName": "e3j_s77g4", "parameters": { "properties": { "creationData": { - "targetUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "targetUri": "aaaaaaaaaaaaaaaaaaaa" } }, "tags": { - "key1193": "aaaaaaaaaaaaaaa" + "key1361": "a" } }, "api-version": "2021-11-20-preview" @@ -22,52 +22,52 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "provisioningState": "aaaaaaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaa", "tags": { - "key9494": "aaaaaaaaaaaaaaaaaaaaa" + "key7980": "aaa" } } }, - "201": { + "202": { "headers": { "Azure-AsyncOperation": "https://foo.com/operationstatus" }, "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "provisioningState": "aaaaaaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaa", "tags": { - "key9494": "aaaaaaaaaaaaaaaaaaaaa" + "key7980": "aaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json index d1e6de3c74ad..5a2bd9b9f132 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", - "snapshotName": "wf", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "snapshotName": "e3j_s77g4", "parameters": {}, "api-version": "2021-11-20-preview" }, @@ -12,7 +12,7 @@ "200": { "body": {} }, - "201": { + "202": { "headers": { "Azure-AsyncOperation": "https://foo.com/operationstatus" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json index 075af6bf8560..b4f8e468bdf6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", - "snapshotName": "wf", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "snapshotName": "e3j_s77g4", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,49 +12,49 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "provisioningState": "aaaaaaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaa", "tags": { - "key9494": "aaaaaaaaaaaaaaaaaaaaa" + "key7980": "aaa" } } }, - "201": { + "202": { "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "provisioningState": "aaaaaaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaa", "tags": { - "key9494": "aaaaaaaaaaaaaaaaaaaaa" + "key7980": "aaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json index fbf3fd1e53f5..e866dbd4c6da 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json @@ -1,17 +1,17 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", - "snapshotName": "wf", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "snapshotName": "e3j_s77g4", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": {} }, - "201": { + "202": { "body": {} } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json index 38d46d5f5b97..201d27e7cd12 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", "$filter": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, @@ -14,28 +14,28 @@ { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "provisioningState": "aaaaaaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaa", "tags": { - "key9494": "aaaaaaaaaaaaaaaaaaaaa" + "key7980": "aaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaa" + "nextLink": "aaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json index fc8cbcddcd1c..5fc404ff6319 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json index 6d320c67d387..e4980d580464 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", - "snapshotName": "wf", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "snapshotName": "e3j_s77g4", "parameters": { "tags": { - "key5733": "aaaaaaaaaaaaaaaaaaaaa" + "key4962": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -17,52 +17,52 @@ "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "provisioningState": "aaaaaaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaa", "tags": { - "key9494": "aaaaaaaaaaaaaaaaaaaaa" + "key7980": "aaa" } } }, - "201": { + "202": { "headers": { "Azure-AsyncOperation": "https://foo.com/operationstatus" }, "body": { "properties": { "creationData": { - "sourceUri": "aaaaaaaaaaaaaaaaaa" + "sourceUri": "aaaaaaa" }, - "provisioningState": "aaaaaaaaaaaaaaaaaa" + "provisioningState": "aaaaaaaaaaaaaaaaaaa" }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "aaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaa", "tags": { - "key9494": "aaaaaaaaaaaaaaaaaaaaa" + "key7980": "aaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json index d1e6de3c74ad..5a2bd9b9f132 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", - "snapshotName": "wf", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "snapshotName": "e3j_s77g4", "parameters": {}, "api-version": "2021-11-20-preview" }, @@ -12,7 +12,7 @@ "200": { "body": {} }, - "201": { + "202": { "headers": { "Azure-AsyncOperation": "https://foo.com/operationstatus" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MaximumSet_Gen.json index b7fd2e2e451c..3fd1b1026dc7 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", "parameters": { "properties": { "protocolType": "Iscsi", @@ -11,15 +11,15 @@ "networkAcls": { "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", "action": "Allow" } ] } }, - "location": "aaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key2036": "aaaaa" + "key5910": "aaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -34,7 +34,7 @@ "networkAcls": { "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", "action": "Allow", "state": "provisioning" } @@ -42,23 +42,23 @@ } }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaa", - "name": "aaaa", - "type": "aaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key2036": "aaaaa" + "key5910": "aaaaaaaaaaaaaaaaaaaa" } } }, - "201": { + "202": { "headers": { "Azure-AsyncOperation": "https://foo.com/operationstatus" }, @@ -70,7 +70,7 @@ "networkAcls": { "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", "action": "Allow", "state": "provisioning" } @@ -78,19 +78,19 @@ } }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaa", - "name": "aaaa", - "type": "aaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key2036": "aaaaa" + "key5910": "aaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MinimumSet_Gen.json index 74b5774deea2..651c8b05ed5f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", "parameters": {}, "api-version": "2021-11-20-preview" }, @@ -11,7 +11,7 @@ "200": { "body": {} }, - "201": { + "202": { "headers": { "Azure-AsyncOperation": "https://foo.com/operationstatus" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index c72966e93d51..a0953931b5e4 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", - "x-ms-force-delete-volumes-snapshots": true, + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "x-ms-delete-volumes-snapshots": true, "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index a9806cf2576f..ca5760169c7e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index 1b87d2870bb9..340d4d294ca4 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", "api-version": "2021-11-20-preview" }, "responses": { @@ -16,7 +16,7 @@ "networkAcls": { "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", "action": "Allow", "state": "provisioning" } @@ -24,19 +24,19 @@ } }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaa", - "name": "aaaa", - "type": "aaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key2036": "aaaaa" + "key5910": "aaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index 8cc30a6cef98..b35a1e836323 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index 4f7f4fa904e3..ed53b0bb2b3c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", + "elasticSanName": "0Dk_bd2172_UFvY6Y", "api-version": "2021-11-20-preview" }, "responses": { @@ -17,7 +17,7 @@ "networkAcls": { "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", "action": "Allow", "state": "provisioning" } @@ -25,23 +25,23 @@ } }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaa", - "name": "aaaa", - "type": "aaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key2036": "aaaaa" + "key5910": "aaaaaaaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaa" + "nextLink": "aaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index 7054ed57cde8..71ca42f0ed92 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", + "elasticSanName": "0Dk_bd2172_UFvY6Y", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index c5402c6fa8ee..a5f8d5c5706f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", "parameters": { "properties": { "protocolType": "Iscsi", @@ -11,14 +11,14 @@ "networkAcls": { "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", "action": "Allow" } ] } }, "tags": { - "key2257": "aaaaaaaaa" + "key6061": "a" } }, "api-version": "2021-11-20-preview" @@ -33,7 +33,7 @@ "networkAcls": { "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaa", "action": "Allow", "state": "provisioning" } @@ -41,19 +41,19 @@ } }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaa", - "name": "aaaa", - "type": "aaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaa", + "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key2036": "aaaaa" + "key5910": "aaaaaaaaaaaaaaaaaaaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index 17dcd3474b19..7cbc1a819d00 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MaximumSet_Gen.json index 12203862b25b..190f80bc5570 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", - "volumeName": "9oh8zl-6321bbI", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "volumeName": "d3fj-34Js4wN", "parameters": { "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaa" + "sourceUri": "aaaaaaaaaaaaa" }, - "sizeGB": 14 + "sizeGB": 27 }, - "location": "aaaaaaaaa", + "location": "aaaaaaa", "tags": { - "key4816": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key6759": "aaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -24,73 +24,73 @@ "200": { "body": { "properties": { - "volumeId": "aaa", + "volumeId": "aa", "creationData": { "createSource": "None", - "sourceUri": "aaaaa" + "sourceUri": "aaaaaaaaaaaaa" }, - "sizeGB": 14, + "sizeGB": 27, "storageTarget": { - "targetIqn": "aaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaa", - "id": "aaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaa", "tags": { - "key4816": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key6759": "aaaaaaaaaaaaaaaaaaaaaaaa" } } }, - "201": { + "202": { "headers": { "Azure-AsyncOperation": "https://foo.com/operationstatus" }, "body": { "properties": { - "volumeId": "aaa", + "volumeId": "aa", "creationData": { "createSource": "None", - "sourceUri": "aaaaa" + "sourceUri": "aaaaaaaaaaaaa" }, - "sizeGB": 14, + "sizeGB": 27, "storageTarget": { - "targetIqn": "aaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaa", - "id": "aaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaa", "tags": { - "key4816": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key6759": "aaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MinimumSet_Gen.json index f7be2b1514e0..9812d7cc194e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", - "volumeName": "9oh8zl-6321bbI", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "volumeName": "d3fj-34Js4wN", "parameters": {}, "api-version": "2021-11-20-preview" }, @@ -12,7 +12,7 @@ "200": { "body": {} }, - "201": { + "202": { "headers": { "Azure-AsyncOperation": "https://foo.com/operationstatus" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index 70eadce0b7ab..40f3ccb71f5c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,11 +1,11 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", - "volumeName": "9oh8zl-6321bbI", - "x-ms-force-delete-snapshots": true, + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "volumeName": "d3fj-34Js4wN", + "x-ms-delete-snapshots": true, "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index 192486c5ff2e..56052afc23e5 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", - "volumeName": "9oh8zl-6321bbI", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "volumeName": "d3fj-34Js4wN", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index 1394d06279f7..fe3a2af0a4da 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,45 +1,45 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", - "volumeName": "9oh8zl-6321bbI", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "volumeName": "d3fj-34Js4wN", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "volumeId": "aaa", + "volumeId": "aa", "creationData": { "createSource": "None", - "sourceUri": "aaaaa" + "sourceUri": "aaaaaaaaaaaaa" }, - "sizeGB": 14, + "sizeGB": 27, "storageTarget": { - "targetIqn": "aaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaa", - "id": "aaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaa", "tags": { - "key4816": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key6759": "aaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index 0df6489d6d7d..d446aba04793 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", - "volumeName": "9oh8zl-6321bbI", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "volumeName": "d3fj-34Js4wN", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index 43cda0c8de2c..74aea6a5ca91 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,39 +12,39 @@ "value": [ { "properties": { - "volumeId": "aaa", + "volumeId": "aa", "creationData": { "createSource": "None", - "sourceUri": "aaaaa" + "sourceUri": "aaaaaaaaaaaaa" }, - "sizeGB": 14, + "sizeGB": 27, "storageTarget": { - "targetIqn": "aaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaa", - "id": "aaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaa", "tags": { - "key4816": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key6759": "aaaaaaaaaaaaaaaaaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaa" + "nextLink": "aaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index fc8cbcddcd1c..5fc404ff6319 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index 08b645929701..c22ec6ffa234 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,16 +1,16 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", - "volumeName": "9oh8zl-6321bbI", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "volumeName": "d3fj-34Js4wN", "parameters": { "properties": { - "sizeGB": 8 + "sizeGB": 18 }, "tags": { - "key785": "aaaaaaaaaaaaaaaaaaaaa" + "key41": "aaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -19,35 +19,35 @@ "200": { "body": { "properties": { - "volumeId": "aaa", + "volumeId": "aa", "creationData": { "createSource": "None", - "sourceUri": "aaaaa" + "sourceUri": "aaaaaaaaaaaaa" }, - "sizeGB": 14, + "sizeGB": 27, "storageTarget": { - "targetIqn": "aaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaaa", "provisioningState": "Invalid", "status": "Invalid", "endpoints": [ - "aaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaa" ] } }, "systemData": { - "createdBy": "aaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-02-16T07:37:10.234Z", - "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaa", + "createdAt": "2022-03-09T06:06:58.232Z", + "lastModifiedBy": "aaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-02-16T07:37:10.234Z" + "lastModifiedAt": "2022-03-09T06:06:58.232Z" }, - "location": "aaaaaaaaa", - "id": "aaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaa", + "location": "aaaaaaa", + "id": "aaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaaaaa", + "type": "aaaaaaaaa", "tags": { - "key4816": "aaaaaaaaaaaaaaaaaaaaaaaaaa" + "key6759": "aaaaaaaaaaaaaaaaaaaaaaaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index 212530177aa5..f17d87173616 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "6-y4-M1-676Q5", - "volumeGroupName": "LQ6wg_98t-53H_ph", - "volumeName": "9oh8zl-6321bbI", + "elasticSanName": "0Dk_bd2172_UFvY6Y", + "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "volumeName": "d3fj-34Js4wN", "parameters": {}, "api-version": "2021-11-20-preview" }, From 6971c4b5dcef801ae584b43702f647fe4040fdc7 Mon Sep 17 00:00:00 2001 From: Rajesh Date: Mon, 11 Apr 2022 17:19:56 +0530 Subject: [PATCH 31/32] Removed Snapshot API and addressed PR comments (#18638) * Removed Snapshot API and addressed PR comments --- .../2021-11-20-preview/elasticsan.json | 702 ++---------------- .../ElasticSans_Create_MaximumSet_Gen.json | 78 +- .../ElasticSans_Create_MinimumSet_Gen.json | 20 - .../ElasticSans_Delete_MaximumSet_Gen.json | 4 +- .../ElasticSans_Delete_MinimumSet_Gen.json | 4 +- .../ElasticSans_Get_MaximumSet_Gen.json | 36 +- .../ElasticSans_Get_MinimumSet_Gen.json | 13 - ...ns_ListByResourceGroup_MaximumSet_Gen.json | 36 +- ...ns_ListByResourceGroup_MinimumSet_Gen.json | 16 - ...ans_ListBySubscription_MaximumSet_Gen.json | 36 +- ...ans_ListBySubscription_MinimumSet_Gen.json | 15 - .../ElasticSans_Update_MaximumSet_Gen.json | 42 +- .../ElasticSans_Update_MinimumSet_Gen.json | 19 - .../Operations_List_MaximumSet_Gen.json | 12 +- .../Operations_List_MinimumSet_Gen.json | 9 +- .../examples/Skus_List_MaximumSet_Gen.json | 44 +- .../Snapshots_Create_MaximumSet_Gen.json | 76 -- .../Snapshots_Create_MinimumSet_Gen.json | 22 - .../Snapshots_Delete_MaximumSet_Gen.json | 14 - .../Snapshots_Delete_MinimumSet_Gen.json | 14 - .../Snapshots_Export_MaximumSet_Gen.json | 75 -- .../Snapshots_Export_MinimumSet_Gen.json | 22 - .../Snapshots_Get_MaximumSet_Gen.json | 62 -- .../Snapshots_Get_MinimumSet_Gen.json | 18 - ...hots_ListByVolumeGroup_MaximumSet_Gen.json | 42 -- ...hots_ListByVolumeGroup_MinimumSet_Gen.json | 18 - .../Snapshots_Update_MaximumSet_Gen.json | 70 -- .../Snapshots_Update_MinimumSet_Gen.json | 22 - .../VolumeGroups_Create_MaximumSet_Gen.json | 52 +- .../VolumeGroups_Create_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Delete_MaximumSet_Gen.json | 8 +- .../VolumeGroups_Delete_MinimumSet_Gen.json | 6 +- .../VolumeGroups_Get_MaximumSet_Gen.json | 26 +- .../VolumeGroups_Get_MinimumSet_Gen.json | 6 +- ...roups_ListByElasticSan_MaximumSet_Gen.json | 26 +- ...roups_ListByElasticSan_MinimumSet_Gen.json | 4 +- .../VolumeGroups_Update_MaximumSet_Gen.json | 30 +- .../VolumeGroups_Update_MinimumSet_Gen.json | 6 +- .../Volumes_Create_MaximumSet_Gen.json | 82 +- .../Volumes_Create_MinimumSet_Gen.json | 8 +- .../Volumes_Delete_MaximumSet_Gen.json | 9 +- .../Volumes_Delete_MinimumSet_Gen.json | 8 +- .../examples/Volumes_Get_MaximumSet_Gen.json | 41 +- .../examples/Volumes_Get_MinimumSet_Gen.json | 8 +- ...umes_ListByVolumeGroup_MaximumSet_Gen.json | 41 +- ...umes_ListByVolumeGroup_MinimumSet_Gen.json | 6 +- .../Volumes_Update_MaximumSet_Gen.json | 45 +- .../Volumes_Update_MinimumSet_Gen.json | 8 +- 48 files changed, 437 insertions(+), 1530 deletions(-) delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MinimumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json delete mode 100644 specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json index f3ed3699d1c0..01a269a1c598 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/elasticsan.json @@ -48,10 +48,6 @@ { "name": "Volumes", "description": "APIs for Volume operations." - }, - { - "name": "Snapshots", - "description": "APIs for Snapshot operations." } ], "paths": { @@ -175,9 +171,6 @@ "x-ms-examples": { "ElasticSans_ListBySubscription_MaximumSet_Gen": { "$ref": "./examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json" - }, - "ElasticSans_ListBySubscription_MinimumSet_Gen": { - "$ref": "./examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json" } } } @@ -220,9 +213,6 @@ "x-ms-examples": { "ElasticSans_ListByResourceGroup_MaximumSet_Gen": { "$ref": "./examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json" - }, - "ElasticSans_ListByResourceGroup_MinimumSet_Gen": { - "$ref": "./examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json" } } } @@ -284,9 +274,6 @@ "x-ms-examples": { "ElasticSans_Create_MaximumSet_Gen": { "$ref": "./examples/ElasticSans_Create_MaximumSet_Gen.json" - }, - "ElasticSans_Create_MinimumSet_Gen": { - "$ref": "./examples/ElasticSans_Create_MinimumSet_Gen.json" } } }, @@ -343,9 +330,6 @@ "x-ms-examples": { "ElasticSans_Update_MaximumSet_Gen": { "$ref": "./examples/ElasticSans_Update_MaximumSet_Gen.json" - }, - "ElasticSans_Update_MinimumSet_Gen": { - "$ref": "./examples/ElasticSans_Update_MinimumSet_Gen.json" } } }, @@ -439,9 +423,6 @@ "x-ms-examples": { "ElasticSans_Get_MaximumSet_Gen": { "$ref": "./examples/ElasticSans_Get_MaximumSet_Gen.json" - }, - "ElasticSans_Get_MinimumSet_Gen": { - "$ref": "./examples/ElasticSans_Get_MinimumSet_Gen.json" } } } @@ -642,7 +623,7 @@ "$ref": "#/parameters/VolumeGroupNameParameter" }, { - "$ref": "#/parameters/ForceDeleteVolumesSnapshotsParameter" + "$ref": "#/parameters/ForceDeleteVolumesParameter" }, { "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" @@ -881,9 +862,6 @@ { "$ref": "#/parameters/VolumeNameParameter" }, - { - "$ref": "#/parameters/ForceDeleteSnapshotsParameter" - }, { "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } @@ -1018,384 +996,6 @@ } } } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots": { - "get": { - "tags": [ - "Snapshots" - ], - "description": "List Snapshots in a VolumeGroup.", - "operationId": "Snapshots_ListByVolumeGroup", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ElasticSanNameParameter" - }, - { - "$ref": "#/parameters/VolumeGroupNameParameter" - }, - { - "name": "$filter", - "in": "query", - "description": "Specify $filter='volumeName eq ' to filter on volume.", - "required": false, - "type": "string" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" - } - ], - "responses": { - "200": { - "description": "Operation completed successfully; retrieved volumes in a volume group.", - "schema": { - "$ref": "#/definitions/SnapshotList" - } - }, - "default": { - "description": "Error from the RP", - "schema": { - "$ref": "#/definitions/Error" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - }, - "x-ms-examples": { - "Snapshots_ListByVolumeGroup_MaximumSet_Gen": { - "$ref": "./examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json" - }, - "Snapshots_ListByVolumeGroup_MinimumSet_Gen": { - "$ref": "./examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json" - } - } - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots/{snapshotName}": { - "put": { - "tags": [ - "Snapshots" - ], - "description": "Create a Volume Snapshot.", - "operationId": "Snapshots_Create", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ElasticSanNameParameter" - }, - { - "$ref": "#/parameters/VolumeGroupNameParameter" - }, - { - "$ref": "#/parameters/SnapshotNameParameter" - }, - { - "name": "parameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/Snapshot" - }, - "description": "Snapshot object." - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" - } - ], - "responses": { - "200": { - "description": "OK -- Returned when the create operation is successfully completed.", - "schema": { - "$ref": "#/definitions/Snapshot" - } - }, - "202": { - "description": "Accepted -- Create request accepted; operation will complete asynchronously.", - "schema": { - "$ref": "#/definitions/Snapshot" - } - }, - "default": { - "description": "Error from the RP.", - "schema": { - "$ref": "#/definitions/Error" - } - } - }, - "x-ms-long-running-operation": true, - "x-ms-long-running-operation-options": { - "final-state-via": "azure-async-operation" - }, - "x-ms-examples": { - "Snapshots_Create_MaximumSet_Gen": { - "$ref": "./examples/Snapshots_Create_MaximumSet_Gen.json" - }, - "Snapshots_Create_MinimumSet_Gen": { - "$ref": "./examples/Snapshots_Create_MinimumSet_Gen.json" - } - } - }, - "patch": { - "tags": [ - "Snapshots" - ], - "description": "Update a Volume Snapshot.", - "operationId": "Snapshots_Update", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ElasticSanNameParameter" - }, - { - "$ref": "#/parameters/VolumeGroupNameParameter" - }, - { - "$ref": "#/parameters/SnapshotNameParameter" - }, - { - "name": "parameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/SnapshotUpdate" - }, - "description": "Snapshot object." - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" - } - ], - "responses": { - "200": { - "description": "OK -- Returned when the create operation is successfully completed.", - "schema": { - "$ref": "#/definitions/Snapshot" - } - }, - "202": { - "description": "Accepted -- Create request accepted; operation will complete asynchronously.", - "schema": { - "$ref": "#/definitions/Snapshot" - } - }, - "default": { - "description": "Error from the RP.", - "schema": { - "$ref": "#/definitions/Error" - } - } - }, - "x-ms-long-running-operation": true, - "x-ms-long-running-operation-options": { - "final-state-via": "azure-async-operation" - }, - "x-ms-examples": { - "Snapshots_Update_MaximumSet_Gen": { - "$ref": "./examples/Snapshots_Update_MaximumSet_Gen.json" - }, - "Snapshots_Update_MinimumSet_Gen": { - "$ref": "./examples/Snapshots_Update_MinimumSet_Gen.json" - } - } - }, - "delete": { - "tags": [ - "Snapshots" - ], - "description": "Delete an Volume.", - "operationId": "Snapshots_Delete", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ElasticSanNameParameter" - }, - { - "$ref": "#/parameters/VolumeGroupNameParameter" - }, - { - "$ref": "#/parameters/SnapshotNameParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" - } - ], - "responses": { - "200": { - "description": "OK -- Delete operation completed successfully." - }, - "204": { - "description": "NoContent -- Resource does not exist in the subscription." - }, - "default": { - "description": "Error from the RP", - "schema": { - "$ref": "#/definitions/Error" - } - } - }, - "x-ms-long-running-operation": true, - "x-ms-long-running-operation-options": { - "final-state-via": "azure-async-operation" - }, - "x-ms-examples": { - "Snapshots_Delete_MaximumSet_Gen": { - "$ref": "./examples/Snapshots_Delete_MaximumSet_Gen.json" - }, - "Snapshots_Delete_MinimumSet_Gen": { - "$ref": "./examples/Snapshots_Delete_MinimumSet_Gen.json" - } - } - }, - "get": { - "tags": [ - "Snapshots" - ], - "description": "Get a Volume Snapshot.", - "operationId": "Snapshots_Get", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ElasticSanNameParameter" - }, - { - "$ref": "#/parameters/VolumeGroupNameParameter" - }, - { - "$ref": "#/parameters/SnapshotNameParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" - } - ], - "responses": { - "200": { - "description": "OK -- Returned when the create operation is successfully completed.", - "schema": { - "$ref": "#/definitions/Snapshot" - } - }, - "202": { - "description": "Accepted -- Create request accepted; operation will complete asynchronously.", - "schema": { - "$ref": "#/definitions/Snapshot" - } - }, - "default": { - "description": "Error from the RP.", - "schema": { - "$ref": "#/definitions/Error" - } - } - }, - "x-ms-long-running-operation": false, - "x-ms-long-running-operation-options": { - "final-state-via": "azure-async-operation" - }, - "x-ms-examples": { - "Snapshots_Get_MaximumSet_Gen": { - "$ref": "./examples/Snapshots_Get_MaximumSet_Gen.json" - }, - "Snapshots_Get_MinimumSet_Gen": { - "$ref": "./examples/Snapshots_Get_MinimumSet_Gen.json" - } - } - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots/{snapshotName}/export": { - "post": { - "tags": [ - "Snapshots" - ], - "description": "Export a volume to a different Volume Group in same San account or different San account", - "operationId": "Snapshots_Export", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ElasticSanNameParameter" - }, - { - "$ref": "#/parameters/VolumeGroupNameParameter" - }, - { - "$ref": "#/parameters/SnapshotNameParameter" - }, - { - "name": "parameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/ExportSnapshot" - }, - "description": "Snapshot object." - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" - } - ], - "responses": { - "200": { - "description": "OK -- Returned when the create operation is successfully completed.", - "schema": { - "$ref": "#/definitions/Snapshot" - } - }, - "202": { - "description": "Accepted -- Create request accepted; operation will complete asynchronously.", - "schema": { - "$ref": "#/definitions/Snapshot" - } - }, - "default": { - "description": "Error from the RP.", - "schema": { - "$ref": "#/definitions/Error" - } - } - }, - "x-ms-long-running-operation": true, - "x-ms-long-running-operation-options": { - "final-state-via": "azure-async-operation" - }, - "x-ms-examples": { - "Snapshots_Export_MaximumSet_Gen": { - "$ref": "./examples/Snapshots_Export_MaximumSet_Gen.json" - }, - "Snapshots_Export_MinimumSet_Gen": { - "$ref": "./examples/Snapshots_Export_MinimumSet_Gen.json" - } - } - } } }, "parameters": { @@ -1459,19 +1059,10 @@ "maxLength": 63, "x-ms-parameter-location": "method" }, - "ForceDeleteSnapshotsParameter": { - "name": "x-ms-delete-snapshots", - "x-ms-client-name": "forceDeleteSnapshots", - "description": "Required if the Volume has associated snapshots", - "x-ms-parameter-location": "method", - "in": "header", - "required": false, - "type": "boolean" - }, - "ForceDeleteVolumesSnapshotsParameter": { - "name": "x-ms-delete-volumes-snapshots", - "x-ms-client-name": "forceDeleteVolumesAndSnapshots", - "description": "Required if the Volume Group has associated volumes and snapshots", + "ForceDeleteVolumesParameter": { + "name": "x-ms-delete-volumes", + "x-ms-client-name": "forceDeleteVolumes", + "description": "Required if the Volume Group has associated volumes", "x-ms-parameter-location": "method", "in": "header", "required": false, @@ -1485,17 +1076,6 @@ "in": "header", "required": false, "type": "boolean" - }, - "SnapshotNameParameter": { - "name": "snapshotName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the snapshot within the given subscription, resource and volume group.", - "pattern": "^[a-z0-9]+(?:[._-][a-z0-9]+)*$", - "minLength": 1, - "maxLength": 80, - "x-ms-parameter-location": "method" } }, "definitions": { @@ -1531,9 +1111,7 @@ "ElasticSanRPOperation": { "type": "object", "required": [ - "name", - "isDataAction", - "display" + "name" ], "description": "Description of a ElasticSan RP Operation", "additionalProperties": false, @@ -1544,11 +1122,13 @@ }, "isDataAction": { "type": "boolean", - "description": "Indicates whether the operation applies to data-plane." + "description": "Indicates whether the operation applies to data-plane.", + "readOnly": true }, "display": { "description": "Additional metadata about RP operation.", - "$ref": "#/definitions/ElasticSanOperationDisplay" + "$ref": "#/definitions/ElasticSanOperationDisplay", + "readOnly": true } } }, @@ -1622,8 +1202,8 @@ "description": "Elastic San response properties.", "required": [ "availabilityZones", - "baseSizeTB", - "extendedSizeTB" + "baseSizeTiB", + "extendedCapacitySizeTiB" ], "properties": { "sku": { @@ -1642,8 +1222,8 @@ "$ref": "#/definitions/ProvisioningState", "readOnly": true }, - "baseSizeTB": { - "description": "Base size of the Elastic San appliance in TB.", + "baseSizeTiB": { + "description": "Base size of the Elastic San appliance in TiB.", "type": "integer", "format": "int64", "x-ms-mutability": [ @@ -1651,8 +1231,8 @@ "create" ] }, - "extendedSizeTB": { - "description": "Extended size of the Elastic San appliance in TB.", + "extendedCapacitySizeTiB": { + "description": "Extended size of the Elastic San appliance in TiB.", "type": "integer", "format": "int64", "x-ms-mutability": [ @@ -1660,14 +1240,26 @@ "create" ] }, - "totalSizeTB": { - "description": "Total size of the Elastic San appliance in TB.", + "totalVolumeSizeGiB": { + "description": "Total size of the provisioned Volumes in GiB.", "type": "integer", "format": "int64", "readOnly": true }, - "provisionedIops": { - "description": "Provisioned IOPS of the Elastic San appliance.", + "volumeGroupCount": { + "description": "Total number of volume groups in this Elastic San appliance.", + "type": "integer", + "format": "int64", + "readOnly": true + }, + "totalIops": { + "description": "Total Provisioned IOPS of the Elastic San appliance.", + "type": "integer", + "format": "int64", + "readOnly": true + }, + "totalMBps": { + "description": "Total Provisioned MBps Elastic San appliance.", "type": "integer", "format": "int64", "readOnly": true @@ -1702,12 +1294,12 @@ "type": "object", "description": "Elastic San update properties.", "required": [ - "baseSizeTB", - "extendedSizeTB" + "baseSizeTiB", + "extendedCapacitySizeTiB" ], "properties": { - "baseSizeTB": { - "description": "Base size of the Elastic San appliance in TB.", + "baseSizeTiB": { + "description": "Base size of the Elastic San appliance in TiB.", "type": "integer", "format": "int64", "x-ms-mutability": [ @@ -1715,8 +1307,8 @@ "create" ] }, - "extendedSizeTB": { - "description": "Extended size of the Elastic San appliance in TB.", + "extendedCapacitySizeTiB": { + "description": "Extended size of the Elastic San appliance in TiB.", "type": "integer", "format": "int64", "x-ms-mutability": [ @@ -1788,34 +1380,34 @@ "description": "San scalability target", "type": "object", "properties": { - "maxSizeTB": { + "maxSizeTiB": { "type": "integer", "format": "int64", - "description": "Maximum San account capacity in TB", + "description": "Maximum San account capacity in TiB", "readOnly": true }, - "minSizeTB": { + "minSizeTiB": { "type": "integer", "format": "int64", - "description": "Minimum San account capacity in TB", + "description": "Minimum San account capacity in TiB", "readOnly": true }, - "minIncrementSizeTB": { + "minIncrementSizeTiB": { "type": "integer", "format": "int64", - "description": "Increment the San capacity in TB", + "description": "Increment the San capacity in TiB", "readOnly": true }, - "maxIopsPerTB": { + "iopsPerBaseTiB": { "type": "integer", "format": "int64", - "description": "Maximum IOPS", + "description": "Maximum IOPS per BaseTiB", "readOnly": true }, - "maxMBpsPerTB": { + "mbpsPerBaseTiB": { "type": "integer", "format": "int64", - "description": "Maximum MBps", + "description": "Maximum MBps per BaseTiB", "readOnly": true }, "maxIops": { @@ -1847,12 +1439,6 @@ "format": "int64", "description": "Maximum number of Volumes per Volume Groups per San account", "readOnly": true - }, - "maxSnapshotCount": { - "type": "integer", - "format": "int64", - "description": "Maximum number of Snapshots per Volume Groups per San account", - "readOnly": true } } }, @@ -1860,31 +1446,31 @@ "description": "Volume scalability target", "type": "object", "properties": { - "maxSizeGB": { + "maxSizeGiB": { "type": "integer", "format": "int64", - "description": "Maximum San account capacity in GB", + "description": "Maximum volume capacity in GiB", "readOnly": true }, - "minSizeGB": { + "minSizeGiB": { "type": "integer", "format": "int64", - "description": "Minimum San account capacity in GB", + "description": "Minimum volume capacity in GiB", "readOnly": true }, - "minIncrementSizeGB": { + "minIncrementSizeGiB": { "type": "integer", "format": "int64", - "description": "Increment the San capacity in TB", + "description": "Increment volume capacity in GiB", "readOnly": true }, - "maxIopsPerGB": { + "maxIopsPerGiB": { "type": "integer", "format": "int64", - "description": "Maximum IOPS", + "description": "Maximum IOPS per GiB", "readOnly": true }, - "maxMBpsPerGB": { + "maxMBpsPerGiB": { "type": "integer", "format": "int64", "description": "Maximum MBps", @@ -1902,12 +1488,6 @@ "description": "Maximum MBps", "readOnly": true }, - "maxSnapshotCount": { - "type": "integer", - "format": "int64", - "description": "Maximum number of Snapshots per Volume", - "readOnly": true - }, "maxConnectedClientCount": { "type": "integer", "format": "int64", @@ -2003,6 +1583,17 @@ "description": "iSCSI Target IQN (iSCSI Qualified Name); example: \"iqn.2005-03.org.iscsi:server\".", "readOnly": true }, + "targetPortalHostname": { + "type": "string", + "description": "iSCSI Target Portal Host Name", + "readOnly": true + }, + "targetPortalPort": { + "type": "integer", + "format": "int32", + "description": "iSCSI Target Portal Port", + "readOnly": true + }, "provisioningState": { "description": "State of the operation on the resource.", "$ref": "#/definitions/ProvisioningState" @@ -2010,13 +1601,6 @@ "status": { "$ref": "#/definitions/OperationalStatus", "description": "Operational status of the iSCSI Target." - }, - "endpoints": { - "description": "List of private IPv4 addresses to connect to the storage Target.", - "type": "array", - "items": { - "type": "string" - } } } }, @@ -2193,7 +1777,7 @@ "description": "State of the operation on the resource.", "$ref": "#/definitions/SourceCreationData" }, - "sizeGB": { + "sizeGiB": { "description": "Volume size.", "type": "integer", "format": "int64" @@ -2226,148 +1810,13 @@ "type": "object", "description": "Volume response properties.", "properties": { - "sizeGB": { + "sizeGiB": { "description": "Volume size.", "type": "integer", "format": "int64" } } }, - "Snapshot": { - "type": "object", - "description": "Response for Volume Snapshot request.", - "properties": { - "properties": { - "x-ms-client-flatten": true, - "description": "Properties of Volume Snapshot.", - "$ref": "#/definitions/SnapshotProperties" - }, - "systemData": { - "description": "Resource metadata required by ARM RPC", - "readOnly": true, - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData" - } - }, - "allOf": [ - { - "$ref": "#/definitions/TrackedResource" - } - ] - }, - "ExportSnapshot": { - "type": "object", - "description": "Response for Volume Snapshot request to export.", - "properties": { - "properties": { - "x-ms-client-flatten": true, - "description": "Properties of Export Volume Snapshot.", - "$ref": "#/definitions/ExportSnapshotProperties" - } - }, - "allOf": [ - { - "$ref": "#/definitions/Resource" - } - ] - }, - "SnapshotSku": { - "type": "object", - "properties": { - "name": { - "type": "string", - "enum": [ - "Standard_LRS", - "Standard_ZRS" - ], - "x-ms-enum": { - "name": "SnapshotStorageAccountTypes", - "modelAsString": true, - "values": [ - { - "value": "Standard_LRS", - "description": "Standard HDD locally redundant storage" - }, - { - "value": "Standard_ZRS", - "description": "Standard zone redundant storage" - } - ] - }, - "description": "The sku name." - } - }, - "description": "The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the previous snapshot" - }, - "SnapshotList": { - "type": "object", - "required": [ - "value" - ], - "description": "List of Snapshots", - "additionalProperties": false, - "properties": { - "value": { - "description": "An array of Snapshot objects.", - "type": "array", - "items": { - "$ref": "#/definitions/Snapshot" - } - }, - "nextLink": { - "description": "URI to fetch the next section of the paginated response.", - "type": "string", - "readOnly": true - } - } - }, - "SnapshotProperties": { - "type": "object", - "description": "Properties for Snapshot.", - "properties": { - "creationData": { - "description": "State of the operation on the resource.", - "$ref": "#/definitions/SnapshotCreationData" - }, - "provisioningState": { - "readOnly": true, - "type": "string", - "description": "The snapshot provisioning state." - } - } - }, - "SnapshotUpdate": { - "type": "object", - "description": "Snapshot request.", - "properties": { - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags." - } - } - }, - "ExportSnapshotProperties": { - "type": "object", - "description": "Properties for Snapshot.", - "properties": { - "creationData": { - "description": "State of the operation on the resource.", - "$ref": "#/definitions/TargetCreationData" - } - } - }, - "SnapshotCreationData": { - "type": "object", - "description": "Data used when creating a disk.", - "properties": { - "sourceUri": { - "type": "string", - "description": "If createOption is Copy, this is the ARM id of the source snapshot or disk. If createOption is Restore, this is the ARM-like id of the source disk restore point." - } - } - }, "SourceCreationData": { "type": "object", "description": "Data used when creating a disk.", @@ -2380,15 +1829,14 @@ "enum": [ "None", "FromVolume", - "FromVolumeSnapshot", "FromDiskSnapshot", "Export" ], "x-ms-enum": { - "name": "VolumeOrSnapshotCreateOption", + "name": "VolumeCreateOption", "modelAsString": false }, - "description": "This enumerates the possible sources of a volume or snapshot's creation." + "description": "This enumerates the possible sources of a volume creation." }, "sourceUri": { "type": "string", @@ -2482,15 +1930,15 @@ "values": [ { "value": "EncryptionAtRestWithPlatformKey", - "description": "Volume/Snapshot is encrypted at rest with Platform managed key. It is the default encryption type. This is not a valid encryption type for disk encryption sets." + "description": "Volume is encrypted at rest with Platform managed key. It is the default encryption type. This is not a valid encryption type for disk encryption sets." }, { "value": "EncryptionAtRestWithCustomerKey", - "description": "Volume/Snapshot is encrypted at rest with Customer managed key that can be changed and revoked by a customer." + "description": "Volume is encrypted at rest with Customer managed key that can be changed and revoked by a customer." }, { "value": "EncryptionAtRestWithPlatformAndCustomerKeys", - "description": "Volume/Snapshot is encrypted at rest with 2 layers of encryption. One of the keys is Customer managed and the other key is Platform managed." + "description": "Volume is encrypted at rest with 2 layers of encryption. One of the keys is Customer managed and the other key is Platform managed." } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MaximumSet_Gen.json index d18654feb98e..5d516b41609b 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", + "elasticSanName": "33zg-7s_4_7L2_65o", "parameters": { "properties": { "sku": { @@ -10,14 +10,14 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ], - "baseSizeTB": 12, - "extendedSizeTB": 6 + "baseSizeTiB": 26, + "extendedCapacitySizeTiB": 4 }, - "location": "aaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key3755": "aaaaaaaaa" + "key3875": "aaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -31,29 +31,31 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 12, - "extendedSizeTB": 6, - "totalSizeTB": 7, - "provisionedIops": 26, - "provisionedMBps": 10 + "baseSizeTiB": 26, + "extendedCapacitySizeTiB": 4, + "totalVolumeSizeGiB": 24, + "volumeGroupCount": 13, + "totalIops": 3, + "totalMBps": 8, + "provisionedMBps": 19 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", + "createdAt": "2022-04-08T10:28:01.097Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" + "lastModifiedAt": "2022-04-08T10:28:01.098Z" }, - "location": "aaaaa", - "id": "aaaaaaaaaaa", - "name": "aaaaaaaa", - "type": "aaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "/subscriptions/aaaaaaaaaaaaaaaaaaa/resourceGroups/rgelasticsan/providers/Microsoft.ElasticSan/elasticSans/33zg-7s_4_7L2_65o", + "name": "33zg-7s_4_7L2_65o", + "type": "Microsoft.ElasticSan/ElasticSans", "tags": { - "key3755": "aaaaaaaaa" + "key3875": "aaaaaaaaa" } } }, @@ -68,29 +70,31 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 12, - "extendedSizeTB": 6, - "totalSizeTB": 7, - "provisionedIops": 26, - "provisionedMBps": 10 + "baseSizeTiB": 26, + "extendedCapacitySizeTiB": 4, + "totalVolumeSizeGiB": 24, + "volumeGroupCount": 13, + "totalIops": 3, + "totalMBps": 8, + "provisionedMBps": 19 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", + "createdAt": "2022-04-08T10:28:01.097Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" + "lastModifiedAt": "2022-04-08T10:28:01.098Z" }, - "location": "aaaaa", - "id": "aaaaaaaaaaa", - "name": "aaaaaaaa", - "type": "aaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "/subscriptions/aaaaaaaaaaaaaaaaaaa/resourceGroups/rgelasticsan/providers/Microsoft.ElasticSan/elasticSans/33zg-7s_4_7L2_65o", + "name": "33zg-7s_4_7L2_65o", + "type": "Microsoft.ElasticSan/ElasticSans", "tags": { - "key3755": "aaaaaaaaa" + "key3875": "aaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MinimumSet_Gen.json deleted file mode 100644 index 9333e197672a..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Create_MinimumSet_Gen.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "parameters": {}, - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": {} - }, - "202": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - }, - "body": {} - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json index 17688431fb60..387047ac5358 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", + "elasticSanName": "33zg-7s_4_7L2_65o", "x-ms-delete-volumegroups": true, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json index eafb27a278f4..afe0f508b147 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", + "elasticSanName": "33zg-7s_4_7L2_65o", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json index c6dbf0a36fd9..1b9e412482ec 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", + "elasticSanName": "33zg-7s_4_7L2_65o", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,29 +14,31 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 12, - "extendedSizeTB": 6, - "totalSizeTB": 7, - "provisionedIops": 26, - "provisionedMBps": 10 + "baseSizeTiB": 26, + "extendedCapacitySizeTiB": 4, + "totalVolumeSizeGiB": 24, + "volumeGroupCount": 13, + "totalIops": 3, + "totalMBps": 8, + "provisionedMBps": 19 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", + "createdAt": "2022-04-08T10:28:01.097Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" + "lastModifiedAt": "2022-04-08T10:28:01.098Z" }, - "location": "aaaaa", - "id": "aaaaaaaaaaa", - "name": "aaaaaaaa", - "type": "aaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "/subscriptions/aaaaaaaaaaaaaaaaaaa/resourceGroups/rgelasticsan/providers/Microsoft.ElasticSan/elasticSans/33zg-7s_4_7L2_65o", + "name": "33zg-7s_4_7L2_65o", + "type": "Microsoft.ElasticSan/ElasticSans", "tags": { - "key3755": "aaaaaaaaa" + "key3875": "aaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json deleted file mode 100644 index 7b5774797805..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Get_MinimumSet_Gen.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": {} - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json index 28683b208a2e..4c5898983877 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", "api-version": "2021-11-20-preview" }, @@ -15,33 +15,35 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 12, - "extendedSizeTB": 6, - "totalSizeTB": 7, - "provisionedIops": 26, - "provisionedMBps": 10 + "baseSizeTiB": 26, + "extendedCapacitySizeTiB": 4, + "totalVolumeSizeGiB": 24, + "volumeGroupCount": 13, + "totalIops": 3, + "totalMBps": 8, + "provisionedMBps": 19 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", + "createdAt": "2022-04-08T10:28:01.097Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" + "lastModifiedAt": "2022-04-08T10:28:01.098Z" }, - "location": "aaaaa", - "id": "aaaaaaaaaaa", - "name": "aaaaaaaa", - "type": "aaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "/subscriptions/aaaaaaaaaaaaaaaaaaa/resourceGroups/rgelasticsan/providers/Microsoft.ElasticSan/elasticSans/aaaaaaaaaaaa", + "name": "aaaaaaaaaaaa", + "type": "Microsoft.ElasticSan/ElasticSans", "tags": { - "key3755": "aaaaaaaaa" + "key3875": "aaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json deleted file mode 100644 index d2a55f5300b6..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListByResourceGroup_MinimumSet_Gen.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": { - "value": [ - {} - ] - } - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json index bfc200d23bcd..9e40de49c442 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MaximumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "api-version": "2021-11-20-preview" }, "responses": { @@ -14,33 +14,35 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 12, - "extendedSizeTB": 6, - "totalSizeTB": 7, - "provisionedIops": 26, - "provisionedMBps": 10 + "baseSizeTiB": 26, + "extendedCapacitySizeTiB": 4, + "totalVolumeSizeGiB": 24, + "volumeGroupCount": 13, + "totalIops": 3, + "totalMBps": 8, + "provisionedMBps": 19 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", + "createdAt": "2022-04-08T10:28:01.097Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" + "lastModifiedAt": "2022-04-08T10:28:01.098Z" }, - "location": "aaaaa", - "id": "aaaaaaaaaaa", - "name": "aaaaaaaa", - "type": "aaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "/subscriptions/aaaaaaaaaaaaaaaaaaa/resourceGroups/{resourcegroup}/providers/Microsoft.ElasticSan/elasticSans/aaaaaaaaaaaa", + "name": "aaaaaaaaaaaa", + "type": "Microsoft.ElasticSan/ElasticSans", "tags": { - "key3755": "aaaaaaaaa" + "key3875": "aaaaaaaaa" } } ], - "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json deleted file mode 100644 index 3844bea00e63..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_ListBySubscription_MinimumSet_Gen.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": { - "value": [ - {} - ] - } - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json index 35361604c4d3..aa5e86f75ba5 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MaximumSet_Gen.json @@ -1,15 +1,15 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", + "elasticSanName": "33zg-7s_4_7L2_65o", "parameters": { "properties": { - "baseSizeTB": 28, - "extendedSizeTB": 7 + "baseSizeTiB": 2, + "extendedCapacitySizeTiB": 28 }, "tags": { - "key2343": "aaaaaaaaaaaaaaaaa" + "key337": "aaaa" } }, "api-version": "2021-11-20-preview" @@ -23,29 +23,31 @@ "tier": "Standard" }, "availabilityZones": [ - "aaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaa" ], "provisioningState": "Invalid", - "baseSizeTB": 12, - "extendedSizeTB": 6, - "totalSizeTB": 7, - "provisionedIops": 26, - "provisionedMBps": 10 + "baseSizeTiB": 26, + "extendedCapacitySizeTiB": 4, + "totalVolumeSizeGiB": 24, + "volumeGroupCount": 13, + "totalIops": 3, + "totalMBps": 8, + "provisionedMBps": 19 }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", + "createdAt": "2022-04-08T10:28:01.097Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" + "lastModifiedAt": "2022-04-08T10:28:01.098Z" }, - "location": "aaaaa", - "id": "aaaaaaaaaaa", - "name": "aaaaaaaa", - "type": "aaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaa", + "id": "/subscriptions/aaaaaaaaaaaaaaaaaaa/resourceGroups/rgelasticsan/providers/Microsoft.ElasticSan/elasticSans/33zg-7s_4_7L2_65o", + "name": "33zg-7s_4_7L2_65o", + "type": "Microsoft.ElasticSan/ElasticSans", "tags": { - "key3755": "aaaaaaaaa" + "key3875": "aaaaaaaaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json deleted file mode 100644 index d44da5b44efe..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/ElasticSans_Update_MinimumSet_Gen.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "parameters": {}, - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": {} - }, - "202": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - } - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json index 48bd814004d9..a49bdad05e93 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,17 +7,17 @@ "body": { "value": [ { - "name": "aaaaaa", + "name": "aaaaaaaaaaaaaaaaaa", "isDataAction": true, "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaaaa", - "operation": "aaaaaaaaaaaaaaaaaaa", - "description": "aaaaaaaaaaaaaaaaaaaaaaa" + "provider": "aaaaaaaaaaaaaaaaaaaa", + "resource": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "operation": "aa", + "description": "aaaaaaaaaaaaaa" } } ], - "nextLink": "aaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json index 173b4a25731b..d3e8e88cc1fc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,14 +7,7 @@ "body": { "value": [ { - "name": "aaaaaa", - "isDataAction": true, - "display": { - "provider": "aaaaaaaaaaaaaaaaaaaaaa", - "resource": "aaaaaaaa", - "operation": "aaaaaaaaaaaaaaaaaaa", - "description": "aaaaaaaaaaaaaaaaaaaaaaa" - } + "name": "aaaaaaaaaaaaaaaaaa" } ] } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json index aaf4faad5998..f04faa6c1cb6 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Skus_List_MaximumSet_Gen.json @@ -1,7 +1,7 @@ { "parameters": { "api-version": "2021-11-20-preview", - "$filter": "aaaaaaaaaaaaaaaaa" + "$filter": "aaaaaaaaaaaa" }, "responses": { "200": { @@ -14,40 +14,38 @@ }, "locationInfo": [ { - "location": "aaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "zones": [ - "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" + "aaaaaaaaaaaaaaaaaaaaaaaaaaa" ] } ], "san": { - "maxSizeTB": 2, - "minSizeTB": 3, - "minIncrementSizeTB": 27, - "maxIopsPerTB": 12, - "maxMBpsPerTB": 21, - "maxIops": 27, - "maxMBps": 16, - "maxVolumeGroupCount": 2 + "maxSizeTiB": 2, + "minSizeTiB": 20, + "minIncrementSizeTiB": 24, + "iopsPerBaseTiB": 29, + "mbpsPerBaseTiB": 18, + "maxIops": 26, + "maxMBps": 12, + "maxVolumeGroupCount": 26 }, "volumeGroup": { - "maxVolumeCount": 28, - "maxSnapshotCount": 17 + "maxVolumeCount": 2 }, "volume": { - "maxSizeGB": 7, - "minSizeGB": 15, - "minIncrementSizeGB": 26, - "maxIopsPerGB": 5, - "maxMBpsPerGB": 24, - "maxIops": 19, - "maxMBps": 14, - "maxSnapshotCount": 13, - "maxConnectedClientCount": 2 + "maxSizeGiB": 29, + "minSizeGiB": 10, + "minIncrementSizeGiB": 17, + "maxIopsPerGiB": 6, + "maxMBpsPerGiB": 30, + "maxIops": 17, + "maxMBps": 21, + "maxConnectedClientCount": 15 } } ], - "nextLink": "aaaaaaa" + "nextLink": "aaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json deleted file mode 100644 index 763f350edd30..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MaximumSet_Gen.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "snapshotName": "e3j_s77g4", - "parameters": { - "properties": { - "creationData": { - "sourceUri": "aaaaaaa" - } - }, - "location": "aaaaaaaaaaa", - "tags": { - "key7980": "aaa" - } - }, - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": { - "properties": { - "creationData": { - "sourceUri": "aaaaaaa" - }, - "provisioningState": "aaaaaaaaaaaaaaaaaaa" - }, - "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", - "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", - "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" - }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa", - "tags": { - "key7980": "aaa" - } - } - }, - "202": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - }, - "body": { - "properties": { - "creationData": { - "sourceUri": "aaaaaaa" - }, - "provisioningState": "aaaaaaaaaaaaaaaaaaa" - }, - "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", - "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", - "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" - }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa", - "tags": { - "key7980": "aaa" - } - } - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json deleted file mode 100644 index 5a2bd9b9f132..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Create_MinimumSet_Gen.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "snapshotName": "e3j_s77g4", - "parameters": {}, - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": {} - }, - "202": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - }, - "body": {} - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json deleted file mode 100644 index 4f9f4ab2059b..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MaximumSet_Gen.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "snapshotName": "e3j_s77g4", - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": {}, - "204": {} - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json deleted file mode 100644 index 4f9f4ab2059b..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Delete_MinimumSet_Gen.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "snapshotName": "e3j_s77g4", - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": {}, - "204": {} - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json deleted file mode 100644 index 86cc3bbb8caf..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MaximumSet_Gen.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "snapshotName": "e3j_s77g4", - "parameters": { - "properties": { - "creationData": { - "targetUri": "aaaaaaaaaaaaaaaaaaaa" - } - }, - "tags": { - "key1361": "a" - } - }, - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": { - "properties": { - "creationData": { - "sourceUri": "aaaaaaa" - }, - "provisioningState": "aaaaaaaaaaaaaaaaaaa" - }, - "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", - "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", - "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" - }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa", - "tags": { - "key7980": "aaa" - } - } - }, - "202": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - }, - "body": { - "properties": { - "creationData": { - "sourceUri": "aaaaaaa" - }, - "provisioningState": "aaaaaaaaaaaaaaaaaaa" - }, - "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", - "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", - "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" - }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa", - "tags": { - "key7980": "aaa" - } - } - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json deleted file mode 100644 index 5a2bd9b9f132..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Export_MinimumSet_Gen.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "snapshotName": "e3j_s77g4", - "parameters": {}, - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": {} - }, - "202": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - }, - "body": {} - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json deleted file mode 100644 index b4f8e468bdf6..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MaximumSet_Gen.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "snapshotName": "e3j_s77g4", - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": { - "properties": { - "creationData": { - "sourceUri": "aaaaaaa" - }, - "provisioningState": "aaaaaaaaaaaaaaaaaaa" - }, - "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", - "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", - "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" - }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa", - "tags": { - "key7980": "aaa" - } - } - }, - "202": { - "body": { - "properties": { - "creationData": { - "sourceUri": "aaaaaaa" - }, - "provisioningState": "aaaaaaaaaaaaaaaaaaa" - }, - "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", - "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", - "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" - }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa", - "tags": { - "key7980": "aaa" - } - } - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json deleted file mode 100644 index e866dbd4c6da..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Get_MinimumSet_Gen.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "snapshotName": "e3j_s77g4", - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": {} - }, - "202": { - "body": {} - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json deleted file mode 100644 index 201d27e7cd12..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MaximumSet_Gen.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "$filter": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "properties": { - "creationData": { - "sourceUri": "aaaaaaa" - }, - "provisioningState": "aaaaaaaaaaaaaaaaaaa" - }, - "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", - "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", - "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" - }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa", - "tags": { - "key7980": "aaa" - } - } - ], - "nextLink": "aaa" - } - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json deleted file mode 100644 index 5fc404ff6319..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_ListByVolumeGroup_MinimumSet_Gen.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": { - "value": [ - {} - ] - } - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json deleted file mode 100644 index e4980d580464..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MaximumSet_Gen.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "snapshotName": "e3j_s77g4", - "parameters": { - "tags": { - "key4962": "aaaaaaaaaaaaaaaaaaaaaaaaaa" - } - }, - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": { - "properties": { - "creationData": { - "sourceUri": "aaaaaaa" - }, - "provisioningState": "aaaaaaaaaaaaaaaaaaa" - }, - "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", - "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", - "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" - }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa", - "tags": { - "key7980": "aaa" - } - } - }, - "202": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - }, - "body": { - "properties": { - "creationData": { - "sourceUri": "aaaaaaa" - }, - "provisioningState": "aaaaaaaaaaaaaaaaaaa" - }, - "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", - "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", - "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" - }, - "location": "aaaaaaaaaaa", - "id": "aaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaa", - "tags": { - "key7980": "aaa" - } - } - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json deleted file mode 100644 index 5a2bd9b9f132..000000000000 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Snapshots_Update_MinimumSet_Gen.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", - "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "snapshotName": "e3j_s77g4", - "parameters": {}, - "api-version": "2021-11-20-preview" - }, - "responses": { - "200": { - "body": {} - }, - "202": { - "headers": { - "Azure-AsyncOperation": "https://foo.com/operationstatus" - }, - "body": {} - } - } -} diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MaximumSet_Gen.json index 3fd1b1026dc7..e976e86005bc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "elasticSanName": "33zg-7s_4_7L2_65o", + "volumeGroupName": "9_67U25-1f2gR3-b6L-4T5", "parameters": { "properties": { "protocolType": "Iscsi", @@ -11,15 +11,15 @@ "networkAcls": { "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaa", + "id": "aa", "action": "Allow" } ] } }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaa", "tags": { - "key5910": "aaaaaaaaaaaaaaaaaaaa" + "key3582": "a" } }, "api-version": "2021-11-20-preview" @@ -34,7 +34,7 @@ "networkAcls": { "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaa", + "id": "aa", "action": "Allow", "state": "provisioning" } @@ -42,19 +42,19 @@ } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", + "createdAt": "2022-04-08T10:28:01.097Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" + "lastModifiedAt": "2022-04-08T10:28:01.098Z" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaa", + "id": "/subscriptions/aaaaaaaaaaaaaaaaaaa/resourceGroups/rgelasticsan/providers/Microsoft.ElasticSan/elasticSans/33zg-7s_4_7L2_65o/volumeGroups/9_67U25-1f2gR3-b6L-4T5", + "name": "9_67U25-1f2gR3-b6L-4T5", + "type": "Microsoft.ElasticSan/ElasticSans", "tags": { - "key5910": "aaaaaaaaaaaaaaaaaaaa" + "key3582": "a" } } }, @@ -70,7 +70,7 @@ "networkAcls": { "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaa", + "id": "aa", "action": "Allow", "state": "provisioning" } @@ -78,19 +78,19 @@ } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", + "createdAt": "2022-04-08T10:28:01.097Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" + "lastModifiedAt": "2022-04-08T10:28:01.098Z" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaa", + "id": "/subscriptions/aaaaaaaaaaaaaaaaaaa/resourceGroups/rgelasticsan/providers/Microsoft.ElasticSan/elasticSans/33zg-7s_4_7L2_65o/volumeGroups/9_67U25-1f2gR3-b6L-4T5", + "name": "9_67U25-1f2gR3-b6L-4T5", + "type": "Microsoft.ElasticSan/ElasticSans", "tags": { - "key5910": "aaaaaaaaaaaaaaaaaaaa" + "key3582": "a" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MinimumSet_Gen.json index 651c8b05ed5f..7ef4699ccf0f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Create_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "elasticSanName": "33zg-7s_4_7L2_65o", + "volumeGroupName": "9_67U25-1f2gR3-b6L-4T5", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json index a0953931b5e4..16a6f2a610ee 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "x-ms-delete-volumes-snapshots": true, + "elasticSanName": "33zg-7s_4_7L2_65o", + "volumeGroupName": "9_67U25-1f2gR3-b6L-4T5", + "x-ms-delete-volumes": true, "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json index ca5760169c7e..0c00b3281ce2 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "elasticSanName": "33zg-7s_4_7L2_65o", + "volumeGroupName": "9_67U25-1f2gR3-b6L-4T5", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json index 340d4d294ca4..5e69b18d4a8c 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "elasticSanName": "33zg-7s_4_7L2_65o", + "volumeGroupName": "9_67U25-1f2gR3-b6L-4T5", "api-version": "2021-11-20-preview" }, "responses": { @@ -16,7 +16,7 @@ "networkAcls": { "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaa", + "id": "aa", "action": "Allow", "state": "provisioning" } @@ -24,19 +24,19 @@ } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", + "createdAt": "2022-04-08T10:28:01.097Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" + "lastModifiedAt": "2022-04-08T10:28:01.098Z" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaa", + "id": "/subscriptions/aaaaaaaaaaaaaaaaaaa/resourceGroups/rgelasticsan/providers/Microsoft.ElasticSan/elasticSans/33zg-7s_4_7L2_65o/volumeGroups/9_67U25-1f2gR3-b6L-4T5", + "name": "9_67U25-1f2gR3-b6L-4T5", + "type": "Microsoft.ElasticSan/ElasticSans", "tags": { - "key5910": "aaaaaaaaaaaaaaaaaaaa" + "key3582": "a" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json index b35a1e836323..2e3465a5d409 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "elasticSanName": "33zg-7s_4_7L2_65o", + "volumeGroupName": "9_67U25-1f2gR3-b6L-4T5", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json index ed53b0bb2b3c..1ab43780ccfc 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", + "elasticSanName": "33zg-7s_4_7L2_65o", "api-version": "2021-11-20-preview" }, "responses": { @@ -17,7 +17,7 @@ "networkAcls": { "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaa", + "id": "aa", "action": "Allow", "state": "provisioning" } @@ -25,23 +25,23 @@ } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", + "createdAt": "2022-04-08T10:28:01.097Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" + "lastModifiedAt": "2022-04-08T10:28:01.098Z" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaa", + "id": "/subscriptions/aaaaaaaaaaaaaaaaaaa/resourceGroups/rgelasticsan/providers/Microsoft.ElasticSan/elasticSans/33zg-7s_4_7L2_65o/volumeGroups/aaaaaaaaaaaaaaaaaaaaa", + "name": "aaaaaaaaaaaaaaaaaaaaa", + "type": "Microsoft.ElasticSan/ElasticSans", "tags": { - "key5910": "aaaaaaaaaaaaaaaaaaaa" + "key3582": "a" } } ], - "nextLink": "aaaaaaa" + "nextLink": "aa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json index 71ca42f0ed92..b0c16994590e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_ListByElasticSan_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", + "elasticSanName": "33zg-7s_4_7L2_65o", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json index a5f8d5c5706f..71a6b7053084 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "elasticSanName": "33zg-7s_4_7L2_65o", + "volumeGroupName": "9_67U25-1f2gR3-b6L-4T5", "parameters": { "properties": { "protocolType": "Iscsi", @@ -11,14 +11,14 @@ "networkAcls": { "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaa", + "id": "aa", "action": "Allow" } ] } }, "tags": { - "key6061": "a" + "key7736": "aa" } }, "api-version": "2021-11-20-preview" @@ -33,7 +33,7 @@ "networkAcls": { "virtualNetworkRules": [ { - "id": "aaaaaaaaaaaaaaaaaaaa", + "id": "aa", "action": "Allow", "state": "provisioning" } @@ -41,19 +41,19 @@ } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", + "createdAt": "2022-04-08T10:28:01.097Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" + "lastModifiedAt": "2022-04-08T10:28:01.098Z" }, - "location": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaa", - "type": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "location": "aaaaaaaaaaaaaaaaaaaaaa", + "id": "/subscriptions/aaaaaaaaaaaaaaaaaaa/resourceGroups/rgelasticsan/providers/Microsoft.ElasticSan/elasticSans/33zg-7s_4_7L2_65o/volumeGroups/9_67U25-1f2gR3-b6L-4T5", + "name": "9_67U25-1f2gR3-b6L-4T5", + "type": "Microsoft.ElasticSan/ElasticSans", "tags": { - "key5910": "aaaaaaaaaaaaaaaaaaaa" + "key3582": "a" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json index 7cbc1a819d00..fa51f907d808 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/VolumeGroups_Update_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "elasticSanName": "33zg-7s_4_7L2_65o", + "volumeGroupName": "9_67U25-1f2gR3-b6L-4T5", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MaximumSet_Gen.json index 190f80bc5570..40595ac07e67 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "volumeName": "d3fj-34Js4wN", + "elasticSanName": "33zg-7s_4_7L2_65o", + "volumeGroupName": "9_67U25-1f2gR3-b6L-4T5", + "volumeName": "vt-h45-18D68-j3sg8", "parameters": { "properties": { "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "sizeGB": 27 + "sizeGiB": 30 }, - "location": "aaaaaaa", + "location": "aaaaaaaaaaa", "tags": { - "key6759": "aaaaaaaaaaaaaaaaaaaaaaaa" + "key9122": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -24,35 +24,34 @@ "200": { "body": { "properties": { - "volumeId": "aa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "sizeGB": 27, + "sizeGiB": 30, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaa", + "targetPortalHostname": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetPortalPort": 6, "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaa" - ] + "status": "Invalid" } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", + "createdAt": "2022-04-08T10:28:01.097Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" + "lastModifiedAt": "2022-04-08T10:28:01.098Z" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "/subscriptions/aaaaaaaaaaaaaaaaaaa/resourceGroups/rgelasticsan/providers/Microsoft.ElasticSan/elasticSans/33zg-7s_4_7L2_65o/volumeGroups/9_67U25-1f2gR3-b6L-4T5/volumes/vt-h45-18D68-j3sg8", + "name": "9_67U25-1f2gR3-b6L-4T5", + "type": "Microsoft.ElasticSan/ElasticSans", "tags": { - "key6759": "aaaaaaaaaaaaaaaaaaaaaaaa" + "key9122": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } }, @@ -62,35 +61,34 @@ }, "body": { "properties": { - "volumeId": "aa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "sizeGB": 27, + "sizeGiB": 30, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaa", + "targetPortalHostname": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetPortalPort": 6, "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaa" - ] + "status": "Invalid" } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", + "createdAt": "2022-04-08T10:28:01.097Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" + "lastModifiedAt": "2022-04-08T10:28:01.098Z" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "/subscriptions/aaaaaaaaaaaaaaaaaaa/resourceGroups/rgelasticsan/providers/Microsoft.ElasticSan/elasticSans/33zg-7s_4_7L2_65o/volumeGroups/9_67U25-1f2gR3-b6L-4T5/volumes/vt-h45-18D68-j3sg8", + "name": "9_67U25-1f2gR3-b6L-4T5", + "type": "Microsoft.ElasticSan/ElasticSans", "tags": { - "key6759": "aaaaaaaaaaaaaaaaaaaaaaaa" + "key9122": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MinimumSet_Gen.json index 9812d7cc194e..74e7223122ef 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Create_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "volumeName": "d3fj-34Js4wN", + "elasticSanName": "33zg-7s_4_7L2_65o", + "volumeGroupName": "9_67U25-1f2gR3-b6L-4T5", + "volumeName": "vt-h45-18D68-j3sg8", "parameters": {}, "api-version": "2021-11-20-preview" }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json index 40f3ccb71f5c..451e27cd9f1f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MaximumSet_Gen.json @@ -1,11 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "volumeName": "d3fj-34Js4wN", - "x-ms-delete-snapshots": true, + "elasticSanName": "33zg-7s_4_7L2_65o", + "volumeGroupName": "9_67U25-1f2gR3-b6L-4T5", + "volumeName": "vt-h45-18D68-j3sg8", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json index 56052afc23e5..451e27cd9f1f 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Delete_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "volumeName": "d3fj-34Js4wN", + "elasticSanName": "33zg-7s_4_7L2_65o", + "volumeGroupName": "9_67U25-1f2gR3-b6L-4T5", + "volumeName": "vt-h45-18D68-j3sg8", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json index fe3a2af0a4da..f99ae01e3ad4 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MaximumSet_Gen.json @@ -1,45 +1,44 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "volumeName": "d3fj-34Js4wN", + "elasticSanName": "33zg-7s_4_7L2_65o", + "volumeGroupName": "9_67U25-1f2gR3-b6L-4T5", + "volumeName": "vt-h45-18D68-j3sg8", "api-version": "2021-11-20-preview" }, "responses": { "200": { "body": { "properties": { - "volumeId": "aa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "sizeGB": 27, + "sizeGiB": 30, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaa", + "targetPortalHostname": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetPortalPort": 6, "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaa" - ] + "status": "Invalid" } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", + "createdAt": "2022-04-08T10:28:01.097Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" + "lastModifiedAt": "2022-04-08T10:28:01.098Z" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "/subscriptions/aaaaaaaaaaaaaaaaaaa/resourceGroups/rgelasticsan/providers/Microsoft.ElasticSan/elasticSans/33zg-7s_4_7L2_65o/volumeGroups/9_67U25-1f2gR3-b6L-4T5/volumes/vt-h45-18D68-j3sg8", + "name": "9_67U25-1f2gR3-b6L-4T5", + "type": "Microsoft.ElasticSan/ElasticSans", "tags": { - "key6759": "aaaaaaaaaaaaaaaaaaaaaaaa" + "key9122": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json index d446aba04793..2361f27c43ab 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "volumeName": "d3fj-34Js4wN", + "elasticSanName": "33zg-7s_4_7L2_65o", + "volumeGroupName": "9_67U25-1f2gR3-b6L-4T5", + "volumeName": "vt-h45-18D68-j3sg8", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json index 74aea6a5ca91..4ba768a4234e 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "elasticSanName": "33zg-7s_4_7L2_65o", + "volumeGroupName": "9_67U25-1f2gR3-b6L-4T5", "api-version": "2021-11-20-preview" }, "responses": { @@ -12,39 +12,38 @@ "value": [ { "properties": { - "volumeId": "aa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "sizeGB": 27, + "sizeGiB": 30, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaa", + "targetPortalHostname": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetPortalPort": 6, "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaa" - ] + "status": "Invalid" } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", + "createdAt": "2022-04-08T10:28:01.097Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" + "lastModifiedAt": "2022-04-08T10:28:01.098Z" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "/subscriptions/aaaaaaaaaaaaaaaaaaa/resourceGroups/rgelasticsan/providers/Microsoft.ElasticSan/elasticSans/33zg-7s_4_7L2_65o/volumeGroups/9_67U25-1f2gR3-b6L-4T5/volumes/aaaaaaaaa", + "name": "aaaaaaaaa", + "type": "Microsoft.ElasticSan/ElasticSans", "tags": { - "key6759": "aaaaaaaaaaaaaaaaaaaaaaaa" + "key9122": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } ], - "nextLink": "aaa" + "nextLink": "aaaaaaaaaaa" } } } diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json index 5fc404ff6319..f1a4499b7268 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_ListByVolumeGroup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", + "elasticSanName": "33zg-7s_4_7L2_65o", + "volumeGroupName": "9_67U25-1f2gR3-b6L-4T5", "api-version": "2021-11-20-preview" }, "responses": { diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json index c22ec6ffa234..73a5c71e4250 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MaximumSet_Gen.json @@ -1,16 +1,16 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "volumeName": "d3fj-34Js4wN", + "elasticSanName": "33zg-7s_4_7L2_65o", + "volumeGroupName": "9_67U25-1f2gR3-b6L-4T5", + "volumeName": "vt-h45-18D68-j3sg8", "parameters": { "properties": { - "sizeGB": 18 + "sizeGiB": 23 }, "tags": { - "key41": "aaaaaaa" + "key4653": "aaaaaaaaa" } }, "api-version": "2021-11-20-preview" @@ -19,35 +19,34 @@ "200": { "body": { "properties": { - "volumeId": "aa", + "volumeId": "aaaaaaaaaaaaaaaaaaaaaaa", "creationData": { "createSource": "None", - "sourceUri": "aaaaaaaaaaaaa" + "sourceUri": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }, - "sizeGB": 27, + "sizeGiB": 30, "storageTarget": { - "targetIqn": "aaaaaaaaaaaaaaaaaaaaaa", + "targetIqn": "aaaaaaaaaaaaaaaaaaaaa", + "targetPortalHostname": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "targetPortalPort": 6, "provisioningState": "Invalid", - "status": "Invalid", - "endpoints": [ - "aaaaaaaaaaaaaaa" - ] + "status": "Invalid" } }, "systemData": { - "createdBy": "aaaaaaaaaaaaaaaa", + "createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "createdByType": "User", - "createdAt": "2022-03-09T06:06:58.232Z", - "lastModifiedBy": "aaaaaaaaaaaaaa", + "createdAt": "2022-04-08T10:28:01.097Z", + "lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaa", "lastModifiedByType": "User", - "lastModifiedAt": "2022-03-09T06:06:58.232Z" + "lastModifiedAt": "2022-04-08T10:28:01.098Z" }, - "location": "aaaaaaa", - "id": "aaaaaaaaaaaaaaaaa", - "name": "aaaaaaaaaaaaaaaaaaaaaaaa", - "type": "aaaaaaaaa", + "location": "aaaaaaaaaaa", + "id": "/subscriptions/aaaaaaaaaaaaaaaaaaa/resourceGroups/rgelasticsan/providers/Microsoft.ElasticSan/elasticSans/33zg-7s_4_7L2_65o/volumeGroups/9_67U25-1f2gR3-b6L-4T5/volumes/vt-h45-18D68-j3sg8", + "name": "9_67U25-1f2gR3-b6L-4T5", + "type": "Microsoft.ElasticSan/ElasticSans", "tags": { - "key6759": "aaaaaaaaaaaaaaaaaaaaaaaa" + "key9122": "aaaaaaaaaaaaaaaaaaaaaaaaaa" } } }, diff --git a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json index f17d87173616..f603b94bcd37 100644 --- a/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json +++ b/specification/elasticsan/resource-manager/Microsoft.ElasticSan/preview/2021-11-20-preview/examples/Volumes_Update_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "aaaaaaaaaaaaaaa", + "subscriptionId": "aaaaaaaaaaaaaaaaaaa", "resourceGroupName": "rgelasticsan", - "elasticSanName": "0Dk_bd2172_UFvY6Y", - "volumeGroupName": "yit_PK-j1rQ4j_6Q866_1gg_344", - "volumeName": "d3fj-34Js4wN", + "elasticSanName": "33zg-7s_4_7L2_65o", + "volumeGroupName": "9_67U25-1f2gR3-b6L-4T5", + "volumeName": "vt-h45-18D68-j3sg8", "parameters": {}, "api-version": "2021-11-20-preview" }, From 7a4dc211a95160cb75535918fee1292e9df10f19 Mon Sep 17 00:00:00 2001 From: Rajesh Date: Tue, 12 Apr 2022 23:03:23 +0530 Subject: [PATCH 32/32] Removed Ruby SDK information (#18662) * Reverted tsconfig.json and removed Ruby related SDK information. * Corrected the indentation for swagger-to-sdk --- .../elasticsan/resource-manager/readme.md | 5 ---- .../resource-manager/readme.ruby.md | 14 ---------- tsconfig.json | 26 +++++++++---------- 3 files changed, 13 insertions(+), 32 deletions(-) delete mode 100644 specification/elasticsan/resource-manager/readme.ruby.md diff --git a/specification/elasticsan/resource-manager/readme.md b/specification/elasticsan/resource-manager/readme.md index b1924aee77f0..12d422d2e8f6 100644 --- a/specification/elasticsan/resource-manager/readme.md +++ b/specification/elasticsan/resource-manager/readme.md @@ -53,7 +53,6 @@ swagger-to-sdk: - repo: azure-sdk-for-java - repo: azure-sdk-for-go-track2 - repo: azure-sdk-for-js - - repo: azure-sdk-for-ruby after_scripts: - bundle install && rake arm:regen_all_profiles['azure_mgmt_storagepool'] ``` @@ -66,10 +65,6 @@ See configuration in [readme.go.md](./readme.go.md) See configuration in [readme.python.md](./readme.python.md) -## Ruby - -See configuration in [readme.ruby.md](./readme.ruby.md) - ## TypeScript See configuration in [readme.typescript.md](./readme.typescript.md) diff --git a/specification/elasticsan/resource-manager/readme.ruby.md b/specification/elasticsan/resource-manager/readme.ruby.md deleted file mode 100644 index e5525828c4d1..000000000000 --- a/specification/elasticsan/resource-manager/readme.ruby.md +++ /dev/null @@ -1,14 +0,0 @@ -## Ruby - -These settings apply only when `--ruby` is specified on the command line. - - -### Tag: package-2021-11-20-preview and ruby - -These settings apply only when `--tag=package-2021-11-20-preview --ruby` is specified on the command line. -Please also specify `--ruby-sdks-folder=`. - -```yaml $(tag) == 'package-2021-11-20-preview' && $(ruby) -namespace: Microsoft.ElasticSan -output-folder: $(ruby-sdks-folder)/elasticsans -``` diff --git a/tsconfig.json b/tsconfig.json index 54a44f1eecf0..b3e7463f7947 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,27 +1,27 @@ { "compilerOptions": { /* Basic Options */ - "target": "es2019" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */, - "module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */, + "target": "es2019", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */ + "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */ // "lib": [], /* Specify library files to be included in the compilation. */ // "allowJs": true, /* Allow javascript files to be compiled. */ // "checkJs": true, /* Report errors in .js files. */ // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ - "declaration": true /* Generates corresponding '.d.ts' file. */, - "declarationMap": true /* Generates a sourcemap for each corresponding '.d.ts' file. */, - "sourceMap": true /* Generates corresponding '.map' file. */, + "declaration": true, /* Generates corresponding '.d.ts' file. */ + "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ + "sourceMap": true, /* Generates corresponding '.map' file. */ // "outFile": "./", /* Concatenate and emit output to single file. */ // "outDir": "./dist", /* Redirect output structure to the directory. */ // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ // "composite": true, /* Enable project compilation */ // "removeComments": true, /* Do not emit comments to output. */ // "noEmit": true, /* Do not emit outputs. */ - "importHelpers": true /* Import emit helpers from 'tslib'. */, + "importHelpers": true, /* Import emit helpers from 'tslib'. */ // "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */ // "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */ /* Strict Type-Checking Options */ - "strict": true /* Enable all strict type-checking options. */, + "strict": true, /* Enable all strict type-checking options. */ // "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */ // "strictNullChecks": true, /* Enable strict null checks. */ // "strictFunctionTypes": true, /* Enable strict checking of function types. */ @@ -31,10 +31,10 @@ // "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */ /* Additional Checks */ - "noUnusedLocals": true /* Report errors on unused locals. */, - "noUnusedParameters": true /* Report errors on unused parameters. */, - "noImplicitReturns": true /* Report error when not all code paths in function return a value. */, - "noFallthroughCasesInSwitch": true /* Report errors for fallthrough cases in switch statement. */, + "noUnusedLocals": true, /* Report errors on unused locals. */ + "noUnusedParameters": true, /* Report errors on unused parameters. */ + "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ + "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ /* Module Resolution Options */ // "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ @@ -45,7 +45,7 @@ // "types": [], /* Type declaration files to be included in compilation. */ // "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */ "skipLibCheck": true, - "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ + "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ // "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */ /* Source Map Options */ @@ -58,4 +58,4 @@ // "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */ // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ } -} +} \ No newline at end of file