Reputation: 17182
I am trying to manage (create profile etc) Azure Traffic Manager through PowerShell Cmdlets.
I am NOT able to find any cmdlets in Azure SDK 2.2 especially in Windows Azure PowerShell. I used Get-Command and checked all cmdlets, but not able to find even a single on for Traffic Manager. Please help me find traffic manager cmdlets.
I found these resources, but not sure if they are relevant now - http://blogs.msdn.com/b/windowsazure/archive/2012/01/26/new-management-api-for-windows-azure-traffic-manager.aspx
In the above resource, there is link to codeplex site which is broken.
NOTE: I need cmdlets, I already refered REST API specs.
Thanks
Upvotes: 1
Views: 379
Reputation: 210
PowerShell cmdlets for Traffic Manager were shipped in the last release of May 2014.
You can find the documentation here: http://msdn.microsoft.com/en-us/library/azure/dn690250.aspx
Upvotes: 1
Reputation: 6385
Traffic manager is not yet supported by the Windows Azure PowerShell. We're looking forward to doing this work in the future, however.
Upvotes: 3
Reputation: 15860
This github page has the latest version of Azure Powershell and their source code https://github.com/WindowsAzure/azure-sdk-tools
Upvotes: 0