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

Update Generated Schemas #3009

Merged
merged 2 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
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
18 changes: 18 additions & 0 deletions schemas/2018-05-01/subscriptionDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,21 @@
{
"$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/budgets"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/scheduledActions"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/settings"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/budgets"
},
Expand Down Expand Up @@ -1163,6 +1178,9 @@
{
"$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.Maintenance.json#/subscription_resourceDefinitions/configurationAssignments"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.Maintenance.json#/subscription_resourceDefinitions/configurationAssignments"
},
{
"$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ManagedNetwork.json#/unknown_resourceDefinitions/scopeAssignments"
},
Expand Down
9 changes: 9 additions & 0 deletions schemas/2019-08-01/managementGroupDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,15 @@
{
"$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/budgets"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/budgets"
},
Expand Down
6 changes: 6 additions & 0 deletions schemas/2019-08-01/tenantDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,12 @@
{
"$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.CostManagement.json#/tenant_resourceDefinitions/views"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.CostManagement.json#/tenant_resourceDefinitions/scheduledActions"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.CostManagement.json#/tenant_resourceDefinitions/views"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.CostManagement.json#/tenant_resourceDefinitions/scheduledActions"
},
Expand Down
88 changes: 57 additions & 31 deletions schemas/2023-05-01-preview/Microsoft.Sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -2137,7 +2137,7 @@
"properties": {
"oneOf": [
{
"$ref": "#/definitions/BaseLongTermRetentionPolicyProperties"
"$ref": "#/definitions/LongTermRetentionPolicyProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -4353,35 +4353,6 @@
},
"description": "Properties of a short term retention policy"
},
"BaseLongTermRetentionPolicyProperties": {
"type": "object",
"properties": {
"monthlyRetention": {
"type": "string",
"description": "The monthly retention policy for an LTR backup in an ISO 8601 format."
},
"weeklyRetention": {
"type": "string",
"description": "The weekly retention policy for an LTR backup in an ISO 8601 format."
},
"weekOfYear": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The week of year to take the yearly backup in an ISO 8601 format."
},
"yearlyRetention": {
"type": "string",
"description": "The yearly retention policy for an LTR backup in an ISO 8601 format."
}
},
"description": "Properties of a long term retention policy"
},
"DatabaseBlobAuditingPolicyProperties": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -6677,6 +6648,61 @@
},
"description": "The properties of a database ledger digest upload settings."
},
"LongTermRetentionPolicyProperties": {
"type": "object",
"properties": {
"backupStorageAccessTier": {
"oneOf": [
{
"type": "string",
"enum": [
"Hot",
"Archive"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The BackupStorageAccessTier for the LTR backups."
},
"makeBackupsImmutable": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The setting whether to make LTR backups immutable"
},
"monthlyRetention": {
"type": "string",
"description": "The monthly retention policy for an LTR backup in an ISO 8601 format."
},
"weeklyRetention": {
"type": "string",
"description": "The weekly retention policy for an LTR backup in an ISO 8601 format."
},
"weekOfYear": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The week of year to take the yearly backup in an ISO 8601 format."
},
"yearlyRetention": {
"type": "string",
"description": "The yearly retention policy for an LTR backup in an ISO 8601 format."
}
},
"description": "Properties of a long term retention policy"
},
"MaintenanceWindowsProperties": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -9867,7 +9893,7 @@
"properties": {
"oneOf": [
{
"$ref": "#/definitions/BaseLongTermRetentionPolicyProperties"
"$ref": "#/definitions/LongTermRetentionPolicyProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down
Loading