Skip to content

Commit 7948f44

Browse files
author
SDK Automation
committed
Generated from 6e305261aee6f0559446f32a9d332844679c05e6
Updated description for some APIs/objects and parameterized references to resourceGroupName, moveCollectionName and moveResourceName.
1 parent de84757 commit 7948f44

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

schemas/2019-10-01-preview/Microsoft.Migrate.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@
2626
},
2727
"location": {
2828
"type": "string",
29-
"description": "The geo-location where the resource lives"
29+
"description": "The geo-location where the resource lives."
3030
},
3131
"name": {
32-
"type": "string"
32+
"type": "string",
33+
"description": "The Move Collection Name."
3334
},
3435
"properties": {
3536
"oneOf": [
@@ -92,7 +93,8 @@
9293
]
9394
},
9495
"name": {
95-
"type": "string"
96+
"type": "string",
97+
"description": "The Move Resource Name."
9698
},
9799
"properties": {
98100
"oneOf": [
@@ -346,7 +348,8 @@
346348
]
347349
},
348350
"name": {
349-
"type": "string"
351+
"type": "string",
352+
"description": "The Move Resource Name."
350353
},
351354
"properties": {
352355
"oneOf": [
@@ -386,7 +389,7 @@
386389
"description": "Gets or sets the resource ARM id of either the MoveResource or the resource ARM ID of\r\nthe dependent resource."
387390
}
388391
},
389-
"description": "Defines the dependency of the move resource."
392+
"description": "Defines the dependency override of the move resource."
390393
},
391394
"MoveResourceError": {
392395
"type": "object",
@@ -934,7 +937,7 @@
934937
},
935938
"targetVmSize": {
936939
"type": "string",
937-
"description": "Gets or sets the target vm size."
940+
"description": "Gets or sets the target virtual machine size."
938941
}
939942
},
940943
"required": [

0 commit comments

Comments
 (0)