Skip to content

add x-simple-model-name to Microsoft Teams #3117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-05-27 17:12:18.286841",
"spec_repo_commit": "ed439f7c"
"regenerated": "2025-05-28 12:55:35.035224",
"spec_repo_commit": "aed3efb8"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-05-27 17:12:18.303167",
"spec_repo_commit": "ed439f7c"
"regenerated": "2025-05-28 12:55:35.051470",
"spec_repo_commit": "aed3efb8"
}
}
}
11 changes: 11 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22358,6 +22358,7 @@ components:
maxLength: 255
type: string
type: object
x-model-simple-name: TeamsChannelAttributes
MicrosoftTeamsChannelInfoResponseData:
description: Channel data from a response.
properties:
Expand All @@ -22372,6 +22373,7 @@ components:
type:
$ref: '#/components/schemas/MicrosoftTeamsChannelInfoType'
type: object
x-model-simple-name: TeamsChannelData
MicrosoftTeamsChannelInfoType:
default: ms-teams-channel-info
description: Channel info resource type.
Expand All @@ -22381,6 +22383,7 @@ components:
type: string
x-enum-varnames:
- MS_TEAMS_CHANNEL_INFO
x-model-simple-name: TeamsChannelInfoType
MicrosoftTeamsCreateTenantBasedHandleRequest:
description: Create tenant-based handle request.
properties:
Expand All @@ -22403,6 +22406,7 @@ components:
data:
$ref: '#/components/schemas/MicrosoftTeamsChannelInfoResponseData'
type: object
x-model-simple-name: TeamsGetChannelResponse
MicrosoftTeamsTenantBasedHandleAttributes:
description: Tenant-based handle attributes.
properties:
Expand All @@ -22427,6 +22431,7 @@ components:
maxLength: 255
type: string
type: object
x-model-simple-name: TeamsTenantHandleAttrs
MicrosoftTeamsTenantBasedHandleInfoResponseAttributes:
description: Tenant-based handle attributes.
properties:
Expand Down Expand Up @@ -22466,6 +22471,7 @@ components:
maxLength: 255
type: string
type: object
x-model-simple-name: TeamsTenantHandleAttributes
MicrosoftTeamsTenantBasedHandleInfoResponseData:
description: Tenant-based handle data from a response.
properties:
Expand All @@ -22480,6 +22486,7 @@ components:
type:
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleInfoType'
type: object
x-model-simple-name: TeamsTenantHandleData
MicrosoftTeamsTenantBasedHandleInfoType:
default: ms-teams-tenant-based-handle-info
description: Tenant-based handle resource type.
Expand All @@ -22489,6 +22496,7 @@ components:
type: string
x-enum-varnames:
- MS_TEAMS_TENANT_BASED_HANDLE_INFO
x-model-simple-name: TeamsTenantHandleInfoType
MicrosoftTeamsTenantBasedHandleRequestAttributes:
description: Tenant-based handle attributes.
properties:
Expand Down Expand Up @@ -22551,6 +22559,7 @@ components:
type:
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleType'
type: object
x-model-simple-name: TeamsTenantHandleResponseData
MicrosoftTeamsTenantBasedHandleType:
default: tenant-based-handle
description: Specifies the tenant-based handle resource type.
Expand All @@ -22560,6 +22569,7 @@ components:
type: string
x-enum-varnames:
- TENANT_BASED_HANDLE
x-model-simple-name: TeamsTenantHandleType
MicrosoftTeamsTenantBasedHandlesResponse:
description: Response with a list of tenant-based handles.
properties:
Expand Down Expand Up @@ -22592,6 +22602,7 @@ components:
required:
- data
type: object
x-model-simple-name: TeamsTenantHandlesResponse
MicrosoftTeamsUpdateTenantBasedHandleRequest:
description: Update tenant-based handle request.
properties:
Expand Down