Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.BotService to add versio…
Browse files Browse the repository at this point in the history
…n preview/2021-05-01-preview (#15144)

* Add disable/enable local authentication ARM property

* Update property description

* add slack permission scopes

* Prettify JSON

* Make File Pretty

Co-authored-by: Edwin Bwambale <edwinb@microsoft.com>
Co-authored-by: Tianyu You <youtianyu2010@gmail.com>
  • Loading branch information
3 people authored Jul 21, 2021
1 parent c2ec03e commit 761b197
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1609,6 +1609,10 @@
"type": "boolean",
"description": "Whether the bot is in an isolated network"
},
"disableLocalAuth": {
"type": "boolean",
"description": "Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication."
},
"schemaTransformationVersion": {
"type": "string",
"description": "The channel schema transformation version for the bot"
Expand Down Expand Up @@ -2137,6 +2141,10 @@
"type": "string",
"description": "The Slack verification token. Value only returned through POST to the action Channel List API, otherwise empty."
},
"scopes": {
"type": "string",
"description": "The Slack permission scopes."
},
"landingPageUrl": {
"type": "string",
"description": "The Slack landing page Url"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey",
"isIsolated": false,
"disableLocalAuth": true,
"schemaTransformationVersion": "1.0"
}
}
Expand Down Expand Up @@ -72,6 +73,7 @@
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey",
"isIsolated": false,
"disableLocalAuth": true,
"schemaTransformationVersion": "1.0"
}
}
Expand Down Expand Up @@ -109,6 +111,7 @@
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey",
"isIsolated": false,
"disableLocalAuth": true,
"schemaTransformationVersion": "1.0"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey",
"isIsolated": false,
"disableLocalAuth": true,
"schemaTransformationVersion": "1.0"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey",
"isIsolated": false,
"disableLocalAuth": true,
"schemaTransformationVersion": "1.0"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey",
"isIsolated": false,
"disableLocalAuth": true,
"schemaTransformationVersion": "1.0"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey",
"isIsolated": false,
"disableLocalAuth": true,
"schemaTransformationVersion": "1.0"
}
}
Expand Down Expand Up @@ -72,6 +73,7 @@
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey",
"isIsolated": false,
"disableLocalAuth": true,
"schemaTransformationVersion": "1.0"
}
}
Expand Down Expand Up @@ -111,6 +113,7 @@
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey",
"isIsolated": false,
"disableLocalAuth": true,
"schemaTransformationVersion": "1.0"
}
}
Expand Down

0 comments on commit 761b197

Please sign in to comment.