Skip to content

Commit 6a197ba

Browse files
author
Zim Kalinowski
committed
api version fix for resources
1 parent 0249fc2 commit 6a197ba

File tree

1 file changed

+20
-10
lines changed
  • specification/resources/resource-manager/Microsoft.Resources/stable/2019-10-01

1 file changed

+20
-10
lines changed

specification/resources/resource-manager/Microsoft.Resources/stable/2019-10-01/resources.json

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2750,7 +2750,8 @@
27502750
"in": "query",
27512751
"required": true,
27522752
"type": "string",
2753-
"description": "The API version to use for the operation."
2753+
"description": "The API version to use for the operation.",
2754+
"x-ms-api-version": false
27542755
},
27552756
{
27562757
"$ref": "#/parameters/SubscriptionIdParameter"
@@ -2823,7 +2824,8 @@
28232824
"in": "query",
28242825
"required": true,
28252826
"type": "string",
2826-
"description": "The API version to use for the operation."
2827+
"description": "The API version to use for the operation.",
2828+
"x-ms-api-version": false
28272829
},
28282830
{
28292831
"$ref": "#/parameters/SubscriptionIdParameter"
@@ -2900,7 +2902,8 @@
29002902
"in": "query",
29012903
"required": true,
29022904
"type": "string",
2903-
"description": "The API version to use for the operation."
2905+
"description": "The API version to use for the operation.",
2906+
"x-ms-api-version": false
29042907
},
29052908
{
29062909
"name": "parameters",
@@ -2992,7 +2995,8 @@
29922995
"in": "query",
29932996
"required": true,
29942997
"type": "string",
2995-
"description": "The API version to use for the operation."
2998+
"description": "The API version to use for the operation.",
2999+
"x-ms-api-version": false
29963000
},
29973001
{
29983002
"name": "parameters",
@@ -3078,7 +3082,8 @@
30783082
"in": "query",
30793083
"required": true,
30803084
"type": "string",
3081-
"description": "The API version to use for the operation."
3085+
"description": "The API version to use for the operation.",
3086+
"x-ms-api-version": false
30823087
},
30833088
{
30843089
"$ref": "#/parameters/SubscriptionIdParameter"
@@ -3121,7 +3126,8 @@
31213126
"in": "query",
31223127
"required": true,
31233128
"type": "string",
3124-
"description": "The API version to use for the operation."
3129+
"description": "The API version to use for the operation.",
3130+
"x-ms-api-version": false
31253131
}
31263132
],
31273133
"responses": {
@@ -3159,7 +3165,8 @@
31593165
"in": "query",
31603166
"required": true,
31613167
"type": "string",
3162-
"description": "The API version to use for the operation."
3168+
"description": "The API version to use for the operation.",
3169+
"x-ms-api-version": false
31633170
}
31643171
],
31653172
"responses": {
@@ -3201,7 +3208,8 @@
32013208
"in": "query",
32023209
"required": true,
32033210
"type": "string",
3204-
"description": "The API version to use for the operation."
3211+
"description": "The API version to use for the operation.",
3212+
"x-ms-api-version": false
32053213
},
32063214
{
32073215
"name": "parameters",
@@ -3258,7 +3266,8 @@
32583266
"in": "query",
32593267
"required": true,
32603268
"type": "string",
3261-
"description": "The API version to use for the operation."
3269+
"description": "The API version to use for the operation.",
3270+
"x-ms-api-version": false
32623271
},
32633272
{
32643273
"name": "parameters",
@@ -3309,7 +3318,8 @@
33093318
"in": "query",
33103319
"required": true,
33113320
"type": "string",
3312-
"description": "The API version to use for the operation."
3321+
"description": "The API version to use for the operation.",
3322+
"x-ms-api-version": false
33133323
}
33143324
],
33153325
"responses": {

0 commit comments

Comments
 (0)