Skip to content

Commit 24cb8a2

Browse files
committed
chore: drop azure-mgmt-dns
1 parent 0ad933c commit 24cb8a2

5 files changed

Lines changed: 0 additions & 6 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ class ResourceType(Enum): # pylint: disable=too-few-public-methods
4848
MGMT_STORAGE = ('azure.mgmt.storage', 'StorageManagementClient')
4949
MGMT_COMPUTE = ('azure.mgmt.compute', 'ComputeManagementClient')
5050
MGMT_NETWORK = ('azure.mgmt.network', 'NetworkManagementClient')
51-
MGMT_NETWORK_DNS = ('azure.mgmt.dns', 'DnsManagementClient')
5251
MGMT_NETWORK_PRIVATEDNS = ('azure.mgmt.privatedns', 'PrivateDnsManagementClient')
5352
MGMT_AUTHORIZATION = ('azure.mgmt.authorization', 'AuthorizationManagementClient')
5453
MGMT_CONTAINERREGISTRY = ('azure.mgmt.containerregistry', 'ContainerRegistryManagementClient')
@@ -186,7 +185,6 @@ def default_api_version(self):
186185
ResourceType.MGMT_RESOURCE_DEPLOYMENTSTACKS: None,
187186
ResourceType.MGMT_RESOURCE_PRIVATELINKS: '2020-05-01',
188187
ResourceType.MGMT_RESOURCE_MANAGEDAPPLICATIONS: '2019-07-01',
189-
ResourceType.MGMT_NETWORK_DNS: '2018-05-01',
190188
ResourceType.MGMT_NETWORK_PRIVATEDNS: None,
191189
ResourceType.MGMT_KEYVAULT: SDKProfile('2024-11-01', {
192190
'vaults': '2023-02-01',

src/azure-cli/requirements.py3.Darwin.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ azure-mgmt-databoxedge==1.0.0
3939
azure-mgmt-datalake-nspkg==3.0.1
4040
azure-mgmt-datalake-store==1.1.0b1
4141
azure-mgmt-datamigration==10.0.0
42-
azure-mgmt-dns==8.0.0
4342
azure-mgmt-eventgrid==10.2.0b2
4443
azure-mgmt-eventhub==10.1.0
4544
azure-mgmt-extendedlocation==1.0.0b2

src/azure-cli/requirements.py3.Linux.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ azure-mgmt-databoxedge==1.0.0
3939
azure-mgmt-datalake-nspkg==3.0.1
4040
azure-mgmt-datalake-store==1.1.0b1
4141
azure-mgmt-datamigration==10.0.0
42-
azure-mgmt-dns==8.0.0
4342
azure-mgmt-eventgrid==10.2.0b2
4443
azure-mgmt-eventhub==10.1.0
4544
azure-mgmt-extendedlocation==1.0.0b2

src/azure-cli/requirements.py3.windows.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ azure-mgmt-databoxedge==1.0.0
3939
azure-mgmt-datalake-nspkg==3.0.1
4040
azure-mgmt-datalake-store==1.1.0b1
4141
azure-mgmt-datamigration==10.0.0
42-
azure-mgmt-dns==8.0.0
4342
azure-mgmt-eventgrid==10.2.0b2
4443
azure-mgmt-eventhub==10.1.0
4544
azure-mgmt-extendedlocation==1.0.0b2

src/azure-cli/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
'azure-mgmt-databoxedge~=1.0.0',
8383
'azure-mgmt-datalake-store~=1.1.0b1',
8484
'azure-mgmt-datamigration~=10.0.0',
85-
'azure-mgmt-dns~=8.0.0',
8685
'azure-mgmt-eventgrid==10.2.0b2',
8786
'azure-mgmt-eventhub~=10.1.0',
8887
'azure-mgmt-extendedlocation==1.0.0b2',

0 commit comments

Comments
 (0)