We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c73131c + cde1ea7 commit 367f277Copy full SHA for 367f277
schemas/2022-07-01-preview/Microsoft.StorageMover.json
@@ -422,6 +422,10 @@
422
"NfsMount"
423
]
424
},
425
+ "export": {
426
+ "type": "string",
427
+ "description": "The directory being exported from the server."
428
+ },
429
"host": {
430
"type": "string",
431
"description": "The host name or IP address of the server exporting the file system."
@@ -441,16 +445,12 @@
441
445
}
442
446
],
443
447
"description": "The NFS protocol version."
444
- },
- "remoteExport": {
- "type": "string",
- "description": "The directory being exported from the server."
448
449
450
"required": [
451
"endpointType",
452
- "host",
453
- "remoteExport"
+ "export",
+ "host"
454
455
456
"ProjectProperties": {
0 commit comments