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 operationalinsights] AssociatedWorkspaces and CapacityReservationProperties added to cluster #891

Closed
Closed
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
2 changes: 1 addition & 1 deletion schemas/2015-03-20/Microsoft.OperationalInsights.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,4 @@
"description": "A tag of a saved search."
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -411,4 +411,4 @@
"description": "Microsoft.OperationalInsights/workspaces/linkedServices"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -447,4 +447,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1427,4 +1427,4 @@
"description": "Microsoft.OperationalInsights/workspaces/storageInsightConfigs"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2020-08-01/Microsoft.OperationalInsights.json
Original file line number Diff line number Diff line change
Expand Up @@ -1425,4 +1425,4 @@
"description": "Microsoft.OperationalInsights/workspaces/storageInsightConfigs"
}
}
}
}
40 changes: 38 additions & 2 deletions schemas/2020-10-01/Microsoft.OperationalInsights.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,33 @@
}
},
"definitions": {
"AssociatedWorkspace": {
"type": "object",
"properties": {},
"description": "The list of Log Analytics workspaces associated with the cluster."
},
"CapacityReservationProperties": {
"type": "object",
"properties": {},
"description": "The Capacity Reservation properties."
},
"ClusterProperties": {
"type": "object",
"properties": {
"associatedWorkspaces": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/AssociatedWorkspace"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The list of Log Analytics workspaces associated with the cluster"
},
"billingType": {
"oneOf": [
{
Expand All @@ -188,6 +212,17 @@
],
"description": "Configures whether billing will be only on the cluster or each workspace will be billed by its proportional use. This does not change the overall billing, only how it will be distributed. Default value is 'Cluster'."
},
"capacityReservationProperties": {
"oneOf": [
{
"$ref": "#/definitions/CapacityReservationProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The Capacity Reservation properties."
},
"isAvailabilityZonesEnabled": {
"oneOf": [
{
Expand Down Expand Up @@ -473,7 +508,8 @@
"PerNode",
"PerGB2018",
"Standalone",
"CapacityReservation"
"CapacityReservation",
"LACluster"
]
},
{
Expand All @@ -489,4 +525,4 @@
"description": "The SKU (tier) of a workspace."
}
}
}
}