diff --git a/generated/Cdn/Cdn.Autorest/Az.Cdn.format.ps1xml b/generated/Cdn/Cdn.Autorest/Az.Cdn.format.ps1xml
index d4e1f9ea1007..e9582affcb5c 100644
--- a/generated/Cdn/Cdn.Autorest/Az.Cdn.format.ps1xml
+++ b/generated/Cdn/Cdn.Autorest/Az.Cdn.format.ps1xml
@@ -558,6 +558,12 @@
+
+
+
+
+
+
@@ -573,10 +579,19 @@
+
+
+
+
+ AuthenticationScope
+
+
+ AuthenticationType
+ DeploymentStatus
@@ -592,6 +607,9 @@
TrafficRestorationTimeToHealedOrNewEndpointsInMinute
+
+ UserAssignedIdentityId
+
@@ -3831,40 +3849,6 @@
-
- Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ErrorDetailAutoGenerated
-
- Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ErrorDetailAutoGenerated#Multiple
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Code
-
-
- Message
-
-
- Target
-
-
-
-
-
- Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.GeoFilter
@@ -4823,6 +4807,28 @@
+
+ Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.OriginAuthenticationProperties
+
+ Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.OriginAuthenticationProperties#Multiple
+
+
+
+
+
+
+
+
+
+
+
+ Scope
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.OriginGroup
@@ -6067,28 +6073,6 @@
-
- Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ResourceAutoGenerated
-
- Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ResourceAutoGenerated#Multiple
-
-
-
-
-
-
-
-
-
-
-
- Name
-
-
-
-
-
- Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ResourcesResponseCustomDomainsItem
@@ -7297,58 +7281,6 @@
-
- Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.SystemDataAutoGenerated
-
- Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.SystemDataAutoGenerated#Multiple
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- CreatedAt
-
-
- CreatedBy
-
-
- CreatedByType
-
-
- LastModifiedAt
-
-
- LastModifiedBy
-
-
- LastModifiedByType
-
-
-
-
-
- Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.TrackedResource
@@ -7377,34 +7309,6 @@
-
- Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.TrackedResourceAutoGenerated
-
- Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.TrackedResourceAutoGenerated#Multiple
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Name
-
-
- Location
-
-
-
-
-
- Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.TrackedResourceTags
diff --git a/generated/Cdn/Cdn.Autorest/exports/Add-AzCdnEdgeActionAttachment.ps1 b/generated/Cdn/Cdn.Autorest/exports/Add-AzCdnEdgeActionAttachment.ps1
index f4594df6487f..d439f2ab3a73 100644
--- a/generated/Cdn/Cdn.Autorest/exports/Add-AzCdnEdgeActionAttachment.ps1
+++ b/generated/Cdn/Cdn.Autorest/exports/Add-AzCdnEdgeActionAttachment.ps1
@@ -45,13 +45,13 @@ INPUTOBJECT : Identity Parameter
[OriginGroupName ]: Name of the origin group which is unique within the endpoint.
[OriginName ]: Name of the origin which is unique within the profile.
[ProfileName ]: Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
- [ResourceGroupName ]: Name of the Resource group within the Azure subscription.
+ [ResourceGroupName ]: The name of the resource group. The name is case insensitive.
[RouteName ]: Name of the routing rule.
[RuleName ]: Name of the delivery rule which is unique within the endpoint.
[RuleSetName ]: Name of the rule set under the profile which is unique globally.
[SecretName ]: Name of the Secret under the profile.
[SecurityPolicyName ]: Name of the security policy under the profile.
- [SubscriptionId ]: Azure Subscription ID.
+ [SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[Version ]: The name of the Edge Action version
.Link
https://learn.microsoft.com/powershell/module/az.cdn/add-azcdnedgeactionattachment
@@ -86,7 +86,8 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')]
[System.String]
- # Azure Subscription ID.
+ # The ID of the target subscription.
+ # The value must be an UUID.
${SubscriptionId},
[Parameter(ParameterSetName='AddViaIdentity', Mandatory, ValueFromPipeline)]
diff --git a/generated/Cdn/Cdn.Autorest/exports/Clear-AzCdnEndpointContent.ps1 b/generated/Cdn/Cdn.Autorest/exports/Clear-AzCdnEndpointContent.ps1
index 09fe459104ae..8cb3741ea619 100644
--- a/generated/Cdn/Cdn.Autorest/exports/Clear-AzCdnEndpointContent.ps1
+++ b/generated/Cdn/Cdn.Autorest/exports/Clear-AzCdnEndpointContent.ps1
@@ -49,13 +49,13 @@ INPUTOBJECT : Identity Parameter
[OriginGroupName ]: Name of the origin group which is unique within the endpoint.
[OriginName ]: Name of the origin which is unique within the profile.
[ProfileName ]: Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
- [ResourceGroupName ]: Name of the Resource group within the Azure subscription.
+ [ResourceGroupName ]: The name of the resource group. The name is case insensitive.
[RouteName ]: Name of the routing rule.
[RuleName ]: Name of the delivery rule which is unique within the endpoint.
[RuleSetName ]: Name of the rule set under the profile which is unique globally.
[SecretName ]: Name of the Secret under the profile.
[SecurityPolicyName ]: Name of the security policy under the profile.
- [SubscriptionId ]: Azure Subscription ID.
+ [SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[Version ]: The name of the Edge Action version
PROFILEINPUTOBJECT : Identity Parameter
@@ -67,13 +67,13 @@ PROFILEINPUTOBJECT : Identity Parameter
[OriginGroupName ]: Name of the origin group which is unique within the endpoint.
[OriginName ]: Name of the origin which is unique within the profile.
[ProfileName ]: Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
- [ResourceGroupName ]: Name of the Resource group within the Azure subscription.
+ [ResourceGroupName ]: The name of the resource group. The name is case insensitive.
[RouteName ]: Name of the routing rule.
[RuleName ]: Name of the delivery rule which is unique within the endpoint.
[RuleSetName ]: Name of the rule set under the profile which is unique globally.
[SecretName ]: Name of the Secret under the profile.
[SecurityPolicyName ]: Name of the security policy under the profile.
- [SubscriptionId ]: Azure Subscription ID.
+ [SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[Version ]: The name of the Edge Action version
.Link
https://learn.microsoft.com/powershell/module/az.cdn/clear-azcdnendpointcontent
@@ -108,7 +108,8 @@ param(
[Parameter(ParameterSetName='PurgeViaJsonString', Mandatory)]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
[System.String]
- # Name of the Resource group within the Azure subscription.
+ # The name of the resource group.
+ # The name is case insensitive.
${ResourceGroupName},
[Parameter(ParameterSetName='Purge')]
@@ -118,7 +119,8 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')]
[System.String]
- # Azure Subscription ID.
+ # The ID of the target subscription.
+ # The value must be an UUID.
${SubscriptionId},
[Parameter(ParameterSetName='PurgeViaIdentity', Mandatory, ValueFromPipeline)]
diff --git a/generated/Cdn/Cdn.Autorest/exports/Clear-AzFrontDoorCdnEndpointContent.ps1 b/generated/Cdn/Cdn.Autorest/exports/Clear-AzFrontDoorCdnEndpointContent.ps1
index 7b814e6fd031..ec83a0519caa 100644
--- a/generated/Cdn/Cdn.Autorest/exports/Clear-AzFrontDoorCdnEndpointContent.ps1
+++ b/generated/Cdn/Cdn.Autorest/exports/Clear-AzFrontDoorCdnEndpointContent.ps1
@@ -50,13 +50,13 @@ INPUTOBJECT : Identity Parameter
[OriginGroupName ]: Name of the origin group which is unique within the endpoint.
[OriginName ]: Name of the origin which is unique within the profile.
[ProfileName ]: Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
- [ResourceGroupName ]: Name of the Resource group within the Azure subscription.
+ [ResourceGroupName ]: The name of the resource group. The name is case insensitive.
[RouteName ]: Name of the routing rule.
[RuleName ]: Name of the delivery rule which is unique within the endpoint.
[RuleSetName ]: Name of the rule set under the profile which is unique globally.
[SecretName ]: Name of the Secret under the profile.
[SecurityPolicyName ]: Name of the security policy under the profile.
- [SubscriptionId ]: Azure Subscription ID.
+ [SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[Version ]: The name of the Edge Action version
PROFILEINPUTOBJECT : Identity Parameter
@@ -68,13 +68,13 @@ PROFILEINPUTOBJECT : Identity Parameter
[OriginGroupName ]: Name of the origin group which is unique within the endpoint.
[OriginName ]: Name of the origin which is unique within the profile.
[ProfileName ]: Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
- [ResourceGroupName ]: Name of the Resource group within the Azure subscription.
+ [ResourceGroupName ]: The name of the resource group. The name is case insensitive.
[RouteName ]: Name of the routing rule.
[RuleName ]: Name of the delivery rule which is unique within the endpoint.
[RuleSetName ]: Name of the rule set under the profile which is unique globally.
[SecretName ]: Name of the Secret under the profile.
[SecurityPolicyName ]: Name of the security policy under the profile.
- [SubscriptionId ]: Azure Subscription ID.
+ [SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[Version ]: The name of the Edge Action version
.Link
https://learn.microsoft.com/powershell/module/az.cdn/clear-azfrontdoorcdnendpointcontent
@@ -109,7 +109,8 @@ param(
[Parameter(ParameterSetName='PurgeViaJsonString', Mandatory)]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
[System.String]
- # Name of the Resource group within the Azure subscription.
+ # The name of the resource group.
+ # The name is case insensitive.
${ResourceGroupName},
[Parameter(ParameterSetName='Purge')]
@@ -119,7 +120,8 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')]
[System.String]
- # Azure Subscription ID.
+ # The ID of the target subscription.
+ # The value must be an UUID.
${SubscriptionId},
[Parameter(ParameterSetName='PurgeViaIdentity', Mandatory, ValueFromPipeline)]
diff --git a/generated/Cdn/Cdn.Autorest/exports/Deploy-AzCdnEdgeActionVersionCode.ps1 b/generated/Cdn/Cdn.Autorest/exports/Deploy-AzCdnEdgeActionVersionCode.ps1
index 23efe5a613f1..2ba1f275d104 100644
--- a/generated/Cdn/Cdn.Autorest/exports/Deploy-AzCdnEdgeActionVersionCode.ps1
+++ b/generated/Cdn/Cdn.Autorest/exports/Deploy-AzCdnEdgeActionVersionCode.ps1
@@ -46,13 +46,13 @@ EDGEACTIONINPUTOBJECT : Identity Parameter
[OriginGroupName ]: Name of the origin group which is unique within the endpoint.
[OriginName ]: Name of the origin which is unique within the profile.
[ProfileName ]: Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
- [ResourceGroupName ]: Name of the Resource group within the Azure subscription.
+ [ResourceGroupName ]: The name of the resource group. The name is case insensitive.
[RouteName ]: Name of the routing rule.
[RuleName ]: Name of the delivery rule which is unique within the endpoint.
[RuleSetName ]: Name of the rule set under the profile which is unique globally.
[SecretName ]: Name of the Secret under the profile.
[SecurityPolicyName ]: Name of the security policy under the profile.
- [SubscriptionId ]: Azure Subscription ID.
+ [SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[Version ]: The name of the Edge Action version
INPUTOBJECT : Identity Parameter
@@ -64,13 +64,13 @@ INPUTOBJECT : Identity Parameter
[OriginGroupName ]: Name of the origin group which is unique within the endpoint.
[OriginName ]: Name of the origin which is unique within the profile.
[ProfileName ]: Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
- [ResourceGroupName ]: Name of the Resource group within the Azure subscription.
+ [ResourceGroupName ]: The name of the resource group. The name is case insensitive.
[RouteName ]: Name of the routing rule.
[RuleName ]: Name of the delivery rule which is unique within the endpoint.
[RuleSetName ]: Name of the rule set under the profile which is unique globally.
[SecretName ]: Name of the Secret under the profile.
[SecurityPolicyName ]: Name of the security policy under the profile.
- [SubscriptionId ]: Azure Subscription ID.
+ [SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[Version ]: The name of the Edge Action version
.Link
https://learn.microsoft.com/powershell/module/az.cdn/deploy-azcdnedgeactionversioncode
@@ -105,7 +105,8 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')]
[System.String]
- # Azure Subscription ID.
+ # The ID of the target subscription.
+ # The value must be an UUID.
${SubscriptionId},
[Parameter(ParameterSetName='Deploy', Mandatory)]
diff --git a/generated/Cdn/Cdn.Autorest/exports/Disable-AzCdnCustomDomainCustomHttps.ps1 b/generated/Cdn/Cdn.Autorest/exports/Disable-AzCdnCustomDomainCustomHttps.ps1
index 572b1e1a1718..ee1223122225 100644
--- a/generated/Cdn/Cdn.Autorest/exports/Disable-AzCdnCustomDomainCustomHttps.ps1
+++ b/generated/Cdn/Cdn.Autorest/exports/Disable-AzCdnCustomDomainCustomHttps.ps1
@@ -40,13 +40,13 @@ ENDPOINTINPUTOBJECT : Identity Parameter
[OriginGroupName ]: Name of the origin group which is unique within the endpoint.
[OriginName ]: Name of the origin which is unique within the profile.
[ProfileName ]: Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
- [ResourceGroupName ]: Name of the Resource group within the Azure subscription.
+ [ResourceGroupName ]: The name of the resource group. The name is case insensitive.
[RouteName ]: Name of the routing rule.
[RuleName ]: Name of the delivery rule which is unique within the endpoint.
[RuleSetName ]: Name of the rule set under the profile which is unique globally.
[SecretName ]: Name of the Secret under the profile.
[SecurityPolicyName ]: Name of the security policy under the profile.
- [SubscriptionId ]: Azure Subscription ID.
+ [SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[Version ]: The name of the Edge Action version
INPUTOBJECT : Identity Parameter
@@ -58,13 +58,13 @@ INPUTOBJECT : Identity Parameter
[OriginGroupName ]: Name of the origin group which is unique within the endpoint.
[OriginName ]: Name of the origin which is unique within the profile.
[ProfileName ]: Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
- [ResourceGroupName ]: Name of the Resource group within the Azure subscription.
+ [ResourceGroupName ]: The name of the resource group. The name is case insensitive.
[RouteName ]: Name of the routing rule.
[RuleName ]: Name of the delivery rule which is unique within the endpoint.
[RuleSetName ]: Name of the rule set under the profile which is unique globally.
[SecretName ]: Name of the Secret under the profile.
[SecurityPolicyName ]: Name of the security policy under the profile.
- [SubscriptionId ]: Azure Subscription ID.
+ [SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[Version ]: The name of the Edge Action version
PROFILEINPUTOBJECT : Identity Parameter
@@ -76,13 +76,13 @@ PROFILEINPUTOBJECT : Identity Parameter
[OriginGroupName ]: Name of the origin group which is unique within the endpoint.
[OriginName ]: Name of the origin which is unique within the profile.
[ProfileName ]: Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
- [ResourceGroupName ]: Name of the Resource group within the Azure subscription.
+ [ResourceGroupName ]: The name of the resource group. The name is case insensitive.
[RouteName ]: Name of the routing rule.
[RuleName ]: Name of the delivery rule which is unique within the endpoint.
[RuleSetName ]: Name of the rule set under the profile which is unique globally.
[SecretName ]: Name of the Secret under the profile.
[SecurityPolicyName ]: Name of the security policy under the profile.
- [SubscriptionId ]: Azure Subscription ID.
+ [SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[Version ]: The name of the Edge Action version
.Link
https://learn.microsoft.com/powershell/module/az.cdn/disable-azcdncustomdomaincustomhttps
@@ -115,14 +115,16 @@ param(
[Parameter(ParameterSetName='Disable', Mandatory)]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
[System.String]
- # Name of the Resource group within the Azure subscription.
+ # The name of the resource group.
+ # The name is case insensitive.
${ResourceGroupName},
[Parameter(ParameterSetName='Disable')]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')]
[System.String]
- # Azure Subscription ID.
+ # The ID of the target subscription.
+ # The value must be an UUID.
${SubscriptionId},
[Parameter(ParameterSetName='DisableViaIdentity', Mandatory, ValueFromPipeline)]
diff --git a/generated/Cdn/Cdn.Autorest/exports/Enable-AzCdnCustomDomainCustomHttps.ps1 b/generated/Cdn/Cdn.Autorest/exports/Enable-AzCdnCustomDomainCustomHttps.ps1
index 5465a7cf0b0b..7e05129b2c16 100644
--- a/generated/Cdn/Cdn.Autorest/exports/Enable-AzCdnCustomDomainCustomHttps.ps1
+++ b/generated/Cdn/Cdn.Autorest/exports/Enable-AzCdnCustomDomainCustomHttps.ps1
@@ -48,13 +48,13 @@ ENDPOINTINPUTOBJECT : Identity Parameter
[OriginGroupName ]: Name of the origin group which is unique within the endpoint.
[OriginName ]: Name of the origin which is unique within the profile.
[ProfileName ]: Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
- [ResourceGroupName ]: Name of the Resource group within the Azure subscription.
+ [ResourceGroupName ]: The name of the resource group. The name is case insensitive.
[RouteName ]: Name of the routing rule.
[RuleName ]: Name of the delivery rule which is unique within the endpoint.
[RuleSetName ]: Name of the rule set under the profile which is unique globally.
[SecretName ]: Name of the Secret under the profile.
[SecurityPolicyName ]: Name of the security policy under the profile.
- [SubscriptionId ]: Azure Subscription ID.
+ [SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[Version ]: The name of the Edge Action version
INPUTOBJECT : Identity Parameter
@@ -66,13 +66,13 @@ INPUTOBJECT : Identity Parameter
[OriginGroupName ]: Name of the origin group which is unique within the endpoint.
[OriginName ]: Name of the origin which is unique within the profile.
[ProfileName ]: Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
- [ResourceGroupName ]: Name of the Resource group within the Azure subscription.
+ [ResourceGroupName ]: The name of the resource group. The name is case insensitive.
[RouteName ]: Name of the routing rule.
[RuleName ]: Name of the delivery rule which is unique within the endpoint.
[RuleSetName ]: Name of the rule set under the profile which is unique globally.
[SecretName ]: Name of the Secret under the profile.
[SecurityPolicyName ]: Name of the security policy under the profile.
- [SubscriptionId ]: Azure Subscription ID.
+ [SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[Version ]: The name of the Edge Action version
PROFILEINPUTOBJECT : Identity Parameter
@@ -84,13 +84,13 @@ PROFILEINPUTOBJECT : Identity Parameter
[OriginGroupName ]: Name of the origin group which is unique within the endpoint.
[OriginName ]: Name of the origin which is unique within the profile.
[ProfileName ]: Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
- [ResourceGroupName ]: Name of the Resource group within the Azure subscription.
+ [ResourceGroupName ]: The name of the resource group. The name is case insensitive.
[RouteName ]: Name of the routing rule.
[RuleName ]: Name of the delivery rule which is unique within the endpoint.
[RuleSetName ]: Name of the rule set under the profile which is unique globally.
[SecretName ]: Name of the Secret under the profile.
[SecurityPolicyName ]: Name of the security policy under the profile.
- [SubscriptionId ]: Azure Subscription ID.
+ [SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[Version ]: The name of the Edge Action version
.Link
https://learn.microsoft.com/powershell/module/az.cdn/enable-azcdncustomdomaincustomhttps
@@ -134,7 +134,8 @@ param(
[Parameter(ParameterSetName='EnableViaJsonString', Mandatory)]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
[System.String]
- # Name of the Resource group within the Azure subscription.
+ # The name of the resource group.
+ # The name is case insensitive.
${ResourceGroupName},
[Parameter(ParameterSetName='Enable')]
@@ -143,7 +144,8 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')]
[System.String]
- # Azure Subscription ID.
+ # The ID of the target subscription.
+ # The value must be an UUID.
${SubscriptionId},
[Parameter(ParameterSetName='EnableViaIdentity', Mandatory, ValueFromPipeline)]
diff --git a/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnCustomDomain.ps1 b/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnCustomDomain.ps1
index 45785e0b36be..bd94c0e57521 100644
--- a/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnCustomDomain.ps1
+++ b/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnCustomDomain.ps1
@@ -44,13 +44,13 @@ ENDPOINTINPUTOBJECT : Identity Parameter
[OriginGroupName ]: Name of the origin group which is unique within the endpoint.
[OriginName ]: Name of the origin which is unique within the profile.
[ProfileName ]: Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
- [ResourceGroupName ]: Name of the Resource group within the Azure subscription.
+ [ResourceGroupName ]: The name of the resource group. The name is case insensitive.
[RouteName ]: Name of the routing rule.
[RuleName ]: Name of the delivery rule which is unique within the endpoint.
[RuleSetName ]: Name of the rule set under the profile which is unique globally.
[SecretName ]: Name of the Secret under the profile.
[SecurityPolicyName ]: Name of the security policy under the profile.
- [SubscriptionId ]: Azure Subscription ID.
+ [SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[Version ]: The name of the Edge Action version
INPUTOBJECT : Identity Parameter
@@ -62,13 +62,13 @@ INPUTOBJECT : Identity Parameter
[OriginGroupName ]: Name of the origin group which is unique within the endpoint.
[OriginName ]: Name of the origin which is unique within the profile.
[ProfileName ]: Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
- [ResourceGroupName ]: Name of the Resource group within the Azure subscription.
+ [ResourceGroupName ]: The name of the resource group. The name is case insensitive.
[RouteName ]: Name of the routing rule.
[RuleName ]: Name of the delivery rule which is unique within the endpoint.
[RuleSetName ]: Name of the rule set under the profile which is unique globally.
[SecretName ]: Name of the Secret under the profile.
[SecurityPolicyName ]: Name of the security policy under the profile.
- [SubscriptionId ]: Azure Subscription ID.
+ [SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[Version ]: The name of the Edge Action version
PROFILEINPUTOBJECT : Identity Parameter
@@ -80,13 +80,13 @@ PROFILEINPUTOBJECT : Identity Parameter
[OriginGroupName ]: Name of the origin group which is unique within the endpoint.
[OriginName ]: Name of the origin which is unique within the profile.
[ProfileName ]: Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
- [ResourceGroupName ]: Name of the Resource group within the Azure subscription.
+ [ResourceGroupName ]: The name of the resource group. The name is case insensitive.
[RouteName ]: Name of the routing rule.
[RuleName ]: Name of the delivery rule which is unique within the endpoint.
[RuleSetName ]: Name of the rule set under the profile which is unique globally.
[SecretName ]: Name of the Secret under the profile.
[SecurityPolicyName ]: Name of the security policy under the profile.
- [SubscriptionId ]: Azure Subscription ID.
+ [SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[Version ]: The name of the Edge Action version
.Link
https://learn.microsoft.com/powershell/module/az.cdn/get-azcdncustomdomain
@@ -123,7 +123,8 @@ param(
[Parameter(ParameterSetName='List', Mandatory)]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
[System.String]
- # Name of the Resource group within the Azure subscription.
+ # The name of the resource group.
+ # The name is case insensitive.
${ResourceGroupName},
[Parameter(ParameterSetName='Get')]
@@ -131,7 +132,8 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')]
[System.String[]]
- # Azure Subscription ID.
+ # The ID of the target subscription.
+ # The value must be an UUID.
${SubscriptionId},
[Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)]
diff --git a/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnEdgeAction.ps1 b/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnEdgeAction.ps1
index 574878ce695d..61033af610f3 100644
--- a/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnEdgeAction.ps1
+++ b/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnEdgeAction.ps1
@@ -52,7 +52,8 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')]
[System.String[]]
- # Azure Subscription ID.
+ # The ID of the target subscription.
+ # The value must be an UUID.
${SubscriptionId},
[Parameter()]
diff --git a/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnEdgeActionExecutionFilter.ps1 b/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnEdgeActionExecutionFilter.ps1
index 02b6dbd3c546..30035a965391 100644
--- a/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnEdgeActionExecutionFilter.ps1
+++ b/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnEdgeActionExecutionFilter.ps1
@@ -56,7 +56,8 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')]
[System.String[]]
- # Azure Subscription ID.
+ # The ID of the target subscription.
+ # The value must be an UUID.
${SubscriptionId},
[Parameter()]
diff --git a/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnEdgeActionVersion.ps1 b/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnEdgeActionVersion.ps1
index cdbfb3a6d528..4a560c7caa72 100644
--- a/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnEdgeActionVersion.ps1
+++ b/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnEdgeActionVersion.ps1
@@ -50,7 +50,8 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')]
[System.String[]]
- # Azure Subscription ID.
+ # The ID of the target subscription.
+ # The value must be an UUID.
${SubscriptionId},
[Parameter(ParameterSetName='Get', Mandatory)]
diff --git a/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnEdgeActionVersionCode.ps1 b/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnEdgeActionVersionCode.ps1
index 8145d912436b..c73b347b4e59 100644
--- a/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnEdgeActionVersionCode.ps1
+++ b/generated/Cdn/Cdn.Autorest/exports/Get-AzCdnEdgeActionVersionCode.ps1
@@ -42,13 +42,13 @@ EDGEACTIONINPUTOBJECT : Identity Parameter
[OriginGroupName ]: Name of the origin group which is unique within the endpoint.
[OriginName ]: Name of the origin which is unique within the profile.
[ProfileName ]: Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
- [ResourceGroupName ]: Name of the Resource group within the Azure subscription.
+ [ResourceGroupName ]: The name of the resource group. The name is case insensitive.
[RouteName ]: Name of the routing rule.
[RuleName ]: Name of the delivery rule which is unique within the endpoint.
[RuleSetName ]: Name of the rule set under the profile which is unique globally.
[SecretName ]: Name of the Secret under the profile.
[SecurityPolicyName ]: Name of the security policy under the profile.
- [SubscriptionId ]: Azure Subscription ID.
+ [SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[Version ]: The name of the Edge Action version
INPUTOBJECT : Identity Parameter
@@ -60,13 +60,13 @@ INPUTOBJECT : Identity Parameter
[OriginGroupName ]: Name of the origin group which is unique within the endpoint.
[OriginName ]: Name of the origin which is unique within the profile.
[ProfileName ]: Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
- [ResourceGroupName