Skip to content

Commit 3097476

Browse files
authored
Merge pull request Azure#1032 from meganbradley/meganbradley/docutune-autopr-20241018-185640-7318189-ignore-build
[BULK] - DocuTune remediation - Sensitive terms with GUIDs (part 14)
2 parents 3fa2928 + f643f10 commit 3097476

19 files changed

+51
-58
lines changed

azureadps-2.0/AzureAD/Get-AzureADGroupMember.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ syntaxes:
88
examples:
99
- title: 'Example 1: Get a group member by ID'
1010
code: |-
11-
PS C:\>Get-AzureADGroupMember -ObjectId "62438306-7c37-4638-a72d-0ee8d9217680"
11+
PS C:\>Get-AzureADGroupMember -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
1212
1313
ObjectId ObjectType
1414
-------- ----------
@@ -17,7 +17,7 @@ examples:
1717
summary: ""
1818
- title: 'Example 2: Get all members within a group by group ID'
1919
code: |-
20-
PS C:\> Get-AzureADGroupMember -ObjectId "12431118-5c12-6653-h82e-1ee8d9217682" -All $true
20+
PS C:\> Get-AzureADGroupMember -ObjectId "bbbbbbbb-1111-2222-3333-cccccccccccc" -All $true
2121
2222
ObjectId ObjectType
2323
-------- ----------

azureadps-2.0/AzureAD/Get-AzureADGroupOwner.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Get-AzureADGroupOwner cmdlet gets an owner of a group in the Microsoft Entra
2323

2424
### Example 1: Get a group owner by ID
2525
```
26-
PS C:\>Get-AzureADGroupOwner -ObjectId "62438306-7c37-4638-a72d-0ee8d9217680"
26+
PS C:\>Get-AzureADGroupOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
2727
2828
ObjectId ObjectType
2929
-------- ----------
@@ -96,4 +96,3 @@ See the [migration guide for Get-AzureADGroupOwner](./migrate/Get-AzureADGroupOw
9696
[Add-AzureADGroupOwner](Add-AzureADGroupOwner.md)
9797
9898
[Remove-AzureADGroupOwner](Remove-AzureADGroupOwner.md)
99-

azureadps-2.0/AzureAD/Get-AzureADGroupOwner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ syntaxes:
88
examples:
99
- title: 'Example 1: Get a group owner by ID'
1010
code: |-
11-
PS C:\>Get-AzureADGroupOwner -ObjectId "62438306-7c37-4638-a72d-0ee8d9217680"
11+
PS C:\>Get-AzureADGroupOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
1212
1313
ObjectId ObjectType
1414
-------- ----------

azureadps-2.0/AzureAD/Get-AzureADMSApplication.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PS C:\>Get-AzureADMSApplication -Filter "DisplayName eq 'My App'"
4848
System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PermissionScope]
4949
}
5050
51-
AppId : 807dd73f-8451-4cfa-b3bc-52ac3fd95330
51+
AppId : 00001111-aaaa-2222-bbbb-3333cccc4444
5252
AppRoles : {}
5353
IsDeviceOnlyAuthSupported :
5454
IsFallbackPublicClient :
@@ -92,7 +92,7 @@ This command gets an application by its display name.
9292

9393
### Example 2: Get an application by ID
9494
```
95-
PS C:\>Get-AzureADMSApplication -Filter "AppId eq 'ed192e92-84d4-4baf-997d-1e190a81f28e'"
95+
PS C:\>Get-AzureADMSApplication -Filter "AppId eq '11112222-bbbb-3333-cccc-4444dddd5555'"
9696
```
9797

9898
This command gets an application by its ID.
@@ -110,7 +110,7 @@ Id : ba4a97a7-3815-4752-bf4c-f1c0cccfff6a
110110
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]
111111
}
112112

113-
AppId : 807dd73f-8451-4cfa-b3bc-52ac3fd95330
113+
AppId : 00001111-aaaa-2222-bbbb-3333cccc4444
114114
AppRoles : {}
115115
IsDeviceOnlyAuthSupported :
116116
IsFallbackPublicClient :
@@ -156,7 +156,7 @@ Get-AzureADMSApplication -Filter "identifierUris/any(uri:uri eq 'http://wingtips
156156

157157
### Example 4: Get an application by object ID
158158
```
159-
PS C:\>Get-AzureADMSApplication -ObjectId ffe886bc-e978-4002-829e-cf5b1e83d56a
159+
PS C:\>Get-AzureADMSApplication -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
160160
```
161161

162162
This command gets an application by its object ID.
@@ -174,7 +174,7 @@ Id : f8bbcbe4-df80-4a6b-80c5-926e28e41407
174174
Oauth2PermissionScopes:
175175
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]
176176

177-
AppId : 18f78c92-365c-4fa0-9b6f-7e06fff27ffe
177+
AppId : 22223333-cccc-4444-dddd-5555eeee6666
178178
ApplicationTemplateId :
179179
AppRoles : {}
180180
GroupMembershipClaims :
@@ -240,7 +240,7 @@ Id : 121ce3aa-64cb-44f2-99e8-deb705caeddd
240240
Oauth2PermissionScopes:
241241
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]
242242

243-
AppId : a1293e4b-97ae-4f58-9eeb-d0ba5b4b821a
243+
AppId : 33334444-dddd-5555-eeee-6666ffff7777
244244
ApplicationTemplateId :
245245
AppRoles : {}
246246
GroupMembershipClaims :
@@ -298,7 +298,7 @@ Id : 121ce3aa-64cb-44f2-99e8-deb705caeddd
298298
Oauth2PermissionScopes:
299299
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]
300300

301-
AppId : 51546bbc-4233-42d3-a08e-c73a370f5d41
301+
AppId : 44445555-eeee-6666-ffff-7777aaaa8888
302302
ApplicationTemplateId :
303303
AppRoles : {}
304304
GroupMembershipClaims :
@@ -369,7 +369,7 @@ Id : 88da75d4-2cba-4c47-9a15-80a983228ad4
369369
Oauth2PermissionScopes:
370370
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]
371371

372-
AppId : 2cffc854-bbcf-404a-8bba-70d043534129
372+
AppId : 55556666-ffff-7777-aaaa-8888bbbb9999
373373
ApplicationTemplateId :
374374
AppRoles : {}
375375
GroupMembershipClaims :
@@ -517,4 +517,3 @@ See the [migration guide for Get-AzureADMSApplication](./migrate/Get-AzureADMSAp
517517
[Remove-AzureADMSApplication](Remove-AzureADMSApplication.md)
518518
519519
[Set-AzureADMSApplication](Set-AzureADMSApplication.md)
520-

azureadps-2.0/AzureAD/Get-AzureADMSApplication.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ examples:
3333
System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PermissionScope]
3434
}
3535
36-
AppId : 807dd73f-8451-4cfa-b3bc-52ac3fd95330
36+
AppId : 00001111-aaaa-2222-bbbb-3333cccc4444
3737
AppRoles : {}
3838
IsDeviceOnlyAuthSupported :
3939
IsFallbackPublicClient :
@@ -76,7 +76,7 @@ examples:
7676
summary: ""
7777
- title: 'Example 2: Get an application by ID'
7878
code: |-
79-
PS C:\>Get-AzureADMSApplication -Filter "AppId eq 'ed192e92-84d4-4baf-997d-1e190a81f28e'"
79+
PS C:\>Get-AzureADMSApplication -Filter "AppId eq '11112222-bbbb-3333-cccc-4444dddd5555'"
8080
description: |-
8181
This command gets an application by its ID.
8282
@@ -93,7 +93,7 @@ examples:
9393
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]
9494
}
9595
96-
AppId : 807dd73f-8451-4cfa-b3bc-52ac3fd95330
96+
AppId : 00001111-aaaa-2222-bbbb-3333cccc4444
9797
AppRoles : {}
9898
IsDeviceOnlyAuthSupported :
9999
IsFallbackPublicClient :
@@ -139,7 +139,7 @@ examples:
139139
summary: ""
140140
- title: 'Example 4: Get an application by object ID'
141141
code: |-
142-
PS C:\>Get-AzureADMSApplication -ObjectId ffe886bc-e978-4002-829e-cf5b1e83d56a
142+
PS C:\>Get-AzureADMSApplication -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
143143
description: |-
144144
This command gets an application by its object ID.
145145
@@ -156,7 +156,7 @@ examples:
156156
Oauth2PermissionScopes:
157157
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]
158158
159-
AppId : 18f78c92-365c-4fa0-9b6f-7e06fff27ffe
159+
AppId : 22223333-cccc-4444-dddd-5555eeee6666
160160
ApplicationTemplateId :
161161
AppRoles : {}
162162
GroupMembershipClaims :
@@ -221,7 +221,7 @@ examples:
221221
Oauth2PermissionScopes:
222222
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]
223223
224-
AppId : a1293e4b-97ae-4f58-9eeb-d0ba5b4b821a
224+
AppId : 33334444-dddd-5555-eeee-6666ffff7777
225225
ApplicationTemplateId :
226226
AppRoles : {}
227227
GroupMembershipClaims :
@@ -279,7 +279,7 @@ examples:
279279
Oauth2PermissionScopes:
280280
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]
281281
282-
AppId : 51546bbc-4233-42d3-a08e-c73a370f5d41
282+
AppId : 44445555-eeee-6666-ffff-7777aaaa8888
283283
ApplicationTemplateId :
284284
AppRoles : {}
285285
GroupMembershipClaims :
@@ -349,7 +349,7 @@ examples:
349349
Oauth2PermissionScopes:
350350
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]
351351
352-
AppId : 2cffc854-bbcf-404a-8bba-70d043534129
352+
AppId : 55556666-ffff-7777-aaaa-8888bbbb9999
353353
ApplicationTemplateId :
354354
AppRoles : {}
355355
GroupMembershipClaims :

azureadps-2.0/AzureAD/Get-AzureADMSApplicationExtensionProperty.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Retrieves the list of extension properties on an application object.
2323

2424
### Example 1: Get extension properties
2525
```
26-
PS C:\>Get-AzureADMSApplicationExtensionProperty -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84"
26+
PS C:\>Get-AzureADMSApplicationExtensionProperty -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
2727
2828
ObjectId Name TargetObjects
2929
-------- ---- -------------
@@ -68,4 +68,3 @@ See the [migration guide for Get-AzureADMSApplicationExtensionProperty](./migrat
6868
[New-AzureADMSApplicationExtensionProperty](New-AzureADMSApplicationExtensionProperty.md)
6969
7070
[Remove-AzureADMSApplicationExtensionProperty](Remove-AzureADMSApplicationExtensionProperty.md)
71-

azureadps-2.0/AzureAD/Get-AzureADMSApplicationExtensionProperty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ syntaxes:
1414
examples:
1515
- title: 'Example 1: Get extension properties'
1616
code: |-
17-
PS C:\>Get-AzureADMSApplicationExtensionProperty -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84"
17+
PS C:\>Get-AzureADMSApplicationExtensionProperty -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
1818
1919
ObjectId Name TargetObjects
2020
-------- ---- -------------

azureadps-2.0/AzureAD/Get-AzureADMSApplicationOwner.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Retrieves the list of owners for an application object.
2323

2424
### Example 1: Get the owner of an application
2525
```
26-
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -Top 1
26+
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -Top 1
2727
2828
ObjectId ObjectType
2929
-------- ----------
@@ -34,7 +34,7 @@ This command gets the owner of an application.
3434

3535
### Example 1: Get the owners of an application
3636
```
37-
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -All $true
37+
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -All $true
3838
3939
ObjectId ObjectType
4040
-------- ----------
@@ -112,4 +112,3 @@ See the [migration guide for Get-AzureADMSApplicationOwner](./migrate/Get-AzureA
112112
[Add-AzureADMSApplicationOwner](Add-AzureADMSApplicationOwner.md)
113113
114114
[Remove-AzureADMSApplicationOwner](Remove-AzureADMSApplicationOwner.md)
115-

azureadps-2.0/AzureAD/Get-AzureADMSApplicationOwner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ syntaxes:
1818
examples:
1919
- title: 'Example 1: Get the owner of an application'
2020
code: |-
21-
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -Top 1
21+
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -Top 1
2222
2323
ObjectId ObjectType
2424
-------- ----------
@@ -28,7 +28,7 @@ examples:
2828
summary: ""
2929
- title: 'Example 1: Get the owners of an application'
3030
code: |-
31-
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -All $true
31+
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -All $true
3232
3333
ObjectId ObjectType
3434
-------- ----------

azureadps-2.0/AzureAD/Get-AzureADMSConditionalAccessPolicy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,3 @@ See the [migration guide for Get-AzureADMSConditionalAccessPolicy](./migrate/Get
9696
[Set-AzureADMSConditionalAccessPolicy](Set-AzureADMSConditionalAccessPolicy.md)
9797
9898
[Remove-AzureADMSConditionalAccessPolicy](Remove-AzureADMSConditionalAccessPolicy.md)
99-

azureadps-2.0/AzureAD/Get-AzureADMSNamedLocationPolicy.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ This command retrieves a list of all named location policies in Azure AD.
4949

5050
### Example 2: Retrieves a named location policy in Azure AD with given Id.
5151
```
52-
PS C:\> Get-AzureADMSNamedLocationPolicy -PolicyId 1b7f0916-7677-40d8-97a1-d606f4ed8fcf
52+
PS C:\> Get-AzureADMSNamedLocationPolicy -PolicyId 6b5e999b-0ba8-4186-a106-e0296c1c4358
5353
5454
OdataType : #microsoft.graph.countryNamedLocation
55-
Id : 1b7f0916-7677-40d8-97a1-d606f4ed8fcf
55+
Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358
5656
DisplayName : Country named location
5757
CreatedDateTime : 2019-09-26T23:12:16.0792706Z
5858
ModifiedDateTime : 2019-09-27T00:12:12.5986473Z
@@ -100,4 +100,3 @@ See the [migration guide for Get-AzureADMSNamedLocationPolicy](./migrate/Get-Azu
100100
[Set-AzureADMSNamedLocationPolicy](Set-AzureADMSNamedLocationPolicy.md)
101101
102102
[Remove-AzureADMSNamedLocationPolicy](Remove-AzureADMSNamedLocationPolicy.md)
103-

azureadps-2.0/AzureAD/Get-AzureADMSNamedLocationPolicy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ examples:
2727
summary: ""
2828
- title: 'Example 2: Retrieves a named location policy in Azure AD with given Id.'
2929
code: |-
30-
PS C:\> Get-AzureADMSNamedLocationPolicy -PolicyId 1b7f0916-7677-40d8-97a1-d606f4ed8fcf
30+
PS C:\> Get-AzureADMSNamedLocationPolicy -PolicyId 6b5e999b-0ba8-4186-a106-e0296c1c4358
3131
3232
OdataType : #microsoft.graph.countryNamedLocation
33-
Id : 1b7f0916-7677-40d8-97a1-d606f4ed8fcf
33+
Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358
3434
DisplayName : Country named location
3535
CreatedDateTime : 2019-09-26T23:12:16.0792706Z
3636
ModifiedDateTime : 2019-09-27T00:12:12.5986473Z

azureadps-2.0/AzureAD/Get-AzureADMSPermissionGrantConditionSet.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSe
4040

4141
### Example 3: Get a permission grant condition set
4242
```
43-
PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes" -Id "665a9903-0398-48ab-b4e9-7a570d468b66"
43+
PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes" -Id "6b5e999b-0ba8-4186-a106-e0296c1c4358"
4444
```
4545

4646
## PARAMETERS
@@ -113,4 +113,3 @@ See the [migration guide for Get-AzureADMSPermissionGrantConditionSet](./migrate
113113
[Set-AzureADMSPermissionGrantConditionSet](Set-AzureADMSPermissionGrantConditionSet.md)
114114
115115
[Remove-AzureADMSPermissionGrantConditionSet](Remove-AzureADMSPermissionGrantConditionSet.md)
116-

azureadps-2.0/AzureAD/Get-AzureADMSPermissionGrantConditionSet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ examples:
3232
summary: ""
3333
- title: 'Example 3: Get a permission grant condition set'
3434
code: |-
35-
PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes" -Id "665a9903-0398-48ab-b4e9-7a570d468b66"
35+
PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes" -Id "6b5e999b-0ba8-4186-a106-e0296c1c4358"
3636
description: ""
3737
summary: ""
3838
parameters:

azureadps-2.0/AzureAD/Get-AzureADMSRoleAssignment.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ PS C:\> Get-AzureADMSRoleAssignment -Filter "roleDefinitionId eq '62e90394-69f5-
3838
3939
RoleDefinitionId PrincipalId ResourceScope Id
4040
---------------- ----------- ------------- --
41-
62e90394-69f5-4237-9190-012177145e34 69584002-b4d1-4055-9c94-320542efd653 / lAPpYvVpN0KRkAEhdxReEAJAWGnRqAVAnJQyBBLv1lM-1
42-
62e90394-69f5-4237-9190-012177145e34 3f5e48d2-6bf4-4bf3-a4ff-8bbd9f23ed0b / lAPpYvVpN0KRkAEhdxReENJPEj_0a_NLpP-LvZ8D7Qs-1
41+
62e90394-69f5-4237-9190-012177145e34 aaaaaaaa-bbbb-cccc-1111-222222222222 / lAPpYvVpN0KRkAEhdxReEAJAWGnRqAVAnJQyBBLv1lM-1
42+
62e90394-69f5-4237-9190-012177145e34 aaaaaaaa-bbbb-cccc-1111-222222222222 / lAPpYvVpN0KRkAEhdxReENJPEj_0a_NLpP-LvZ8D7Qs-1
4343
```
4444

4545
### Example 2
4646
```powershell
47-
PS C:\> Get-AzureADMSRoleAssignment -Filter "principalId eq '69584002-b4d1-4055-9c94-320542efd653'"
47+
PS C:\> Get-AzureADMSRoleAssignment -Filter "principalId eq 'aaaaaaaa-bbbb-cccc-1111-222222222222'"
4848
4949
RoleDefinitionId PrincipalId ResourceScope Id
5050
---------------- ----------- ------------- --
51-
89c55b63-78c3-478b-b79e-074d0e87269e 69584002-b4d1-4055-9c94-320542efd653 / Y1vFBcN4i0e3ngdNDocmngJAWGnRtGDAnJQyBBLv1lM-1
52-
62e90394-69f5-4237-9190-012177145e34 69584002-b4d1-4055-9c94-320542efd653 / lAPpYvVpN0KRkAEhdxReEAJAWGnRtGDAnJQyBBLv1lM-1
53-
eb1d8c90-acf5-460d-8424-c1f1a6fbdb85 69584002-b4d1-4055-9c94-320542efd653 / NIwd6_WsDUaEJMHxpvvbhQJAWGnRtGDAnJQyBBLv1lM-1
51+
89c55b63-78c3-478b-b79e-074d0e87269e aaaaaaaa-bbbb-cccc-1111-222222222222 / Y1vFBcN4i0e3ngdNDocmngJAWGnRtGDAnJQyBBLv1lM-1
52+
62e90394-69f5-4237-9190-012177145e34 aaaaaaaa-bbbb-cccc-1111-222222222222 / lAPpYvVpN0KRkAEhdxReEAJAWGnRtGDAnJQyBBLv1lM-1
53+
eb1d8c90-acf5-460d-8424-c1f1a6fbdb85 aaaaaaaa-bbbb-cccc-1111-222222222222 / NIwd6_WsDUaEJMHxpvvbhQJAWGnRtGDAnJQyBBLv1lM-1
5454
```
5555

5656
## PARAMETERS

azureadps-2.0/AzureAD/Get-AzureADMSRoleAssignment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ examples:
2626
2727
RoleDefinitionId PrincipalId ResourceScope Id
2828
---------------- ----------- ------------- --
29-
62e90394-69f5-4237-9190-012177145e34 69584002-b4d1-4055-9c94-320542efd653 / lAPpYvVpN0KRkAEhdxReEAJAWGnRqAVAnJQyBBLv1lM-1
30-
62e90394-69f5-4237-9190-012177145e34 3f5e48d2-6bf4-4bf3-a4ff-8bbd9f23ed0b / lAPpYvVpN0KRkAEhdxReENJPEj_0a_NLpP-LvZ8D7Qs-1
29+
62e90394-69f5-4237-9190-012177145e34 aaaaaaaa-bbbb-cccc-1111-222222222222 / lAPpYvVpN0KRkAEhdxReEAJAWGnRqAVAnJQyBBLv1lM-1
30+
62e90394-69f5-4237-9190-012177145e34 aaaaaaaa-bbbb-cccc-1111-222222222222 / lAPpYvVpN0KRkAEhdxReENJPEj_0a_NLpP-LvZ8D7Qs-1
3131
description: ""
3232
summary: ""
3333
- title: Example 2
3434
code: |-
35-
PS C:\> Get-AzureADMSRoleAssignment -Filter "principalId eq '69584002-b4d1-4055-9c94-320542efd653'"
35+
PS C:\> Get-AzureADMSRoleAssignment -Filter "principalId eq 'aaaaaaaa-bbbb-cccc-1111-222222222222'"
3636
3737
RoleDefinitionId PrincipalId ResourceScope Id
3838
---------------- ----------- ------------- --
39-
89c55b63-78c3-478b-b79e-074d0e87269e 69584002-b4d1-4055-9c94-320542efd653 / Y1vFBcN4i0e3ngdNDocmngJAWGnRtGDAnJQyBBLv1lM-1
40-
62e90394-69f5-4237-9190-012177145e34 69584002-b4d1-4055-9c94-320542efd653 / lAPpYvVpN0KRkAEhdxReEAJAWGnRtGDAnJQyBBLv1lM-1
41-
eb1d8c90-acf5-460d-8424-c1f1a6fbdb85 69584002-b4d1-4055-9c94-320542efd653 / NIwd6_WsDUaEJMHxpvvbhQJAWGnRtGDAnJQyBBLv1lM-1
39+
89c55b63-78c3-478b-b79e-074d0e87269e aaaaaaaa-bbbb-cccc-1111-222222222222 / Y1vFBcN4i0e3ngdNDocmngJAWGnRtGDAnJQyBBLv1lM-1
40+
62e90394-69f5-4237-9190-012177145e34 aaaaaaaa-bbbb-cccc-1111-222222222222 / lAPpYvVpN0KRkAEhdxReEAJAWGnRtGDAnJQyBBLv1lM-1
41+
eb1d8c90-acf5-460d-8424-c1f1a6fbdb85 aaaaaaaa-bbbb-cccc-1111-222222222222 / NIwd6_WsDUaEJMHxpvvbhQJAWGnRtGDAnJQyBBLv1lM-1
4242
description: ""
4343
summary: ""
4444
parameters:

0 commit comments

Comments
 (0)