Skip to content

Commit 9c42354

Browse files
committed
status
1 parent 5e2e635 commit 9c42354

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

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

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

775775
```output
776776
DisplayName : My App
777-
Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/avd/providers/Microsoft.DesktopVirtualization/hostpools/hp01/msixpackages/MyApp_1.0.0.0_neutral__abcdef123ghij
777+
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/avd/providers/Microsoft.DesktopVirtualization/hostpools/hp01/msixpackages/MyApp_1.0.0.0_neutral__abcdef123ghij
778778
ImagePath : \\fileshare\Apps\MyApp\MyApp.cim
779779
IsActive : True
780780
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
@@ -210,7 +210,7 @@ Here's how to create a scaling plan using the Az.DesktopVirtualization PowerShel
210210
FriendlyName = '<Scaling plan friendly name>'
211211
HostPoolType = '<Pooled or personal>'
212212
TimeZone = '<Time zone, such as Pacific Standard Time>'
213-
HostPoolReference = @(@{'hostPoolArmPath' = '/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/<resourceGroup/providers/Microsoft.DesktopVirtualization/hostPools/<hostPoolName>'; 'scalingPlanEnabled' = $true;})
213+
HostPoolReference = @(@{'hostPoolArmPath' = '/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/<resourceGroup/providers/Microsoft.DesktopVirtualization/hostPools/<hostPoolName>'; 'scalingPlanEnabled' = $true;})
214214
}
215215
216216
$scalingPlan = New-AzWvdScalingPlan @scalingPlanParams
@@ -464,11 +464,11 @@ To assign a scaling plan to existing host pools:
464464
Name = 'scalingPlanPersonal'
465465
HostPoolReference = @(
466466
@{
467-
'hostPoolArmPath' = '/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup/providers/Microsoft.DesktopVirtualization/hostPools/scalingPlanPersonal';
467+
'hostPoolArmPath' = '/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/resourceGroup/providers/Microsoft.DesktopVirtualization/hostPools/scalingPlanPersonal';
468468
'scalingPlanEnabled' = $true;
469469
},
470470
@{
471-
'hostPoolArmPath' = '/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup/providers/Microsoft.DesktopVirtualization/hostPools/scalingPlanPersonal2';
471+
'hostPoolArmPath' = '/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/resourceGroup/providers/Microsoft.DesktopVirtualization/hostPools/scalingPlanPersonal2';
472472
'scalingPlanEnabled' = $true;
473473
}
474474
)

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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ Here's how to assign a role to an Azure Virtual Desktop service principal using
106106
Your output should be similar to the following example:
107107

108108
```output
109-
RoleAssignmentName : c5221262-d1fa-4d32-9d60-8bd86f618d20
110-
RoleAssignmentId : /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5221262-d1fa-4d32-9d60-8bd86f618d20
111-
Scope : /subscriptions/00000000-0000-0000-0000-000000000000
109+
RoleAssignmentName : 00000000-0000-0000-0000-000000000000
110+
RoleAssignmentId : /subscriptions/ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0/providers/Microsoft.Authorization/roleAssignments/00000000-0000-0000-0000-000000000000
111+
Scope : /subscriptions/ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0
112112
DisplayName : Azure Virtual Desktop
113113
SignInName :
114114
RoleDefinitionName : Desktop Virtualization Power On Off Contributor
115115
RoleDefinitionId : 40c5ff49-9181-41f8-ae61-143b0e78555e
116-
ObjectId : 00000000-0000-0000-0000-000000000000
116+
ObjectId : aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
117117
ObjectType : ServicePrincipal
118118
CanDelegate : False
119119
Description :
@@ -158,12 +158,12 @@ Here's how to assign a role to an Azure Virtual Desktop service principal using
158158
"createdOn": "2023-06-22T13:50:22.978226+00:00",
159159
"delegatedManagedIdentityResourceId": null,
160160
"description": null,
161-
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a211100e-aa52-4f8d-aac9-ad0833f969d0",
162-
"name": "a211100e-aa52-4f8d-aac9-ad0833f969d0",
163-
"principalId": "00000000-0000-0000-0000-000000000000",
161+
"id": "/subscriptions/ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0/providers/Microsoft.Authorization/roleAssignments/00000000-0000-0000-0000-000000000000",
162+
"name": "00000000-0000-0000-0000-000000000000",
163+
"principalId": "ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0",
164164
"principalType": "ServicePrincipal",
165-
"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/40c5ff49-9181-41f8-ae61-143b0e78555e",
166-
"scope": "/subscriptions/00000000-0000-0000-0000-000000000000",
165+
"roleDefinitionId": "/subscriptions/ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0/providers/Microsoft.Authorization/roleDefinitions/40c5ff49-9181-41f8-ae61-143b0e78555e",
166+
"scope": "/subscriptions/ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0",
167167
"type": "Microsoft.Authorization/roleAssignments",
168168
"updatedBy": "effe20b0-5afb-4e68-a5d7-f8ef9873a070",
169169
"updatedOn": "2023-06-22T13:50:23.335229+00:00"

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)