Skip to content

Commit 16e95fa

Browse files
authored
Fix (#10439)
1 parent 7f24d41 commit 16e95fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

specification/subscription/resource-manager/Microsoft.Subscription/preview/2019-10-01-preview/examples/createAlias.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"properties": {
77
"displayName": "Contoso MCA subscription",
88
"billingScope": "/providers/Microsoft.Billing/billingAccounts/e879cf0f-2b4d-5431-109a-f72fc9868693:024cabf4-7321-4cf9-be59-df0c77ca51de_2019-05-31/billingProfiles/PE2Q-NOIT-BG7-TGB/invoiceSections/MTT4-OBS7-PJA-TGB",
9-
"workloadType": "Production"
9+
"workload": "Production"
1010
}
1111
}
1212
},

specification/subscription/resource-manager/Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -773,19 +773,19 @@
773773
"description": "Put subscription properties.",
774774
"required": [
775775
"displayName",
776-
"workloadType",
776+
"workload",
777777
"billingScope"
778778
],
779779
"properties": {
780780
"displayName": {
781781
"description": "The friendly name of the subscription.",
782782
"type": "string"
783783
},
784-
"workloadType": {
784+
"workload": {
785785
"description": "The workload type of the subscription. It can be either Production or DevTest.",
786786
"type": "string",
787787
"x-ms-enum": {
788-
"name": "workloadType",
788+
"name": "workload",
789789
"modelAsString": true
790790
},
791791
"enum": [

0 commit comments

Comments
 (0)