Skip to content

Commit

Permalink
[ReleasePR storageimportexport] Added default values for parameters f…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Jul 13, 2021
2 parents ae97def + 9dff6e9 commit bb0d938
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 15 deletions.
7 changes: 5 additions & 2 deletions schemas/2016-11-01/Microsoft.ImportExport.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@
"backupDriveManifest": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand All @@ -272,7 +273,8 @@
"cancelRequested": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -404,6 +406,7 @@
},
"state": {
"type": "string",
"default": "Creating",
"description": "Current state of the job."
},
"storageAccountId": {
Expand Down
6 changes: 3 additions & 3 deletions schemas/2018-05-01/subscriptionDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"resources": {
"description": "Collection of resources to be deployed",
"oneOf":[
"oneOf": [
{
"$ref": "#/definitions/resourcesWithoutSymbolicNames"
},
Expand Down Expand Up @@ -987,14 +987,14 @@
}
]
},
"resourcesWithSymbolicNames":{
"resourcesWithSymbolicNames": {
"type": "object",
"description": "Resources with symbolic names",
"additionalProperties": {
"$ref": "#/definitions/resource"
}
},
"resourcesWithoutSymbolicNames":{
"resourcesWithoutSymbolicNames": {
"type": "array",
"description": "Resources without symbolic names",
"items": {
Expand Down
6 changes: 3 additions & 3 deletions schemas/2019-08-01/managementGroupDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"resources": {
"description": "Collection of resources to be deployed",
"oneOf":[
"oneOf": [
{
"$ref": "#/definitions/resourcesWithoutSymbolicNames"
},
Expand Down Expand Up @@ -678,14 +678,14 @@
}
]
},
"resourcesWithSymbolicNames":{
"resourcesWithSymbolicNames": {
"type": "object",
"description": "Resources with symbolic names",
"additionalProperties": {
"$ref": "#/definitions/resource"
}
},
"resourcesWithoutSymbolicNames":{
"resourcesWithoutSymbolicNames": {
"type": "array",
"description": "Resources without symbolic names",
"items": {
Expand Down
6 changes: 3 additions & 3 deletions schemas/2019-08-01/tenantDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"resources": {
"description": "Collection of resources to be deployed",
"oneOf":[
"oneOf": [
{
"$ref": "#/definitions/resourcesWithoutSymbolicNames"
},
Expand Down Expand Up @@ -798,14 +798,14 @@
}
]
},
"resourcesWithSymbolicNames":{
"resourcesWithSymbolicNames": {
"type": "object",
"description": "Resources with symbolic names",
"additionalProperties": {
"$ref": "#/definitions/resource"
}
},
"resourcesWithoutSymbolicNames":{
"resourcesWithoutSymbolicNames": {
"type": "array",
"description": "Resources without symbolic names",
"items": {
Expand Down
7 changes: 5 additions & 2 deletions schemas/2020-08-01/Microsoft.ImportExport.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@
"backupDriveManifest": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand All @@ -272,7 +273,8 @@
"cancelRequested": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -404,6 +406,7 @@
},
"state": {
"type": "string",
"default": "Creating",
"description": "Current state of the job."
},
"storageAccountId": {
Expand Down
7 changes: 5 additions & 2 deletions schemas/2021-01-01/Microsoft.ImportExport.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@
"backupDriveManifest": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand All @@ -272,7 +273,8 @@
"cancelRequested": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -404,6 +406,7 @@
},
"state": {
"type": "string",
"default": "Creating",
"description": "Current state of the job."
},
"storageAccountId": {
Expand Down

0 comments on commit bb0d938

Please sign in to comment.