Skip to content

Commit 9ec12ed

Browse files
authored
Merge pull request Azure#1020 from meganbradley/meganbradley/docutune-autopr-20241018-185640-7272113-ignore-build
[BULK] - DocuTune remediation - Sensitive terms with GUIDs (part 2)
2 parents f6902fc + 9ed462b commit 9ec12ed

20 files changed

+26
-35
lines changed

azureadps-2.0-preview/AzureAD/Add-AzureADGroupOwner.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The **Add-AzureADGroupOwner** cmdlet adds an owner to an Azure Active Directory
2727

2828
### Example 1: Add an owner to a group
2929
```
30-
PS C:\>Add-AzureADGroupOwner -ObjectId "62438306-7c37-4638-a72d-0ee8d9217680" -RefObjectId "0a1068c0-dbb6-4537-9db3-b48f3e31dd76"
30+
PS C:\>Add-AzureADGroupOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -RefObjectId "bbbbbbbb-1111-2222-3333-cccccccccccc"
3131
```
3232

3333
This command adds an owner to a group.
@@ -114,5 +114,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
114114
115115
[Get-AzureADGroupOwner](./Get-AzureADGroupOwner.md)
116116
[Remove-AzureADGroupOwner](./Remove-AzureADGroupOwner.md)
117-
118-

azureadps-2.0-preview/AzureAD/Add-AzureADGroupOwner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ syntaxes:
1616
examples:
1717
- title: 'Example 1: Add an owner to a group'
1818
code: |-
19-
PS C:\>Add-AzureADGroupOwner -ObjectId "62438306-7c37-4638-a72d-0ee8d9217680" -RefObjectId "0a1068c0-dbb6-4537-9db3-b48f3e31dd76"
19+
PS C:\>Add-AzureADGroupOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -RefObjectId "bbbbbbbb-1111-2222-3333-cccccccccccc"
2020
description: |-
2121
This command adds an owner to a group.
2222
summary: ""

azureadps-2.0-preview/AzureAD/Add-AzureADMSApplicationOwner.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Adds an owner for an application object.
2323

2424
### Example 1: Add an owner to an application
2525
```
26-
PS C:\>Add-AzureADMSApplicationOwner -ObjectId 3ddd22e7-a150-4bb3-b100-e410dea1cb84 -RefObjectId c13dd34a-492b-4561-b171-40fcce2916c5
26+
PS C:\>Add-AzureADMSApplicationOwner -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -RefObjectId bbbbbbbb-1111-2222-3333-cccccccccccc
2727
```
2828

2929
This command adds an owner to an application.
@@ -75,4 +75,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7575
[Get-AzureADMSApplicationOwner]()
7676
7777
[Remove-AzureADMSApplicationOwner]()
78-

azureadps-2.0-preview/AzureAD/Add-AzureADMSApplicationOwner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ syntaxes:
1111
examples:
1212
- title: 'Example 1: Add an owner to an application'
1313
code: |-
14-
PS C:\>Add-AzureADMSApplicationOwner -ObjectId 3ddd22e7-a150-4bb3-b100-e410dea1cb84 -RefObjectId c13dd34a-492b-4561-b171-40fcce2916c5
14+
PS C:\>Add-AzureADMSApplicationOwner -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -RefObjectId bbbbbbbb-1111-2222-3333-cccccccccccc
1515
description: |-
1616
This command adds an owner to an application.
1717
summary: ""

azureadps-2.0-preview/AzureAD/Add-AzureADMSPrivilegedResource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use this API to add a new azure AD MS privileged resource.
2323

2424
### Example 1
2525
```
26-
PS C:\> Add-AzureADMSPrivilegedResource -ProviderId AzureResources -ExternalId "/subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d"
26+
PS C:\> Add-AzureADMSPrivilegedResource -ProviderId AzureResources -ExternalId "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"
2727
```
2828

2929
Register a new Resource

azureadps-2.0-preview/AzureAD/Add-AzureADMSPrivilegedResource.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
1616
code: |-
17-
PS C:\> Add-AzureADMSPrivilegedResource -ProviderId AzureResources -ExternalId "/subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d"
17+
PS C:\> Add-AzureADMSPrivilegedResource -ProviderId AzureResources -ExternalId "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"
1818
description: |-
1919
Register a new Resource
2020
summary: ""

azureadps-2.0-preview/AzureAD/Connect-AzureAD.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ New-AzureADApplicationKeyCredential -ObjectId $application.ObjectId -CustomKeyId
9595
$sp=New-AzureADServicePrincipal -AppId $application.AppId
9696
9797
# Give the Service Principal Reader access to the current tenant (Get-AzureADDirectoryRole)
98-
Add-AzureADDirectoryRoleMember -ObjectId 5997d714-c3b5-4d5b-9973-ec2f38fd49d5 -RefObjectId $sp.ObjectId
98+
Add-AzureADDirectoryRoleMember -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -RefObjectId $sp.ObjectId
9999
100100
# Get Tenant Detail
101101
$tenant=Get-AzureADTenantDetail
@@ -383,4 +383,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
383383
## RELATED LINKS
384384
385385
[Disconnect-AzureAD](./Disconnect-AzureAD.md)
386-

azureadps-2.0-preview/AzureAD/Connect-AzureAD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ examples:
7777
$sp=New-AzureADServicePrincipal -AppId $application.AppId
7878
7979
# Give the Service Principal Reader access to the current tenant (Get-AzureADDirectoryRole)
80-
Add-AzureADDirectoryRoleMember -ObjectId 5997d714-c3b5-4d5b-9973-ec2f38fd49d5 -RefObjectId $sp.ObjectId
80+
Add-AzureADDirectoryRoleMember -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -RefObjectId $sp.ObjectId
8181
8282
# Get Tenant Detail
8383
$tenant=Get-AzureADTenantDetail

azureadps-2.0-preview/AzureAD/Get-AzureADApplication.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This command gets an application by its display name.
4848

4949
### Example 2: Get an application by ID
5050
```
51-
PS C:\>Get-AzureADApplication -Filter "AppId eq 'ed192e92-84d4-4baf-997d-1e190a81f28e'"
51+
PS C:\>Get-AzureADApplication -Filter "AppId eq '00001111-aaaa-2222-bbbb-3333cccc4444'"
5252
```
5353

5454
This command gets an application by its ID.
@@ -57,7 +57,7 @@ Output:
5757

5858
ObjectId AppId DisplayName
5959
-------- ----- -----------
60-
ed192e92-84d4-4baf-997d-1e190a81f28e 36ee4c6c-0812-40a2-b820-b22ebd02bce3 MyNewApp
60+
00001111-aaaa-2222-bbbb-3333cccc4444 36ee4c6c-0812-40a2-b820-b22ebd02bce3 MyNewApp
6161

6262
### Retrieve an application by identifierUris
6363
```
@@ -156,7 +156,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
156156
[New-AzureADApplication](./New-AzureADApplication.md)
157157
[Remove-AzureADApplication](./Remove-AzureADApplication.md)
158158
[Set-AzureADApplication](./Set-AzureADApplication.md)
159-
160-
161-
162-

azureadps-2.0-preview/AzureAD/Get-AzureADApplication.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ examples:
2121
2222
ObjectId AppId DisplayName
2323
-------- ----- -----------
24-
3ddd22e7-a150-4bb3-b100-e410dea1cb84 36ee4c6c-0812-40a2-b820-b22ebd02bce3 TestName
24+
bbbbbbbb-1111-2222-3333-cccccccccccc 11112222-bbbb-3333-cccc-4444dddd5555 TestName
2525
description: |-
2626
This command gets an application by its display name.
2727
summary: ""
2828
- title: 'Example 2: Get an application by ID'
2929
code: |-
30-
PS C:\>Get-AzureADApplication -Filter "AppId eq 'ed192e92-84d4-4baf-997d-1e190a81f28e'"
30+
PS C:\>Get-AzureADApplication -Filter "AppId eq '00001111-aaaa-2222-bbbb-3333cccc4444'"
3131
description: |-
3232
This command gets an application by its ID.
3333
3434
Output:
3535
3636
ObjectId AppId DisplayName
3737
-------- ----- -----------
38-
ed192e92-84d4-4baf-997d-1e190a81f28e 36ee4c6c-0812-40a2-b820-b22ebd02bce3 MyNewApp
38+
aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb 00001111-aaaa-2222-bbbb-3333cccc4444 MyNewApp
3939
summary: ""
4040
- title: Retrieve an application by identifierUris
4141
code: |-

azureadps-2.0-preview/AzureAD/Get-AzureADApplicationExtensionProperty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The **Get-AzureADApplicationExtensionProperty** cmdlet gets application extensio
2727

2828
### Example 1: Get extension properties
2929
```
30-
PS C:\>Get-AzureADApplicationExtensionProperty -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84"
30+
PS C:\>Get-AzureADApplicationExtensionProperty -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
3131
3232
ObjectId Name TargetObjects
3333
-------- ---- -------------

azureadps-2.0-preview/AzureAD/Get-AzureADApplicationExtensionProperty.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ syntaxes:
1616
examples:
1717
- title: 'Example 1: Get extension properties'
1818
code: |-
19-
PS C:\>Get-AzureADApplicationExtensionProperty -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84"
19+
PS C:\>Get-AzureADApplicationExtensionProperty -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
2020
2121
ObjectId Name TargetObjects
2222
-------- ---- -------------
23-
344ed560-f8e7-410e-ab9f-c795a7df5c36 extension_36ee4c6c081240a2b820b22ebd02bce3_NewAttribute {}
23+
aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb extension_36ee4c6c081240a2b820b22ebd02bce3_NewAttribute {}
2424
description: |-
2525
This command gets the extension properties for the specified application in Azure Active Directory.
2626
summary: ""

azureadps-2.0-preview/AzureAD/Get-AzureADApplicationKeyCredential.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The **Get-AzureADApplicationKeyCredential** cmdlet gets the key credentials for
2727

2828
### Example 1: Get key credentials
2929
```
30-
PS C:\> Get-AzureADApplicationKeyCredential -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84"
30+
PS C:\> Get-AzureADApplicationKeyCredential -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
3131
```
3232

3333
This command gets the key credentials for the specified application.

azureadps-2.0-preview/AzureAD/Get-AzureADApplicationKeyCredential.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ syntaxes:
1616
examples:
1717
- title: 'Example 1: Get key credentials'
1818
code: |-
19-
PS C:\> Get-AzureADApplicationKeyCredential -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84"
19+
PS C:\> Get-AzureADApplicationKeyCredential -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
2020
description: |-
2121
This command gets the key credentials for the specified application.
2222
summary: ""

azureadps-2.0-preview/AzureAD/Get-AzureADApplicationLogo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This cmdlet retrieves the logo that is set for an application.
2626

2727
### Example 1
2828
```
29-
PS C:\WINDOWS\system32> Get-AzureADApplicationLogo -ObjectId 79592454-dea7-4660-9d91-f1768e5055ac
29+
PS C:\WINDOWS\system32> Get-AzureADApplicationLogo -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
3030
3131
3232
Tag :

azureadps-2.0-preview/AzureAD/Get-AzureADApplicationLogo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ syntaxes:
1818
examples:
1919
- title: Example 1
2020
code: |-
21-
PS C:\WINDOWS\system32> Get-AzureADApplicationLogo -ObjectId 79592454-dea7-4660-9d91-f1768e5055ac
21+
PS C:\WINDOWS\system32> Get-AzureADApplicationLogo -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
2222
2323
2424
Tag :

azureadps-2.0-preview/AzureAD/Get-AzureADApplicationOwner.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ The **Get-AzureADApplicationOwner** cmdlet get an owner of an Azure Active Direc
2626

2727
### Example 1: Get the owner of an application
2828
```
29-
PS C:\>Get-AzureADApplicationOwner -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84"
29+
PS C:\>Get-AzureADApplicationOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
3030
3131
ObjectId ObjectType
3232
-------- ----------
33-
c13dd34a-492b-4561-b171-40fcce2916c5 User
33+
aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb User
3434
```
3535

3636
This command gets the owner of an application.
@@ -95,4 +95,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9595
9696
[Add-AzureADApplicationOwner](./Add-AzureADApplicationOwner.md)
9797
[Remove-AzureADApplicationOwner](./Remove-AzureADApplicationOwner.md)
98-

azureadps-2.0-preview/AzureAD/Get-AzureADApplicationOwner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ syntaxes:
1313
examples:
1414
- title: 'Example 1: Get the owner of an application'
1515
code: |-
16-
PS C:\>Get-AzureADApplicationOwner -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84"
16+
PS C:\>Get-AzureADApplicationOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
1717
1818
ObjectId ObjectType
1919
-------- ----------
20-
c13dd34a-492b-4561-b171-40fcce2916c5 User
20+
aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb User
2121
description: |-
2222
This command gets the owner of an application.
2323
summary: ""

azureadps-2.0-preview/AzureAD/Get-AzureADApplicationPasswordCredential.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The **Get-AzureADApplicationPasswordCredential** cmdlet gets the password creden
2727

2828
### Example 1:
2929
```
30-
PS C:\>Get-AzureADApplicationPasswordCredential -ObjectId 3ddd22e7-a150-4bb3-b100-e410dea1cb84
30+
PS C:\>Get-AzureADApplicationPasswordCredential -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
3131
3232
CustomKeyIdentifier :
3333
EndDate : 9/28/2017 3:57:10 PM

azureadps-2.0-preview/AzureAD/Get-AzureADApplicationPasswordCredential.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ syntaxes:
1111
examples:
1212
- title: 'Example 1:'
1313
code: |-
14-
PS C:\>New-AzureADApplicationPasswordCredential -ObjectId 3ddd22e7-a150-4bb3-b100-e410dea1cb84
14+
PS C:\>New-AzureADApplicationPasswordCredential -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
1515
1616
CustomKeyIdentifier :
1717
EndDate : 9/28/2017 3:57:10 PM

0 commit comments

Comments
 (0)