diff --git a/docs-ref-services/latest/identity-broker-readme.md b/docs-ref-services/latest/identity-broker-readme.md index eb693aa628d6..ea3f4c4c86cb 100644 --- a/docs-ref-services/latest/identity-broker-readme.md +++ b/docs-ref-services/latest/identity-broker-readme.md @@ -1,12 +1,12 @@ --- title: Azure Identity Brokered Authentication client library for Java keywords: Azure, java, SDK, API, azure-identity-broker, identity -ms.date: 02/06/2024 +ms.date: 03/02/2024 ms.topic: reference ms.devlang: java ms.service: identity --- -# Azure Identity Brokered Authentication client library for Java - version 1.0.2 +# Azure Identity Brokered Authentication client library for Java - version 1.0.3 The Azure Identity Brokered Authentication library extends the Azure Identity library to provide brokered authentication support. This options class can be used to create an `InteractiveBrowserCredential` capable of using the system authentication broker in lieu of the web browser when available. @@ -19,7 +19,7 @@ The Azure Identity Brokered Authentication library extends the Azure Identity li #### Include the BOM file -Include the `azure-sdk-bom` in your project to take a dependency on the stable version of the library. In the following snippet, replace the `{bom_version_to_target}` placeholder with the version number. To learn more about the BOM, see the [Azure SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity-broker_1.0.2/sdk/boms/azure-sdk-bom/README.md). +Include the `azure-sdk-bom` in your project to take a dependency on the stable version of the library. In the following snippet, replace the `{bom_version_to_target}` placeholder with the version number. To learn more about the BOM, see the [Azure SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity-broker_1.0.3/sdk/boms/azure-sdk-bom/README.md). ```xml @@ -123,7 +123,7 @@ Credentials raise exceptions when they fail to authenticate or can't execute aut When credentials can't execute authentication due to one of the underlying resources required by the credential being unavailable on the machine a `CredentialUnavailableException` is raised. The exception has a `message` attribute that describes why the credential is unavailable for authentication execution. When this exception is raised by `ChainedTokenCredential`, the message collects error messages from each credential in the chain. -See the [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity-broker_1.0.2/sdk/identity/azure-identity/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios. +See the [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity-broker_1.0.3/sdk/identity/azure-identity/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios. ## Next steps @@ -141,14 +141,14 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con -[azure_core_library]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity-broker_1.0.2/sdk/core -[azure_identity_library]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity-broker_1.0.2/sdk/identity +[azure_core_library]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity-broker_1.0.3/sdk/core +[azure_identity_library]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity-broker_1.0.3/sdk/identity [azure_sub]: https://azure.microsoft.com/free/java [entra_id_doc]: https://learn.microsoft.com/entra/identity/ [code_of_conduct]: https://opensource.microsoft.com/codeofconduct/ [javadoc]: https://learn.microsoft.com/java/api/com.azure.identity.broker?view=azure-java-stable [jdk_link]: https://learn.microsoft.com/java/azure/jdk/?view=azure-java-stable [logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK -[secrets_client_library]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity-broker_1.0.2/sdk/keyvault/azure-security-keyvault-secrets -[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity-broker_1.0.2/sdk/identity/azure-identity-broker +[secrets_client_library]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity-broker_1.0.3/sdk/keyvault/azure-security-keyvault-secrets +[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity-broker_1.0.3/sdk/identity/azure-identity-broker diff --git a/docs-ref-services/latest/identity-readme.md b/docs-ref-services/latest/identity-readme.md index f778d1b3c361..f5977d5356f0 100644 --- a/docs-ref-services/latest/identity-readme.md +++ b/docs-ref-services/latest/identity-readme.md @@ -1,12 +1,12 @@ --- title: Azure Identity client library for Java keywords: Azure, java, SDK, API, azure-identity, identity -ms.date: 02/06/2024 +ms.date: 03/02/2024 ms.topic: reference ms.devlang: java ms.service: identity --- -# Azure Identity client library for Java - version 1.11.2 +# Azure Identity client library for Java - version 1.11.3 The Azure Identity library provides [Microsoft Entra ID](https://learn.microsoft.com/azure/active-directory/fundamentals/active-directory-whatis) ([formerly Azure Active Directory](https://learn.microsoft.com/azure/active-directory/fundamentals/new-name)) token authentication support across the Azure SDK. It provides a set of [TokenCredential](https://learn.microsoft.com/java/api/com.azure.core.credential.tokencredential?view=azure-java-stable) implementations that can be used to construct Azure SDK clients that support Microsoft Entra token authentication. @@ -19,7 +19,7 @@ The Azure Identity library provides [Microsoft Entra ID](https://learn.microsoft #### Include the BOM file -Include the `azure-sdk-bom` in your project to take a dependency on the stable version of the library. In the following snippet, replace the `{bom_version_to_target}` placeholder with the version number. To learn more about the BOM, see the [Azure SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity_1.11.2/sdk/boms/azure-sdk-bom/README.md). +Include the `azure-sdk-bom` in your project to take a dependency on the stable version of the library. In the following snippet, replace the `{bom_version_to_target}` placeholder with the version number. To learn more about the BOM, see the [Azure SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity_1.11.3/sdk/boms/azure-sdk-bom/README.md). ```xml @@ -206,7 +206,7 @@ The [Managed identity authentication](https://learn.microsoft.com/azure/active-d - [Azure Virtual Machines](https://learn.microsoft.com/azure/active-directory/managed-identities-azure-resources/how-to-use-vm-token) - [Azure Virtual Machines Scale Sets](https://learn.microsoft.com/azure/active-directory/managed-identities-azure-resources/qs-configure-powershell-windows-vmss) -**Note:** Use `azure-identity` version `1.7.0` or later to utilize [token caching](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity_1.11.2/sdk/identity/azure-identity/TOKEN_CACHING.md) support for managed identity authentication. +**Note:** Use `azure-identity` version `1.7.0` or later to utilize [token caching](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity_1.11.3/sdk/identity/azure-identity/TOKEN_CACHING.md) support for managed identity authentication. ### Examples @@ -557,7 +557,7 @@ Token caching is a feature provided by the Azure Identity library that allows ap - Improve resilience and performance. - Reduce the number of requests made to Microsoft Entra ID to obtain access tokens. -The Azure Identity library offers both in-memory and persistent disk caching. For more details, see the [token caching documentation](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity_1.11.2/sdk/identity/azure-identity/TOKEN_CACHING.md). +The Azure Identity library offers both in-memory and persistent disk caching. For more details, see the [token caching documentation](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity_1.11.3/sdk/identity/azure-identity/TOKEN_CACHING.md). ## Brokered authentication @@ -569,7 +569,7 @@ Credentials raise exceptions when they fail to authenticate or can't execute aut When credentials can't execute authentication due to one of the underlying resources required by the credential being unavailable on the machine, the`CredentialUnavailableException` is raised. The exception has a `message` attribute that describes why the credential is unavailable for authentication execution. When this exception is raised by `ChainedTokenCredential`, the message collects error messages from each credential in the chain. -See the [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity_1.11.2/sdk/identity/azure-identity/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios. +See the [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity_1.11.3/sdk/identity/azure-identity/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios. ## Next steps @@ -586,17 +586,17 @@ When you submit a pull request, a CLA-bot will automatically determine whether y This project has adopted the [Microsoft Open Source Code of Conduct][code_of_conduct]. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments. -[azure_core_library]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity_1.11.2/sdk/core +[azure_core_library]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity_1.11.3/sdk/core [azure_identity_broker]: https://central.sonatype.com/artifact/com.azure/azure-identity-broker -[azure_identity_broker_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-identity_1.11.2/sdk/identity/azure-identity-broker/README.md +[azure_identity_broker_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-identity_1.11.3/sdk/identity/azure-identity-broker/README.md [azure_sub]: https://azure.microsoft.com/free/ [code_of_conduct]: https://opensource.microsoft.com/codeofconduct/ [entraid_doc]: https://learn.microsoft.com/entra/identity/ [javadoc]: https://learn.microsoft.com/java/api/com.azure.identity?view=azure-java-stable [jdk_link]: https://learn.microsoft.com/java/azure/jdk/?view=azure-java-stable [logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK -[secrets_client_library]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity_1.11.2/sdk/keyvault/azure-security-keyvault-secrets -[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity_1.11.2/sdk/identity/azure-identity +[secrets_client_library]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity_1.11.3/sdk/keyvault/azure-security-keyvault-secrets +[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity_1.11.3/sdk/identity/azure-identity ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fidentity%2Fazure-identity%2FREADME.png) diff --git a/metadata/latest/azure-identity-broker.json b/metadata/latest/azure-identity-broker.json index 308d4afbb745..038325857339 100644 --- a/metadata/latest/azure-identity-broker.json +++ b/metadata/latest/azure-identity-broker.json @@ -1,6 +1,6 @@ { "Name": "azure-identity-broker", - "Version": "1.0.2", + "Version": "1.0.3", "DevVersion": null, "DirectoryPath": "sdk/identity/azure-identity-broker", "ServiceDirectory": "identity", @@ -10,5 +10,5 @@ "SdkType": "client", "IsNewSdk": true, "ArtifactName": "azure-identity-broker", - "ReleaseStatus": "2024-02-05" + "ReleaseStatus": "2024-03-01" } diff --git a/metadata/latest/azure-identity.json b/metadata/latest/azure-identity.json index 36d46e6145d9..cf7ca5a5ddd3 100644 --- a/metadata/latest/azure-identity.json +++ b/metadata/latest/azure-identity.json @@ -1,6 +1,6 @@ { "Name": "azure-identity", - "Version": "1.11.2", + "Version": "1.11.3", "DevVersion": null, "DirectoryPath": "sdk/identity/azure-identity", "ServiceDirectory": "identity", @@ -10,5 +10,5 @@ "SdkType": "client", "IsNewSdk": true, "ArtifactName": "azure-identity", - "ReleaseStatus": "2024-02-05" + "ReleaseStatus": "2024-03-01" }