-
Notifications
You must be signed in to change notification settings - Fork 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
Updated Az Cli commands for flexible server. #43109
base: main
Are you sure you want to change the base?
Conversation
This file had az cli commands for single server which is soon getting deprecated. Updated the az cli commands for flexible server.
Thank you for your contribution @gkasar! We will review the pull request and get back to you soon. |
API change check API changes are not detected in this pull request. |
--resource-group $AZ_RESOURCE_GROUP \ | ||
--server-name $AZ_DATABASE_NAME \ | ||
--display-name $AZ_POSTGRESQL_AD_ADMIN_USERNAME \ | ||
--object-id `(az ad signed-in-user show --query id -o tsv)` | ||
--object-id $(az ad signed-in-user show --query id) |
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.
Does removing -o tsv
break this? Perhaps not since the shell consumes the quotes that are added by removing it?
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.
Looks fine, please check the one question I left.
Description
This file had az cli commands for single server which is soon getting deprecated. Updated the az cli commands for flexible server.
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines