Skip to content

Commit 59d1fb0

Browse files
committed
Update docs metadata
1 parent f4ce736 commit 59d1fb0

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

docs-ref-services/latest/identity-broker-readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title:
3-
keywords: Azure, python, SDK, API, azure-identity-broker, identity
4-
ms.date: 04/09/2024
3+
keywords: Azure, python, SDK, API, azure-identity-broker, entra-id
4+
ms.date: 10/08/2024
55
ms.topic: reference
66
ms.devlang: python
7-
ms.service: identity
7+
ms.service: entra-id
88
---
99

1010

@@ -50,7 +50,7 @@ ms-appx-web://Microsoft.AAD.BrokerPlugin/{client_id}
5050

5151
### Authenticate with `InteractiveBrowserBrokerCredential`
5252

53-
This example demonstrates using `InteractiveBrowserBrokerCredential` as a broker-enabled credential for authenticating with the `BlobServiceClient` from the [azure-storage-blob][azure_storage_blob] library. Here, the `win32gui` package is used to get the current window.
53+
This example demonstrates using `InteractiveBrowserBrokerCredential` as a broker-enabled credential for authenticating with the `BlobServiceClient` from the [azure-storage-blob][azure_storage_blob] library. Here, the `win32gui` module from the `pywin32` package is used to get the current window.
5454

5555
```python
5656
import win32gui
@@ -109,6 +109,6 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
109109
[entra_id]: https://learn.microsoft.com/entra/identity/
110110
[pip]: https://pypi.org/project/pip
111111
[ref_docs]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-identity-broker/latest/index.html
112-
[source_code]: https://github.com/Azure/azure-sdk-for-python/blob/azure-identity-broker_1.1.0/sdk/identity/azure-identity-broker
113-
[troubleshooting_guide]: https://github.com/Azure/azure-sdk-for-python/blob/azure-identity-broker_1.1.0/sdk/identity/azure-identity/TROUBLESHOOTING.md
112+
[source_code]: https://github.com/Azure/azure-sdk-for-python/blob/azure-identity-broker_1.2.0/sdk/identity/azure-identity-broker
113+
[troubleshooting_guide]: https://github.com/Azure/azure-sdk-for-python/blob/azure-identity-broker_1.2.0/sdk/identity/azure-identity/TROUBLESHOOTING.md
114114

metadata/latest/azure-identity-broker.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "azure-identity-broker",
3-
"Version": "1.1.0",
3+
"Version": "1.2.0",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/identity/azure-identity-broker",
66
"ServiceDirectory": "identity",
@@ -10,7 +10,11 @@
1010
"SdkType": "client",
1111
"IsNewSdk": false,
1212
"ArtifactName": "azure-identity-broker",
13-
"ReleaseStatus": "2024-04-09",
13+
"ReleaseStatus": "2024-10-08",
14+
"IncludedForValidation": false,
15+
"AdditionalValidationPackages": [
16+
""
17+
],
1418
"Namespaces": [
1519
"azure.identity.broker"
1620
]

0 commit comments

Comments
 (0)