Skip to content

Enhancement: Update aad o365group add to make execution as faulty for invalid values of --owners and --members Option #2654

@arjunumenon

Description

@arjunumenon

Extend the action for the command aad o365group add with additional validation and wait in performing the operation until all the values in --owners and --members are valid. If some of the values are invalid, operation should be exited with proper message

More Details

The command aad o365group add has the option --owners and --members which supports multiple values in comma separated way.

Currently, even if some of the values in --owners and --members option is invalid, execution will be progressed further with the the valid values.

Based on discussion, #2638 it was decided that even if some of the values in --owners and --members option is invalid execution should be made as faulty and NOT successful.

Since we may not be able to validate this during the validation phase, this has to be handled during the execution phase.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions