Skip to content

Commit 043ce39

Browse files
authored
S360 linting issue removed enum from ApiVersionParameter (#18596)
* Added x-ms-identifier for s360 linting issue * removed from main * Removed enum from ApiVersionParameter
1 parent 34a34e0 commit 043ce39

File tree

4 files changed

+4
-21
lines changed

4 files changed

+4
-21
lines changed

specification/elastic/resource-manager/Microsoft.Elastic/preview/2020-07-01-preview/elastic.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,10 +1536,7 @@
15361536
"in": "query",
15371537
"description": "The API version to be used with the HTTP request.",
15381538
"required": true,
1539-
"type": "string",
1540-
"enum": [
1541-
"2020-07-01-preview"
1542-
]
1539+
"type": "string"
15431540
},
15441541
"SubscriptionIdParameter": {
15451542
"name": "subscriptionId",

specification/elastic/resource-manager/Microsoft.Elastic/preview/2021-09-01-preview/elastic.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,12 +1631,7 @@
16311631
"in": "query",
16321632
"description": "The API version to be used with the HTTP request.",
16331633
"required": true,
1634-
"type": "string",
1635-
"enum": [
1636-
"2020-07-01-preview",
1637-
"2020-07-01",
1638-
"2021-09-01-preview"
1639-
]
1634+
"type": "string"
16401635
},
16411636
"SubscriptionIdParameter": {
16421637
"name": "subscriptionId",

specification/elastic/resource-manager/Microsoft.Elastic/preview/2021-10-01-preview/elastic.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,13 +1762,7 @@
17621762
"in": "query",
17631763
"description": "The API version to be used with the HTTP request.",
17641764
"required": true,
1765-
"type": "string",
1766-
"enum": [
1767-
"2020-07-01-preview",
1768-
"2020-07-01",
1769-
"2021-09-01-preview",
1770-
"2021-10-01-preview"
1771-
]
1765+
"type": "string"
17721766
},
17731767
"SubscriptionIdParameter": {
17741768
"name": "subscriptionId",

specification/elastic/resource-manager/Microsoft.Elastic/stable/2020-07-01/elastic.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,10 +1529,7 @@
15291529
"in": "query",
15301530
"description": "The API version to be used with the HTTP request.",
15311531
"required": true,
1532-
"type": "string",
1533-
"enum": [
1534-
"2020-07-01"
1535-
]
1532+
"type": "string"
15361533
},
15371534
"SubscriptionIdParameter": {
15381535
"name": "subscriptionId",

0 commit comments

Comments
 (0)