-
Notifications
You must be signed in to change notification settings - Fork 4k
Added ability to set 'Description' field when calling New-AzADGroup (Issue #9004) #9183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/Resources/Resources/ActiveDirectory/Models/ActiveDirectoryClientExtensions.cs
Outdated
Show resolved
Hide resolved
src/Resources/Resources/ActiveDirectory/Models/ActiveDirectoryClientExtensions.cs
Outdated
Show resolved
Hide resolved
src/Resources/Resources/ActiveDirectory/Models/ActiveDirectoryClientExtensions.cs
Outdated
Show resolved
Hide resolved
src/Resources/Resources/ActiveDirectory/Models/ActiveDirectoryClientExtensions.cs
Outdated
Show resolved
Hide resolved
…ClientExtensions.cs Co-Authored-By: Michael Yanni <[email protected]>
…ClientExtensions.cs Co-Authored-By: Michael Yanni <[email protected]>
…ClientExtensions.cs Co-Authored-By: Michael Yanni <[email protected]>
…ClientExtensions.cs Co-Authored-By: Michael Yanni <[email protected]>
Thanks @MiYanni for those one-liners, just learnt about ?.ToString() |
@darshanhs90 Can you take a look at this PR? |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lwajswaj I made a few minor changes -- this looks great otherwise. Thanks for the contribution 😁
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Description
This PR adds 'Description' parameter to New-AzAdGroup cmdlet (Issue #9004) as well as adds it as output when calling Get-AzAdGroup. Also, fixed value displayed as MailNickName.
Checklist
CONTRIBUTING.md
platyPS
module