Skip to content

Windows IaaS VMAgent 2.7.41491.1009

Compare
Choose a tag to compare
@leisu001 leisu001 released this 16 Mar 18:42
· 4 commits to main since this release
c85c25e

Deployment Schedule

Stage Availability Date Regions
Canary March 16, 2021 East US 2 EUAP, Central US EUAP
Pilot March 18, 2021 West Central US
Medium Load March 22, 2021 North Central US
Heavy Load March 23, 2021 West US
Batch 1 A March 25, 2021 East Asia;Australia East;Australia Central;Canada Central;North Europe;France Central;West India;Japan East;Korea Central;East US 2
Batch 1 B March 30, 2021 Brazil South;South Africa North;Switzerland North;UK West;UAE North;East US;Norway East;Central India;West US 2
Batch 2 A April 5, 2021 Southeast Asia;Australia Southeast;South Central US;Canada East;Japan West;Korea South;Switzerland West;UAE Central
Batch 2 B April 8, 2021 Australia Central 2;France South;South India;West Europe;Central US;Norway West;South Africa West;UK South
Public Cloud April 19, 2021 All

Changes

  • Fix Bugs:

    • Trim URI parameters to support the URL without a path.
    • Fix the issue that Guest Agent self-update could wait forever for the telemetry service to stop.
    • Build with the machine set to arm64 for the arm64 platform.
    • Explicitly set the serialization to camel case for runtime settings.
  • Telemetry:

    • Collect IIS logs for WebRole.
    • Remove protected settings from the files captured by the log collector.
    • Share changes for logging the activityId and correlationId, and writing the VmArtifactsProfile blob.
    • Set the path for log collector in the following order:
      • If the VM has a temp disk, use it to save the temp GuestAgent log zip file;
      • If the VM has extension Microsoft.Azure.RecoveryServices.SiteRecovery, stop use the CollectGuestLogs feature.
  • Always fallback if unable to get an address from DHCP.

  • Consume additional locations for manifest download locations.

  • Setup HandlerEnvironment for all the Extension commands.

  • RdAgent to restart the Windows Guest Agent service if the heartbeat thread hangs.

  • Add environment variable for reporting extension supported features.

  • Disable NetAgent in IaaS VMAgent.