Skip to content

Commit e366531

Browse files
committed
fixed common js version
1 parent 063fda1 commit e366531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/quickstarts/identity/includes/entra-id/support-entra-id-users-js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ npm init -y
4040

4141
### Install the package
4242

43-
Use the `npm install` command to install the Azure Identity and Azure Communication Services Common SDKs for JavaScript.
43+
Use the `npm install` command to install the Azure Identity and Azure Communication Services Common SDKs for JavaScript.The Azure Communication Services Common SDK version should be `2.4.0` or later.
4444

4545
```console
46-
npm install @azure/communication-common@2.3.2-beta.1 --save
46+
npm install @azure/communication-common@latest --save
4747
npm install --save @azure/identity
4848
npm install express --save
4949
npm install dotenv --save

0 commit comments

Comments
 (0)