Skip to content

Commit 59f0036

Browse files
committed
Revert "Update DedicatedHostUpdateMethod.cs (Azure#22408)" (Azure#22417)
This reverts commit 7cfc158.
1 parent 7cfc158 commit 59f0036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compute/Compute/Generated/DedicatedHost/DedicatedHostUpdateMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
namespace Microsoft.Azure.Commands.Compute.Automation
3434
{
35-
[Cmdlet("Update", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "Host", SupportsShouldProcess = true, DefaultParameterSetName = "DefaultParameterSet")]
35+
[Cmdlet("Update", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "Host", SupportsShouldProcess = true)]
3636
[OutputType(typeof(PSHost))]
3737
public partial class UpdateAzureRmDedicatedHost : ComputeAutomationBaseCmdlet
3838
{

0 commit comments

Comments
 (0)