You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preface BackupOperation and RestoreOperation with "KeyVault" (like Java).
Use KeyVaultSelectiveKeyRestoreOperation and related prefixes where appropriate.
Move all types from within ".Models" to main namespace.
roleScope should preceed roleDefinitionName in DeleteRoleDefinition and GetRoleDefinition. Not only is this consistent with other tier 1 languages, but makes sense even within .NET. Methods for role assignments define the roleScope first, and any Get method defines it first as well.
Remove "WithScope" from KeyVaultRoleAssignPropertiesWithScope for consistency.
The text was updated successfully, but these errors were encountered:
KeyVaultAccessControlClient.CreateOrUpdateRoleDefinition()
. Seeset_role_definition
for Key Vault should reorder parameters azure-sdk-for-python#18579.BackupOperation
andRestoreOperation
with "KeyVault" (like Java).KeyVaultSelectiveKeyRestoreOperation
and related prefixes where appropriate.roleScope
should preceedroleDefinitionName
inDeleteRoleDefinition
andGetRoleDefinition
. Not only is this consistent with other tier 1 languages, but makes sense even within .NET. Methods for role assignments define theroleScope
first, and anyGet
method defines it first as well.KeyVaultRoleAssignPropertiesWithScope
for consistency.The text was updated successfully, but these errors were encountered: