Граф коммитов

7642 Коммитов

Автор SHA1 Сообщение Дата
Jiashuo Li fb13b416c4
{Core} Allow exception_handler to mute exception (#15306) 2020-11-04 11:31:30 +08:00
Avani Gupta 746cb1d676
{AppConfig} Stop passing resource to `get_login_credentials` method (#15736) 2020-11-03 17:11:47 +08:00
Bin Ma 1920da8b5a
{KeyVault} Bump azure-mgmt-keyvault to 8.0.0 (#15714) 2020-11-03 17:01:59 +08:00
Jianhui Harold 9a2b846dc1
{Misc} Update Network and Monitor codeowner (#15771) 2020-11-03 14:25:47 +08:00
Shenglong Li 1ad8b2b178
[ARM] Fix an issue where What-If shows two resource group scopes with different casing (#15631)
* Normalize resource scope casing

* Fix style issue
2020-11-03 14:14:06 +08:00
Akshay Neema b64a1e8e3b
[BACKUP] Fix #14976: KeyError fixed and help text improved (#15718) 2020-11-02 17:33:44 +08:00
Ace Eldeib 39a2360f5a
[AKS] add ephemeral os functionality (#15673)
* feat: ephemeral os functionality for aks

* fix: unused import

* fix: typo
2020-11-02 17:26:44 +08:00
Feiyue Yu 4e2250cb85
{Test} Pipeline (#15654)
* 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

* Improve index.html. Move report link inside table.

* Display number of tests in link name.

* remove duplicate reports

* decrease maxParallel to 5

* Fix a small problem of job condition.
2020-11-02 10:21:39 +08:00
Feng Zhou 9952bbb0d0
fix cloud register example (#15655) 2020-10-30 22:50:18 +08:00
Feng Zhou a3dd306d8a
{Test} Fix live tests for aks, advisor, appconfig, cognitiveservices, cosmosdb, dls, hdinsight, policyinsights, iot, role, security, servicefabric (#15710)
* fix aks tests

* fix advisor

* fix appconfig

* cognitiveservices

* fix cosmosdb

* fix dls tests

* fix hdinsight

* fix policyinsights tests

* fix iot tests

* fix role tests

* fix security tests

* clean up resource

* fix servicefabric tests

* revert domain change
2020-10-30 22:39:25 +08:00
Zunli Hu dc4b934d43
[Storage] Fix issue #15706: The examples for storage container create are incorrect (#15731) 2020-10-30 14:18:27 +08:00
Zunli Hu 533e55ae59
[Storage] Fix issue #15600: az storage fs exists: in case fs does not exist ResourceNotFoundError is returned (#15643) 2020-10-30 12:29:25 +08:00
Eirik Zakariassen Fosse d8d95f9192
Update check for pfx file in batch create_certificate (#15509) 2020-10-29 17:34:11 +08:00
Feiyue Yu 47ac4eabeb
[Compute] Fix update permission check issue (#15606)
* [Compute] Fix update permission check issue

* Fix vmss update instance with image version
2020-10-29 17:32:18 +08:00
Jiashuo Li 452c022103
[Role] az role assignment create: Make description, condition, condition_version preview (#15690) 2020-10-29 11:37:19 +08:00
Jiashuo Li c6dfb4eb02
{Core} Do not append/strip trailing slash in scope (#15698) 2020-10-29 11:31:28 +08:00
ThejaChoudary be9342716d
Commit#1346 (#15497) 2020-10-28 13:47:11 -07:00
Jiashuo Li 6f25ca60aa
{CI} Pin to Python 3.8 for "Verify src/azure-cli/requirements.*.Windows.txt" (#15691) 2020-10-28 15:10:55 +08:00
Jiashuo Li 9c68bfa839
{Doc} Update doc for hotfix PR (#15552)
Co-authored-by: Feng Zhou <55177366+fengzhou-msft@users.noreply.github.com>
2020-10-27 13:43:34 +08:00
Bin Ma 5aeb787abf
[KeyVault] Refine error messages for HSM `list-deleted` and `purge` (#15657) 2020-10-27 12:57:23 +08:00
Jiashuo Li a804e5f8eb
{Core} Honor scopes specified by Track 2 SDK (#15184) 2020-10-27 10:06:21 +08:00
Jianhui Harold 00cf5e3b3e
[Billing] Introduce new commands and upgrade to 2020-05-01 (#15568) 2020-10-26 10:43:00 +08:00
Xiaojian Xu 24ba3846a1
{Release} remove revert PR from HISTORY.rst (#15644) 2020-10-23 17:41:58 +08:00
Xiaojian Xu 8db5382b70
{Package} remove brew audit --strict check (#15641) 2020-10-23 17:22:18 +08:00
Xiaojian Xu 84fae44730
Revert "[RDBMS] Add flexible-server connect command (#15419)" (#15640)
This reverts commit de6522bfc4.
2020-10-23 17:22:00 +08:00
Azure CLI Bot 1bd397971e
{Release} Upgrade to Azure CLI 2.14.0 (#15637) 2020-10-23 14:22:45 +08:00
Zunli Hu 1210e99973
[Storage] `az storage fs access`: Support managing ACLs recursively (#15221)
* add acl recursive support

* try to ad callback

* recursive pass

* add test

* refine test but still failed

* add failed entries

* test pass for set recursive

* add update-recursive but test failed

* test pass

* refine help

* update doc

* fix style

* fix style

* test

* test pass

* test pass

* refine help
2020-10-23 14:01:18 +08:00
Mollee Jain de6522bfc4
[RDBMS] Add flexible-server connect command (#15419)
* Adding az <engine> flexible-server connect command

* Fixing linter and style issues

* Updating docker file for build purpose

* Addressing comments

* Updating messages for required params

* Style fix

* Adding connect tests

* Updating tests

* Fixing to generalize host name for national clouds

* Empty commit to retrigger pipeline

* Empty commit to retrigger pipeline

* Removing accidentally added env2 files

* Empty commit to trigger pipeline again

* fix CI

* Empty commit to retrigger pipeline

Co-authored-by: Zunli Hu <zuh@microsoft.com>
2020-10-23 14:00:59 +08:00
arde0708 b7278ec714
[RDBMS] : `az postgres|mariadb|mysql server create` : Updated create experience for Postgres, MySQL and MariaDB - new fields in the output , Introduce new values for `--public` parameter in create command (all,<IP>,<IPRange>,0.0.0.0) (#15538)
* Sterling create experience

* Updated tests for new sterling create experience

* Fix style issues

* Update Replication tests

* Updating proxyresourcetests

* Trigger checks

* Remove replication capacity validation

* Address comments

* Change positional arguments to keyword arguments

* Add sku list test results in yaml files

* Remove password as a keyword arg

* Rerun CI

* Rerun CI

* Rerun CI

* Modifying output to avoid breaking change

* Fix breaking change

* Remove preview message from sTerling commands
2020-10-23 14:00:37 +08:00
shurd edb99abda7
[Cosmos DB] az cosmosdb create/update: Improve error message from incorrect --locations input (#15276)
* update error message when providing incorrect key for locations parameter

* ignore lines that are too long

* allow removing ip range filter during update

* sql analytical storage

* fixing help text typo

* fix linter

Co-authored-by: Sam Hurd <sahurd@microsoft.com>
Co-authored-by: Zunli Hu <zuh@microsoft.com>
2020-10-23 14:00:10 +08:00
Feng Zhou 8e986cf744
{Telemetry} Add platform information and some config values (#15608) 2020-10-23 11:24:07 +08:00
Feng Zhou 4e1ff0ec62
refactor _arm_to_cli_mapper (#15553) 2020-10-23 11:20:24 +08:00
Yishi Wang 3e30b53b3c
{Core} az login: Add error handling when getting msi token and parsing PEM file (#15574)
* Improvement for most frenquent errors in `az login`
2020-10-23 11:13:54 +08:00
Xing Zhou dc6500f060
fix tag multiple objects (#15146) 2020-10-23 10:36:55 +08:00
bradrich-msft 202a1a3a3d
[SQL] az sql db replica create: Add --partner-database argument (#15577)
* sql db replica create partner database
2020-10-22 23:01:24 +08:00
Houk 537acc6fa1
{Error Improvement} Catch and categorize HttpError in core exception handler (#15613)
* catch and categorize HttpError in exception handler

* modify the way to get status code
2020-10-22 18:24:00 +08:00
Houk d2d6393743
{Core} Enrich user-agent for az rest (#15472)
* align az rest user-agent with python-sdk requests

* remove msrest and msrest_azure in az rest user agents
2020-10-22 18:23:47 +08:00
Feng Zhou d1d165ecd4
{Auto Complete} Fix default completer (#15599) 2020-10-22 18:16:53 +08:00
Bin Ma 8c8c37333a
[KeyVault] Make `--bypass` and `--default-action` work together with network acl parameters while creating vaults (#15571) 2020-10-22 17:31:28 +08:00
Bin Ma d364ed7677
[KeyVault] Invalidate `--enable-soft-delete false` while creating or updating vaults (#15504) 2020-10-22 17:31:06 +08:00
Bin Ma 1eed07797b
{KeyVault} Add new profile `2020-09-01-hybrid` in function `is_azure_stack_profile` (#15535) 2020-10-22 17:30:37 +08:00
Bin Ma 005ecb16ac
{KeyVault} Fix a filter bug while deleting role assignments (#15501) 2020-10-22 17:30:10 +08:00
Dania Etienne f707487dd0
[ARM] BREAKING CHANGE: Add user confirmation for az ts create (#15480)
* {Docs} Remove stale reference in README to closed issue about extensions (#12771)

* Preliminary changes made to add support for template-specs

* Reconfiguration

* validate function error rectified

* validate command works for template-uri

* Template-specs deployment works at resource-group level

* Group deployment updated to function with 2020 SDK

* validate with template specs added

* Management scope and tenant scope errors fixed

* Template-Specs Deployment Added

* Template-Specs Deployment Added

* Updated test cases and removed unnecessary comments

* Removed test cases from launch.json

* Uncommented test case

* Cleaned up repo

* Cleaned up repo

* Style checks complete, template_spec parameter placed at the end, time stamp added to deployment_name, excess file removed in commit, launch,json reverted

* Fixed failing CLI Check Test

* Fix getting resource API version in ARM cmdlt

Latest swagger updates added the 'defaultApiVersion' property to the GET resource providers response.
The old code was trying to use the default API version and only than fall back to the API versions specified in the manifest.
This was wrong because:
1. default API version was not part of the response (until the latest SDK update), so this code was not doing anything
2. default API versions can be null
3. default API version is mostly used for internal purposes and must be included in the list of available API versions.

This change address this issue.

* reset

* Added confirmation for az ts create

* Launch.json restored

* Testing files updated

* Testing files updated

* Unique value in sub deployment, ts parameter name updated

* Unique value in sub deployment updated

Co-authored-by: Daniel Miller <daniel.keegan.miller@gmail.com>
Co-authored-by: Azure CLI Team <AzPyCLI@microsoft.com>
Co-authored-by: Dania Etienne <daetienn@microsoft.com>
Co-authored-by: Elad Perets <elpere@microsoft.com>
2020-10-22 17:07:39 +08:00
Feiyue Yu 518238a6bb
{Compute} Update help of vm create --host --host-group (#15607) 2020-10-22 17:02:57 +08:00
Feiyue Yu dad48c3ebc
[Compute] Remove validation of vm host SKUs (#15611) 2020-10-22 17:02:04 +08:00
jaredwelsh 1ec66e1696
[SQL] Adding AAD-only Support for SQL Managed Instances and Servers (#15292)
* adding aad-only

* adding server

* committing old code

* adding help notes

* final bugfix

* fixing style and linting

* more styel fixes

* undoing mistake

* final style fix... I promise

* making requested changes

* adding tests

* adding style changes

* finalized style

* fixing live only
2020-10-22 10:59:07 +08:00
Yishi Wang 80a1696b29
[Storage] az storage queue list: Track2 supported (#15494)
* `az storage queue list` track2 supported
2020-10-22 10:07:44 +08:00
Mollee Jain 0c5441616c
[RDBMS] Breaking Change: Parameter name updates. Improvements to Management Plane for MySQL and PostgreSQL (#15363)
* 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

Co-authored-by: Daeun Yim <daeunyim@microsoft.com>
Co-authored-by: Aritra De <arde@microsoft.com>
Co-authored-by: arde0708 <63367896+arde0708@users.noreply.github.com>
Co-authored-by: Daeun Yim <69321306+DaeunYim@users.noreply.github.com>
2020-10-22 09:12:13 +08:00
Xiaojian Xu e4a2e19855
[Compute] az vm update / az sig image-version update: Support update vm/image-version even it uses a cross tenant image (#15575)
* [Compute] az vm update / az sig image-version update: Support update vm/image-version even it use a cross tenant image

* fix style error
2020-10-21 17:46:44 +08:00
Ganesha 2d3f850a40
update slb timeout to 100 (#15562) 2020-10-21 16:47:01 +08:00