Open
Description
When creating or updating bot service slack channels, the registerBeforeOAuthFlow
field must be set to true in order for the client id and secrets data to be saved. This field is incorrectly marked read-only in the spec, so generated clients don't include it when creating/updating slack channels, causing the clientId, clientSecret, signingSecret and validationToken fields to be ignored on the server side. This breaks all clients trying to automate creating slack channels, and also breaks the az bot slack
cli.