From 40182c11a0541b203d05d5154836b1a019d791de Mon Sep 17 00:00:00 2001 From: necusjz Date: Tue, 15 Apr 2025 13:21:47 +1000 Subject: [PATCH] chore: drop dns sdk --- src/azure-cli/requirements.py3.Darwin.txt | 1 - src/azure-cli/requirements.py3.Linux.txt | 1 - src/azure-cli/requirements.py3.windows.txt | 1 - src/azure-cli/setup.py | 1 - 4 files changed, 4 deletions(-) diff --git a/src/azure-cli/requirements.py3.Darwin.txt b/src/azure-cli/requirements.py3.Darwin.txt index f6838a8f36e..4723e30f5fb 100644 --- a/src/azure-cli/requirements.py3.Darwin.txt +++ b/src/azure-cli/requirements.py3.Darwin.txt @@ -38,7 +38,6 @@ azure-mgmt-databoxedge==1.0.0 azure-mgmt-datalake-nspkg==3.0.1 azure-mgmt-datalake-store==1.1.0b1 azure-mgmt-datamigration==10.0.0 -azure-mgmt-dns==8.0.0 azure-mgmt-eventgrid==10.2.0b2 azure-mgmt-eventhub==10.1.0 azure-mgmt-extendedlocation==1.0.0b2 diff --git a/src/azure-cli/requirements.py3.Linux.txt b/src/azure-cli/requirements.py3.Linux.txt index b9b9461747b..186a081f2b1 100644 --- a/src/azure-cli/requirements.py3.Linux.txt +++ b/src/azure-cli/requirements.py3.Linux.txt @@ -38,7 +38,6 @@ azure-mgmt-databoxedge==1.0.0 azure-mgmt-datalake-nspkg==3.0.1 azure-mgmt-datalake-store==1.1.0b1 azure-mgmt-datamigration==10.0.0 -azure-mgmt-dns==8.0.0 azure-mgmt-eventgrid==10.2.0b2 azure-mgmt-eventhub==10.1.0 azure-mgmt-extendedlocation==1.0.0b2 diff --git a/src/azure-cli/requirements.py3.windows.txt b/src/azure-cli/requirements.py3.windows.txt index a75323dd94a..9ed9a7aa78a 100644 --- a/src/azure-cli/requirements.py3.windows.txt +++ b/src/azure-cli/requirements.py3.windows.txt @@ -38,7 +38,6 @@ azure-mgmt-databoxedge==1.0.0 azure-mgmt-datalake-nspkg==3.0.1 azure-mgmt-datalake-store==1.1.0b1 azure-mgmt-datamigration==10.0.0 -azure-mgmt-dns==8.0.0 azure-mgmt-eventgrid==10.2.0b2 azure-mgmt-eventhub==10.1.0 azure-mgmt-extendedlocation==1.0.0b2 diff --git a/src/azure-cli/setup.py b/src/azure-cli/setup.py index e9c3f804479..6326ac27377 100644 --- a/src/azure-cli/setup.py +++ b/src/azure-cli/setup.py @@ -81,7 +81,6 @@ 'azure-mgmt-databoxedge~=1.0.0', 'azure-mgmt-datalake-store~=1.1.0b1', 'azure-mgmt-datamigration~=10.0.0', - 'azure-mgmt-dns~=8.0.0', 'azure-mgmt-eventgrid==10.2.0b2', 'azure-mgmt-eventhub~=10.1.0', 'azure-mgmt-extendedlocation==1.0.0b2',