Application permissions for Planner are gradually rolling out in preview! https://twitter.com/jthake/status/1612492154978603008
Right now we are throwing an error when users try to use planner commands with application permissions.
|
if (accessToken.isAppOnlyAccessToken(auth.service.accessTokens[this.resource].accessToken)) { |
|
this.handleError('This command does not support application permissions.'); |
|
return; |
|
} |
Let's remove this check for every planner command.
Application permissions for Planner are gradually rolling out in preview! https://twitter.com/jthake/status/1612492154978603008
Right now we are throwing an error when users try to use planner commands with application permissions.
cli-microsoft365/src/m365/planner/commands/task/task-add.ts
Lines 188 to 191 in 0ce0a85
Let's remove this check for every planner command.