Az.TrafficManager

1.5.0-preview

Microsoft Azure PowerShell - Traffic Manager service cmdlets for Azure Resource Manager in Windows PowerShell and PowerShell Core.

For more information on Traffic Manager, please visit the following: https://learn.microsoft.com/azure/traffic-manager/

Minimum PowerShell version

5.1

This is a prerelease version of Az.TrafficManager.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Az.TrafficManager -AllowPrerelease

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Az.TrafficManager -Prerelease

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

Azure ResourceManager ARM TrafficManager

Cmdlets

Add-AzTrafficManagerCustomHeaderToEndpoint Add-AzTrafficManagerCustomHeaderToProfile Add-AzTrafficManagerEndpointConfig Add-AzTrafficManagerExpectedStatusCodeRange Add-AzTrafficManagerIpAddressRange Disable-AzTrafficManagerEndpoint Disable-AzTrafficManagerProfile Enable-AzTrafficManagerEndpoint Enable-AzTrafficManagerProfile Get-AzTrafficManagerEndpoint Get-AzTrafficManagerProfile New-AzTrafficManagerEndpoint New-AzTrafficManagerProfile Remove-AzTrafficManagerCustomHeaderFromEndpoint Remove-AzTrafficManagerCustomHeaderFromProfile Remove-AzTrafficManagerEndpoint Remove-AzTrafficManagerEndpointConfig Remove-AzTrafficManagerExpectedStatusCodeRange Remove-AzTrafficManagerIpAddressRange Remove-AzTrafficManagerProfile Set-AzTrafficManagerEndpoint Set-AzTrafficManagerProfile

PSEditions

Core Desktop

Dependencies

Release Notes

* Upgraded TrafficManager SDK to API version 2024-04-01-preview [#29711]
   - With this release User can Create STP enabled Traffic Manager Profiles ie 'RecordType' property is available to be added/modified on TrafficManagerProfile.
   - Updated corresponding test cases
* Fixed a bug where 'Set-AzTrafficManagerProfile' failed with 'The provided location 'A'/'AAAA' is not permitted for subscription' whenever the profile's 'RecordType' was set
   - Caused by 'RecordType' being passed as a positional constructor argument to the underlying SDK 'Profile' model, which placed it into the 'location' slot instead of 'recordType'
   - Added a unit test covering the 'ToSDKProfile()' mapping and strengthened 'Test-ProfileChangeRecordTypeShouldFail' to assert on the expected exception message

FileList

Version History

Version Downloads Last updated
1.5.0-preview (current version) 10 8/21/2026
1.4.0 13,256,437 6/2/2026
1.3.0 86,671,755 1/14/2025
1.2.2 38,474,583 11/14/2023
1.2.1 11,163,680 7/4/2023
1.2.0 8,606,947 2/7/2023
1.1.0 19,058,454 2/7/2022
1.0.4 30,111,790 5/19/2020
1.0.3 4,517,283 12/17/2019
1.0.2 2,737,346 8/27/2019
1.0.1 1,795,525 1/29/2019
1.0.0 133,380 12/18/2018
0.7.0 11,857 12/4/2018
0.6.1 8,939 11/21/2018
0.5.0 9,533 11/6/2018
0.4.0 10,917 10/23/2018
0.3.0 10,675 10/9/2018
0.2.2 4,585 9/24/2018
0.1.0 296 8/28/2018
Show more