You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeGen from PR 16687 in Azure/azure-rest-api-specs
A new API version 2021-10-01 on MS.Subscription (#16687)
* Copied the last item from private repo and renamed to 2021-10-01
* Updated the version to 2021-10-01
* Error response is updated. It is required by OpenAPI Validation Tools(linter)
* http status response on post method is updated to 201 from 202; required by OpenAPI Validation Tools(linter)
* description is added in #definitions.Operation.properties.display; required by OpenAPI Validation Tools(linter)
* updated error response to match it previous
* systemData properties are added; required by Swagger validation on the PR
* updated readme.md for the new version
* removed a file getSubscriptionOperation.json as long as it is not referenced; required by Swagger Avocado on the PR
* Modified style by npm prettier
* executed npm run prettier; required by prettier check on PR
* added type:object; required by swagger LintDiff
* added type:object; required by swagger LintDiff
* reverted back the post response of acceptOwnership to 202
* http status response on post method is updated to 201 from 202; required by OpenAPI Validation Tools(linter)
* reverted back the post response of acceptOwnership to 202
Co-authored-by: Ochi <[email protected]>
"description": "AliasName is the name for the subscription creation request. Note that this is not the same as subscription name and this doesn’t have any other lifecycle need beyond the request for subscription creation."
"description": "Billing scope of the subscription.\nFor CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}\nFor PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}\nFor Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}"
165
+
},
166
+
"displayName": {
167
+
"type": "string",
168
+
"description": "The friendly name of the subscription."
169
+
},
170
+
"resellerId": {
171
+
"type": "string",
172
+
"description": "Reseller Id"
173
+
},
174
+
"subscriptionId": {
175
+
"type": "string",
176
+
"description": "This parameter can be used to create alias for existing subscription Id"
0 commit comments