msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

Update-MgApplicationByAppId - UniqueName parameter incorrectly marked as required and must be provided

Open bolt-io opened this issue 1 year ago • 0 comments

Describe the bug

When running Update-MgBetaApplicationByAppId the SDK thinks that UniqueName is a required parameter yet in the docs it is optional. Microsoft Learn - Update-MgApplicationByAppId -UniqueName

image

image

Expected behavior

UniqueName parameter is not required.

How to reproduce

Run the Update-MgApplicationByAppId with only an -AppId parameter.

SDK Version

2.6.1

Latest version known to work for scenario above?

No response

Known Workarounds

Supply random value for UniqueName parameter - it does not effect execution

Debug output

Click to expand log ```
</details>


### Configuration

- Windows 11
- x64

Name                           Value
----                           -----
PSVersion                      5.1.19041.4412
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.19041.4412
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

### Other information

_No response_

bolt-io avatar Jun 14 '24 13:06 bolt-io