[Bug 1187881] New: regression in az network vnet create
https://bugzilla.suse.com/show_bug.cgi?id=1187881 Bug ID: 1187881 Summary: regression in az network vnet create Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: x86-64 OS: Linux Status: NEW Severity: Normal Priority: P5 - None Component: Cloud:Tools Assignee: public-cloud-maintainers@suse.de Reporter: ohering@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Created attachment 850676 --> https://bugzilla.suse.com/attachment.cgi?id=850676&action=edit py-az-westeu.sh.txt az network vnet create --resource-group x --location y --name z \ --address-prefix a --subnet-prefix b --subnet-name c The command failed with an unexpected error. Here is the traceback: cannot import name 'BatchManagementClient' from 'azure.mgmt.batch' (/usr/lib/python3.8/site-packages/azure/mgmt/batch/__init__.py) Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/knack/cli.py", line 231, in invoke cmd_result = self.invocation.execute(args) File "/usr/lib/python3.8/site-packages/azure/cli/core/commands/__init__.py", line 556, in execute self.commands_loader.load_arguments(command) File "/usr/lib/python3.8/site-packages/azure/cli/core/__init__.py", line 518, in load_arguments loader.load_arguments(command) # this adds entries to the argument registries File "/usr/lib/python3.8/site-packages/azure/cli/command_modules/network/__init__.py", line 39, in load_arguments load_arguments(self, command) File "/usr/lib/python3.8/site-packages/azure/cli/command_modules/network/_params.py", line 2165, in load_arguments from azure.cli.command_modules.network.private_link_resource_and_endpoint_connections.custom import TYPE_CLIENT_MAPPING, register_pro viders File "/usr/lib/python3.8/site-packages/azure/cli/command_modules/network/private_link_resource_and_endpoint_connections/custom.py", lin e 9, in <module> from .resource_providers.batch_provider import BatchPrivateEndpointClient File "/usr/lib/python3.8/site-packages/azure/cli/command_modules/network/private_link_resource_and_endpoint_connections/resource_provid ers/batch_provider.py", line 6, in <module> from azure.mgmt.batch import BatchManagementClient ImportError: cannot import name 'BatchManagementClient' from 'azure.mgmt.batch' (/usr/lib/python3.8/site-packages/azure/mgmt/batch/__init __.py) This used to work at some point in the past. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1187881 Robert Schweikert <rjschwei@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium CC| |rjschwei@suse.com Assignee|public-cloud-maintainers@su |adrian.glaubitz@suse.com |se.de | -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1187881 https://bugzilla.suse.com/show_bug.cgi?id=1187881#c1 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS --- Comment #1 from John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> --- This is fixed in Azure CLI version 2.25.0 which I just submitted. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1187881 https://bugzilla.suse.com/show_bug.cgi?id=1187881#c2 --- Comment #2 from John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> --- As a heads-up, the two package updates are currently being delayed by the python-urllib3 update which is blocked by python-geoip2 for which I have submitted a fix.
-- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1187881 https://bugzilla.suse.com/show_bug.cgi?id=1187881#c3 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|IN_PROGRESS |RESOLVED Resolution|--- |FIXED --- Comment #3 from John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> --- Fix was just released to Factory. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com