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" },