Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/azure-cli-core/azure/cli/core/profiles/_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ class ResourceType(Enum): # pylint: disable=too-few-public-methods
MGMT_SQL = ('azure.mgmt.sql', None)
MGMT_SQLVM = ('azure.mgmt.sqlvirtualmachine', None)
MGMT_MANAGEDSERVICES = ('azure.mgmt.managedservices', None)
MGMT_NETAPPFILES = ('azure.mgmt.netappfiles', None)

def __init__(self, import_prefix, client_name):
"""Constructor.
Expand Down
10 changes: 7 additions & 3 deletions src/azure-cli/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Release History
**HDInsight**

* BREAKING CHANGE: Changed "oms" command group name to "monitor"
* BREAKING CHANGE: Made "--http-password/-p" a required parameter
* Added completers for "--cluster-admin-account" and "cluster-users-group-dns" parameters completer
* BREAKING CHANGE: Made "--http-password/-p" a required parameter
* Added completers for "--cluster-admin-account" and "cluster-users-group-dns" parameters completer
* "cluster-users-group-dns" parameter is now required when "—esp" is present
* Added a timeout for all existing argument auto-completers
* Added a timeout for transforming resource name to resource id
Expand All @@ -40,6 +40,10 @@ Release History

* Introducing managed service command module in preview.

**NetAppFiles**

* Initial version relating to the R4 version of the RP.

**Profile**
* Suppress `--subscription` argument for logout command.

Expand All @@ -49,7 +53,7 @@ Release History
* role assignment: expose --assignee-principal-type from create command to avoid intermittent
failures caused by AAD graph server replication latency
* ad signed-in-user: fix a crash on listing owned objects
* ad sp: use the right approach to find the application from a service principal
* ad sp: use the right approach to find the application from a service principal

**RDBMS**

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading