Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/preview/2025-10-01-preview/cognitiveservices.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Your service description will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"title": "CognitiveServicesManagementClient",
Expand Down Expand Up @@ -13090,7 +13090,7 @@
"enum": [
"Default",
"OrganizationScope",
"Microsoft365",
"Channels",
"Custom"
],
"x-ms-enum": {
Expand All @@ -13106,8 +13106,8 @@
"description": "Claim-based, requires membership in the tenant"
},
{
"value": "Microsoft365",
"description": "Microsoft365-specific (AzureBotService) authorization"
"value": "Channels",
"description": "Channels-specific (AzureBotService) authorization"
},
{
"value": "Custom",
Expand Down Expand Up @@ -13153,15 +13153,15 @@
"x-ms-discriminator-value": "OrganizationScope",
"additionalProperties": false
},
"M365BuiltInAuthorizationPolicy": {
"description": "Represents a built-in authorization policy specific to Azure Bot Service/M365 authentication.",
"ChannelsBuiltInAuthorizationPolicy": {
"description": "Represents a built-in authorization policy specific to Azure Bot Service/Channels authentication.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/ApplicationAuthorizationPolicy"
}
],
"x-ms-discriminator-value": "Microsoft365",
"x-ms-discriminator-value": "Channels",
"additionalProperties": false
},
"ApplicationTrafficRoutingPolicy": {
Expand Down
Loading