Skip to content

Commit

Permalink
Update property name from iopsTier to tier for storage to keep it inl…
Browse files Browse the repository at this point in the history
…ine with the premium storage disk tier property name (#24208)
  • Loading branch information
ambrahma authored Jun 15, 2023
1 parent 69637dc commit 76fa82a
Show file tree
Hide file tree
Showing 18 changed files with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@
"modelAsString": true
}
},
"iopsTier": {
"tier": {
"type": "string",
"description": "Name of storage tier for IOPS.",
"enum": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"dataEncryption": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20"
"tier": "P20"
},
"backup": {
"backupRetentionDays": 7,
Expand Down Expand Up @@ -62,7 +62,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"backup": {
Expand Down Expand Up @@ -119,7 +119,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"backup": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"dataEncryption": {
Expand Down Expand Up @@ -130,7 +130,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"dataEncryption": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"dataEncryption": {
Expand Down Expand Up @@ -84,7 +84,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"dataEncryption": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"dataEncryption": {
Expand Down Expand Up @@ -121,7 +121,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"dataEncryption": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"authConfig": {
Expand Down Expand Up @@ -83,7 +83,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"authConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20"
"tier": "P20"
},
"backup": {
"backupRetentionDays": 7,
Expand Down Expand Up @@ -71,7 +71,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"backup": {
Expand Down Expand Up @@ -126,7 +126,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"backup": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"backup": {
Expand Down Expand Up @@ -155,7 +155,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"backup": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"authConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"authConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Enabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"authConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"authConfig": {
Expand Down Expand Up @@ -70,7 +70,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"authConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"storage": {
"storageSizeGB": 1024,
"autoGrow": "Enabled",
"iopsTier": "P30"
"tier": "P30"
},
"backup": {
"backupRetentionDays": 20
Expand Down Expand Up @@ -47,7 +47,7 @@
"storage": {
"storageSizeGB": 1024,
"autoGrow": "Enabled",
"iopsTier": "P30",
"tier": "P30",
"iops": 5000
},
"backup": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"storage": {
"storageSizeGB": 1024,
"autoGrow": "Disabled",
"iopsTier": "P30"
"tier": "P30"
},
"backup": {
"backupRetentionDays": 20
Expand Down Expand Up @@ -53,7 +53,7 @@
"storage": {
"storageSizeGB": 1024,
"autoGrow": "Disabled",
"iopsTier": "P30",
"tier": "P30",
"iops": 5000
},
"backup": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"dataEncryption": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"storage": {
"storageSizeGB": 1024,
"autoGrow": "Disabled",
"iopsTier": "P30",
"tier": "P30",
"iops": 5000
},
"backup": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"storage": {
"storageSizeGB": 512,
"autoGrow": "Enabled",
"iopsTier": "P20",
"tier": "P20",
"iops": 2300
},
"dataEncryption": {
Expand Down

0 comments on commit 76fa82a

Please sign in to comment.