|
Bugzilla – Full Text Bug Listing |
| Summary: | azure-cli: 'az sig image-definition' refers to nonexisting module | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Felix Niederwanger <felix.niederwanger> |
| Component: | Cloud:Tools | Assignee: | John Paul Adrian Glaubitz <adrian.glaubitz> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | adrian.glaubitz, rjschwei |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Full traceback of the 'az sig image-definition' command. | ||
|
Description
Felix Niederwanger
2023-07-06 09:46:42 UTC
(In reply to Felix Niederwanger from comment #0) > Created attachment 868031 [details] > Full traceback of the 'az sig image-definition' command. > > Observation: > > > $ az sig image-definition > > The command failed with an unexpected error. Here is the traceback: > > No module named 'azure.mgmt.compute.v2022_01_03.operations._shared_gallery_images_operations' I just packaged 2.50.0 today which has not been accepted yet. With 2.50.0, I am getting the following output: > glaubitz@suse-laptop:~> az sig image-definition > the following arguments are required: _subcommand > > Examples from AI knowledge base: > https://aka.ms/cli_ref > Read more about the command in reference docs > glaubitz@suse-laptop:~> I guess that Robert will accept these SRs later today, so you can give it a try: > https://build.opensuse.org/request/show/1097057 > https://build.opensuse.org/request/show/1097060 > https://build.opensuse.org/request/show/1097062 > https://build.opensuse.org/request/show/1097063 Thnx! I'm gone next week, but can then verify the week after if the new changes fix the issue. Hi Felix! (In reply to Felix Niederwanger from comment #2) > Thnx! I'm gone next week, but can then verify the week after if the new > changes fix the issue. Did you get a chance to try version 2.50.0? Hey,
Yep, with the new version the issue appears as resolved:
> phoenix@racetrack-7290:~> az sig image-definition
> the following arguments are required: _subcommand
>
> Examples from AI knowledge base:
> https://aka.ms/cli_ref
> Read more about the command in reference docs
> phoenix@racetrack-7290:~> az sig image-definition --help
>
> Group
> az sig image-definition : Manage shared gallery image with VM.
>
> ...
Closing ticket and thanks for the submission!
|