Skip to content

Kiota 1.24.0 and Microsoft Graph APIs do not play well together #6270

@Balkoth

Description

@Balkoth

What are you generating using Kiota, clients or plugins?

API Client/SDK

In what context or format are you using Kiota?

Windows executable

Client library/SDK language

Csharp

Describe the bug

While 1.23.0 generates warning free with 1.24.0 i get a huge list (truncated):

Warning: KiotaBuilder OpenAPI warning: #/paths/~1admin~1serviceAnnouncement~1healthOverviews~1{serviceHealth-id}~1issues~1{serviceHealthIssue-id}~1incidentReport()/get/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1admin~1serviceAnnouncement~1issues~1{serviceHealthIssue-id}~1incidentReport()/get/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1applications~1validateProperties/post/requestBody/content/application~1json/schema/properties/onBehalfOfUserId - The format uuid is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1chats~1{chat-id}~1markChatUnreadForUser/post/requestBody/content/application~1json/schema/properties/lastMessageReadDateTime - The format date-time is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1chats~1{chat-id}~1sendActivityNotification/post/requestBody/content/application~1json/schema/properties/chainId - The format int64 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1communications~1callRecords~1microsoft.graph.callRecords.getDirectRoutingCalls(fromDateTime={fromDateTime},toDateTime={toDateTime})/parameters/0/schema - The format date-time is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1communications~1callRecords~1microsoft.graph.callRecords.getDirectRoutingCalls(fromDateTime={fromDateTime},toDateTime={toDateTime})/parameters/1/schema - The format date-time is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1communications~1callRecords~1microsoft.graph.callRecords.getPstnCalls(fromDateTime={fromDateTime},toDateTime={toDateTime})/parameters/0/schema - The format date-time is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1communications~1callRecords~1microsoft.graph.callRecords.getPstnCalls(fromDateTime={fromDateTime},toDateTime={toDateTime})/parameters/1/schema - The format date-time is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1communications~1calls~1{call-id}~1answer/post/requestBody/content/application~1json/schema/properties/participantCapacity - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1communications~1calls~1{call-id}~1recordResponse/post/requestBody/content/application~1json/schema/properties/initialSilenceTimeoutInSeconds - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1communications~1calls~1{call-id}~1recordResponse/post/requestBody/content/application~1json/schema/properties/maxSilenceTimeoutInSeconds - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1communications~1calls~1{call-id}~1recordResponse/post/requestBody/content/application~1json/schema/properties/maxRecordDurationInSeconds - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1communications~1calls~1{call-id}~1redirect/post/requestBody/content/application~1json/schema/properties/timeout - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1communications~1calls~1{call-id}~1sendDtmfTones/post/requestBody/content/application~1json/schema/properties/delayBetweenTonesMs - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1communications~1onlineMeetings~1createOrGet/post/requestBody/content/application~1json/schema/properties/endDateTime - The format date-time is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1communications~1onlineMeetings~1createOrGet/post/requestBody/content/application~1json/schema/properties/startDateTime - The format date-time is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1communications~1onlineMeetings~1getAllRecordings(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)/parameters/1/schema - The format date-time is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1communications~1onlineMeetings~1getAllRecordings(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)/parameters/2/schema - The format date-time is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1communications~1onlineMeetings~1getAllTranscripts(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)/parameters/1/schema - The format date-time is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1communications~1onlineMeetings~1getAllTranscripts(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)/parameters/2/schema - The format date-time is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1communications~1presences~1{presence-id}~1setPresence/post/requestBody/content/application~1json/schema/properties/expirationDuration - The format duration is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1communications~1presences~1{presence-id}~1setUserPreferredPresence/post/requestBody/content/application~1json/schema/properties/expirationDuration - The format duration is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1contacts~1validateProperties/post/requestBody/content/application~1json/schema/properties/onBehalfOfUserId - The format uuid is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1contracts~1validateProperties/post/requestBody/content/application~1json/schema/properties/onBehalfOfUserId - The format uuid is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getCachedReport/post/requestBody/content/application~1json/schema/properties/skip - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getCachedReport/post/requestBody/content/application~1json/schema/properties/top - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getCachedReport/post/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getCompliancePolicyNonComplianceReport/post/requestBody/content/application~1json/schema/properties/skip - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getCompliancePolicyNonComplianceReport/post/requestBody/content/application~1json/schema/properties/top - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getCompliancePolicyNonComplianceReport/post/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getCompliancePolicyNonComplianceSummaryReport/post/requestBody/content/application~1json/schema/properties/skip - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getCompliancePolicyNonComplianceSummaryReport/post/requestBody/content/application~1json/schema/properties/top - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getCompliancePolicyNonComplianceSummaryReport/post/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getComplianceSettingNonComplianceReport/post/requestBody/content/application~1json/schema/properties/skip - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getComplianceSettingNonComplianceReport/post/requestBody/content/application~1json/schema/properties/top - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getComplianceSettingNonComplianceReport/post/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getConfigurationPolicyNonComplianceReport/post/requestBody/content/application~1json/schema/properties/skip - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getConfigurationPolicyNonComplianceReport/post/requestBody/content/application~1json/schema/properties/top - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getConfigurationPolicyNonComplianceReport/post/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getConfigurationPolicyNonComplianceSummaryReport/post/requestBody/content/application~1json/schema/properties/skip - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getConfigurationPolicyNonComplianceSummaryReport/post/requestBody/content/application~1json/schema/properties/top - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getConfigurationPolicyNonComplianceSummaryReport/post/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getConfigurationSettingNonComplianceReport/post/requestBody/content/application~1json/schema/properties/skip - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getConfigurationSettingNonComplianceReport/post/requestBody/content/application~1json/schema/properties/top - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getConfigurationSettingNonComplianceReport/post/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getDeviceManagementIntentPerSettingContributingProfiles/post/requestBody/content/application~1json/schema/properties/skip - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getDeviceManagementIntentPerSettingContributingProfiles/post/requestBody/content/application~1json/schema/properties/top - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getDeviceManagementIntentPerSettingContributingProfiles/post/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getDeviceManagementIntentSettingsReport/post/requestBody/content/application~1json/schema/properties/skip - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getDeviceManagementIntentSettingsReport/post/requestBody/content/application~1json/schema/properties/top - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getDeviceManagementIntentSettingsReport/post/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getDeviceNonComplianceReport/post/requestBody/content/application~1json/schema/properties/skip - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getDeviceNonComplianceReport/post/requestBody/content/application~1json/schema/properties/top - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getDeviceNonComplianceReport/post/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getDevicesWithoutCompliancePolicyReport/post/requestBody/content/application~1json/schema/properties/skip - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getDevicesWithoutCompliancePolicyReport/post/requestBody/content/application~1json/schema/properties/top - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getDevicesWithoutCompliancePolicyReport/post/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getHistoricalReport/post/requestBody/content/application~1json/schema/properties/skip - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getHistoricalReport/post/requestBody/content/application~1json/schema/properties/top - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getHistoricalReport/post/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getNoncompliantDevicesAndSettingsReport/post/requestBody/content/application~1json/schema/properties/skip - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getNoncompliantDevicesAndSettingsReport/post/requestBody/content/application~1json/schema/properties/top - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getNoncompliantDevicesAndSettingsReport/post/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getPolicyNonComplianceMetadata/post/requestBody/content/application~1json/schema/properties/skip - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getPolicyNonComplianceMetadata/post/requestBody/content/application~1json/schema/properties/top - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getPolicyNonComplianceMetadata/post/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getPolicyNonComplianceReport/post/requestBody/content/application~1json/schema/properties/skip - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getPolicyNonComplianceReport/post/requestBody/content/application~1json/schema/properties/top - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getPolicyNonComplianceReport/post/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getPolicyNonComplianceSummaryReport/post/requestBody/content/application~1json/schema/properties/skip - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getPolicyNonComplianceSummaryReport/post/requestBody/content/application~1json/schema/properties/top - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getPolicyNonComplianceSummaryReport/post/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getReportFilters/post/requestBody/content/application~1json/schema/properties/skip - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getReportFilters/post/requestBody/content/application~1json/schema/properties/top - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getReportFilters/post/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getSettingNonComplianceReport/post/requestBody/content/application~1json/schema/properties/skip - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getSettingNonComplianceReport/post/requestBody/content/application~1json/schema/properties/top - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1getSettingNonComplianceReport/post/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1retrieveDeviceAppInstallationStatusReport/post/requestBody/content/application~1json/schema/properties/skip - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1retrieveDeviceAppInstallationStatusReport/post/requestBody/content/application~1json/schema/properties/top - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1deviceManagement~1reports~1retrieveDeviceAppInstallationStatusReport/post/responses/2XX/content/application~1octet-stream/schema/properties/value - The format base64url is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1devices~1validateProperties/post/requestBody/content/application~1json/schema/properties/onBehalfOfUserId - The format uuid is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1directory~1deletedItems~1validateProperties/post/requestBody/content/application~1json/schema/properties/onBehalfOfUserId - The format uuid is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1directoryObjects~1validateProperties/post/requestBody/content/application~1json/schema/properties/onBehalfOfUserId - The format uuid is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1directoryRoles~1validateProperties/post/requestBody/content/application~1json/schema/properties/onBehalfOfUserId - The format uuid is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1directoryRoleTemplates~1validateProperties/post/requestBody/content/application~1json/schema/properties/onBehalfOfUserId - The format uuid is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1createLink/post/requestBody/content/application~1json/schema/properties/expirationDateTime - The format date-time is not supported by Kiota for the type Null, String and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1preview/post/requestBody/content/application~1json/schema/properties/zoom/oneOf/0 - The format double is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1names~1{workbookNamedItem-id}~1range()~1columnsAfter(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1names~1{workbookNamedItem-id}~1range()~1columnsBefore(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1names~1{workbookNamedItem-id}~1range()~1rowsAbove(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1names~1{workbookNamedItem-id}~1range()~1rowsBelow(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1dataBodyRange()~1columnsAfter(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1dataBodyRange()~1columnsBefore(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1dataBodyRange()~1rowsAbove(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1dataBodyRange()~1rowsBelow(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1headerRowRange()~1columnsAfter(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1headerRowRange()~1columnsBefore(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1headerRowRange()~1rowsAbove(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1headerRowRange()~1rowsBelow(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1range()~1columnsAfter(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1range()~1columnsBefore(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1range()~1rowsAbove(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1range()~1rowsBelow(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1totalRowRange()~1columnsAfter(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1totalRowRange()~1columnsBefore(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1totalRowRange()~1rowsAbove(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1totalRowRange()~1rowsBelow(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1columns~1add/post/requestBody/content/application~1json/schema/properties/index - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1dataBodyRange()~1columnsAfter(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1dataBodyRange()~1columnsBefore(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1dataBodyRange()~1rowsAbove(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1dataBodyRange()~1rowsBelow(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1headerRowRange()~1columnsAfter(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1headerRowRange()~1columnsBefore(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1headerRowRange()~1rowsAbove(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1headerRowRange()~1rowsBelow(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1range()~1columnsAfter(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1range()~1columnsBefore(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1range()~1rowsAbove(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1range()~1rowsBelow(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1totalRowRange()~1columnsAfter(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1totalRowRange()~1columnsBefore(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1totalRowRange()~1rowsAbove(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1totalRowRange()~1rowsBelow(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1rows~1{workbookTableRow-id}~1range()~1columnsAfter(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1rows~1{workbookTableRow-id}~1range()~1columnsBefore(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1rows~1{workbookTableRow-id}~1range()~1rowsAbove(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1rows~1{workbookTableRow-id}~1range()~1rowsBelow(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1tables~1{workbookTable-id}~1rows~1add/post/requestBody/content/application~1json/schema/properties/index - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1cell(row={row},column={column})~1columnsAfter(count={count})/parameters/5/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1cell(row={row},column={column})~1columnsBefore(count={count})/parameters/5/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1cell(row={row},column={column})~1rowsAbove(count={count})/parameters/5/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1cell(row={row},column={column})~1rowsBelow(count={count})/parameters/5/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1range()~1columnsAfter(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1range()~1columnsBefore(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1range()~1rowsAbove(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1range()~1rowsBelow(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1range(address='{address}')~1columnsAfter(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1range(address='{address}')~1columnsBefore(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1range(address='{address}')~1rowsAbove(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1range(address='{address}')~1rowsBelow(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1usedRange()~1columnsAfter(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1usedRange()~1columnsBefore(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1usedRange()~1rowsAbove(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1usedRange()~1rowsBelow(count={count})/parameters/3/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1usedRange(valuesOnly={valuesOnly})~1columnsAfter(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1usedRange(valuesOnly={valuesOnly})~1columnsBefore(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1usedRange(valuesOnly={valuesOnly})~1rowsAbove(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1usedRange(valuesOnly={valuesOnly})~1rowsBelow(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1names~1{workbookNamedItem-id}~1range()~1columnsAfter(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1names~1{workbookNamedItem-id}~1range()~1columnsBefore(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1names~1{workbookNamedItem-id}~1range()~1rowsAbove(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1names~1{workbookNamedItem-id}~1range()~1rowsBelow(count={count})/parameters/4/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1dataBodyRange()~1columnsAfter(count={count})/parameters/5/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1dataBodyRange()~1columnsBefore(count={count})/parameters/5/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1dataBodyRange()~1rowsAbove(count={count})/parameters/5/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1dataBodyRange()~1rowsBelow(count={count})/parameters/5/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1headerRowRange()~1columnsAfter(count={count})/parameters/5/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1headerRowRange()~1columnsBefore(count={count})/parameters/5/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1headerRowRange()~1rowsAbove(count={count})/parameters/5/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1headerRowRange()~1rowsBelow(count={count})/parameters/5/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1range()~1columnsAfter(count={count})/parameters/5/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1range()~1columnsBefore(count={count})/parameters/5/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1range()~1rowsAbove(count={count})/parameters/5/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1range()~1rowsBelow(count={count})/parameters/5/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1totalRowRange()~1columnsAfter(count={count})/parameters/5/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1totalRowRange()~1columnsBefore(count={count})/parameters/5/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/paths/~1drives~1{drive-id}~1items~1{driveItem-id}~1workbook~1worksheets~1{workbookWorksheet-id}~1tables~1{workbookTable-id}~1columns~1{workbookTableColumn-id}~1totalRowRange()~1rowsAbove(count={count})/parameters/5/schema - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/components/requestBodies/findMeetingTimesRequestBody/content/application~1json/schema/properties/maxCandidates - The format int32 is not supported by Kiota for the type Null, Number and the string type will be used.
Warning: KiotaBuilder OpenAPI warning: #/components/requestBodies/findMeetingTimesRequestBody/content/application~1json/schema/properties/minimumAttendeePercentage/oneOf/0 - The format double is not supported by Kiota for the type Null, Number and the string type will be used.

Expected behavior

Warning free generation again.

How to reproduce

Use this kiota-lock.json to generate or update a client:

{
  "descriptionHash": "FCF2E2D66A4ADE77F05EA9555E2E94E00C6F6548D2B0F1B3776C94C770F2B224F8CB0647317CAEB2BD6BDC435A9C246219EE843C221DA53D5CF3410254DEBA6A",
  "descriptionLocation": "https://aka.ms/graph/v1.0/openapi.yaml",
  "lockFileVersion": "1.0.0",
  "kiotaVersion": "1.24.0",
  "clientClassName": "GraphServiceClient",
  "typeAccessModifier": "Public",
  "clientNamespaceName": "Microsoft.Graph",
  "language": "CSharp",
  "usesBackingStore": true,
  "excludeBackwardCompatible": true,
  "includeAdditionalData": true,
  "disableSSLValidation": false,
  "serializers": [
    "Microsoft.Kiota.Serialization.Json.JsonSerializationWriterFactory",
    "Microsoft.Kiota.Serialization.Text.TextSerializationWriterFactory",
    "Microsoft.Kiota.Serialization.Form.FormSerializationWriterFactory",
    "Microsoft.Kiota.Serialization.Multipart.MultipartSerializationWriterFactory"
  ],
  "deserializers": [
    "Microsoft.Kiota.Serialization.Json.JsonParseNodeFactory",
    "Microsoft.Kiota.Serialization.Text.TextParseNodeFactory",
    "Microsoft.Kiota.Serialization.Form.FormParseNodeFactory"
  ],
  "structuredMimeTypes": [
    "application/json",
    "text/plain;q=0.9",
    "application/x-www-form-urlencoded;q=0.2",
    "multipart/form-data;q=0.1"
  ],
  "includePatterns": [
    "/groups/{group-id}#GET",
    "/groups/{group-id}/members/$ref#POST",
    "/invitations",
    "/users",
    "/users/{user-id}#GET",
    "/users/{user-id}#PATCH",
    "/users/{user-id}/contacts",
    "/users/{user-id}/contacts/**",
    "/users/{user-id}/photo",
    "/users/{user-id}/photo/**",
    "/users/{user-id}/sendMail",
    "/users/{user-id}/sendMail/**"
  ],
  "excludePatterns": [],
  "disabledValidationRules": []
}

Open API description file

https://aka.ms/graph/v1.0/openapi.yaml

Kiota Version

1.24.0

Latest Kiota version known to work for scenario above?(Not required)

No response

Known Workarounds

No response

Configuration

  • OS: Windows 11
  • Arch: x64

Debug output

No response

Other information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    CsharpPull requests that update .net codeWIPstatus:waiting-for-triageAn issue that is yet to be reviewed or assignedtype:bugA broken experience

    Type

    No type

    Projects

    Status

    Done ✔️

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions