Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR sql] revert V2020-02-02-Preview ShortTermRetentionPolicy #684

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 0 additions & 75 deletions schemas/2020-02-02-preview/Microsoft.Sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,53 +340,6 @@
],
"description": "Microsoft.Sql/servers/azureADOnlyAuthentications"
},
"servers_databases_backupShortTermRetentionPolicies": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2020-02-02-preview"
]
},
"name": {
"oneOf": [
{
"type": "string",
"pattern": "^.*/default$"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The policy name. Should always be \"default\"."
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/BackupShortTermRetentionPolicyProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Properties of a short term retention policy"
},
"type": {
"type": "string",
"enum": [
"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies"
]
}
},
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies"
},
"servers_databases_securityAlertPolicies": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -503,34 +456,6 @@
],
"description": "Properties of a active directory only authentication."
},
"BackupShortTermRetentionPolicyProperties": {
"type": "object",
"properties": {
"diffBackupIntervalInHours": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The differential backup interval in hours. This is how many interval hours between each differential backup will be supported. This is only applicable to live databases but not dropped databases."
},
"retentionDays": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The backup retention period in days. This is how many days Point-in-Time Restore will be supported."
}
},
"description": "Properties of a short term retention policy"
},
"ManagedDatabaseProperties": {
"type": "object",
"properties": {
Expand Down