Skip to content

Commit 3357a08

Browse files
committed
metadata and absolute links
1 parent abedae0 commit 3357a08

File tree

3 files changed

+21
-24
lines changed

3 files changed

+21
-24
lines changed

docs-ref-services/latest/iot.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22
title: Azure IoT Hub libraries for Java
33
description: Reference documentation for the Java Azure IoT Hub libraries
44
keywords: Azure, Java, SDK, API, event, IoT, streams, devices, iot hub
5-
author: ramya-rao-a
6-
ms.author: ramyar
5+
author: sima-zhu
6+
ms.author: sizhu
77
manager: douge
88
ms.date: 07/20/2017
99
ms.topic: reference
10-
ms.technology: azure
1110
ms.devlang: java
1211
ms.service: iot-hub
1312
---
1413

1514
# Azure IoT libraries for Java
1615

17-
Connect, monitor, and control Internet of Things assets with [Azure IoT Hub](https://docs.microsoft.com/azure/iot-hub/iot-hub-what-is-iot-hub).
16+
Connect, monitor, and control Internet of Things assets with [Azure IoT Hub](/azure/iot-hub/iot-hub-what-is-iot-hub).
1817

1918
To get started with Azure IoT Hub, see [Connect your device to your IoT hub using Java](/azure/iot-hub/iot-hub-java-java-getstarted).
2019

docs-ref-services/latest/key-vault-index.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22
title: Azure Key Vault libraries for Java
33
description: Overview of the Azure Key Vault libraries for Java
44
keywords: Azure, Java, SDK, API, keyvault, secure, keys, secrets, vault
5-
author: ramya-rao-a
6-
ms.author: ramyar
5+
author: sima-zhu
6+
ms.author: sizhu
77
manager: douge
88
ms.date: 11/21/2019
99
ms.topic: reference
10-
ms.prod: azure
11-
ms.technology: azure
1210
ms.devlang: java
1311
ms.service: key-vault
1412
---
1513

1614
# Azure Key Vault libraries for Java
1715

18-
The Azure Key Vault client libraries for Java offer a convenient interface for making calls to Azure Key Vault. For more information about Azure Key Vault, see [Introduction to Azure Key Vault](https://docs.microsoft.com/azure/key-vault/general/overview).
16+
The Azure Key Vault client libraries for Java offer a convenient interface for making calls to Azure Key Vault. For more information about Azure Key Vault, see [Introduction to Azure Key Vault](/azure/key-vault/general/overview).
1917

2018
## Libraries for data access
2119

@@ -43,16 +41,16 @@ Use the following version 1.x.x libraries to work with certificates, keys, and s
4341

4442
| Library | Reference | Package | Source |
4543
|--------------------------------------|---------------------------------------------------------------|-------------------------------------------------------------------------------|-------------------------------------------------------------------------------|
46-
| microsoft-azure-keyvault-core | [Reference](https://docs.microsoft.com/java/api/com.microsoft.azure.keyvault.core?view=azure-java-legacy&viewFallbackFrom=azure-java-stable) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault-core) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault-core) |
47-
| microsoft-azure-keyvault-cryptography | [Reference](https://docs.microsoft.com/java/api/com.microsoft.azure.keyvault.cryptography?view=azure-java-legacy&viewFallbackFrom=azure-java-stable) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault-cryptography) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault-cryptography) |
48-
| microsoft-azure-keyvault-extensions | [Reference](https://docs.microsoft.com/java/api/com.microsoft.azure.keyvault.extensions?view=azure-java-legacy&viewFallbackFrom=azure-java-stable) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault-extensions) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault-extensions) |
49-
| microsoft-azure-keyvault-webkey | [Reference](https://docs.microsoft.com/java/api/com.microsoft.azure.keyvault.webkey?view=azure-java-legacy&viewFallbackFrom=azure-java-stable) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault-webkey) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault-webkey) |
50-
| microsoft-azure-keyvault | [Reference](https://docs.microsoft.com/java/api/com.microsoft.azure.keyvault?view=azure-java-legacy&viewFallbackFrom=azure-java-stable) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault) |
44+
| microsoft-azure-keyvault-core | [Reference](/java/api/com.microsoft.azure.keyvault.core) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault-core) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault-core) |
45+
| microsoft-azure-keyvault-cryptography | [Reference](/java/api/com.microsoft.azure.keyvault.cryptography) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault-cryptography) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault-cryptography) |
46+
| microsoft-azure-keyvault-extensions | [Reference](/java/api/com.microsoft.azure.keyvault.extensions) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault-extensions) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault-extensions) |
47+
| microsoft-azure-keyvault-webkey | [Reference](/java/api/com.microsoft.azure.keyvault.webkey) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault-webkey) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault-webkey) |
48+
| microsoft-azure-keyvault | [Reference](/java/api/com.microsoft.azure.keyvault) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault) |
5149

5250
## Libraries for resource management
5351

5452
Use the following library to work with the Azure Key Vault resource provider:
5553

5654
| Library | Reference | Package | Source |
5755
|------------------------------------------|-------------------------------------------------------------------|-----------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|
58-
| azure-mgmt-keyvault | [Reference](https://docs.microsoft.com/java/api/com.microsoft.azure.management.keyvault?view=azure-java-stable) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-mgmt-keyvault) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/mgmt) |
56+
| azure-mgmt-keyvault | [Reference](/java/api/com.microsoft.azure.management.keyvault) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-mgmt-keyvault) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/mgmt) |

docs-ref-services/latest/key-vault.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Azure Key Vault client libraries for Java
33
description: Overview of the Azure Key Vault libraries for Java
44
keywords: Azure, Java, SDK, API, keyvault, secure, keys, secrets, vault
5-
author: ramya-rao-a
6-
ms.author: ramyar
5+
author: sima-zhu
6+
ms.author: sizhu
77
manager: douge
88
ms.date: 11/21/2019
99
ms.topic: reference
@@ -13,7 +13,7 @@ ms.service: key-vault
1313

1414
# Azure Key Vault libraries for Java
1515

16-
The Azure Key Vault client libraries for Java offer a convenient interface for making calls to Azure Key Vault. For more information about Azure Key Vault, see [Introduction to Azure Key Vault](https://docs.microsoft.com/azure/key-vault/general/overview).
16+
The Azure Key Vault client libraries for Java offer a convenient interface for making calls to Azure Key Vault. For more information about Azure Key Vault, see [Introduction to Azure Key Vault](/azure/key-vault/general/overview).
1717

1818
## Libraries for data access
1919

@@ -41,16 +41,16 @@ Use the following version 1.x.x libraries to work with certificates, keys, and s
4141

4242
| Library | Reference | Package | Source |
4343
|--------------------------------------|---------------------------------------------------------------|-------------------------------------------------------------------------------|-------------------------------------------------------------------------------|
44-
| microsoft-azure-keyvault-core | [Reference](https://docs.microsoft.com/java/api/com.microsoft.azure.keyvault.core?view=azure-java-legacy&viewFallbackFrom=azure-java-stable) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault-core) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault-core) |
45-
| microsoft-azure-keyvault-cryptography | [Reference](https://docs.microsoft.com/java/api/com.microsoft.azure.keyvault.cryptography?view=azure-java-legacy&viewFallbackFrom=azure-java-stable) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault-cryptography) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault-cryptography) |
46-
| microsoft-azure-keyvault-extensions | [Reference](https://docs.microsoft.com/java/api/com.microsoft.azure.keyvault.extensions?view=azure-java-legacy&viewFallbackFrom=azure-java-stable) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault-extensions) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault-extensions) |
47-
| microsoft-azure-keyvault-webkey | [Reference](https://docs.microsoft.com/java/api/com.microsoft.azure.keyvault.webkey?view=azure-java-legacy&viewFallbackFrom=azure-java-stable) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault-webkey) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault-webkey) |
48-
| microsoft-azure-keyvault | [Reference](https://docs.microsoft.com/java/api/com.microsoft.azure.keyvault?view=azure-java-legacy&viewFallbackFrom=azure-java-stable) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault) |
44+
| microsoft-azure-keyvault-core | [Reference](/java/api/com.microsoft.azure.keyvault.core) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault-core) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault-core) |
45+
| microsoft-azure-keyvault-cryptography | [Reference](/java/api/com.microsoft.azure.keyvault.cryptography) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault-cryptography) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault-cryptography) |
46+
| microsoft-azure-keyvault-extensions | [Reference](/java/api/com.microsoft.azure.keyvault.extensions) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault-extensions) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault-extensions) |
47+
| microsoft-azure-keyvault-webkey | [Reference](/java/api/com.microsoft.azure.keyvault.webkey) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault-webkey) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault-webkey) |
48+
| microsoft-azure-keyvault | [Reference](/java/api/com.microsoft.azure.keyvault) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/microsoft-azure-keyvault) |
4949

5050
## Libraries for resource management
5151

5252
Use the following library to work with the Azure Key Vault resource provider:
5353

5454
| Library | Reference | Package | Source |
5555
|------------------------------------------|-------------------------------------------------------------------|-----------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|
56-
| azure-mgmt-keyvault | [Reference](https://docs.microsoft.com/java/api/com.microsoft.azure.management.keyvault?view=azure-java-stable) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-mgmt-keyvault) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/mgmt) |
56+
| azure-mgmt-keyvault | [Reference](/java/api/com.microsoft.azure.management.keyvault) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-mgmt-keyvault) | [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/keyvault/mgmt) |

0 commit comments

Comments
 (0)