-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
chore: jsonfmt logic #6128
chore: jsonfmt logic #6128
Conversation
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-javaThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-jsA PR has been created for you: |
Automation for azure-sdk-for-rubyThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
Can one of the admins verify this patch? |
Adjusted the examples for the "MDN" and "NRR" casing to match the preview API, but since it's a preview api, maybe it's better to do the reverse |
Ran `jsonfmt -w "specification/logic/**/*.json"`
4844144
to
37d9d68
Compare
SDK Automation [Logs] (Generated from 37d9d68)Python: Azure/azure-sdk-for-python
Java: Azure/azure-sdk-for-java
Go: Azure/azure-sdk-for-go
JavaScript: Azure/azure-sdk-for-js
Ruby: Azure/azure-sdk-for-ruby
|
@jhendrixMSFT I pulled out the example changes to make this easier to land. I can submit those later |
@nschonni thanks I was gonna suggest that but have been sidetracked with other stuff. |
@jhendrixMSFT no worries, they didn't even resolve all the model validation issues 🤷♂ |
* Remove TAC List from 2022 API * Make TAC List optional in 2021 API * Microsoft.MobileNetwork ruleName and templateName must be unique * Remove sim activation * Add back TacList as optional in 2022 API Co-authored-by: Sathiyan Sivathas <[email protected]> Co-authored-by: Nick Weeds <[email protected]>
Ran
jsonfmt -w "specification/logic/**/*.json"