We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b64f6 commit fb9d3b3Copy full SHA for fb9d3b3
src/azure-cli-core/azure/cli/core/profiles/_shared.py
@@ -114,6 +114,7 @@ class ResourceType(Enum): # pylint: disable=too-few-public-methods
114
MGMT_SQL = ('azure.mgmt.sql', None)
115
MGMT_SQLVM = ('azure.mgmt.sqlvirtualmachine', None)
116
MGMT_MANAGEDSERVICES = ('azure.mgmt.managedservices', None)
117
+ MGMT_MIGRATE = ('azure.mgmt.migrate', None)
118
MGMT_NETAPPFILES = ('azure.mgmt.netappfiles', None)
119
DATA_STORAGE_BLOB = ('azure.multiapi.storagev2.blob', None)
120
DATA_STORAGE_FILEDATALAKE = ('azure.multiapi.storagev2.filedatalake', None)
0 commit comments