Skip to content

Commit ae01bf3

Browse files
committed
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
2 parents aab06f5 + 61feebd commit ae01bf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ResourceManager/ResourceManager/Commands.ResourceManager/Cmdlets/Implementation/NewAzureResourceCmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public sealed class NewAzureResourceCmdlet : ResourceManipulationCmdletBase
4747
/// <summary>
4848
/// Gets or sets the property object.
4949
/// </summary>
50-
[Alias("Object", "PropertyObject")]
50+
[Alias("PropertyObject")]
5151
[Parameter(Mandatory = true, HelpMessage = "A hash table which represents resource properties.")]
5252
[ValidateNotNullOrEmpty]
5353
public PSObject Properties { get; set; }

src/ResourceManager/ResourceManager/Commands.ResourceManager/Cmdlets/Implementation/SetAzureResourceCmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public sealed class SetAzureResourceCmdlet : ResourceManipulationCmdletBase
4040
/// <summary>
4141
/// Gets or sets the property object.
4242
/// </summary>
43-
[Alias("PropertiesObject")]
43+
[Alias("PropertyObject")]
4444
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, HelpMessage = "A hash table which represents resource properties.")]
4545
[ValidateNotNullOrEmpty]
4646
public PSObject Properties { get; set; }

0 commit comments

Comments
 (0)