pulumi / examples

Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
https://www.pulumi.com
Apache License 2.0
2.36k stars 877 forks source link

Update classic-azure-ts-vm-scaleset to latest major version 5 and remove retired email notifications #1655

Closed thomas11 closed 3 months ago

thomas11 commented 3 months ago

This example was persistently failing tests with

    azure:monitoring:AutoscaleSetting (vmss-autoscale):
      error: 1 error occurred:
        * creating Monitor Autoscale Setting: (Name "vmss-autoscalebe79b75d" / Resource Group "vmss-rg58c1593d"): insights.AutoscaleSettingsClient#CreateOrUpdate: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="SendEmailsToAdminCoAdminsNotSupported" Message="Sending email notifications to subscription administrator and coadministrators is not supported after April 3, 2024 due to Azure classic administrator retirement."

It was also a major version behind.