sigs.k8s.io/cluster-api-provider-azure@v1.17.0/templates/test/ci/patches/windows-server-version.yaml (about)

     1  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     2  kind: AzureMachineTemplate
     3  metadata:
     4    name: ${CLUSTER_NAME}-md-win
     5  spec:
     6    template:
     7      metadata:
     8        annotations:
     9          windowsServerVersion: ${WINDOWS_SERVER_VERSION:=""}
    10      spec:
    11        identity: UserAssigned
    12        userAssignedIdentities:
    13        - providerID: /subscriptions/${AZURE_SUBSCRIPTION_ID}/resourceGroups/${CI_RG:=capz-ci}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/${USER_IDENTITY:=cloud-provider-user-identity}