-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[ContainerRegistry] new swagger #17790
Conversation
"""Set the properties for a tag | ||
|
||
:param tag: Tag to set properties for | ||
:type tag: str | ||
:param permissions: The property's values to be set | ||
:type permissions: ContentPermissions | ||
:returns: None | ||
:raises: None | ||
:returns: TagProperties |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be ~azure.containerregistry.TagProperties?
:returns: None | ||
:raises: None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like these (and the return/raise types for set_manifest_properties
) need an update like the sync client got
Add x-ms-identifiers to webpubsub/resource-manager. (Azure#17790) Co-authored-by: Steven Vukelich <svukel@microsoft.com>
No description provided.