Skip to content

Commit

Permalink
Added new tag in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
navysingla committed Aug 12, 2020
1 parent d97eed6 commit a2ea883
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"properties": {
"displayName": "Contoso MCA subscription",
"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",
"workloadType": "Production"
"workload": "Production"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,19 +411,19 @@
"description": "Put subscription properties.",
"required": [
"displayName",
"workloadType",
"workload",
"billingScope"
],
"properties": {
"displayName": {
"description": "The friendly name of the subscription.",
"type": "string"
},
"workloadType": {
"workload": {
"description": "The workload type of the subscription. It can be either Production or DevTest.",
"type": "string",
"x-ms-enum": {
"name": "workloadType",
"name": "workload",
"modelAsString": true
},
"enum": [
Expand Down
2 changes: 1 addition & 1 deletion specification/subscription/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ These are the global settings for the Subscription API.
``` yaml
openapi-type: arm
tag: package-2019-10-preview
tag: package-2020-09
```
### Tag: package-2020-09
Expand Down

0 comments on commit a2ea883

Please sign in to comment.