Skip to content

Commit 96b25d9

Browse files
Stefan GilcaStefan Gilca
authored andcommitted
Fix the rendering of the banners
1 parent 1225b20 commit 96b25d9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

articles/communication-services/concepts/identity-model.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Managing a mapping between Azure Communication Services user identities and your
3535

3636
> [!IMPORTANT]
3737
> This feature is available starting with the SDK version `1.4.0-beta1`.
38+
3839
> [!NOTE]
3940
> This feature is currently in preview.
4041

articles/communication-services/quickstarts/identity/includes/access-tokens/access-token-js.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@ Store the received identity with mapping to your application's users (for exampl
118118
119119
## (Preview) Create an identity with an associated custom ID
120120
121-
> [!IMPORTANT] 
121+
> [!IMPORTANT]
122122
> This feature is available starting with the SDK version `1.4.0-beta1`.
123-
> [!NOTE] 
123+
124+
> [!NOTE]
124125
> This feature is currently in preview.
125126
126127
You can create an identity with an associated `customId` to map your application's user identities to Azure Communication Services identities. When you call `createUser` with the same `customId`, the service returns the same `communicationUserId`. This eliminates the need to store the mapping yourself.
@@ -135,6 +136,7 @@ console.log(`\nCreated an identity with ID: ${identityResponse.communicationUser
135136

136137
> [!IMPORTANT
137138
> This feature is available starting with the SDK version `1.4.0-beta1`.
139+
138140
> [!NOTE
139141
> This feature is currently in preview.
140142

@@ -196,6 +198,7 @@ console.log(token);
196198

197199
> [!IMPORTANT
198200
> This feature is available starting with the SDK version `1.4.0-beta1`.
201+
199202
> [!NOTE
200203
> This feature is currently in preview.
201204

articles/communication-services/quickstarts/identity/includes/access-tokens/access-token-net.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Store the received identity with mapping to your application users (for example,
126126

127127
> [!IMPORTANT] 
128128
> This feature is available starting with the SDK version `1.4.0-beta1`.
129+
129130
> [!NOTE] 
130131
> This feature is currently in preview.
131132
@@ -141,6 +142,7 @@ Console.WriteLine($"\nCreated an identity with ID: {identity.Id}");
141142

142143
> [!IMPORTANT] 
143144
> This feature is available starting with the SDK version `1.4.0-beta1`.
145+
144146
> [!NOTE] 
145147
> This feature is currently in preview.
146148
@@ -204,6 +206,7 @@ Console.WriteLine(token);
204206

205207
> [!IMPORTANT] 
206208
> This feature is available starting with the SDK version `1.4.0-beta1`.
209+
207210
> [!NOTE] 
208211
> This feature is currently in preview.
209212

0 commit comments

Comments
 (0)