-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fixes management support for AuthorizationRules #14865
Conversation
…ion of SharedAccessAuthorizationRule.
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.
minor comments
// each XML element to be prefaced with an explicit namespace. For example: | ||
// xmlns="foo" works because "foo" is assigned the global namespace. | ||
// xmlns:ns0="foo", and then prefixing all elements with ns0:AuthorizationRule will break. | ||
if (object instanceof CreateQueueBody) { |
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 there be else when it is not instance of CreateQueueBody
, should we log it ?
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.
If it's not an instance, it will just be the normal case where can return as is. This is a special case.
</Rights> | ||
<KeyName>test-name</KeyName> | ||
<PrimaryKey>/4jWkzKBFwO0VemXmUYtBnXJ3Me+saF8hQPE5HzJ/hg=</PrimaryKey> | ||
<SecondaryKey>NsNSEwj//k4ShF7wHsRHj54HsjnyWvyjmfCd3tfXR2Y=</SecondaryKey> |
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.
Are we supposed to add these keys here ?
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.
Yeah. They're keys to deleted sb instances now. I can change them.
AuthorizationRules were not currently supported.