Skip to content

Commit a0c739e

Browse files
[skip ci] Archive ec759e6 (Azure#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

+6-34
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

-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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)]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ param(
114114
[Parameter(ParameterSetName='List', Mandatory)]
115115
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
116116
[System.String]
117-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
117+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
118118
${ProfileName},
119119

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ param(
112112
[Parameter(ParameterSetName='List', Mandatory)]
113113
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
114114
[System.String]
115-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
115+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
116116
${ProfileName},
117117

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

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

+1-1
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-AzFrontDoorCdnRuleSetResourceUsage.ps1

+1-1
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)]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ param(
8585
[Parameter(ParameterSetName='List', Mandatory)]
8686
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
8787
[System.String]
88-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
88+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
8989
${ProfileName},
9090

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ param(
9090
[Parameter(ParameterSetName='List', Mandatory)]
9191
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
9292
[System.String]
93-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
93+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
9494
${ProfileName},
9595

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

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

+11-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ CUSTOMDOMAIN <IAfdDomain>: Friendly domain name mapping to the endpoint hostname
4545
[PropertiesPreValidatedCustomDomainResourceIdId <String>]: Resource ID.
4646
[TlsSetting <IAfdDomainHttpsParameters>]: The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.
4747
CertificateType <String>: Defines the source of the SSL certificate.
48-
[MinimumTlsVersion <String>]: TLS protocol version that will be used for Https
48+
[CipherSuiteSetType <String>]: cipher suite set type that will be used for Https
49+
[CustomizedCipherSuiteSet <IAfdDomainHttpsCustomizedCipherSuiteSet>]: Customized cipher suites object that will be used for Https when cipherSuiteSetType is Customized.
50+
[CipherSuiteSetForTls12 <List<String>>]: Cipher suites for TLS 1.2. Required at least one in minimumTlsVersion TLS 1.2.
51+
[CipherSuiteSetForTls13 <List<String>>]: Cipher suites for TLS 1.3. Required at least one in minimumTlsVersion TLS 1.2, TLS 1.3.
52+
[MinimumTlsVersion <String>]: TLS protocol version that will be used for Https when cipherSuiteSetType is Customized.
4953
[Secret <IResourceReference>]: Resource reference to the secret. ie. subs/rg/profile/secret
5054
[Id <String>]: Resource ID.
5155
@@ -66,7 +70,11 @@ PROFILEINPUTOBJECT <ICdnIdentity>: Identity Parameter
6670
6771
TLSSETTING <IAfdDomainHttpsParameters>: The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.
6872
CertificateType <String>: Defines the source of the SSL certificate.
69-
[MinimumTlsVersion <String>]: TLS protocol version that will be used for Https
73+
[CipherSuiteSetType <String>]: cipher suite set type that will be used for Https
74+
[CustomizedCipherSuiteSet <IAfdDomainHttpsCustomizedCipherSuiteSet>]: Customized cipher suites object that will be used for Https when cipherSuiteSetType is Customized.
75+
[CipherSuiteSetForTls12 <List<String>>]: Cipher suites for TLS 1.2. Required at least one in minimumTlsVersion TLS 1.2.
76+
[CipherSuiteSetForTls13 <List<String>>]: Cipher suites for TLS 1.3. Required at least one in minimumTlsVersion TLS 1.2, TLS 1.3.
77+
[MinimumTlsVersion <String>]: TLS protocol version that will be used for Https when cipherSuiteSetType is Customized.
7078
[Secret <IResourceReference>]: Resource reference to the secret. ie. subs/rg/profile/secret
7179
[Id <String>]: Resource ID.
7280
.Link
@@ -87,7 +95,7 @@ param(
8795
[Parameter(ParameterSetName='CreateViaJsonString', Mandatory)]
8896
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
8997
[System.String]
90-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
98+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
9199
${ProfileName},
92100

93101
[Parameter(ParameterSetName='CreateExpanded', Mandatory)]

generated/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject.ps1

+19-2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ COMPLEX PARAMETER PROPERTIES
3131
3232
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
3333
34+
CUSTOMIZEDCIPHERSUITESET <IAfdDomainHttpsCustomizedCipherSuiteSet>: Customized cipher suites object that will be used for Https when cipherSuiteSetType is Customized.
35+
[CipherSuiteSetForTls12 <List<String>>]: Cipher suites for TLS 1.2. Required at least one in minimumTlsVersion TLS 1.2.
36+
[CipherSuiteSetForTls13 <List<String>>]: Cipher suites for TLS 1.3. Required at least one in minimumTlsVersion TLS 1.2, TLS 1.3.
37+
3438
SECRET <IResourceReference>: Resource reference to the secret. ie. subs/rg/profile/secret.
3539
[Id <String>]: Resource ID.
3640
.Link
@@ -48,10 +52,23 @@ param(
4852
${CertificateType},
4953

5054
[Parameter()]
51-
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleterAttribute("TLS10", "TLS12")]
55+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleterAttribute("Customized", "TLS10_2019", "TLS12_2022", "TLS12_2023")]
56+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Body')]
57+
[System.String]
58+
# cipher suite set type that will be used for Https.
59+
${CipherSuiteSetType},
60+
61+
[Parameter()]
62+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Body')]
63+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdDomainHttpsCustomizedCipherSuiteSet]
64+
# Customized cipher suites object that will be used for Https when cipherSuiteSetType is Customized.
65+
${CustomizedCipherSuiteSet},
66+
67+
[Parameter()]
68+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleterAttribute("TLS10", "TLS12", "TLS13")]
5269
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Body')]
5370
[System.String]
54-
# TLS protocol version that will be used for Https.
71+
# TLS protocol version that will be used for Https when cipherSuiteSetType is Customized.
5572
${MinimumTlsVersion},
5673

5774
[Parameter()]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ param(
7272
[Parameter(ParameterSetName='CreateViaJsonString', Mandatory)]
7373
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
7474
[System.String]
75-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
75+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
7676
${ProfileName},
7777

7878
[Parameter(ParameterSetName='CreateExpanded', Mandatory)]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ param(
107107
[Parameter(ParameterSetName='CreateViaJsonString', Mandatory)]
108108
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
109109
[System.String]
110-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
110+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
111111
${ProfileName},
112112

113113
[Parameter(ParameterSetName='CreateExpanded', Mandatory)]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ param(
9292
[Parameter(ParameterSetName='CreateViaJsonString', Mandatory)]
9393
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
9494
[System.String]
95-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
95+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
9696
${ProfileName},
9797

9898
[Parameter(ParameterSetName='CreateExpanded', Mandatory)]

generated/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnRoute.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ param(
124124
[Parameter(ParameterSetName='CreateViaJsonString', Mandatory)]
125125
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
126126
[System.String]
127-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
127+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
128128
${ProfileName},
129129

130130
[Parameter(ParameterSetName='CreateExpanded', Mandatory)]

generated/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnRule.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ param(
109109
[Parameter(ParameterSetName='CreateViaJsonString', Mandatory)]
110110
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
111111
[System.String]
112-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
112+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
113113
${ProfileName},
114114

115115
[Parameter(ParameterSetName='CreateExpanded', Mandatory)]

generated/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnRuleSet.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ param(
6262
[Parameter(ParameterSetName='Create', Mandatory)]
6363
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
6464
[System.String]
65-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
65+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
6666
${ProfileName},
6767

6868
[Parameter(ParameterSetName='Create', Mandatory)]

generated/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnSecret.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ param(
7676
[Parameter(ParameterSetName='CreateViaJsonString', Mandatory)]
7777
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
7878
[System.String]
79-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
79+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
8080
${ProfileName},
8181

8282
[Parameter(ParameterSetName='CreateExpanded', Mandatory)]

generated/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnSecurityPolicy.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ param(
7575
[Parameter(ParameterSetName='CreateViaJsonString', Mandatory)]
7676
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
7777
[System.String]
78-
# Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
78+
# Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
7979
${ProfileName},
8080

8181
[Parameter(ParameterSetName='CreateExpanded', Mandatory)]

0 commit comments

Comments
 (0)