Skip to content

Commit a0c739e

Browse files
[skip ci] Archive ec759e6 (#27722)
1 parent e0cb744 commit a0c739e

File tree

452 files changed

+2095
-1927
lines changed

Some content is hidden

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

452 files changed

+2095
-1927
lines changed

generated/Cdn/Cdn.Autorest/Az.Cdn.format.ps1xml

Lines changed: 6 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@
111111
<TableColumnHeader>
112112
<Label>CertificateType</Label>
113113
</TableColumnHeader>
114+
<TableColumnHeader>
115+
<Label>CipherSuiteSetType</Label>
116+
</TableColumnHeader>
114117
<TableColumnHeader>
115118
<Label>MinimumTlsVersion</Label>
116119
</TableColumnHeader>
@@ -121,6 +124,9 @@
121124
<TableColumnItem>
122125
<PropertyName>CertificateType</PropertyName>
123126
</TableColumnItem>
127+
<TableColumnItem>
128+
<PropertyName>CipherSuiteSetType</PropertyName>
129+
</TableColumnItem>
124130
<TableColumnItem>
125131
<PropertyName>MinimumTlsVersion</PropertyName>
126132
</TableColumnItem>
@@ -3353,40 +3359,6 @@
33533359
</TableRowEntries>
33543360
</TableControl>
33553361
</View>
3356-
<View>
3357-
<Name>Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ErrorDetailAutoGenerated</Name>
3358-
<ViewSelectedBy>
3359-
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ErrorDetailAutoGenerated#Multiple</TypeName>
3360-
</ViewSelectedBy>
3361-
<TableControl>
3362-
<TableHeaders>
3363-
<TableColumnHeader>
3364-
<Label>Code</Label>
3365-
</TableColumnHeader>
3366-
<TableColumnHeader>
3367-
<Label>Message</Label>
3368-
</TableColumnHeader>
3369-
<TableColumnHeader>
3370-
<Label>Target</Label>
3371-
</TableColumnHeader>
3372-
</TableHeaders>
3373-
<TableRowEntries>
3374-
<TableRowEntry>
3375-
<TableColumnItems>
3376-
<TableColumnItem>
3377-
<PropertyName>Code</PropertyName>
3378-
</TableColumnItem>
3379-
<TableColumnItem>
3380-
<PropertyName>Message</PropertyName>
3381-
</TableColumnItem>
3382-
<TableColumnItem>
3383-
<PropertyName>Target</PropertyName>
3384-
</TableColumnItem>
3385-
</TableColumnItems>
3386-
</TableRowEntry>
3387-
</TableRowEntries>
3388-
</TableControl>
3389-
</View>
33903362
<View>
33913363
<Name>Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.GeoFilter</Name>
33923364
<ViewSelectedBy>

generated/Cdn/Cdn.Autorest/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@
2424
[assembly: System.Reflection.AssemblyVersionAttribute("3.3.1")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
2626
[assembly: System.CLSCompliantAttribute(false)]
27-

generated/Cdn/Cdn.Autorest/exports/Clear-AzFrontDoorCdnEndpointContent.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ param(
9494
[Parameter(ParameterSetName='PurgeViaJsonString', Mandatory)]
9595
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
9696
[System.String]
97-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
97+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
9898
${ProfileName},
9999

100100
[Parameter(ParameterSetName='Purge', Mandatory)]

generated/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnCustomDomain.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ param(
8282
[Parameter(ParameterSetName='List', Mandatory)]
8383
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
8484
[System.String]
85-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
85+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
8686
${ProfileName},
8787

8888
[Parameter(ParameterSetName='Get', Mandatory)]

generated/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnEndpoint.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ param(
8383
[Parameter(ParameterSetName='List', Mandatory)]
8484
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
8585
[System.String]
86-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
86+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
8787
${ProfileName},
8888

8989
[Parameter(ParameterSetName='Get', Mandatory)]

generated/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnEndpointResourceUsage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ param(
4040
[Parameter(Mandatory)]
4141
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
4242
[System.String]
43-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
43+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
4444
${ProfileName},
4545

4646
[Parameter(Mandatory)]

generated/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnOrigin.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ param(
106106
[Parameter(ParameterSetName='List', Mandatory)]
107107
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
108108
[System.String]
109-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
109+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
110110
${ProfileName},
111111

112112
[Parameter(ParameterSetName='Get', Mandatory)]

generated/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnOriginGroup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ param(
8484
[Parameter(ParameterSetName='List', Mandatory)]
8585
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
8686
[System.String]
87-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
87+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
8888
${ProfileName},
8989

9090
[Parameter(ParameterSetName='Get', Mandatory)]

generated/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnOriginGroupResourceUsage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ param(
4040
[Parameter(Mandatory)]
4141
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
4242
[System.String]
43-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
43+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
4444
${ProfileName},
4545

4646
[Parameter(Mandatory)]

generated/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnProfileResourceUsage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ param(
3434
[Parameter(Mandatory)]
3535
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
3636
[System.String]
37-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
37+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
3838
${ProfileName},
3939

4040
[Parameter(Mandatory)]

0 commit comments

Comments
 (0)