You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ResourceManager/Cdn/Commands.Cdn.Test/SessionRecords/Microsoft.Azure.Commands.Cdn.Test.ScenarioTests.ScenarioTest.ProfileTests/TestSkuCreate.json
Copy file name to clipboardExpand all lines: src/ResourceManager/Cdn/Commands.Cdn/Profile/NewAzureRmCdnProfile.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ public class NewAzureRmCdnProfile : AzureCdnCmdletBase
52
52
/// <summary>
53
53
/// The pricing sku name of the profile.
54
54
/// </summary>
55
-
[Parameter(Mandatory=true,HelpMessage="The pricing sku name of the Azure CDN profile. Valid values are StandardVerizon, StandardAkamai, and PremiumVerizon.")]
55
+
[Parameter(Mandatory=true,HelpMessage="The pricing sku name of the Azure CDN profile. Valid values are StandardVerizon, StandardAkamai, Standard_Microsoft and PremiumVerizon.")]
[Parameter(Mandatory=false,ValueFromPipelineByPropertyName=false,HelpMessage="Includes in the output items with aliases whose name matches this value.")]
53
+
[Alias("Alias")]
54
+
[ValidateNotNullOrEmpty]
55
+
publicstringAliasMatch{get;set;}=string.Empty;
56
+
57
+
/// <summary>
58
+
/// Gets or sets the alias path match string
59
+
/// </summary>
60
+
[Parameter(Mandatory=false,ValueFromPipelineByPropertyName=false,HelpMessage="Includes in the output items with aliases containing a path that matches this value.")]
61
+
[Alias("Path")]
62
+
[ValidateNotNullOrEmpty]
63
+
publicstringPathMatch{get;set;}=string.Empty;
64
+
65
+
/// <summary>
66
+
/// Gets or sets the api version match string
67
+
/// </summary>
68
+
[Parameter(Mandatory=false,ValueFromPipelineByPropertyName=false,HelpMessage="Includes in the output items whose resource types or aliases have a matching api version.")]
[Parameter(Mandatory=false,ValueFromPipelineByPropertyName=false,HelpMessage="Includes in the output items whose resource types have a matching location.")]
0 commit comments