Skip to content

Commit cde1ea7

Browse files
SDKAutoAbhishek KrishnaArcturusZhang
committed
CodeGen from PR 19876 in Azure/azure-rest-api-specs
Add latest StorageMover updates (#19876) * Add StorageMover specification for PubliC Preview * SpellCheck fix * Update custom-words * Update specification/storagemover/resource-manager/readme.md * Add latest StorageMover updates Co-authored-by: Abhishek Krishna <[email protected]> Co-authored-by: Dapeng Zhang <[email protected]>
1 parent c73131c commit cde1ea7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

schemas/2022-07-01-preview/Microsoft.StorageMover.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,10 @@
422422
"NfsMount"
423423
]
424424
},
425+
"export": {
426+
"type": "string",
427+
"description": "The directory being exported from the server."
428+
},
425429
"host": {
426430
"type": "string",
427431
"description": "The host name or IP address of the server exporting the file system."
@@ -441,16 +445,12 @@
441445
}
442446
],
443447
"description": "The NFS protocol version."
444-
},
445-
"remoteExport": {
446-
"type": "string",
447-
"description": "The directory being exported from the server."
448448
}
449449
},
450450
"required": [
451451
"endpointType",
452-
"host",
453-
"remoteExport"
452+
"export",
453+
"host"
454454
]
455455
},
456456
"ProjectProperties": {

0 commit comments

Comments
 (0)