Skip to content
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

Merge remote-tracking branch 'azure/dev' into Aladdin-src #19131

Merged
merged 234 commits into from
Aug 5, 2021

Conversation

kairu-ms
Copy link
Contributor

@kairu-ms kairu-ms commented Aug 5, 2021

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.

fengzhou-msft and others added 30 commits May 24, 2021 17:45
* Add to `az webapp deploy` param help text

String changes for the `az webapp deploy` command's parameter help text.

* Update _params.py

* Update _params.py

* Style guide fixes

* Update src/azure-cli/azure/cli/command_modules/appservice/_params.py

Co-authored-by: Feiyue Yu <[email protected]>

* Update _params.py

Co-authored-by: Feiyue Yu <[email protected]>
* basic functionality for github action deploy

* Modify deploy setup and run command

* add logger warnings

* mysql command added for deploy and run

* testing mysql and postgres

* Add github action file

* testing pg

* add erroring out vnet enabled server

* add help text

* fix help text

* fix help text

* style issue fixed

* trigger CI

* Update _flexible_server_util.py

* changed action file to template

* fix style

* style issue fixed
…ions in nondefault tenant/subscription (Azure#18162)

* keyvault data plane cross tenant

* all data plane

* cli_ctx for client factory

* other modules

* remove unused import

* omit extra `None`
…ion-id (Azure#18209)

* `az keyvault set-policy/delete-policy`: Support --application-id

* param

* application_id.lower comparison

* fix delete

* address comment
…021-03-01' (Azure#18233)

* Upgrade api-version for compute

* Fix CI

* rerecord aks
…ature to migrate postgres db servers from Sterling to Meru platform (Azure#18161)

* Support for "az postgres flexible-server migration" commands

* Fix a linter error caused by copy-paste.

* Fix more linter errors

* Use custom_show_command instead of custom_command for 'show' to fix a linter finding.

* 1. Remove the --subscription-id parameter. Use the CLI command param --subscription instead

* Rename body to properties, which makes more sense in this context.

* Fix isses reported by "azdev style rdbms"

* Fix linter issues

* Fix issues reported by azdev style check

* Mark the migration command group as experimental

* Cannot have is_preview and is_experimental at the same time. So removed is_preview.

* 1. Added a confirmation for migration delete, 2. Deleted unused code, 3. Return instead of just the migration_id from update

* Replace parameters db1, db2, ...db8 with an db-names parameter which takes a space-separated list of values
…e-priority (Azure#18170)

* upgrade api version

* draft command design

* test pass

* test pass

* refine help

* checkout

* checkout

* add linter exclusion

* fix style

* fix error type

* fix error type

* fix style
* fix test_monitor_action_group_basic_scenario tests

* fix test_metrics_alert_metric_name_with_special_characters

* fix test_monitor_create_log_profile

* skip test_monitor_clone_storage_metric_alerts_across_subs_scenario

* fix issue
* recover for MHSM

* fix

* tests

* linter
…and causing all values to default to "false" in version 2.24.0 (Azure#18277)

* Azure#18266 - webapp config appsettings set command causing all values to default to "false" in version 2.24.0

* Added tests for validating settings through json with slot
* Update test link

* Update requirements

* Fix batch_data_plane

* Fix 2 tests

* Fix their style and linter

* Fix _help

* Fix batch style and linter

* Upload test yaml

* Fix batch test in network
)

* reorder private link providers

* comment miss private link providers

* support private link provider for Microsoft.Sql/servers

* update recordings
…ack (Azure#18301)

* Fix unsupported parameters in old api-version for vmss

* Run releated test in old profile

* Fix CI style
* [Backup] Migrate backup to track2 SDK

* [Backup] Migrate backup to track2 SDK

* [Backup] Migrate backup to track2 SDK

afs_test passed

* workload_test

* workload_sql

* update

* workload_hana

* update afs_test

* update

* Revert "Merge branch 'dev' into backup"

This reverts commit a197e3c, reversing
changes made to 10b1d7d.

* Modified style

* update

* fix conflicts

* update

* update

* update

* update

There was a problem with the virtual environment, changed it back

* Apply suggestions from code review

Co-authored-by: Feiyue Yu <[email protected]>

* Update preparers.py

* Resolve conflicts

* Revert "Resolve conflicts"

This reverts commit 034b326.

* Resolve conflicts

* Update test_backup_wl_sql_policy.yaml

* Delete test_acs_create_kubernetes.yaml

Co-authored-by: Feiyue Yu <[email protected]>
* private link resource

* private endpoint connection

* tests

* network module tests

* linter

* merge network changes
…r VMs in Azure CLI (Azure#18238)

* support delete option for new nic

* test pass for nix

* test pass for vm nic count

* test pass

* rebase dev

* suppress linter

* fix linter

* fix comment
zhoxing-ms and others added 18 commits July 29, 2021 22:55
…quired when `--email` is passed in (Azure#18958)

* Fix the issue that --webhook is required when parameter --email is passed in

* resolve conflicts
…ge (Azure#19037)

* Support shared gallery image for vm creation

* Fix help

* Fix help

* Fix CI issue

* Fix style issue

* Fix CI issue
* [storage] Add new option `--cap-mbps`

* Update azcopy.py

* Update test_storage_azcopy_scenarios.py

* Update src/azure-cli/azure/cli/command_modules/storage/_params_azure_stack.py

Co-authored-by: Zunli Hu <[email protected]>

Co-authored-by: Zunli Hu <[email protected]>
…ension instead (Azure#19045)

* Add note to az add secret

* Update _help.py

* Update _help.py

* Update src/azure-cli/azure/cli/command_modules/vm/_help.py

Co-authored-by: Xing Zhou <[email protected]>
…rrect exit status (Azure#18994)

* fix Azure#17424 - az appservice plan show does not provide correct exit status

* Tests are re-recorded with latest changes

* StyleError

* Disable pylint check temporarily

* Update src/azure-cli/azure/cli/command_modules/appservice/custom.py

* Fix pylint check

* Updated review comments

Co-authored-by: Xing Zhou <[email protected]>
…zure#19026)

* add test for autoscaler

* add test for loadbalancer

* add test for node public ip

* add test for network cidr

* update create default test

* add test for create attach acr

* add AKSCustomRoleBasedServicePrincipalPreparer

* update test ingress appgw

* add test case for outbound type udr

* add test for node_osdisk_diskencryptionset

* add test for enable-encryption-at-host, enable-azure-rbac, disable-rbac and dns-service-ip

* add test for workspace-resource-id

* add recordings

* update recordings
…pport the cross subnet update SLO (Azure#18886)

* Update sql track2

* Update commands.py

update begin_delete

* update setter_name to pass sdk validation

* replace_all_delete

* pass az self-check

* update recording tests

* fix all begin_xyz issue

* run test to unblock some issues

* pass SqlServerMSSupportScenarioTest

* change region to pass tests

* pass LTR test

* add recorded tests for MI

* update db_rename parameters

* pass db management tests

* address aad tests

* pass sql server aad

* revert azure-mgmt-netapp version change

* record test after rebase

* add three passed tests

* modify short term policy

* complete another three tests

* pass tde test

* pass two more tests

* Update custom.py

* pass two more tests

* pass classification test

* pass long and short backup

* update test file to match new config

* pass server and db security tests

* record test_sql_db_sensitivity_classifications again

* update MI tests

* pass MI tests

* pass tests

* modify instance_pool_test

* Iteration 1:
- Adding support for cross subnet update SLO

* Iteration 2:
- Removing the change from History.rst file

* Iteration 3:
- Fixing merge errors

* Iteration 4:
- Removing merge errors

* Iteration 5:
- Removing merge errors

* Iteration 6:
- Fixed merge errors

* Iteration 7:
- Fix merge errors

* Iteration 7:
- Fixed CLI style issue - removed two trailing spaces
- Fixed CLI linter issue - fixed the cross-subnet update slo command in _help.py

Co-authored-by: Ji Wang <[email protected]>
Co-authored-by: Nemanja <[email protected]>
…port export (Azure#19065)

* Update azure-mgmt-containerregistry from 8.0.0 to 8.1.0. Add support for export disable.

* Add acr export policy tests

style fix

* re-record acr dependent tests

* style: disable too many locals

* fix style issue

Co-authored-by: Tosin Adewale <[email protected]>
…ute error: checking non-existent app name (Azure#19126)

* added condition to check for non-existent app name

* updated functionapp tests recordings

Co-authored-by: parthagg <[email protected]>
@yonzhan
Copy link
Collaborator

yonzhan commented Aug 5, 2021

Aladdin-src

@yonzhan yonzhan added this to the Aug 2021 (2021-09-07) milestone Aug 5, 2021
@kairu-ms kairu-ms merged commit 78a1354 into Azure:Aladdin-src Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.