-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Hub Generated] Review request for Microsoft.Resources to add version stable/2019-11-01 #7839
[Hub Generated] Review request for Microsoft.Resources to add version stable/2019-11-01 #7839
Conversation
…6-01 to version 2019-11-01
Automation for azure-sdk-for-pythonNothing to generate for azure-sdk-for-python |
Automation for azure-sdk-for-goNothing to generate for azure-sdk-for-go |
"type": "string", | ||
"description": "The physical location of the Azure location." | ||
}, | ||
"pairedRegion": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
readonly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, this data shouldn't be modified.
], | ||
"x-ms-enum": { | ||
"name": "SubscriptionState", | ||
"modelAsString": false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why modelAsString false? it will cause breaking change in SDK for future updating
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is how it was from the api-version I copied, I think it hasn't been updated since (2019-06-01)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks.
hi @ezgambac is this PR ready to merge? could you pls fix prettiercheck by following instruction at https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/ci-fix.md#prettier-check? |
Azure Pipelines successfully started running 1 pipeline(s). |
azure-sdk-for-go - Release⌛ Pending...
|
azure-sdk-for-java - Release⌛ Pending...
|
azure-sdk-for-js - Release⌛ Pending...
|
azure-sdk-for-net - Release⌛ Pending...
|
@yungezz Fixed the prettier error, this is good to go. |
azure-sdk-for-python - Release⌛ Pending...
|
… stable/2019-11-01 (Azure#7839)
```yaml $(tag) == 'package-2019-11' | ||
input-file: | ||
- Microsoft.Resources/stable/2019-11-01/subscriptions.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this against the convention? Shouldn't it be package-subscriptions-2019-11
?
``` yaml $(package-deploymentscripts) | ||
tag: package-deploymentscripts-2019-10-preview | ||
tag: package-2019-11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't these two lines match? In this case, it is package-deploymentscripts
-> package-2019-11
-> Microsoft.Resources/stable/2019-11-01/subscriptions.json
which isn't a correct mapping.
Randomly removed in Azure#7839 Adjusted paths for Azure/autorest repo reorg
Randomly removed in #7839 Adjusted paths for Azure/autorest repo reorg
Randomly removed in Azure#7839 Adjusted paths for Azure/autorest repo reorg
If you are a MSFT employee you can view your work branch via this link.
Contribution checklist: