diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props index 8666d50fed2e5..7c94a2395b9fc 100644 --- a/eng/Packages.Data.props +++ b/eng/Packages.Data.props @@ -161,7 +161,7 @@ --> - + diff --git a/sdk/keyvault/Azure.Security.KeyVault.Secrets/src/SecretClient.cs b/sdk/keyvault/Azure.Security.KeyVault.Secrets/src/SecretClient.cs index 2a4bcd1462276..88ea9066f6f86 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Secrets/src/SecretClient.cs +++ b/sdk/keyvault/Azure.Security.KeyVault.Secrets/src/SecretClient.cs @@ -139,7 +139,6 @@ public virtual Response GetSecret(string name, string version = } } -#pragma warning disable AZC0015 // Unexpected client method return type. /// /// Get a specified secret from a given key vault, but does not throw an exception if the secret does not exist. /// @@ -207,7 +206,6 @@ public virtual NullableResponse GetSecretIfExists(string name, s throw; } } -#pragma warning restore AZC0015 // Unexpected client method return type. /// /// Lists the properties of all enabled and disabled versions of the specified secret. You can use the returned and in subsequent calls to .