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
Sync upstream/dev #2
Merged
Merged
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_show_built_in_policy speed up * Update test_rdbms_commands.py * Update test_sql_commands.py * update * Update test_sql_commands.py
* bump mgmt-storage * missed files * rerun tests, add back and delete yaml
* GA storage file datalake soft delete * linter
…s not connected to a github repo (#22042)
…ommand (#22011) Signed-off-by: MartinForReal <[email protected]>
* sort params * refactor auto scaler, label, tag, taint * add test cases for getters * add more test cases * add more tests * fix lint
…ltiple IP (#22025) * [Keyvault] Fix #20520 `az keyvault network-rule`: Support removing multiple ip * Minor fix Co-authored-by: Hang Lei <[email protected]>
* refactor upgrade and vm settings * add more tests
…l-type` parameter to support Win Auth (Kerberos) (#21872) * Kerberos win auth initial commit * Fixing linter errors Co-authored-by: Renea Moso <[email protected]>
…tity` (#22060) * `az storage entity`: Support `EdmType` for `--entity` * fix azure_stack
…hen `--pattern` is blob name (#22072)
…KU and VM profile (#22016)
* update * Update automation_full_test.py * Update automation_full_test.py * Update automation_full_test.py * Update automation_full_test.py * update
…destination` default to false (#21662) * [Storage] Fix#21414:�z storage blob sync:Fix the flag --delete-destination default to false * add storage blob sync flag --delete-destination * add storage blob sync flag --delete-destination * add storage blob sync flag --delete-destination * fix suggestions * fix suggestions * fix suggestions * Update src/azure-cli/azure/cli/command_modules/storage/operations/azcopy.py Co-authored-by: Yishi Wang <[email protected]>
…ing fields, add excludePrefix in filter
…on check if cname returns only privatelink (#22092)
…\show\delete`: Add new permissions, currently `racwdxyltmei`, Migrate to track2 sdk (#21917) * storage account generate-sas migration * storage container generate-sas * fix account and container generate-sas tests * error types have changed in new sdk * lint * lint * blob generate-sas * blob generate-sas fix as-user and full-url * lint * lint * help not matching param * lint * storage container policy create/update/show/list/delete * lint test * rurun test * rurun test * fix container policy show output datetime format * remove format datetime * fix pr review comments,
…ttributeError: 'NoneType' object has no attribute 'smb'` (#22691)
…22760) * {doc} Add `Scenario Test Best Practice` * Update doc/authoring_tests.md Co-authored-by: Jiashuo Li <[email protected]> * Update doc/authoring_tests.md * Update doc/authoring_tests.md Co-authored-by: ZelinWang <[email protected]> * Update doc/authoring_tests.md Co-authored-by: ZelinWang <[email protected]> * Update doc/authoring_tests.md Co-authored-by: Jiashuo Li <[email protected]> Co-authored-by: Jiashuo Li <[email protected]> Co-authored-by: ZelinWang <[email protected]>
Co-authored-by: cxznmhdcxz <>
* migration * migration file share policy * fix conflict * fix checks * fix checks * fix checks * fix checks * fix checks * fix checks * fix checks * fix conflict * fix conflict * fix suggestions * Update src/azure-cli/azure/cli/command_modules/storage/_help.py Co-authored-by: Yishi Wang <[email protected]> * fix * fix Co-authored-by: Yishi Wang <[email protected]>
* [Cognitive Services] Update SDK * fix dependency
…g file to symlink (#22800)
…/exists`: Track2 SDK migration (#22692) * storage file delete * storage file resize * storage file url, fix file list --exclude-dir * storage file generate-sas, not tested * fix using sas to get file url, still not passing test * fix client factory for file path, rerun tests for show url generate-sas delete resize * file update * file exists * fix lint * lint rule: no default value for updates * lint * lint * pr review * pr review * rerun test * lint * lint
…ment pre-requisites (#22672) * Manage SQLVM Assessment * Update sqlvm tests * pylint fixes * temp * Add workspace arguments for sql vm update * Remove unnecessary change in az vm code * Suppress cred in response body during one-off live test * fix lingering stylecop issue * Fix style issue * code review comments * remove blank line Co-authored-by: Vaibhav Devekar <[email protected]>
… `--api-permissions` (#22848)
* storage file metadata show/update * storage file copy start/cancel * copy batch from blob * copy batch from file * lint * rerun tests * rerun tests * Update src/azure-cli/azure/cli/command_modules/storage/_help.py Co-authored-by: Yishi Wang <[email protected]> Co-authored-by: Yishi Wang <[email protected]>
evelyn-ys
pushed a commit
that referenced
this pull request
Aug 14, 2022
…zure#23456) * solutions_reference_data * Introducing securitySolutionsReferenceData CLI * Add recording * fix style check * Update help * update test module * reference_data to reference-data * update help * update help #2
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 featureThis 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.