Skip to content

Commit

Permalink
Fix Parameter Description for validate resource move (#8524)
Browse files Browse the repository at this point in the history
* Update resources.json

* fix spacing
  • Loading branch information
fwanggg authored Mar 20, 2020
1 parent b01b2ea commit cb0a81f
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2600,7 +2600,7 @@
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
"$ref": "#/parameters/SourceSubscriptionIdParameter"
}
],
"responses": {
Expand Down Expand Up @@ -5754,6 +5754,13 @@
"type": "string",
"description": "The ID of the target subscription."
},
"SourceSubscriptionIdParameter": {
"name": "subscriptionId",
"in": "path",
"required": true,
"type": "string",
"description": "The ID of the source subscription."
},
"DeploymentNameParameter": {
"name": "deploymentName",
"in": "path",
Expand Down

0 comments on commit cb0a81f

Please sign in to comment.