diff --git a/schemas/2016-11-01/Microsoft.ImportExport.json b/schemas/2016-11-01/Microsoft.ImportExport.json index ed02349de0..9aed37b3a1 100644 --- a/schemas/2016-11-01/Microsoft.ImportExport.json +++ b/schemas/2016-11-01/Microsoft.ImportExport.json @@ -261,7 +261,8 @@ "backupDriveManifest": { "oneOf": [ { - "type": "boolean" + "type": "boolean", + "default": false }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -272,7 +273,8 @@ "cancelRequested": { "oneOf": [ { - "type": "boolean" + "type": "boolean", + "default": false }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -404,6 +406,7 @@ }, "state": { "type": "string", + "default": "Creating", "description": "Current state of the job." }, "storageAccountId": { diff --git a/schemas/2020-08-01/Microsoft.ImportExport.json b/schemas/2020-08-01/Microsoft.ImportExport.json index 9c98b03d29..5ef0347d83 100644 --- a/schemas/2020-08-01/Microsoft.ImportExport.json +++ b/schemas/2020-08-01/Microsoft.ImportExport.json @@ -261,7 +261,8 @@ "backupDriveManifest": { "oneOf": [ { - "type": "boolean" + "type": "boolean", + "default": false }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -272,7 +273,8 @@ "cancelRequested": { "oneOf": [ { - "type": "boolean" + "type": "boolean", + "default": false }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -404,6 +406,7 @@ }, "state": { "type": "string", + "default": "Creating", "description": "Current state of the job." }, "storageAccountId": { diff --git a/schemas/2021-01-01/Microsoft.ImportExport.json b/schemas/2021-01-01/Microsoft.ImportExport.json index 9c86a9fef5..07cbfbada1 100644 --- a/schemas/2021-01-01/Microsoft.ImportExport.json +++ b/schemas/2021-01-01/Microsoft.ImportExport.json @@ -261,7 +261,8 @@ "backupDriveManifest": { "oneOf": [ { - "type": "boolean" + "type": "boolean", + "default": false }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -272,7 +273,8 @@ "cancelRequested": { "oneOf": [ { - "type": "boolean" + "type": "boolean", + "default": false }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -404,6 +406,7 @@ }, "state": { "type": "string", + "default": "Creating", "description": "Current state of the job." }, "storageAccountId": {