Skip to content

Commit 82c77e4

Browse files
[skip ci] Archive 5b06138 (#28919)
1 parent 5b06138 commit 82c77e4

File tree

275 files changed

+920
-660
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

275 files changed

+920
-660
lines changed

generated/DesktopVirtualization/DesktopVirtualization.Autorest/Az.DesktopVirtualization.format.ps1xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,9 @@
573573
<TableColumnHeader>
574574
<Label>CustomData</Label>
575575
</TableColumnHeader>
576+
<TableColumnHeader>
577+
<Label>DeploymentScope</Label>
578+
</TableColumnHeader>
576579
<TableColumnHeader>
577580
<Label>FailHealthCheckOnStagingFailure</Label>
578581
</TableColumnHeader>
@@ -595,6 +598,9 @@
595598
<TableColumnItem>
596599
<PropertyName>CustomData</PropertyName>
597600
</TableColumnItem>
601+
<TableColumnItem>
602+
<PropertyName>DeploymentScope</PropertyName>
603+
</TableColumnItem>
598604
<TableColumnItem>
599605
<PropertyName>FailHealthCheckOnStagingFailure</PropertyName>
600606
</TableColumnItem>
@@ -916,6 +922,9 @@
916922
<TableColumnHeader>
917923
<Label>CloudPcResource</Label>
918924
</TableColumnHeader>
925+
<TableColumnHeader>
926+
<Label>DeploymentScope</Label>
927+
</TableColumnHeader>
919928
<TableColumnHeader>
920929
<Label>Description</Label>
921930
</TableColumnHeader>
@@ -947,6 +956,9 @@
947956
<TableColumnItem>
948957
<PropertyName>CloudPcResource</PropertyName>
949958
</TableColumnItem>
959+
<TableColumnItem>
960+
<PropertyName>DeploymentScope</PropertyName>
961+
</TableColumnItem>
950962
<TableColumnItem>
951963
<PropertyName>Description</PropertyName>
952964
</TableColumnItem>
@@ -6825,6 +6837,9 @@
68256837
<TableColumnHeader>
68266838
<Label>CloudPcResource</Label>
68276839
</TableColumnHeader>
6840+
<TableColumnHeader>
6841+
<Label>DeploymentScope</Label>
6842+
</TableColumnHeader>
68286843
<TableColumnHeader>
68296844
<Label>Description</Label>
68306845
</TableColumnHeader>
@@ -6847,6 +6862,9 @@
68476862
<TableColumnItem>
68486863
<PropertyName>CloudPcResource</PropertyName>
68496864
</TableColumnItem>
6865+
<TableColumnItem>
6866+
<PropertyName>DeploymentScope</PropertyName>
6867+
</TableColumnItem>
68506868
<TableColumnItem>
68516869
<PropertyName>Description</PropertyName>
68526870
</TableColumnItem>

generated/DesktopVirtualization/DesktopVirtualization.Autorest/exports/New-AzWvdAppAttachPackage.ps1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ To create the parameters described below, construct a hash table containing the
6868
6969
APPATTACHPACKAGE <AppAttachPackage>:
7070
[CustomData <String>]: Field that can be populated with custom data and filtered on in list GET calls
71+
[DeploymentScope <String>]: DeploymentScope type for AppAttachPackage.
7172
[FailHealthCheckOnStagingFailure <String>]: Parameter indicating how the health check should behave if this package fails staging
7273
[HostPoolReference <List<String>>]: List of Hostpool resource Ids.
7374
[ImageCertificateExpiry <DateTime?>]: Date certificate expires, found in the appxmanifest.xml.
@@ -158,6 +159,13 @@ param(
158159
# Field that can be populated with custom data and filtered on in list GET calls
159160
${CustomData},
160161

162+
[Parameter(ParameterSetName='CreateExpanded')]
163+
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.PSArgumentCompleterAttribute("Geographical", "Regional")]
164+
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Category('Body')]
165+
[System.String]
166+
# DeploymentScope type for AppAttachPackage.
167+
${DeploymentScope},
168+
161169
[Parameter(ParameterSetName='CreateExpanded')]
162170
[Parameter(ParameterSetName='ImageObject')]
163171
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.PSArgumentCompleterAttribute("Unhealthy", "NeedsAssistance", "DoNotFail")]

generated/DesktopVirtualization/DesktopVirtualization.Autorest/exports/New-AzWvdWorkspace.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ param(
7878
# List of applicationGroup resource Ids.
7979
${ApplicationGroupReference},
8080

81+
[Parameter(ParameterSetName='CreateExpanded')]
82+
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.PSArgumentCompleterAttribute("Geographical", "Regional")]
83+
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Category('Body')]
84+
[System.String]
85+
# DeploymentScope type for Workspace.
86+
${DeploymentScope},
87+
8188
[Parameter(ParameterSetName='CreateExpanded')]
8289
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Category('Body')]
8390
[System.String]

generated/DesktopVirtualization/DesktopVirtualization.Autorest/exports/ProxyCmdletDefinitions.ps1

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7194,6 +7194,7 @@ To create the parameters described below, construct a hash table containing the
71947194

71957195
APPATTACHPACKAGE <AppAttachPackage>:
71967196
[CustomData <String>]: Field that can be populated with custom data and filtered on in list GET calls
7197+
[DeploymentScope <String>]: DeploymentScope type for AppAttachPackage.
71977198
[FailHealthCheckOnStagingFailure <String>]: Parameter indicating how the health check should behave if this package fails staging
71987199
[HostPoolReference <List<String>>]: List of Hostpool resource Ids.
71997200
[ImageCertificateExpiry <DateTime?>]: Date certificate expires, found in the appxmanifest.xml.
@@ -7284,6 +7285,13 @@ param(
72847285
# Field that can be populated with custom data and filtered on in list GET calls
72857286
${CustomData},
72867287

7288+
[Parameter(ParameterSetName='CreateExpanded')]
7289+
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.PSArgumentCompleterAttribute("Geographical", "Regional")]
7290+
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Category('Body')]
7291+
[System.String]
7292+
# DeploymentScope type for AppAttachPackage.
7293+
${DeploymentScope},
7294+
72877295
[Parameter(ParameterSetName='CreateExpanded')]
72887296
[Parameter(ParameterSetName='ImageObject')]
72897297
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.PSArgumentCompleterAttribute("Unhealthy", "NeedsAssistance", "DoNotFail")]
@@ -11244,6 +11252,13 @@ param(
1124411252
# List of applicationGroup resource Ids.
1124511253
${ApplicationGroupReference},
1124611254

11255+
[Parameter(ParameterSetName='CreateExpanded')]
11256+
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.PSArgumentCompleterAttribute("Geographical", "Regional")]
11257+
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Category('Body')]
11258+
[System.String]
11259+
# DeploymentScope type for Workspace.
11260+
${DeploymentScope},
11261+
1124711262
[Parameter(ParameterSetName='CreateExpanded')]
1124811263
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Category('Body')]
1124911264
[System.String]
@@ -14905,6 +14920,7 @@ To create the parameters described below, construct a hash table containing the
1490514920

1490614921
APPATTACHPACKAGE <AppAttachPackage>:
1490714922
[CustomData <String>]: Field that can be populated with custom data and filtered on in list GET calls
14923+
[DeploymentScope <String>]: DeploymentScope type for AppAttachPackage.
1490814924
[FailHealthCheckOnStagingFailure <String>]: Parameter indicating how the health check should behave if this package fails staging
1490914925
[HostPoolReference <List<String>>]: List of Hostpool resource Ids.
1491014926
[ImageCertificateExpiry <DateTime?>]: Date certificate expires, found in the appxmanifest.xml.

generated/DesktopVirtualization/DesktopVirtualization.Autorest/exports/Update-AzWvdAppAttachPackage.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ To create the parameters described below, construct a hash table containing the
6767
6868
APPATTACHPACKAGE <AppAttachPackage>:
6969
[CustomData <String>]: Field that can be populated with custom data and filtered on in list GET calls
70+
[DeploymentScope <String>]: DeploymentScope type for AppAttachPackage.
7071
[FailHealthCheckOnStagingFailure <String>]: Parameter indicating how the health check should behave if this package fails staging
7172
[HostPoolReference <List<String>>]: List of Hostpool resource Ids.
7273
[ImageCertificateExpiry <DateTime?>]: Date certificate expires, found in the appxmanifest.xml.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "a944bcbf-0a7d-4b3c-902a-785796978c23"
2+
"generate_Id": "4e73bd18-ca0b-4798-8263-80f6c2ff913d"
33
}

0 commit comments

Comments
 (0)