Skip to content

Commit ce25229

Browse files
authored
Merge pull request #14095 from nschonni/double-a
typo: Double word "a"
2 parents a4dc28a + 37f9e03 commit ce25229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/active-directory/managed-service-identity/qs-configure-template-windows-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ If you have a VM that no longer needs a managed service identity:
376376

377377
**Microsoft.Compute/virtualMachines API version 2017-12-01**
378378

379-
To remove a a single user assigned identity from a VM, remove it from the `identityIds` array.
379+
To remove a single user assigned identity from a VM, remove it from the `identityIds` array.
380380

381381
If you have a system assigned identity, keep it in the in the `type` value under the `identity` value.
382382

articles/active-directory/managed-service-identity/qs-configure-template-windows-vmss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ If you have a virtual machine scale set that no longer needs a managed service i
335335

336336
**Microsoft.Compute/virtualMachineScaleSets API version 2018-06-01**
337337

338-
To remove a a single user assigned identity from a virtual machine scale set, remove it from the `userAssignedIdentities` dictionary.
338+
To remove a single user assigned identity from a virtual machine scale set, remove it from the `userAssignedIdentities` dictionary.
339339

340340
If you have a system assigned identity, keep it in the in the `type` value under the `identity` value.
341341

0 commit comments

Comments
 (0)