Skip to content

Commit 367f277

Browse files
author
msftbot[bot]
authored
[ReleasePR storagemover] Add latest StorageMover updates (#2483)
Create to sync Azure/azure-rest-api-specs#19876 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/storagemover?expand=1)
2 parents c73131c + cde1ea7 commit 367f277

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)