File tree Expand file tree Collapse file tree
azure-cli-core/azure/cli/core/profiles Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ azure-mgmt-databoxedge==1.0.0
3939azure-mgmt-datalake-nspkg==3.0.1
4040azure-mgmt-datalake-store==1.1.0b1
4141azure-mgmt-datamigration==10.0.0
42- azure-mgmt-dns==8.0.0
4342azure-mgmt-eventgrid==10.2.0b2
4443azure-mgmt-eventhub==10.1.0
4544azure-mgmt-extendedlocation==1.0.0b2
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ azure-mgmt-databoxedge==1.0.0
3939azure-mgmt-datalake-nspkg==3.0.1
4040azure-mgmt-datalake-store==1.1.0b1
4141azure-mgmt-datamigration==10.0.0
42- azure-mgmt-dns==8.0.0
4342azure-mgmt-eventgrid==10.2.0b2
4443azure-mgmt-eventhub==10.1.0
4544azure-mgmt-extendedlocation==1.0.0b2
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ azure-mgmt-databoxedge==1.0.0
3939azure-mgmt-datalake-nspkg==3.0.1
4040azure-mgmt-datalake-store==1.1.0b1
4141azure-mgmt-datamigration==10.0.0
42- azure-mgmt-dns==8.0.0
4342azure-mgmt-eventgrid==10.2.0b2
4443azure-mgmt-eventhub==10.1.0
4544azure-mgmt-extendedlocation==1.0.0b2
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments