Description
When using the m365 yammer message add --body "Hello everyone!" --debug I get a Error: Error: Request failed with status code 400 response.
Steps to reproduce
Execute m365 yammer message add --body "Hello everyone!" --debug
Expected result
Posted message
Actual result
"report-to": "{\"max_age\":3600,\"endpoints\":[{\"url\":\"https://mmay.nelreports.net/api/report?cat=yammer-prod_central_1\"}]}",
"nel": "{\"report_to\":\"default\",\"max_age\":3600,\"success_fraction\": 0.001}",
"x-cache": "CONFIG_NOCACHE",
"x-msedge-ref": "Ref A: E16DD92E50BE45ADA4D17D944872D036 Ref B: AM3EDGE0217 Ref C: 2021-06-25T13:44:41Z",
"date": "Fri, 25 Jun 2021 13:44:40 GMT",
"connection": "close"
},
"error": {
"body": [
"Please include a message"
],
"code": "body_blank"
}
Environment
Running v3.11.0-beta.5a661e8 on windows 10
Description
When using the
m365 yammer message add --body "Hello everyone!" --debugI get aError: Error: Request failed with status code 400response.Steps to reproduce
Execute
m365 yammer message add --body "Hello everyone!" --debugExpected result
Posted message
Actual result
Environment
Running
v3.11.0-beta.5a661e8onwindows 10