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
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-security-keyvault-secrets-v2/src/main/java/com/azure/v2/security/keyvault/secrets/SecretClient.java
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-security-keyvault-secrets-v2/src/main/java/com/azure/v2/security/keyvault/secrets/SecretClientBuilder.java
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-security-keyvault-secrets-v2/src/main/java/com/azure/v2/security/keyvault/secrets/implementation/KeyVaultCredentialPolicy.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -324,9 +324,9 @@ public static void clearCache() {
324
324
* @return The host name and port of the Key Vault or Managed HSM endpoint.
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-security-keyvault-secrets-v2/src/main/java/com/azure/v2/security/keyvault/secrets/implementation/SecretClientImpl.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -560,7 +560,7 @@ public Response<SecretBundle> updateSecretWithResponse(String secretName, String
560
560
* </pre>
561
561
*
562
562
* @param secretName The name of the secret.
563
-
* @param secretVersion The version of the secret. This URI fragment is optional. If not specified, the latest
563
+
* @param secretVersion The version of the secret. This URL fragment is optional. If not specified, the latest
564
564
* version of the secret is returned.
565
565
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
566
566
* @throws HttpResponseException thrown if the service returns an error.
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-security-keyvault-secrets-v2/src/main/java/com/azure/v2/security/keyvault/secrets/implementation/models/SecretsModelsUtils.java
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-security-keyvault-secrets-v2/src/main/java/com/azure/v2/security/keyvault/secrets/models/KeyVaultSecretIdentifier.java
0 commit comments