We're currently working on: #5480
Sadly enough, we cannot read these properties using CLI. These properties are not included in the default result returned by Graph. I suggest that we either include them by default, or we add a new flag --includeDetails that will retrieve extra properties.
The properties I'm currently interested in are: allowExternalSenders, autoSubscribeNewMembers, hideFromAddressLists, hideFromOutlookClients, isSubscribedByMail
I'm afraid that we have to make an additional Graph request to retrieve these properties, so I'm personally tending to --includeDetails. What is your opinion on this @pnp/cli-for-microsoft-365-maintainers?
Choice 1) Include extra properties by default
Choice 2) Add a new option --includeDetails to retrieve extra properties that we append to the default response.
We agreed to use choice 1.
We're currently working on: #5480
Sadly enough, we cannot read these properties using CLI. These properties are not included in the default result returned by Graph. I suggest that we either include them by default, or we add a new flag
--includeDetailsthat will retrieve extra properties.The properties I'm currently interested in are: allowExternalSenders, autoSubscribeNewMembers, hideFromAddressLists, hideFromOutlookClients, isSubscribedByMail
I'm afraid that we have to make an additional Graph request to retrieve these properties, so I'm personally tending to
--includeDetails. What is your opinion on this @pnp/cli-for-microsoft-365-maintainers?Choice 1) Include extra properties by default
Choice 2) Add a new option
--includeDetailsto retrieve extra properties that we append to the default response.We agreed to use choice 1.