Skip to content

Commit fb9d3b3

Browse files
author
Saif Al-Din Ali
committed
Add resourcetype enum
1 parent 83b64f6 commit fb9d3b3

File tree

1 file changed

+1
-0
lines changed
  • src/azure-cli-core/azure/cli/core/profiles

1 file changed

+1
-0
lines changed

src/azure-cli-core/azure/cli/core/profiles/_shared.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ class ResourceType(Enum): # pylint: disable=too-few-public-methods
114114
MGMT_SQL = ('azure.mgmt.sql', None)
115115
MGMT_SQLVM = ('azure.mgmt.sqlvirtualmachine', None)
116116
MGMT_MANAGEDSERVICES = ('azure.mgmt.managedservices', None)
117+
MGMT_MIGRATE = ('azure.mgmt.migrate', None)
117118
MGMT_NETAPPFILES = ('azure.mgmt.netappfiles', None)
118119
DATA_STORAGE_BLOB = ('azure.multiapi.storagev2.blob', None)
119120
DATA_STORAGE_FILEDATALAKE = ('azure.multiapi.storagev2.filedatalake', None)

0 commit comments

Comments
 (0)