Package version:

interface ExtensionTypeVersionForReleaseTrainProperties {
    supportedClusterTypes?: string[];
    unsupportedKubernetesVersions?: ExtensionTypeVersionForReleaseTrainPropertiesUnsupportedKubernetesVersions;
    version?: string;
}

Properties

supportedClusterTypes?: string[]

A list of supported cluster types for this version of the Extension Type

The list of supported Kubernetes cluster versions for this extension type

version?: string

The version number for the extension type