Skip to content

Commit b0fe1df

Browse files
author
SDKAuto
committed
CodeGen from PR 14005 in Azure/azure-rest-api-specs
Merge 6d68bc3935db1bb788fdc5b065f998dca5ad703d into bff78c12eca3ca6212bfd61ea6a898643ebc2c72
1 parent c185099 commit b0fe1df

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

schemas/2020-09-01/Microsoft.StorageSync.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,21 @@
468468
],
469469
"description": "Policy for how namespace and files are recalled during FastDr."
470470
},
471+
"initialUploadPolicy": {
472+
"oneOf": [
473+
{
474+
"type": "string",
475+
"enum": [
476+
"ServerAuthoritative",
477+
"Merge"
478+
]
479+
},
480+
{
481+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
482+
}
483+
],
484+
"description": "Policy for how the initial upload sync session is performed."
485+
},
471486
"localCacheMode": {
472487
"oneOf": [
473488
{

0 commit comments

Comments
 (0)