Skip to content

Commit 2719dcf

Browse files
[Identity] update readme and sample folder for broker plugin references (Azure#27651)
1 parent 7bb0229 commit 2719dcf

File tree

18 files changed

+4
-5
lines changed

18 files changed

+4
-5
lines changed

sdk/identity/identity-broker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ main().catch((error) => {
101101
process.exit(1);
102102
});
103103
```
104-
For an example of using Electron app for retrieving a window handle, check [this sample](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity-broker/samples/v1-beta/typescript/src/index.ts).
104+
For an example of using an Electron app for retrieving a window handle, see [this sample](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity-broker/samples/v1/typescript/src/index.ts).
105105

106106
## Troubleshooting
107107

sdk/identity/identity-broker/samples/v1-beta/javascript/README.md renamed to sdk/identity/identity-broker/samples/v1/javascript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ npx cross-env AZURE_CLIENT_ID="<azure client id>" AZURE_AUTHORITY_HOST="<azure a
5757

5858
Take a look at our [API Documentation][apiref] for more information about the APIs that are available in the clients.
5959

60-
[index]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity-broker/samples/v1-beta/javascript/index.js
60+
[index]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity-broker/samples/v1/javascript/index.js
6161
[apiref]: https://learn.microsoft.com/javascript/api/@azure/identity
6262
[freesub]: https://azure.microsoft.com/free/
6363
[createinstance_azureactivedirectoryappregistration]: https://learn.microsoft.com/azure/active-directory/develop/quickstart-register-app

sdk/identity/identity-broker/samples/v1-beta/typescript/README.md renamed to sdk/identity/identity-broker/samples/v1/typescript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ npx cross-env AZURE_CLIENT_ID="<azure client id>" AZURE_AUTHORITY_HOST="<azure a
6363

6464
Take a look at our [API Documentation][apiref] for more information about the APIs that are available in the clients.
6565

66-
[index]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity-broker/samples/v1-beta/typescript/src/index.ts
66+
[index]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity-broker/samples/v1/typescript/src/index.ts
6767
[apiref]: https://learn.microsoft.com/javascript/api/@azure/identity
6868
[freesub]: https://azure.microsoft.com/free/nodejs
6969
[createinstance_azureactivedirectoryappregistration]: https://learn.microsoft.com/azure/active-directory/develop/quickstart-register-app

0 commit comments

Comments
 (0)