Skip to content

Commit 266ef0f

Browse files
author
Zim Kalinowski
committed
links need api version after all?
1 parent 40ea48c commit 266ef0f

File tree

1 file changed

+9
-1
lines changed
  • specification/resources/resource-manager/Microsoft.Resources/stable/2016-09-01

1 file changed

+9
-1
lines changed

specification/resources/resource-manager/Microsoft.Resources/stable/2016-09-01/links.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"description": "Parameters for creating or updating a resource link."
114114
},
115115
{
116-
"$ref": "#/parameters/ApiVersionParameter"
116+
"$ref": "#/parameters/ApiVersionParameterExplicit"
117117
}
118118
],
119119
"responses": {
@@ -386,6 +386,14 @@
386386
"required": true,
387387
"type": "string",
388388
"description": "The API version to use for the operation."
389+
},
390+
"ApiVersionParameterExplicit": {
391+
"name": "api-version",
392+
"in": "query",
393+
"required": true,
394+
"type": "string",
395+
"description": "The API version to use for the operation.",
396+
"x-ms-api-version": false
389397
}
390398
}
391399
}

0 commit comments

Comments
 (0)