-
Notifications
You must be signed in to change notification settings - Fork 862
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Shared Image Galleries] Exposing the regions
field in the response
#2855
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Comments
tombuildsstuff
changed the title
[Shared Image Galleries] Exposing the
[Shared Image Galleries] Exposing the Sep 28, 2018
retions
field in the responseregions
field in the response
@tombuildsstuff looks like this was recently fixed in the swagger. |
@jhendrixMSFT good spot, we've upgraded and this looks good to us - thanks :) |
RickWinter
added
the
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
label
Jul 12, 2021
azure-sdk
pushed a commit
that referenced
this issue
Mar 3, 2022
* Update existing comment from APIView bot
azure-sdk
pushed a commit
that referenced
this issue
Mar 4, 2022
* Update existing comment from APIView bot
azure-sdk
pushed a commit
that referenced
this issue
Mar 4, 2022
* Update existing comment from APIView bot
azure-sdk
pushed a commit
that referenced
this issue
Mar 5, 2022
* Update existing comment from APIView bot
azure-sdk
pushed a commit
that referenced
this issue
Mar 5, 2022
* Update existing comment from APIView bot
azure-sdk
pushed a commit
that referenced
this issue
Mar 5, 2022
* Update existing comment from APIView bot
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
👋
We're using SDK v20.1.0 with the Shared Image Galleries from this package:
When creating a version of an image - it's possible to specify the regions in which this should be replicated to as a slice of strings:
However this field isn't directly exposed in the API response - instead being returned as
targetRegions
:Whilst this
targetRegions
field is being returned - it's not available in the SDK response object (which instead references theregions
field from the Create) - would it be possible to expose this field?In terms of a workaround - we can currently use the
replicationStatus
to get this information - presuming it returns all of the locations?Would it be possible to expose this field?
Thanks!
The text was updated successfully, but these errors were encountered: