Skip to content

Commit

Permalink
CodeGen from PR 12800 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 3f0e5ea243adb1a937d2e063d4d05e3dc7c3f595 into 32b7b579549d417d5a799b4d0527f5ad9dd73fc3
  • Loading branch information
SDKAuto committed Feb 4, 2021
1 parent 017eca6 commit ce45d63
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 11 deletions.
2 changes: 1 addition & 1 deletion schemas/2015-04-01/Microsoft.DocumentDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -2663,4 +2663,4 @@
"description": "Virtual Network ACL Rule object"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2015-04-08/Microsoft.DocumentDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -2663,4 +2663,4 @@
"description": "Virtual Network ACL Rule object"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2015-11-06/Microsoft.DocumentDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -2663,4 +2663,4 @@
"description": "Virtual Network ACL Rule object"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2016-03-19/Microsoft.DocumentDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -2663,4 +2663,4 @@
"description": "Virtual Network ACL Rule object"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2016-03-31/Microsoft.DocumentDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -2663,4 +2663,4 @@
"description": "Virtual Network ACL Rule object"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-08-01-preview/Microsoft.DocumentDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@
"description": "Connection State of the Private Endpoint Connection."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-08-01/Microsoft.DocumentDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -4423,4 +4423,4 @@
"description": "Virtual Network ACL Rule object"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-12-12/Microsoft.DocumentDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -4488,4 +4488,4 @@
"description": "Virtual Network ACL Rule object"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2020-03-01/Microsoft.DocumentDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -4503,4 +4503,4 @@
"description": "Virtual Network ACL Rule object"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2020-04-01/Microsoft.DocumentDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -4678,4 +4678,4 @@
"description": "Virtual Network ACL Rule object"
}
}
}
}
18 changes: 17 additions & 1 deletion schemas/2020-06-01-preview/Microsoft.DocumentDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -4783,6 +4783,22 @@
}
],
"description": "An integer representing the time (in hours) that each backup is retained"
},
"backupStorageRedundancy": {
"oneOf": [
{
"type": "string",
"enum": [
"Geo",
"Local",
"Zone"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Enum to indicate type of backup residency."
}
},
"description": "Configuration values for periodic mode backup"
Expand Down Expand Up @@ -5393,4 +5409,4 @@
"description": "Virtual Network ACL Rule object"
}
}
}
}

0 comments on commit ce45d63

Please sign in to comment.