Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BULK] - DocuTune remediation - Sensitive terms with GUIDs (part 14) #1032

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

meganbradley
Copy link
Contributor

Applying sensitive terms with GUID changes as part of Content SFI and outlined in Overview - Writing content securely - Platform Manual. Changes are part of the Microsoft-wide SFI effort. Point of contact: @CelesteDG

DocuTune v1.5.2.0
CorrelationId: ac15aa43-4e2b-437f-ab1c-fdd7e79cd4db

#docutune

@meganbradley
Copy link
Contributor Author

#docutune-review

Copy link
Contributor

Learn Build status updates of commit a1208d5:

❌ Validation status: errors

Please follow instructions here which may help to resolve issue.

File Status Preview URL Details
azureadps-2.0/AzureAD/migrate/New-AzureADUser.md ❌Error Details

azureadps-2.0/AzureAD/migrate/New-AzureADUser.md

  • Line 28, Column 1: [Error: include-not-found - See documentation] Invalid include link: '~/graphref/api-reference/v1.0/includes/permissions/user-post-users-permissions.md'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@msewaweru msewaweru closed this Oct 22, 2024
@msewaweru msewaweru reopened this Oct 22, 2024
Copy link
Contributor

Learn Build status updates of commit a1208d5:

✅ Validation status: passed

File Status Preview URL Details
azureadps-2.0/AzureAD/Get-AzureADGroupMember.yml ✅Succeeded
azureadps-2.0/AzureAD/Get-AzureADGroupOwner.md ✅Succeeded View (azureadps-2.0)
azureadps-2.0/AzureAD/Get-AzureADGroupOwner.yml ✅Succeeded
azureadps-2.0/AzureAD/Get-AzureADMSApplication.md ✅Succeeded View (azureadps-2.0)
azureadps-2.0/AzureAD/Get-AzureADMSApplication.yml ✅Succeeded
azureadps-2.0/AzureAD/Get-AzureADMSApplicationExtensionProperty.md ✅Succeeded View (azureadps-2.0)
azureadps-2.0/AzureAD/Get-AzureADMSApplicationExtensionProperty.yml ✅Succeeded
azureadps-2.0/AzureAD/Get-AzureADMSApplicationOwner.md ✅Succeeded View (azureadps-2.0)
azureadps-2.0/AzureAD/Get-AzureADMSApplicationOwner.yml ✅Succeeded
azureadps-2.0/AzureAD/Get-AzureADMSConditionalAccessPolicy.md ✅Succeeded View (azureadps-2.0)
azureadps-2.0/AzureAD/Get-AzureADMSConditionalAccessPolicy.yml ✅Succeeded
azureadps-2.0/AzureAD/Get-AzureADMSNamedLocationPolicy.md ✅Succeeded View (azureadps-2.0)
azureadps-2.0/AzureAD/Get-AzureADMSNamedLocationPolicy.yml ✅Succeeded
azureadps-2.0/AzureAD/Get-AzureADMSPermissionGrantConditionSet.md ✅Succeeded View (azureadps-2.0)
azureadps-2.0/AzureAD/Get-AzureADMSPermissionGrantConditionSet.yml ✅Succeeded
azureadps-2.0/AzureAD/Get-AzureADMSRoleAssignment.md ✅Succeeded View (azureadps-2.0)
azureadps-2.0/AzureAD/Get-AzureADMSRoleAssignment.yml ✅Succeeded
azureadps-2.0/AzureAD/Get-AzureADObjectByObjectId.md ✅Succeeded View (azureadps-2.0)
azureadps-2.0/AzureAD/Get-AzureADObjectByObjectId.yml ✅Succeeded
azureadps-2.0/AzureAD/Get-AzureADUserCreatedObject.md ✅Succeeded View (azureadps-2.0)

For more details, please refer to the build report.

For any questions, please:

Copy link
Collaborator

@msewaweru msewaweru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For most files, the GUIDs in the output aren't updated.

@@ -23,7 +23,7 @@ The Get-AzureADGroupOwner cmdlet gets an owner of a group in the Microsoft Entra

### Example 1: Get a group owner by ID
```
PS C:\>Get-AzureADGroupOwner -ObjectId "62438306-7c37-4638-a72d-0ee8d9217680"
PS C:\>Get-AzureADGroupOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Object ID GUID in the output isn't updated.

@@ -17,7 +17,7 @@ examples:
summary: ""
- title: 'Example 2: Get all members within a group by group ID'
code: |-
PS C:\> Get-AzureADGroupMember -ObjectId "12431118-5c12-6653-h82e-1ee8d9217682" -All $true
PS C:\> Get-AzureADGroupMember -ObjectId "bbbbbbbb-1111-2222-3333-cccccccccccc" -All $true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Object IDs in the output aren't updated.

@@ -8,7 +8,7 @@ syntaxes:
examples:
- title: 'Example 1: Get a group owner by ID'
code: |-
PS C:\>Get-AzureADGroupOwner -ObjectId "62438306-7c37-4638-a72d-0ee8d9217680"
PS C:\>Get-AzureADGroupOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Object ID in the output isn't updated.

@@ -23,7 +23,7 @@ Retrieves the list of extension properties on an application object.

### Example 1: Get extension properties
```
PS C:\>Get-AzureADMSApplicationExtensionProperty -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84"
PS C:\>Get-AzureADMSApplicationExtensionProperty -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Object ID GUID not updated in the output.

@@ -23,7 +23,7 @@ Retrieves the list of owners for an application object.

### Example 1: Get the owner of an application
```
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -Top 1
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -Top 1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Object ID not updated in the output.

89c55b63-78c3-478b-b79e-074d0e87269e 69584002-b4d1-4055-9c94-320542efd653 / Y1vFBcN4i0e3ngdNDocmngJAWGnRtGDAnJQyBBLv1lM-1
62e90394-69f5-4237-9190-012177145e34 69584002-b4d1-4055-9c94-320542efd653 / lAPpYvVpN0KRkAEhdxReEAJAWGnRtGDAnJQyBBLv1lM-1
89c55b63-78c3-478b-b79e-074d0e87269e aaaaaaaa-bbbb-cccc-1111-222222222222 / Y1vFBcN4i0e3ngdNDocmngJAWGnRtGDAnJQyBBLv1lM-1
62e90394-69f5-4237-9190-012177145e34 aaaaaaaa-bbbb-cccc-1111-222222222222 / lAPpYvVpN0KRkAEhdxReEAJAWGnRtGDAnJQyBBLv1lM-1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

@@ -24,14 +24,14 @@ Retrieves the object(s) specified by the objectIds parameter

### Example 1
```
PS C:\WINDOWS\system32> Get-AzureADObjectByObjectId -ObjectIds 2af3478a-27da-4837-a387-b22b3fb236a8, c4fdf87f-f68e-4859-8bcf-36579b66005e
PS C:\WINDOWS\system32> Get-AzureADObjectByObjectId -ObjectIds aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb, c4fdf87f-f68e-4859-8bcf-36579b66005e
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not all Object Id values have been updated in the command and in the output as well.

@@ -17,14 +17,14 @@ syntaxes:
examples:
- title: Example 1
code: |-
PS C:\WINDOWS\system32> Get-AzureADObjectByObjectId -ObjectIds 2af3478a-27da-4837-a387-b22b3fb236a8, c4fdf87f-f68e-4859-8bcf-36579b66005e
PS C:\WINDOWS\system32> Get-AzureADObjectByObjectId -ObjectIds aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb, c4fdf87f-f68e-4859-8bcf-36579b66005e
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as previous comment.

@@ -23,7 +23,7 @@ The Get-AzureADUserCreatedObject cmdlet gets objects created by a user in Azure

### Example 1: Get a user-created object
```
PS C:\>Get-AzureADUserCreatedObject -ObjectId "df19e8e6-2ad7-453e-87f5-037f6529ae16"
PS C:\>Get-AzureADUserCreatedObject -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All GUIDs in the output have not been updated.

@@ -28,7 +28,7 @@ examples:
summary: ""
- title: 'Example 1: Get the owners of an application'
code: |-
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -All $true
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -All $true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GUIDs in the output haven't been updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants