Skip to content

Commit

Permalink
fix for Python SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
v-ajnava committed Oct 12, 2021
1 parent d2acb09 commit 59fd59b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"ProxyResource": {
"title": "Resource",
"description": "Common fields that are returned in the response for all Azure Resource Manager resources",
"type": "object",
"type": "object",
"properties": {
"id": {
"readOnly": true,
Expand Down Expand Up @@ -285,7 +285,6 @@
"in": "query",
"required": false,
"type": "integer",
"format": "int32",
"minimum": 0,
"maximum": 1000,
"x-ms-parameter-location": "method"
Expand All @@ -296,7 +295,6 @@
"in": "query",
"required": false,
"type": "integer",
"format": "int32",
"minimum": 1,
"maximum": 1000,
"x-ms-parameter-location": "method"
Expand Down
4 changes: 2 additions & 2 deletions specification/eventhub/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Generate all API versions currently shipped for this package

```yaml $(multiapi) && !$(track2)
batch:
- tag: package-2021-11-01
- tag: package-2021-11
- tag: package-2021-06-preview
- tag: package-2021-01-preview
- tag: package-2018-01-preview
Expand All @@ -42,7 +42,7 @@ batch:
```yaml $(multiapi) && $(track2)
clear-output-folder: true
batch:
- tag: package-2021-11-01
- tag: package-2021-11
- tag: package-2021-06-preview
- tag: package-2021-01-preview
- tag: package-2018-01-preview
Expand Down

0 comments on commit 59fd59b

Please sign in to comment.