Skip to content

Commit 80dde74

Browse files
Merge pull request #288835 from meganbradley/meganbradley/docutune-autopr-20241020-030949-3889457-ignore-build
[BULK] - DocuTune remediation - Sensitive terms with GUIDs (part 75)
2 parents bf9eed8 + 7e3e37e commit 80dde74

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

articles/virtual-desktop/app-attach-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ Here's how to add an MSIX package using the [Az.DesktopVirtualization](/powershe
776776

777777
```output
778778
DisplayName : My App
779-
Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/avd/providers/Microsoft.DesktopVirtualization/hostpools/hp01/msixpackages/MyApp_1.0.0.0_neutral__abcdef123ghij
779+
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/avd/providers/Microsoft.DesktopVirtualization/hostpools/hp01/msixpackages/MyApp_1.0.0.0_neutral__abcdef123ghij
780780
ImagePath : \\fileshare\Apps\MyApp\MyApp.cim
781781
IsActive : True
782782
IsRegularRegistration : False

articles/virtual-desktop/autoscale-create-assign-scaling-plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Here's how to create a scaling plan using the Az.DesktopVirtualization PowerShel
234234
FriendlyName = '<Scaling plan friendly name>'
235235
HostPoolType = '<Pooled or personal>'
236236
TimeZone = '<Time zone, such as Pacific Standard Time>'
237-
HostPoolReference = @(@{'hostPoolArmPath' = '/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/<resourceGroup/providers/Microsoft.DesktopVirtualization/hostPools/<hostPoolName>'; 'scalingPlanEnabled' = $true;})
237+
HostPoolReference = @(@{'hostPoolArmPath' = '/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/<resourceGroup/providers/Microsoft.DesktopVirtualization/hostPools/<hostPoolName>'; 'scalingPlanEnabled' = $true;})
238238
}
239239
240240
$scalingPlan = New-AzWvdScalingPlan @scalingPlanParams
@@ -580,11 +580,11 @@ Here's how to update a scaling plan using the Az.DesktopVirtualization PowerShel
580580
Name = 'scalingPlanPersonal'
581581
HostPoolReference = @(
582582
@{
583-
'hostPoolArmPath' = '/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup/providers/Microsoft.DesktopVirtualization/hostPools/scalingPlanPersonal';
583+
'hostPoolArmPath' = '/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/resourceGroup/providers/Microsoft.DesktopVirtualization/hostPools/scalingPlanPersonal';
584584
'scalingPlanEnabled' = $true;
585585
},
586586
@{
587-
'hostPoolArmPath' = '/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup/providers/Microsoft.DesktopVirtualization/hostPools/scalingPlanPersonal2';
587+
'hostPoolArmPath' = '/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/resourceGroup/providers/Microsoft.DesktopVirtualization/hostPools/scalingPlanPersonal2';
588588
'scalingPlanEnabled' = $true;
589589
}
590590
)

articles/virtual-desktop/autoscale-diagnostics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ The following JSON file is an example of what you'll see when you open a report:
6969
"Level": 4,
7070
"ActivityId": "c1111111-1111-1111-b111-11111cd1ba1b1",
7171
"time": "2021-08-31T16:00:46.5246835Z",
72-
"resourceId": "/SUBSCRIPTIONS/AD11111A-1C21-1CF1-A7DE-CB1111E1D111/RESOURCEGROUPS/TEST/PROVIDERS/MICROSOFT.DESKTOPVIRTUALIZATION/SCALINGPLANS/TESTPLAN",
72+
"resourceId": "/SUBSCRIPTIONS/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/RESOURCEGROUPS/TEST/PROVIDERS/MICROSOFT.DESKTOPVIRTUALIZATION/SCALINGPLANS/TESTPLAN",
7373
"operationName": "HostPoolLoadBalancerTypeUpdated",
7474
"category": "Autoscale",
7575
"resultType": "Succeeded",
7676
"level": "Informational",
77-
"correlationId": "35ec619b-b5d8-5b5f-9242-824aa4d2b878",
77+
"correlationId": "aaaa0000-bb11-2222-33cc-444444dddddd",
7878
"properties": {
7979
"Message": "Host pool's load balancing algorithm updated",
80-
"HostPoolArmPath": "/subscriptions/AD11111A-1C21-1CF1-A7DE-CB1111E1D111/resourcegroups/test/providers/microsoft.desktopvirtualization/hostpools/testHostPool ",
80+
"HostPoolArmPath": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test/providers/microsoft.desktopvirtualization/hostpools/testHostPool ",
8181
"PreviousLoadBalancerType": "BreadthFirst",
8282
"NewLoadBalancerType": "DepthFirst"
8383
}
@@ -90,4 +90,4 @@ The following JSON file is an example of what you'll see when you open a report:
9090
- [Assign your scaling plan to new or existing host pools](autoscale-new-existing-host-pool.md).
9191
- Learn more about terms used in this article at our [autoscale glossary](autoscale-glossary.md).
9292
- For examples of how autoscale works, see [Autoscale example scenarios](autoscale-scenarios.md).
93-
- View our [autoscale FAQ](autoscale-faq.yml) to answer commonly asked questions.
93+
- View our [autoscale FAQ](autoscale-faq.yml) to answer commonly asked questions.

articles/virtual-desktop/service-principal-assign-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Here's how to assign an Azure RBAC role to an Azure Virtual Desktop service prin
116116
SignInName :
117117
RoleDefinitionName : Desktop Virtualization Power On Off Contributor
118118
RoleDefinitionId : 40c5ff49-9181-41f8-ae61-143b0e78555e
119-
ObjectId : 00000000-0000-0000-0000-000000000000
119+
ObjectId : aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
120120
ObjectType : ServicePrincipal
121121
CanDelegate : False
122122
Description :

articles/virtual-desktop/uri-scheme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The *ms-avd* Uniform Resource Identifier scheme for Azure Virtual Desktop is now
5454

5555
**Example:**
5656
```
57-
ms-avd:connect?workspaceId=1638e073-63b2-46d8-bd84-ea02ea905467&resourceid=c2f5facc-196f-46af-991e-a90f3252c185&[email protected]&version=0
57+
ms-avd:connect?workspaceId=1638e073-63b2-46d8-bd84-ea02ea905467&resourceid=a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1&[email protected]&version=0
5858
```
5959

6060
### ms-rd
@@ -91,4 +91,4 @@ Here are known limitations with the URI schemes:
9191

9292
## Next steps
9393

94-
Learn how to [Connect to Azure Virtual Desktop with the Remote Desktop client for Windows](users/connect-windows.md?toc=%2Fazure%2Fvirtual-desktop%2Ftoc.json&bc=%2Fazure%2Fvirtual-desktop%2Fbreadcrumb%2Ftoc.json).
94+
Learn how to [Connect to Azure Virtual Desktop with the Remote Desktop client for Windows](users/connect-windows.md?toc=%2Fazure%2Fvirtual-desktop%2Ftoc.json&bc=%2Fazure%2Fvirtual-desktop%2Fbreadcrumb%2Ftoc.json).

0 commit comments

Comments
 (0)