Skip to content
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

Key docs update after feedback #6925

Merged
merged 1 commit into from
Jul 15, 2019
Merged

Key docs update after feedback #6925

merged 1 commit into from
Jul 15, 2019

Conversation

maririos
Copy link
Member

  • Fixes key-permissions with list of values
  • Updates method UpdateKey with missing KeyOps parameter
  • Adds validation to DeleteSecret test to make sure we get DeletedDate assigned

Copy link
Member

@jsquire jsquire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@maririos maririos merged commit b2f8c6c into Azure:master Jul 15, 2019
@@ -148,7 +148,7 @@ Key key = client.CreateKey("key-name", KeyType.EllipticCurve);
// You can specify additional application-specific metadata in the form of tags.
key.Tags["foo"] = "updated tag";

KeyBase updatedKey = client.UpdateKey(key);
KeyBase updatedKey = client.UpdateKey(key, key.KeyMaterial.KeyOps);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't a comment on the docs but KeyOps should be optional on update key.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue #6932 created

@maririos maririos deleted the updateDocs branch February 7, 2020 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants