Skip to content

Commit

Permalink
Document that DeletedSecret.Value is always null (Azure#18300)
Browse files Browse the repository at this point in the history
Resolves Azure#17741

To note, I also checked if/how this applies to DeletedKey and DeletedCertificate. When retrieved individually, the public key portion of the JWK is retrieved and both the SecretId and KeyId on DeletedCertificate are present as well.
  • Loading branch information
heaths authored and jongio committed Feb 9, 2021
1 parent ae40ea4 commit 557cfed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public KeyVaultSecret(string name, string value)
/// <summary>
/// Gets the value of the secret.
/// </summary>
/// <value>This property is always null for <see cref="DeletedSecret"/>.</value>
public string Value { get; internal set; }

internal virtual void ReadProperty(JsonProperty prop)
Expand Down

0 comments on commit 557cfed

Please sign in to comment.