Skip to content

Commit

Permalink
make required field changes (#20128)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshAulakhh authored Aug 10, 2022
1 parent f964ff8 commit 8006549
Show file tree
Hide file tree
Showing 36 changed files with 409 additions and 358 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1170,6 +1170,9 @@
"ElasticSan": {
"type": "object",
"description": "Response for ElasticSan request.",
"required": [
"properties"
],
"properties": {
"properties": {
"x-ms-client-flatten": true,
Expand All @@ -1192,9 +1195,9 @@
"type": "object",
"description": "Elastic San response properties.",
"required": [
"availabilityZones",
"baseSizeTiB",
"extendedCapacitySizeTiB"
"extendedCapacitySizeTiB",
"sku"
],
"properties": {
"sku": {
Expand Down Expand Up @@ -1491,6 +1494,9 @@
},
"Sku": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
Expand Down Expand Up @@ -1611,10 +1617,6 @@
"VolumeGroupProperties": {
"type": "object",
"description": "VolumeGroup response properties.",
"required": [
"protocolType",
"encryption"
],
"properties": {
"provisioningState": {
"description": "State of the operation on the resource.",
Expand Down Expand Up @@ -1659,10 +1661,6 @@
"VolumeGroupUpdateProperties": {
"type": "object",
"description": "VolumeGroup response properties.",
"required": [
"protocolType",
"encryption"
],
"properties": {
"protocolType": {
"description": "Type of storage target",
Expand Down Expand Up @@ -1781,9 +1779,6 @@
"SourceCreationData": {
"type": "object",
"description": "Data source used when creating the volume.",
"required": [
"createSource"
],
"properties": {
"createSource": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"parameters": {
"subscriptionId": "aaaaaaaaaaaaaaaaaa",
"subscriptionId": "aaaaaaaaaaaaaaaaaaaaa",
"resourceGroupName": "rgelasticsan",
"elasticSanName": "l39-840_D8",
"elasticSanName": "2gx-ammi0",
"parameters": {
"properties": {
"sku": {
"name": "Premium_LRS",
"tier": "Premium"
},
"availabilityZones": [
"aaaaaaaaaaaaaaaaa"
"aaaaaaaaaaa"
],
"baseSizeTiB": 23,
"extendedCapacitySizeTiB": 14
"baseSizeTiB": 10,
"extendedCapacitySizeTiB": 10
},
"location": "aaaaaaaaaaaaaaaaaaaa",
"location": "aaaaaaaaa",
"tags": {
"key1810": "aaaa"
"key6649": "aaaaaaaaa"
}
},
"api-version": "2021-11-20-preview"
Expand All @@ -31,31 +31,31 @@
"tier": "Premium"
},
"availabilityZones": [
"aaaaaaaaaaaaaaaaa"
"aaaaaaaaaaa"
],
"provisioningState": "Invalid",
"baseSizeTiB": 23,
"extendedCapacitySizeTiB": 14,
"baseSizeTiB": 10,
"extendedCapacitySizeTiB": 10,
"totalVolumeSizeGiB": 19,
"volumeGroupCount": 20,
"totalIops": 24,
"totalMBps": 22,
"totalSizeTiB": 22
"volumeGroupCount": 1,
"totalIops": 30,
"totalMBps": 3,
"totalSizeTiB": 17
},
"systemData": {
"createdBy": "aaaaaaaaa",
"createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"createdByType": "User",
"createdAt": "2022-06-27T12:25:21.489Z",
"lastModifiedBy": "aaaaaaaaaaaa",
"createdAt": "2022-08-05T10:28:57.650Z",
"lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-06-27T12:25:21.489Z"
"lastModifiedAt": "2022-08-05T10:28:57.651Z"
},
"location": "aaaaaaaaaaaaaaaaaaaa",
"id": "aaa",
"name": "aa",
"type": "aaaaaaaaaaaaaaaaaaa",
"location": "aaaaaaaaa",
"id": "aaaaaaaaaaaaaaaaaaa",
"name": "aaaaaaaaaaa",
"type": "aaaaaaaaaaaaaaaaaaaaaaa",
"tags": {
"key1810": "aaaa"
"key6649": "aaaaaaaaa"
}
}
},
Expand All @@ -70,31 +70,31 @@
"tier": "Premium"
},
"availabilityZones": [
"aaaaaaaaaaaaaaaaa"
"aaaaaaaaaaa"
],
"provisioningState": "Invalid",
"baseSizeTiB": 23,
"extendedCapacitySizeTiB": 14,
"baseSizeTiB": 10,
"extendedCapacitySizeTiB": 10,
"totalVolumeSizeGiB": 19,
"volumeGroupCount": 20,
"totalIops": 24,
"totalMBps": 22,
"totalSizeTiB": 22
"volumeGroupCount": 1,
"totalIops": 30,
"totalMBps": 3,
"totalSizeTiB": 17
},
"systemData": {
"createdBy": "aaaaaaaaa",
"createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"createdByType": "User",
"createdAt": "2022-06-27T12:25:21.489Z",
"lastModifiedBy": "aaaaaaaaaaaa",
"createdAt": "2022-08-05T10:28:57.650Z",
"lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-06-27T12:25:21.489Z"
"lastModifiedAt": "2022-08-05T10:28:57.651Z"
},
"location": "aaaaaaaaaaaaaaaaaaaa",
"id": "aaa",
"name": "aa",
"type": "aaaaaaaaaaaaaaaaaaa",
"location": "aaaaaaaaa",
"id": "aaaaaaaaaaaaaaaaaaa",
"name": "aaaaaaaaaaa",
"type": "aaaaaaaaaaaaaaaaaaaaaaa",
"tags": {
"key1810": "aaaa"
"key6649": "aaaaaaaaa"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,44 @@
{
"parameters": {
"subscriptionId": "aaaaaaaaaaaaaaaaaa",
"subscriptionId": "aaaaaaaaaaaaaaaaaaaaa",
"resourceGroupName": "rgelasticsan",
"elasticSanName": "l39-840_D8",
"parameters": {},
"elasticSanName": "2gx-ammi0",
"parameters": {
"properties": {
"sku": {
"name": "Premium_LRS"
},
"baseSizeTiB": 10,
"extendedCapacitySizeTiB": 10
}
},
"api-version": "2021-11-20-preview"
},
"responses": {
"200": {
"body": {}
"body": {
"properties": {
"sku": {
"name": "Premium_LRS"
},
"baseSizeTiB": 10,
"extendedCapacitySizeTiB": 10
}
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://foo.com/operationstatus"
},
"body": {}
"body": {
"properties": {
"sku": {
"name": "Premium_LRS"
},
"baseSizeTiB": 10,
"extendedCapacitySizeTiB": 10
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"parameters": {
"subscriptionId": "aaaaaaaaaaaaaaaaaa",
"subscriptionId": "aaaaaaaaaaaaaaaaaaaaa",
"resourceGroupName": "rgelasticsan",
"elasticSanName": "l39-840_D8",
"elasticSanName": "2gx-ammi0",
"api-version": "2021-11-20-preview"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"parameters": {
"subscriptionId": "aaaaaaaaaaaaaaaaaa",
"subscriptionId": "aaaaaaaaaaaaaaaaaaaaa",
"resourceGroupName": "rgelasticsan",
"elasticSanName": "l39-840_D8",
"elasticSanName": "2gx-ammi0",
"api-version": "2021-11-20-preview"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"parameters": {
"subscriptionId": "aaaaaaaaaaaaaaaaaa",
"subscriptionId": "aaaaaaaaaaaaaaaaaaaaa",
"resourceGroupName": "rgelasticsan",
"elasticSanName": "l39-840_D8",
"elasticSanName": "2gx-ammi0",
"api-version": "2021-11-20-preview"
},
"responses": {
Expand All @@ -14,31 +14,31 @@
"tier": "Premium"
},
"availabilityZones": [
"aaaaaaaaaaaaaaaaa"
"aaaaaaaaaaa"
],
"provisioningState": "Invalid",
"baseSizeTiB": 23,
"extendedCapacitySizeTiB": 14,
"baseSizeTiB": 10,
"extendedCapacitySizeTiB": 10,
"totalVolumeSizeGiB": 19,
"volumeGroupCount": 20,
"totalIops": 24,
"totalMBps": 22,
"totalSizeTiB": 22
"volumeGroupCount": 1,
"totalIops": 30,
"totalMBps": 3,
"totalSizeTiB": 17
},
"systemData": {
"createdBy": "aaaaaaaaa",
"createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"createdByType": "User",
"createdAt": "2022-06-27T12:25:21.489Z",
"lastModifiedBy": "aaaaaaaaaaaa",
"createdAt": "2022-08-05T10:28:57.650Z",
"lastModifiedBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-06-27T12:25:21.489Z"
"lastModifiedAt": "2022-08-05T10:28:57.651Z"
},
"location": "aaaaaaaaaaaaaaaaaaaa",
"id": "aaa",
"name": "aa",
"type": "aaaaaaaaaaaaaaaaaaa",
"location": "aaaaaaaaa",
"id": "aaaaaaaaaaaaaaaaaaa",
"name": "aaaaaaaaaaa",
"type": "aaaaaaaaaaaaaaaaaaaaaaa",
"tags": {
"key1810": "aaaa"
"key6649": "aaaaaaaaa"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
{
"parameters": {
"subscriptionId": "aaaaaaaaaaaaaaaaaa",
"subscriptionId": "aaaaaaaaaaaaaaaaaaaaa",
"resourceGroupName": "rgelasticsan",
"elasticSanName": "l39-840_D8",
"elasticSanName": "2gx-ammi0",
"api-version": "2021-11-20-preview"
},
"responses": {
"200": {
"body": {}
"body": {
"properties": {
"sku": {
"name": "Premium_LRS"
},
"baseSizeTiB": 10,
"extendedCapacitySizeTiB": 10
}
}
}
}
}
Loading

0 comments on commit 8006549

Please sign in to comment.