forked from Azure/azure-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge from main repository #4
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
…ersion 0.48.0 (#15514) * Updating websites extension to the latest Python SDK version * style check fixes * Adding recording Co-authored-by: Sisira Panchagnula <[email protected]>
* Add ppg * add test * fix test * fix test * add validator * Update test * Update test * remove secret * fix test * fix test * fix test
…icy creation from CLI (#15542)
* index.html * history * Commit mode condition * fix date and time * azdev * azdev * module db * db * db * db * db * add retry * retry * revert * Remove iotcentral * Support testing Azure CLI extensions * fix syntax error * log * command order
…and dataset related cmdlets (#15296)
…Postgres, MySQL, Mariadb Single Server (#15450) * sterling local context * list-skus for single server * add transformer for server list sterling * added mariadb list-skus * server deleting deletes server name in local context * resolving comments
…n of gallery_images 2020-09-30 (#15549) * [Compute] sig image-definition create: add --features * --features * api version 2020-09-30 * test * version; test; help * style * remove unrelated change
Co-authored-by: Zhenyu Zhou <[email protected]>
…am name and value for MI (#15367) * Adding optional backup storage redundancy parameter to MI create * Adding new optional parameter BackupStorageRedundancy for MI create * Fixing response parameter value and name for BackupStorageRedundancy * Remove unwanted changes * Spacing fix * Fix lint errors Co-authored-by: Perica Trajkov <[email protected]>
… runtime) and updated runtimes (#15522) * Add ability to override os and runtime in 'az webapp up' * Allow different delimiters for runtimes * runtime updates * Add webapp up tests * Add webapp tests * Added more test cases, added PHP 7.4 runtime * Update runtimes, CLI linter error
…base audit policy commands (#15444) * In progress - rollback delete is missing * Added help * Added help * Working on rollback * Fix '_get_diagnostic_settings_url' for server case * update help * fix storage account and endpoint handling * update test - server tests still fail with: AssertionError: You need to call 'result' or 'wait' on all LROPoller you have created * Add log analytics test for db audit * use bool condition for test mode * enrich db audit policy tests * fix case when blob_storage_target_state is not provided * fix diagnostic settings rollback * Tune server and db tests. Server tests still failed. * Wait on LROPoller for server operations * remove timeouts server tests pass now * _audit_policy_update_global_settings cosmetic * use proper --event-hub argument name * merge from main repository - resolve conflicts * code style * code style * code style * code style * code style * code style * support --no-wait in 'server audit-policy update' * code style check passed * optimize if-else * remane to 'fetch...' * fix audit_policy_update logic in terms of azure monitor * code style * remove unused arguments * linter * use is_storage_secondary_key_in_use from audit_policy * fix typo * validate --retention-days argument * fix error description * bound retention_days from top * fix 'has_other_categories' * fix positional arguments comments * reuse cf_monitor * added 'wait' command * fix 'wait' command help * register 'wait' as last command * update 'wait' help * us 'cmd.get_models' to obtain model classes * use 'generic_update_command' for server and db audit-policy update * style fixes Co-authored-by: Oleg Sternberg <[email protected]>
* upgrade version * upgrade version * test pass * upgrade version
… tags with `az storage container legal-hold [clear|set]` (#16167)
* add spring cloud build for test_monitor_autoscale_rule_for_spring_cloud * update ext_sub for test_monitor_clone_storage_metric_alerts_across_subs_scenario * clean log profiles before create in test_monitor_create_log_profile * clean diagnostic-settings before create in test_monitor_diagnostic_settings_subscription * fix test_monitor_log_analytics_workspace_linked_storage * record test_monitor_autoscale_rule_for_spring_cloud
* [Compute] New license type RHEL_BYOS_ELS_6 * update
* [Compute] azure-mgmt-compute==17.0.0 * Fix test_vm_disk_upload, test_vm_managed_disk * fix 13 tests * Fix test * fix more test * Fix more test * Fix more test * Fix more test * Fix more test * Fix style * Fix delete * Compute 18.0.0 * Fix more test * image begin_delete * image begin_create_or_update * image begin_create_or_update * snapshot begin_remoke_access * Add begin_ * vm host begin_create_or_update * gallery, image-definition, begin_create_or_update * Fix test in hybrid-2019-03-01 * Fix test of hybrid-2018-03-01 * Fix network test * Fix backup * Fix backup * Fix backup test * Fix backup test * Fix backup test * Fix network test * patch_models.py * remove debug code * Fix test_disable_encryption_error_cases_handling * Fix test_disable_encryption_error_cases_handling * Fix style * auxiliary token * Fix test_disable_encryption_error_cases_handling in hybrid_2020_09_01 * Fix test_disable_encryption_error_cases_handling in hybrid_2020_09_01 * fix test in vm in hybrid_2020_09_01
* Update error message if user passes server name in upper case * Update error message returned from API * Update target location for tests * Update Failing tests * Address PR comments
…nt to 0.6.0 (#16198) Co-authored-by: giromm2ms <[email protected]>
…vatedns resource storage vm (#16098)
…ive more actionable insight (#16255)
* Tags enabled for template specs create and update * Tags enabled for template specs create and update * Updated test cases to account for edge cases * Examples added to help function, style updated, prompt removed from ts create * Test recorded * Removed redundant code * Removed --tag as an option * removed extra parameter * tags-> tag Co-authored-by: Dania Etienne <[email protected]>
… file share fails with ResourceNotFound (#16275)
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.