Skip to content

Commit

Permalink
Resolve PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed Mar 16, 2023
1 parent f101a9b commit 24f0494
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ public virtual Response<KeyVaultSecret> GetSecret(string name, string version =
}
}

#pragma warning disable AZC0015 // Unexpected client method return type.
/// <summary>
/// Get a specified secret from a given key vault, but does not throw an exception if the secret does not exist.
/// </summary>
Expand Down Expand Up @@ -207,7 +206,6 @@ public virtual NullableResponse<KeyVaultSecret> GetSecretIfExists(string name, s
throw;
}
}
#pragma warning restore AZC0015 // Unexpected client method return type.

/// <summary>
/// Lists the properties of all enabled and disabled versions of the specified secret. You can use the returned <see cref="SecretProperties.Name"/> and <see cref="SecretProperties.Version"/> in subsequent calls to <see cref="GetSecretAsync"/>.
Expand Down

0 comments on commit 24f0494

Please sign in to comment.