forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Remove hard-coded version and name from clients (Azure#6557)" (…
…Azure#6684) This reverts commit 5e37d79.
- Loading branch information
1 parent
ad27a4a
commit 1f44a1b
Showing
39 changed files
with
143 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
...enthubs/azure-messaging-eventhubs/src/main/resources/azure-messaging-eventhubs.properties
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
...es/src/main/java/com/azure/security/keyvault/certificates/AzureKeyVaultConfiguration.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
|
||
package com.azure.security.keyvault.certificates; | ||
|
||
class AzureKeyVaultConfiguration { | ||
//TODO: Eventually remove these hardcoded strings with https://github.com/Azure/azure-sdk-for-java/issues/3141 | ||
static final String SDK_NAME = "Azure-Keyvault"; | ||
// {x-version-update-start;com.azure:azure-security-keyvault-certificates;current} | ||
static final String SDK_VERSION = "4.0.0-beta.6"; | ||
// {x-version-update-end} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
...security-keyvault-certificates/src/main/resources/azure-key-vault-certificates.properties
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...eyvault/azure-security-keyvault-certificates/src/main/resources/kvErrorStrings.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
credentials_required=Azure Key Vault credentials are required. | ||
vault_endpoint_required=Azure Key Vault endpoint url is required. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...main/java/com/azure/security/keyvault/keys/implementation/AzureKeyVaultConfiguration.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
|
||
package com.azure.security.keyvault.keys.implementation; | ||
|
||
public final class AzureKeyVaultConfiguration { | ||
//TODO: Eventually remove these hardcoded strings with https://github.com/Azure/azure-sdk-for-java/issues/3141 | ||
public static final String SDK_NAME = "Azure-Keyvault"; | ||
// {x-version-update-start;com.azure:azure-security-keyvault-keys;current} | ||
public static final String SDK_VERSION = "4.1.0-beta.1"; | ||
// {x-version-update-end} | ||
} |
2 changes: 0 additions & 2 deletions
2
sdk/keyvault/azure-security-keyvault-keys/src/main/resources/azure-key-vault-keys.properties
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 0 additions & 21 deletions
21
...s/src/test/java/com/azure/security/keyvault/keys/KeyVaultKeysUserAgentPropertiesTest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.