Skip to content

Commit 349dc4b

Browse files
fix(kafka-mgmt/v1): update for kafka-mgmt/v1 SDK (#669)
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
1 parent 6e03b62 commit 349dc4b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.openapi/kas-fleet-manager.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,9 +1564,8 @@ components:
15641564
type: string
15651565
collections:
15661566
type: array
1567-
items:
1568-
allOf:
1569-
- $ref: "#/components/schemas/ObjectReference"
1567+
items: # removed allOf to workaround this issue: https://github.com/microsoft/kiota/issues/2442
1568+
$ref: "#/components/schemas/ObjectReference"
15701569
KafkaRequestPayload:
15711570
description: Schema for the request body sent to /kafkas POST
15721571
required:

0 commit comments

Comments
 (0)