ManagedClusterUpgradeProfile

The list of available upgrades for compute pools.

AzureCloudContainersDevOpsKubernetesOrchestration

Properties

Name Type Description
id string The ID of the upgrade profile.
name string The name of the upgrade profile.
type string The type of the upgrade profile.
properties object
View JSON Schema on GitHub

JSON Schema

azure-kubernetes-service-managed-cluster-upgrade-profile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ManagedClusterUpgradeProfile",
  "type": "object",
  "description": "The list of available upgrades for compute pools.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the upgrade profile."
    },
    "name": {
      "type": "string",
      "description": "The name of the upgrade profile."
    },
    "type": {
      "type": "string",
      "description": "The type of the upgrade profile."
    },
    "properties": {
      "type": "object"
    }
  }
}