AZ SIG ImageDefinition Creation not propagating description and release notes
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
> ### `az feedback` auto-generates most of the information requested below, as of CLI version 2.0.62
**Related command**
az sig image-definition create --resource-group MyResourceGroup \
--gallery-name MyGallery --gallery-image-definition MyImage \
--description
--release-note-uri
**Describe the bug**
I created image definition with description and release note uri, but those fields did not get passed to the SIG backend.
The created object is missing those fields.
**To Reproduce**
Run command above
**Expected behavior**
Returned object should contain description and release note uri
**Environment summary**
PS D:\Users\oe-lvyuanfang> az --version
azure-cli 2.42.0
core 2.42.0
telemetry 1.0.8
Extensions:
kusto 0.5.0
Dependencies:
msal 1.20.0
azure-mgmt-resource 21.1.0b1
Python location 'C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\python.exe'
Extensions directory 'D:\Users\oe-lvyuanfang\.azure\cliextensions'
Python (Windows) 3.10.8 (tags/v3.10.8:aaaf517, Oct 11 2022, 16:37:59) [MSC v.1933 32 bit (Intel)]
Legal docs and information: aka.ms/AzureCliLegal
Unable to check if your CLI is up-to-date. Check your internet connection.
**Additional context**
n/a
Contributor guide
Assessment
This issue has not been assessed yet.