forked from Azzhag/azure-sdk-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.txt
100 lines (87 loc) · 5.16 KB
/
ChangeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
2013.04.16 Version 0.6.13
* Completely fixed issues with first website creatio on a new account. Now you can use PowerShell with a new account directly without the need to go to the Azure portal.
* BREAKING CHANGE: New-AzureVM and New-AzureQuickVM now require an –AdminUserName parameter when creating Windows based VMs.
* Added support for virtual machine high memory SKUs (A6 and A7).
* Remote PowerShell is now enabled by default on Windows based VMs using https. To disable: specify the –DisableWinRMHttps parameter on New-AzureQuickVM or Add-AzureProvisioningConfig. To enable using http: specify –EnableWinRMHttp parameter (Note: http is intended for VM to VM communication and a public endpoint is not created by default).
* Added Get-AzureWinRMUri new cmdlet to get the connection string URI for Windows Remote Management.
* Added Set-AzureAvailabilitySet new cmdlet to group similar virtual machines into an availability set after deployment.
* New-AzureVM and New-AzureQuickVM now support a parameter named –X509Certificates. When a certificate is added to this array it is automatically uploaded and deployed to the virtual machine.
* Improved *-AzureEndpoint cmdlets:
* Allows a simple endpoint to be created.
* Allows a load balanced endpoint to be created.
* Allows a load balanced endpoint to be created with a health probe and you can now specify the Probe Interval and Timeout periods.
* Removed subscription check requirement when using Add-AzureVHD with a shared access signature.
* Added Simultaneous Upgrade option to New-AzureDeployment for Cloud Services deployment. This option can save a significant amount of time during deployments to staging. This option can cause downtime and should only be used in non-production deployments.
* Upgraded to the latest service management library.
* Made New-AzureDeployment to use SSL duing the deployment.
* Added Get-AzureWebsiteLog -ListPath to get all the available log paths of the website.
* Fixed the issue of removing custom DNS names in Start/Stop/Restart-AzureWebsite.
* Fixed several GB18030 encoding issues.
* Renamed Start/Stop-CopyAzureStorageBlob to Start/Stop-AzureStorageBlobCopy. Kept old names as aliases for backward compatibility.
2013.03.26 Version 0.6.12.1
* Hotfix to fix issues with first website creation on a new account.
2013.03.20 Version 0.6.12
* Windows Azure Storage entity level cmdlets
* New-AzureStorageContext
* New-AzureStorageContainer
* Get-AzureStorageContainer
* Remove-AzureStorageContainer
* Get-AzureStorageContainerAcl
* Set-AzureStorageContainerAcl
* Get-AzureStorageBlob
* Get-AzureStorageBlobContent
* Set-AzureStorageBlobContent
* Remove-AzureStorageBlob
* Start-CopyAzureStorageBlob
* Stop-CopyAzureStorageBlob
* Get-AzureStorageBlobCopyState
* Windows Azure Web Sites diagnostics log streaming cmdlet
* Get-AzureWebsitLog -Tail
2013.03.06 Version 0.6.11
* Windows Azure Store cmdlets
* Upgraded to the latest service management library and update service management version header to 2012-12-01
* Added Save-AzureVhd cmdlet
* Updated Add-AzureVMImage, Get-AzureVMImage and Set-AzureVMImage cmdlets to support new attributes in service management version header 2012-12-01
2013.02.11 Version 0.6.10
* Upgrade to use PowerShell 3.0
* Released source code for VM and Cloud Services cmdlets
* Added a few new cmdlets for Cloud Services (Add-AzureWebRole, Add-AzureWorkerRole, NewAzureRoleTemplate, Save-AzureServiceProjectPackage, Set-AzureServiceProjectRole -VMSize), See Web Camps TV (http://channel9.msdn.com/Shows/Web+Camps+TV/Whats-Coming-in-the-Command-Line-Tools-for-Windows-Azure-with-Glenn-Block) for more on these new cmdlets.
* Added Support for SAS in destination Uri for Add-AzureVhd
* Added -Confirm and -WhatIf support for Remove-Azure* cmdlets
* Added configurable startup task for Node.js and generic roles
* Enabled emulator support when running roles with memcache
* Role based cmdlets don't require role name if run in a role folder
* Added scenario test framework and started adding automated scenario tests
* Multiple bug fixes
2012.12.12 Version 0.6.9
* Added Service Bus namespace management cmdlets 'help azuresb'
* Added -ServiceBusNamespace param to 'Test-AzureName' to verify namespace availability
* Added VHD uploader cmdlet 'Add-AzureVHD' for uploading VM images to blob storage.
* Improved message reporting and piping for couple scaffolding cmdlets
* Fixed PHP customization functionality for modifying php.ini and installing custom extensions
* Verbose option is enabled by default when using Windows Azure PowerShell shortcut
2012.11.21 Version 0.6.8
* Multiple bug fixes
* Added dedicated cache role support
* Added github support
2012.10.08 Version 0.6.5
* Adding websites cmdlets
2012.06.06 Version 0.6.0
* Adding Powershell management cmdlets
* Adding PHP Cmdlets
* Renaming existing cmdlets to remove duplication
* Node.exe is no longer embedded
2012.05.11 Version 0.5.4
* node 0.6.17
* iisnode 0.1.19
2012.02.17 Version 0.5.3
* Bug fixes
2012.02.10 Version 0.5.2
* Bug fixes
2011.12.23 Version 0.5.1
* Added Remote Desktop support
* Added SSL support
* node 0.6.6
* iisnode 0.1.13
2011.12.09 Version 0.5.0
* Initial Release