Updating package.json, readme, and changelog
This commit is contained in:
Родитель
5dad0ad4eb
Коммит
ee75d119c8
|
@ -1,3 +1,9 @@
|
|||
2012.05.01 Version 0.7.3
|
||||
* Fixed issue #680: BlobService.getBlobUrl puts permissions in sas url even if not given
|
||||
* Changes to test suite & sdk to run in other environments
|
||||
* Notification hubs registrations
|
||||
* Support in ServiceManagementClient for role reboot and reimage
|
||||
|
||||
2012.04.05 Version 0.7.2
|
||||
* Removing workaround for SSL issue and forcing node version to be outside the > 0.8 && < 0.10.3 range where the issue occurs
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@ This project provides a Node.js package that makes it easy to access Windows Azu
|
|||
* Service Bus
|
||||
* Queues: create, list and delete queues; create, list, and delete subscriptions; send, receive, unlock and delete messages
|
||||
* Topics: create, list, and delete topics; create, list, and delete rules
|
||||
* Notification hubs: create hubs, register for messages, send messages
|
||||
* Azure SQL Database
|
||||
* create, list and delete Azure SQL Database servers, databases and firewall rules
|
||||
* Service Runtime
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"Rodrigues, Andre <andrerod@microsoft.com>",
|
||||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.7.2",
|
||||
"version": "0.7.3",
|
||||
"description": "Windows Azure Client Library for node",
|
||||
"tags" : ["azure", "sdk"],
|
||||
"keywords": [ "node", "azure" ],
|
||||
|
|
Загрузка…
Ссылка в новой задаче