File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
azure-cli-core/azure/cli/core/profiles
azure-cli/azure/cli/command_modules/acs/tests/latest Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -256,10 +256,6 @@ def default_api_version(self):
256256 'VERSION_2025_03_01_PREVIEW' : "2025-03-01-preview" ,
257257 'VERSION_2025_04_01' : "2025-04-01"
258258 },
259- ResourceType .MGMT_CONTAINERSERVICE : {
260- # src/azure-cli/azure/cli/command_modules/acs/tests/latest/test_custom.py:50
261- 'ManagedClusterAddonProfile' : '2020-03-01' ,
262- },
263259 ResourceType .MGMT_MSI : {
264260 'user_assigned_identities' : '2022-01-31-preview' ,
265261 }
Original file line number Diff line number Diff line change 4242)
4343from azure .cli .core .util import CLIError
4444from azure .cli .core .profiles import ResourceType
45- from azure .mgmt .containerservice .v2020_03_01 . models import (
45+ from azure .mgmt .containerservice .models import (
4646 ManagedClusterAddonProfile ,
4747)
4848from azure .cli .core .azclierror import (
You can’t perform that action at this time.
0 commit comments