Is there any reason why the puppet-agent VM extension has been removed in 
Azure?  The last time, it work for me was 1/16/2020.

Command to get VM extension

Get-AzVmImagePublisher -Location "WestUS2" | Where-Object{$_.PublisherName 
-match 'puppetlabs.test'} | `
Get-AzVMExtensionImageType | `
Get-AzVMExtensionImage | Select Type, Version

Bootsrap Error message
{
  "code": "DeploymentFailed",
  "message": 
"At least one resource deployment operation failed. Please list deployment 
operations for details. Please see https://aka.ms/DeployOperations for usage 
details."
,
  "details": [
    {
      "code": "NotFound",
      "message": 
"{\r\n  \"error\": {\r\n    \"code\": \"ArtifactNotFound\",\r\n    \"message\": 
\"Extension with publisher 'Puppet', type 'PuppetAgent', and type handler 
version '1.5' could not be found in the extension repository.\"\r\n  }\r\n}"
    }
  ]
}

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/583ecc84-348f-43ea-a261-fc0c6924f550%40googlegroups.com.

Reply via email to