diff --git a/build_scripts/windows/scripts/patch_models_v2.py b/build_scripts/windows/scripts/patch_models_v2.py index 62d4d14aa56..bc4b0a562b6 100644 --- a/build_scripts/windows/scripts/patch_models_v2.py +++ b/build_scripts/windows/scripts/patch_models_v2.py @@ -245,7 +245,7 @@ def find_models_to_change(module_name): return [ importlib.import_module('.'+label+'.models', main_module.__name__) for (_, label, ispkg) in pkgutil.iter_modules(main_module.__path__) - if ispkg and label != 'aio' and label != '_utils' + if ispkg and label != 'aio' ] diff --git a/src/azure-cli/requirements.py3.Darwin.txt b/src/azure-cli/requirements.py3.Darwin.txt index 9bdc9a8b740..240b7eda822 100644 --- a/src/azure-cli/requirements.py3.Darwin.txt +++ b/src/azure-cli/requirements.py3.Darwin.txt @@ -31,7 +31,7 @@ azure-mgmt-cdn==12.0.0 azure-mgmt-cognitiveservices==13.5.0 azure-mgmt-compute==34.1.0 azure-mgmt-containerinstance==10.2.0b1 -azure-mgmt-containerregistry==14.0.0 +azure-mgmt-containerregistry==14.1.0b1 azure-mgmt-containerservice==36.0.0 azure-mgmt-core==1.5.0 azure-mgmt-cosmosdb==9.8.0 diff --git a/src/azure-cli/requirements.py3.Linux.txt b/src/azure-cli/requirements.py3.Linux.txt index 56ad533f96c..8c8c93353dc 100644 --- a/src/azure-cli/requirements.py3.Linux.txt +++ b/src/azure-cli/requirements.py3.Linux.txt @@ -31,7 +31,7 @@ azure-mgmt-cdn==12.0.0 azure-mgmt-cognitiveservices==13.5.0 azure-mgmt-compute==34.1.0 azure-mgmt-containerinstance==10.2.0b1 -azure-mgmt-containerregistry==14.0.0 +azure-mgmt-containerregistry==14.1.0b1 azure-mgmt-containerservice==36.0.0 azure-mgmt-core==1.5.0 azure-mgmt-cosmosdb==9.8.0 diff --git a/src/azure-cli/requirements.py3.windows.txt b/src/azure-cli/requirements.py3.windows.txt index 050a83d8928..2b310545d53 100644 --- a/src/azure-cli/requirements.py3.windows.txt +++ b/src/azure-cli/requirements.py3.windows.txt @@ -31,7 +31,7 @@ azure-mgmt-cdn==12.0.0 azure-mgmt-cognitiveservices==13.5.0 azure-mgmt-compute==34.1.0 azure-mgmt-containerinstance==10.2.0b1 -azure-mgmt-containerregistry==14.0.0 +azure-mgmt-containerregistry==14.1.0b1 azure-mgmt-containerservice==36.0.0 azure-mgmt-core==1.5.0 azure-mgmt-cosmosdb==9.8.0 diff --git a/src/azure-cli/setup.py b/src/azure-cli/setup.py index ac1be008b2e..b5030d2867f 100644 --- a/src/azure-cli/setup.py +++ b/src/azure-cli/setup.py @@ -76,7 +76,7 @@ 'azure-mgmt-cognitiveservices~=13.5.0', 'azure-mgmt-compute~=34.1.0', 'azure-mgmt-containerinstance==10.2.0b1', - 'azure-mgmt-containerregistry==14.0.0', + 'azure-mgmt-containerregistry==14.1.0b1', 'azure-mgmt-containerservice~=36.0.0', 'azure-mgmt-cosmosdb==9.8.0', 'azure-mgmt-databoxedge~=1.0.0',