Skip to content

Commit

Permalink
Revert "Fix Parameter Description for validate resource move (Azure#8524
Browse files Browse the repository at this point in the history
)" (Azure#9580)

This reverts commit cb0a81f.
  • Loading branch information
chenjianfei2017 authored and 00Kai0 committed Oct 12, 2020
1 parent 885f167 commit f24679a
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2620,7 +2620,7 @@
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/SourceSubscriptionIdParameter"
"$ref": "#/parameters/SubscriptionIdParameter"
}
],
"responses": {
Expand Down Expand Up @@ -5849,13 +5849,6 @@
"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 f24679a

Please sign in to comment.