Skip to content

Commit

Permalink
[ReleasePR storagemover] [Hub Generated] Review request for Microsoft…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Jul 29, 2022
2 parents d4d23b3 + f651d1b commit 54f3dcd
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions schemas/2022-07-01-preview/Microsoft.StorageMover.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
},
"name": {
"type": "string",
"description": "The name of the agent resource."
"description": "The name of the Agent resource."
},
"properties": {
"oneOf": [
Expand Down Expand Up @@ -150,7 +150,7 @@
},
"name": {
"type": "string",
"description": "The name of the endpoint resource."
"description": "The name of the Endpoint resource."
},
"properties": {
"oneOf": [
Expand Down Expand Up @@ -200,7 +200,7 @@
},
"name": {
"type": "string",
"description": "The name of the project resource."
"description": "The name of the Project resource."
},
"properties": {
"oneOf": [
Expand Down Expand Up @@ -260,7 +260,7 @@
},
"name": {
"type": "string",
"description": "The name of the job definition resource."
"description": "The name of the Job Definition resource."
},
"properties": {
"oneOf": [
Expand Down Expand Up @@ -306,15 +306,15 @@
"properties": {
"arcResourceId": {
"type": "string",
"description": "The fully qualified resource ID of the hybrid compute resource for the agent."
"description": "The fully qualified resource ID of the Hybrid Compute resource for the Agent."
},
"arcVmUuid": {
"type": "string",
"description": "A GUID for this agent."
"description": "The VM UUID of the Hybrid Compute resource for the Agent."
},
"description": {
"type": "string",
"description": "A description for the agent."
"description": "A description for the Agent."
}
},
"required": [
Expand Down Expand Up @@ -359,7 +359,7 @@
"properties": {
"description": {
"type": "string",
"description": "A description for the endpoint."
"description": "A description for the Endpoint."
}
},
"description": "The resource specific properties for the Storage Mover resource."
Expand All @@ -369,7 +369,7 @@
"properties": {
"agentName": {
"type": "string",
"description": "Name of the agent to assign for new job runs of this definition."
"description": "Name of the Agent to assign for new Job Runs of this Job Definition."
},
"copyMode": {
"oneOf": [
Expand All @@ -388,26 +388,27 @@
},
"description": {
"type": "string",
"description": "A description for the job definition."
"description": "A description for the Job Definition."
},
"sourceName": {
"type": "string",
"description": "The name of the source endpoint."
"description": "The name of the source Endpoint."
},
"sourceSubpath": {
"type": "string",
"description": "The subpath to use when reading from the source Endpoint."
},
"targetName": {
"type": "string",
"description": "The name of the target endpoint."
"description": "The name of the target Endpoint."
},
"targetSubpath": {
"type": "string",
"description": "The subpath to use when writing to the target Endpoint."
}
},
"required": [
"copyMode",
"sourceName",
"targetName"
],
Expand Down Expand Up @@ -458,7 +459,7 @@
"properties": {
"description": {
"type": "string",
"description": "A description for the project."
"description": "A description for the Project."
}
},
"description": "Project properties."
Expand All @@ -484,7 +485,7 @@
},
"name": {
"type": "string",
"description": "The name of the agent resource."
"description": "The name of the Agent resource."
},
"properties": {
"oneOf": [
Expand Down Expand Up @@ -533,7 +534,7 @@
},
"name": {
"type": "string",
"description": "The name of the endpoint resource."
"description": "The name of the Endpoint resource."
},
"properties": {
"oneOf": [
Expand Down Expand Up @@ -583,7 +584,7 @@
},
"name": {
"type": "string",
"description": "The name of the project resource."
"description": "The name of the Project resource."
},
"properties": {
"oneOf": [
Expand Down Expand Up @@ -633,7 +634,7 @@
},
"name": {
"type": "string",
"description": "The name of the job definition resource."
"description": "The name of the Job Definition resource."
},
"properties": {
"oneOf": [
Expand Down

0 comments on commit 54f3dcd

Please sign in to comment.