Azure / Azure/autorest.powershell

No description for auto generated parameter "WhatIf" and "Confirm"

Open
#1,129 0 comments 0 reactions 1 assignee Claimed by @notyashhh View on GitHub
bug Ramp Up
Dominant language
C#
Stars
123
Forks
99
PR merge metrics
No merged PRs in 30d

Description

In current SDK-based cmdlets, the parameter **WhatIf** has a "description":

```powershell
> Get-Help new-azsqlvm -Parameter WhatIf | select Description

Description
-----------
{@{Text=Shows what would happen if the cmdlet runs. The cmdlet is not run.}}
```

But the parameter **WhatIf** of the cmdlet generated by autorest does not have a "description":
```powershell
Get-Help new-azsqlvm -Parameter WhatIf | select Description

Description
-----------

```

**Confirm** has the same problem.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.