Skip to content

Commit

Permalink
S360 linting issue removed enum from ApiVersionParameter (#18596)
Browse files Browse the repository at this point in the history
* Added x-ms-identifier for s360 linting issue

* removed from main

* Removed enum from ApiVersionParameter
  • Loading branch information
v-sadafm authored Apr 8, 2022
1 parent 34a34e0 commit 043ce39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1536,10 +1536,7 @@
"in": "query",
"description": "The API version to be used with the HTTP request.",
"required": true,
"type": "string",
"enum": [
"2020-07-01-preview"
]
"type": "string"
},
"SubscriptionIdParameter": {
"name": "subscriptionId",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1631,12 +1631,7 @@
"in": "query",
"description": "The API version to be used with the HTTP request.",
"required": true,
"type": "string",
"enum": [
"2020-07-01-preview",
"2020-07-01",
"2021-09-01-preview"
]
"type": "string"
},
"SubscriptionIdParameter": {
"name": "subscriptionId",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1762,13 +1762,7 @@
"in": "query",
"description": "The API version to be used with the HTTP request.",
"required": true,
"type": "string",
"enum": [
"2020-07-01-preview",
"2020-07-01",
"2021-09-01-preview",
"2021-10-01-preview"
]
"type": "string"
},
"SubscriptionIdParameter": {
"name": "subscriptionId",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1529,10 +1529,7 @@
"in": "query",
"description": "The API version to be used with the HTTP request.",
"required": true,
"type": "string",
"enum": [
"2020-07-01"
]
"type": "string"
},
"SubscriptionIdParameter": {
"name": "subscriptionId",
Expand Down

0 comments on commit 043ce39

Please sign in to comment.