{
  "description": "AzureManagedMachinePool is the Schema for the azuremanagedmachinepools API.",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
      "type": "string"
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "description": "AzureManagedMachinePoolSpec defines the desired state of AzureManagedMachinePool.",
      "properties": {
        "mode": {
          "description": "Mode - represents mode of an agent pool. Possible values include: System, User.",
          "enum": [
            "System",
            "User"
          ],
          "type": "string"
        },
        "osDiskSizeGB": {
          "description": "OSDiskSizeGB is the disk size for every machine in this agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified.",
          "format": "int32",
          "type": "integer"
        },
        "providerIDList": {
          "description": "ProviderIDList is the unique identifier as specified by the cloud provider.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "sku": {
          "description": "SKU is the size of the VMs in the node pool.",
          "type": "string"
        }
      },
      "required": [
        "mode",
        "sku"
      ],
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "description": "AzureManagedMachinePoolStatus defines the observed state of AzureManagedMachinePool.",
      "properties": {
        "errorMessage": {
          "description": "Any transient errors that occur during the reconciliation of Machines can be added as events to the Machine object and/or logged in the controller's output.",
          "type": "string"
        },
        "errorReason": {
          "description": "Any transient errors that occur during the reconciliation of Machines can be added as events to the Machine object and/or logged in the controller's output.",
          "type": "string"
        },
        "ready": {
          "description": "Ready is true when the provider resource is ready.",
          "type": "boolean"
        },
        "replicas": {
          "description": "Replicas is the most recently observed number of replicas.",
          "format": "int32",
          "type": "integer"
        }
      },
      "type": "object",
      "additionalProperties": false
    }
  },
  "type": "object"
}
