Skip to content
Merged
Changes from 1 commit
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
Expand Up @@ -21,7 +21,6 @@ Generate all API versions currently shipped for this package
```yaml $(python)
multiapi: true
default-api-version: "2023-05-01"
clear-output-folder: true
Comment thread
ChenxiJiang333 marked this conversation as resolved.
batch:
- tag: package-2023-05
- tag: package-2022-11
Expand All @@ -42,6 +41,7 @@ batch:

``` yaml $(multiapiscript)
output-folder: $(python-sdks-folder)/kubernetesconfiguration/azure-mgmt-kubernetesconfiguration/azure/mgmt/kubernetesconfiguration/
clear-output-folder: false
perform-load: false
```

Expand Down