Description
Refer the Example for Add a certificate to the app in the aad app set.
Command should have the option --appId. The command does not have the option available.
Steps to reproduce
- Go to
aad app set page
- Check Example for Add a certificate to the app
- Command does not have the option
--appId
- Example do not have "" before the certificate path which will be needed
- " need to be there for the example in the command
m365 aad app add
Expected results
Command should like below
aad app set example should be like below
m365 aad app set --appId d75be2e1-0204-4f95-857d-51a37cf40be8 --certificateDisplayName "Some certificate name" --certificateFile "c:\temp\some-certificate.cer"
m365 aad app add should be like below
m365 aad app add --name 'My AAD app' --certificateDisplayName "Some certificate name" --certificateFile "c:\temp\some-certificate.cer"
Actual results
Refer the Example for Add a certificate to the app in the aad app set.
Command should have the option --appId. The command does not have the option available.
Diagnostics
N/A
CLI for Microsoft 365 version
N/A
nodejs version
N/A
Operating system (environment)
Windows
Shell
PowerShell
cli doctor
N/A
Additional Info
Bug Report on the docs
Description
Refer the Example for Add a certificate to the app in the
aad app set.Command should have the option
--appId. The command does not have the option available.Steps to reproduce
aad app setpage--appIdm365 aad app addExpected results
Command should like below
aad app setexample should be like belowm365 aad app set --appId d75be2e1-0204-4f95-857d-51a37cf40be8 --certificateDisplayName "Some certificate name" --certificateFile "c:\temp\some-certificate.cer"m365 aad app addshould be like belowm365 aad app add --name 'My AAD app' --certificateDisplayName "Some certificate name" --certificateFile "c:\temp\some-certificate.cer"
Actual results
Refer the Example for Add a certificate to the app in the
aad app set.Command should have the option
--appId. The command does not have the option available.Diagnostics
N/A
CLI for Microsoft 365 version
N/A
nodejs version
N/A
Operating system (environment)
Windows
Shell
PowerShell
cli doctor
N/A
Additional Info
Bug Report on the docs