forked from Azure/azure-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge from master repository #5
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
Merged
Merged
Conversation
This file contains hidden or 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
Co-authored-by: Dania Etienne <[email protected]>
…ssignee-object-id` (#16169)
…identity-based tests (#16128) Co-authored-by: Ryan Kelly <[email protected]>
* [Network] Migrate network to track2 SDK * Add comments to regular expression change * Remove useless argument * Uncomment test
* support parse @ in _expand_with_origin * add test for zone 9
… using "--routing-method MultiValue" (#16300) * bugfix, test * delete surplus code
* fix dynamic metric alert creation with a single scope * fix style issues
…assignment by default (#16081)
…dancy; az sql db update: commit storage_account_type updates (#16326) * to release branch * added db_update fix * remove debug print statement * remove extra spaces
…agement_type as command input (#16304)
…connection-string' (#16187) * add doc * add extension * add extension
…nd management (#16193) * support data box edge device and management * help * pylint * resource type and client factory * regenerate * pylint * refine sku param * refine status enums
…icy and add update cmdlet for synapse workspace firewall rule (#16241)
* src/azure-cli-core/azure/cli/core/telemetry.py * remove trace stack property in Telemetry
…if name isn't provided (#16267)
* support list for storage * test pass
…URN (#16430) * Update _help.py Adding a link to an article that walks folks through how to get the URN for an image. * Update _help.py
* [Compute] Better error handling of external tokens * Update src/azure-cli/azure/cli/command_modules/vm/custom.py Co-authored-by: Feng Zhou <[email protected]> Co-authored-by: Feng Zhou <[email protected]>
* add telemetry * add poller flag * Update src/azure-cli-core/azure/cli/core/commands/__init__.py Co-authored-by: Feng Zhou <[email protected]> Co-authored-by: Feng Zhou <[email protected]>
…perly encode --full-uri (#15748)
* Query string support * Try catch added for query_string * Improve error messages Co-authored-by: Dania Etienne <[email protected]>
…ired parameter issue (#16486)
…16243) * [Compute] vm extension set: New parameter --enable-automatic-upgrade * fix linter * vmss, rename, type, test * update help * fix style * rename * help * fix conflict; help
* {Doc} Track 2 Migration Guidance
* Update doc/track_2_migration_guidance.md
Co-authored-by: Jiashuo Li <[email protected]>
* Update doc/track_2_migration_guidance.md
Co-authored-by: Jiashuo Li <[email protected]>
…oid closing terminal before it even started on linux The backend sends an empty webSocket message after establishing an connection. The removed lines of code interpreted that as an EOL which exits the webSocket read loop. As the Windows code doesn't do that as well, I removed it here as well now. The terminal gets closed after the webSocket closes anyway. Fixes: #15856
Co-authored-by: Akshay Neema <[email protected]>
… --version prohibited (#16446) * Bug fix * rerecord test_template_spec_create_and_update * test updated Co-authored-by: Dania Etienne <[email protected]>
* config log * use common function * refine
* Added --tags parameters to iot hub create and update * Add --tags help examples to hub create and update * Test updates Modified identity hub test to use random resource name and updated test recording Co-authored-by: Ryan Kelly <[email protected]>
…pace data-export (#16402)
* validate with list-skus info
* style fixed
* validate with list-skus info
* style fixed
* move validators to command body to speed up
* test code for validator and restored mgmt testcode
* minor fix
* flexible mgmt mysql test
* new test recording files
* deleting arguments and recording files modified
* style fixed, location changed, linter fixed
* Adding az {} flexible-server connect capability
* Styling and linter fixes
* firewall rule name generation and end-ip-address rule changed
* style fixed
* restore removed sterling test
* Fixing tests for renaming of parameters
* post public preview changes
* remove point in time param name change
* Fixing linter/style issues and connect libraries in setup.py
* Removing connect capability due to package issue
* Removing connect packages from windows.txt
* Minor fixes for description
* flexible server tests and new recording files
* adding create test with different tiers and sku
* style issue fixed
* Trigger pipeline
* Trigger pipeline
* fix delete func
* logging exception to error
* local context test updated
* fix for CI test
* style fixed
* comments resolved and moved local context test to another file for pipeline live testing
* added copyright
* trigger pipeline
Co-authored-by: Mollee Jain <[email protected]>
Co-authored-by: Aritra De <[email protected]>
Co-authored-by: arde0708 <[email protected]>
Co-authored-by: Mollee Jain <[email protected]>
…for CMK does exist (#16403)
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.