Skip to content

Commit f6aacf1

Browse files
ambrahmaharryli0108
authored andcommitted
Update property name from iopsTier to tier for storage to keep it inline with the premium storage disk tier property name (Azure#24208)
1 parent eb6fe3f commit f6aacf1

18 files changed

+30
-30
lines changed

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2023-03-01-preview/FlexibleServers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@
739739
"modelAsString": true
740740
}
741741
},
742-
"iopsTier": {
742+
"tier": {
743743
"type": "string",
744744
"description": "Name of storage tier for IOPS.",
745745
"enum": [

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2023-03-01-preview/examples/ReplicasListByServer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"storage": {
2525
"storageSizeGB": 512,
2626
"autoGrow": "Disabled",
27-
"iopsTier": "P20",
27+
"tier": "P20",
2828
"iops": 2300
2929
},
3030
"dataEncryption": {

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2023-03-01-preview/examples/ServerCreate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"storage": {
2020
"storageSizeGB": 512,
2121
"autoGrow": "Disabled",
22-
"iopsTier": "P20"
22+
"tier": "P20"
2323
},
2424
"backup": {
2525
"backupRetentionDays": 7,
@@ -62,7 +62,7 @@
6262
"storage": {
6363
"storageSizeGB": 512,
6464
"autoGrow": "Disabled",
65-
"iopsTier": "P20",
65+
"tier": "P20",
6666
"iops": 2300
6767
},
6868
"backup": {
@@ -119,7 +119,7 @@
119119
"storage": {
120120
"storageSizeGB": 512,
121121
"autoGrow": "Disabled",
122-
"iopsTier": "P20",
122+
"tier": "P20",
123123
"iops": 2300
124124
},
125125
"backup": {

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2023-03-01-preview/examples/ServerCreateGeoRestoreWithDataEncryptionEnabled.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"storage": {
5858
"storageSizeGB": 512,
5959
"autoGrow": "Disabled",
60-
"iopsTier": "P20",
60+
"tier": "P20",
6161
"iops": 2300
6262
},
6363
"dataEncryption": {
@@ -130,7 +130,7 @@
130130
"storage": {
131131
"storageSizeGB": 512,
132132
"autoGrow": "Disabled",
133-
"iopsTier": "P20",
133+
"tier": "P20",
134134
"iops": 2300
135135
},
136136
"dataEncryption": {

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2023-03-01-preview/examples/ServerCreatePointInTimeRestore.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"storage": {
3131
"storageSizeGB": 512,
3232
"autoGrow": "Disabled",
33-
"iopsTier": "P20",
33+
"tier": "P20",
3434
"iops": 2300
3535
},
3636
"dataEncryption": {
@@ -84,7 +84,7 @@
8484
"storage": {
8585
"storageSizeGB": 512,
8686
"autoGrow": "Disabled",
87-
"iopsTier": "P20",
87+
"tier": "P20",
8888
"iops": 2300
8989
},
9090
"dataEncryption": {

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2023-03-01-preview/examples/ServerCreateReplica.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"storage": {
5353
"storageSizeGB": 512,
5454
"autoGrow": "Disabled",
55-
"iopsTier": "P20",
55+
"tier": "P20",
5656
"iops": 2300
5757
},
5858
"dataEncryption": {
@@ -121,7 +121,7 @@
121121
"storage": {
122122
"storageSizeGB": 512,
123123
"autoGrow": "Disabled",
124-
"iopsTier": "P20",
124+
"tier": "P20",
125125
"iops": 2300
126126
},
127127
"dataEncryption": {

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2023-03-01-preview/examples/ServerCreateReviveDropped.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"storage": {
3131
"storageSizeGB": 512,
3232
"autoGrow": "Disabled",
33-
"iopsTier": "P20",
33+
"tier": "P20",
3434
"iops": 2300
3535
},
3636
"authConfig": {
@@ -83,7 +83,7 @@
8383
"storage": {
8484
"storageSizeGB": 512,
8585
"autoGrow": "Disabled",
86-
"iopsTier": "P20",
86+
"tier": "P20",
8787
"iops": 2300
8888
},
8989
"authConfig": {

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2023-03-01-preview/examples/ServerCreateWithAadAuthEnabled.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"storage": {
2828
"storageSizeGB": 512,
2929
"autoGrow": "Disabled",
30-
"iopsTier": "P20"
30+
"tier": "P20"
3131
},
3232
"backup": {
3333
"backupRetentionDays": 7,
@@ -71,7 +71,7 @@
7171
"storage": {
7272
"storageSizeGB": 512,
7373
"autoGrow": "Disabled",
74-
"iopsTier": "P20",
74+
"tier": "P20",
7575
"iops": 2300
7676
},
7777
"backup": {
@@ -126,7 +126,7 @@
126126
"storage": {
127127
"storageSizeGB": 512,
128128
"autoGrow": "Disabled",
129-
"iopsTier": "P20",
129+
"tier": "P20",
130130
"iops": 2300
131131
},
132132
"backup": {

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2023-03-01-preview/examples/ServerCreateWithDataEncryptionEnabled.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"storage": {
8787
"storageSizeGB": 512,
8888
"autoGrow": "Disabled",
89-
"iopsTier": "P20",
89+
"tier": "P20",
9090
"iops": 2300
9191
},
9292
"backup": {
@@ -155,7 +155,7 @@
155155
"storage": {
156156
"storageSizeGB": 512,
157157
"autoGrow": "Disabled",
158-
"iopsTier": "P20",
158+
"tier": "P20",
159159
"iops": 2300
160160
},
161161
"backup": {

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2023-03-01-preview/examples/ServerGet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"storage": {
2323
"storageSizeGB": 512,
2424
"autoGrow": "Disabled",
25-
"iopsTier": "P20",
25+
"tier": "P20",
2626
"iops": 2300
2727
},
2828
"authConfig": {

0 commit comments

Comments
 (0)