Skip to content

Commit

Permalink
CodeGen from PR 11736 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 395ef8b15d512c2c85a51dd8b86a5e33ed01ce3c into a4e2481b68419504368711274d6994667ea8f5be
  • Loading branch information
SDKAuto committed Nov 23, 2020
1 parent 3b31cef commit 89ec30f
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 7 deletions.
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."
}
}
}
}

0 comments on commit 89ec30f

Please sign in to comment.