forked from Azure/azure-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update #3
Merged
Merged
Update #3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* test part 1 * mgmt network version * network package version * test 2 * test 3
…ing storage container metadata (#17202) * add rdbms code owner * validate metadata * tests * test record
* Regenerate and modify * style * Add import
…#17320) * Update describe for 'azure/cli/command_modules/vm/_help.py' * Update azure/cli/command_modules/vm/_help.py
* created all commands * latest form and recorded tests * pylint and style fix * adding preview and confirmaiton * add confirmation to tests * added show command, and now wait support * fixed style and help file * help fix * test updated Co-authored-by: Matija Bojovic <[email protected]>
…ownload` and `--target-operation` for command `az keyvault security-domain wait` (#17263) * security-domain sync to async support * security-domain download async * fix polling bug * raise error when file operation fails * support --id to specify url and fix test * wait before polling
* flexible server migration * single server migration draft * style fixed * allow large reponse for proxy test * singles server test fixed * minor bugs fixed * linter and style issues fixed * config files added * empty commit * empty commit * fix recording files for the migration code * fixed mariadb failing test case * fix for failing test cases * fixed typo * change datetime function to accomodate python 3.6 * takes care of two different time input * style fixed * restore source parameter added * bug fix auth, LRO polling commands, object create by dict * restore reverted to no source parameters * db for pg * added pg db tests * help text updated and recording files updated with the database change * empty commit * empty commit * revert resource module * id = child name fix * network module test failure fixed * remove and fix rdbms params file * fix typo
* fix for APIM backup * Fix live test
* Update history notes * Update src/azure-cli/HISTORY.rst
* [Compute] vm create: New parameter --count * vm publicip * nic * style * return value * style, help * comment * validator * validation * style * fix a bug * help * test * mode, help * help * validation, help * help
Co-authored-by: Milan Brkic <[email protected]>
…associated Service Principal exists for the App (#17051)
* [Compute] vm create: Trusted Launch * update * update
* updated rdbms python sdk * deleting unused file * Fix MYSQL create, update key error due to location capabilities output change * change update yaml files and update sdk version * new python sdk updated * add iops create test back
…2 file system directory upload&download (#17292) * add rdbms code owner * Support adls gen2 directory upload/download * tests * linter * fix tests * live tests * fix comments * using adls client * utilize _is_valid_uri
…17361) * Azure EventGrid: 2020-10-15-preview-Identity support for System MSI * [EventGrid] Add support for System Topic MSI * Remove secret and replace with <HIDDEN> * Remove secret
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change.
[Component Name 2] az command b: Add some customer-facing feature.
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.