UNPKG

33.5 kBMarkdownView Raw
1##2016-03-03 Version 0.9.16
2* General
3 * Fixed harvesting script bugs
4 * Fixed issues #2560, #2388, #2529, #2530, #1913, #2486, #2518
5 * Added support for Github issues/pr templates feature
6 * Leap Year Fix for adding years
7 * Fixed broken link for contribution guidelines
8 * Removed apiapp commands
9* Resource Management
10 * Ported ARM cmdlets to use autorest generated resource mgmt client
11 * Fixed display of innerdetail message only when present
12 * Fixed json output issue for deployment create/show
13* Network
14 * Fixed #2493, #1771, #2505, #2510, 2563
15 * Improved tests #2564
16 * --resource-group now optional for 'azure network traffic-manager profile list'
17* VM
18 * Fixed #2502, #2507, #2575, #2546
19 * Support RSA format ssh cert in "vm reset-access" #2437
20 * Fixed reading storage account data vm for enable-aem command
21 * Fix NIC-IP Association Issue #2551
22 * Fixed issue #2524 VM Create License Type Option
23 * Fix #2539 VM Image List/Show
24 * Added test for vm list-usage
25* Redis Cache
26 * Added delete-diagnostics command for redis cache
27 * Added set-diagnostics command to redis cache
28
29## 2016-02-01 Version 0.9.15
30* General
31 * Improved tests and the tests infrastructure #2422, #2433, #2460, #2467, #2468, #2472
32 * Enable login using a service principal with a certificate #2432
33 * Support for adding dash to allowed resource group names #2441
34 * Improved config commands to use common execution flow #2448
35 * Included 4.2.4 in the installer #2450
36 * Ensured auth header is not logged in verbose logging #2451
37 * Ensured stdout gets drained before exit #2470
38 * Provided deprecate message that apiapp commands are going away #2471
39* VM
40 * Chef extension commands can be operated on provided resource groups #2222
41 * Updated vm quick-create, used NRP autoRest-client, & other fixes #2463
42 * Updated AutoRest Compute Lib #2479
43 * Added enable-aem command #2449
44* Network
45 * Improved azure network vpn-gateway create/set/list #2427
46 * Updated azure-arm-TrafficManager package and test nocks #2429
47 * fixed issue in 'nic create' with --public-ip-name #2440
48 * added ability to create connection between Gateways in different resource groups #2445
49 * NIC: test cases fixed to run against live #2476
50 * Improved network dns record-set list output #2477
51 * Fixed nic create #2484
52 * Implemented express-route authorization #2453
53* Storage
54 * Upgrade azure-storage NodeJS NPM module from 0.6.0 to 0.7.0 #2458
55 * Switched to the swagger based REST client lib #2459
56* ARM
57 * Fixed nested template error #2475
58 * Change to use provisioning state instead of statusMessage #2482
59
60## 2016-01-12 Version 0.9.14
61* Insights
62 * Removed retention from insights diagnostic commands
63* Redis Cache
64 * Added premium sku and other related features option in redis create
65* VM
66 * Added User Image Option for VM Creation
67 * Diagnostics - collect basic metrics when enabling diagnostic extension without specifying a wadcfg file
68 * Updated VM Image Commands
69 * Fixed issue #1487
70* Resource Manager
71 * Support resource move across subscriptions
72* Network
73 * Fixed issue #2366, #2391
74 * Removed --no-tags option from all ARM networking commands
75 * Implemented load balancer rule session persistence
76 * Implemented VPN connection Shared Key commands
77* Website
78 * Fixed issue #1892
79* KeyVault
80 * Added Key Vault DNS suffix to the AzureUSGovernment environment
81* Role Based Access Control
82 * Updated AAD Application command
83
84## 2015-12-08 Version 0.9.13
85* VM
86 * Chef Extension
87 * Implemented new option --client-pem for set-chef extension commands
88 * Implemented changes for set chef extension client_pem option to provide validator less bootstrap support
89 * Add user-image option for vm creation
90 * Implemented certificates get command
91 * Enable boot-diagnostics by default
92 * Fixed the re-run with the same parameter issue for the set-access command for linux
93 * Added bootstrap_version option for set-chef command
94* Websites
95 * Update kuduscript to v1.0.6
96* DNS
97 * Implemented DNS export
98* Rediscache
99 * cmds use the AutoRest generated clients
100 * Added premium sku and other related features option in redis create
101* HDInsight
102 * Implemented Hdinsight Cluster CRUD ARM commands
103* KeyVault
104 * Added challenge parsing for KeyVault to support multiple environments
105* Datalake
106 * Added tests for datalake cmds
107 * Fixed catalog commands and adding new types to support
108 * Fixed FileSystem ingress/egress to use direct methods which avoid redirect calls
109 * Updated all tests to reflect the above changes, which enabled us to remove the "skips" for the previous redirect problem tests.
110* Mobile Service
111 * Synchronized portal & cli behavior for mobile service deletion
112* Insights
113 * Implemented commands for insights diagnostic get/set
114 * Remove retention from insights diagnostic commands
115* Resource Manager
116 * Added deployment mode param when creating deployment
117* Network
118 * Fixed issue #2262, #2282, #2288, #2289, #2306, #2309, #2317, #2319, #2322
119 * Made changes to TrafficManager Profile & Endpoints
120 * Zone Export output file formatting fixed
121* Authorization
122 * Set roleDefinition to take complete object instead of partial updated fields.
123 * List, show and delete role definition to take scope param
124 * list and show RoleDefinition to take AtScopeAndBelow param
125 * Use scoped RoleDefinitions in RoleAssignment commands
126* General Improvements
127 * Fixed #2269, #2275, #2285, #2021, #2268
128 * Removed useless ._js file before create installer so to shrink the download size
129
130## 2015.11.18 Version 0.9.12
131* Authorization
132 * Fixed json output format for role definition commands
133 * Fixed roleId in authorization change log command to be a guid
134* DataLake
135 *Fix casing for "requires()" for DataLake* modules, enabling functionality on unix machines.
136 *Fix a bug in catalog item enumeration
137 *Fix a bug in downloading files to support binary files
138 *Fix usage bugs for DataLake* commands.
139 *Fix output logic for readability of internal arrays
140 *Fix a bug in ADLA account creation where ADLS accounts were not properly associated.
141 *Updated switch parameters to properly be treated as switch parameters that do not take a value
142
143## 2015.10.29 Version 0.9.11
144* Authorization
145 * Add paging support for role assignment list calls
146 * Modify RoleDefinitionId Display and Input to be a Guid in role and roleassignment commands.
147 * Added RoleId as a parameter in create and delete role assignment commands.
148 * Documentation/help text updates and miscellaneous bug fixes
149* Resource
150 * Add resource move command
151 * Add list deployment operation command
152 * Add an option to avoid deployment validation
153* Network
154 * Add DNS Zone import commands
155 * Add Express Route providers list commands
156 * Fixed issue #2177, #2236
157* Storage
158 * Uses GA version of storage sdk library
159 * Set the default concurrency to 10
160 * Add --description in the storage account set command
161* Compute
162 * Enable disk encryption options for VM creation
163 * Enable BGInfo extension on VM by default
164* DataLake commands
165* Website
166 * Updated kudu scripts to v1.0.3
167* Login
168 * Add US Goverment environment
169 * Fixed Osx login error caused by invalid keychain entries
170
171## 2015.10.02 Version 0.9.10
172* Authorization
173 * Fixed display of role assignments display to add and remove certain fields.
174 * Added expandPrincipalGroups and includeClassicAdministrators options to role assignment list command
175 * Updated all role assignment commands to take in a signInName parameter instead of upn and email and renamed the role parameter to roleName
176 * Added new role assignment changelog list command that gives access change history for a subscription
177 * Role assignment Get fixes
178 * Role Assignment Delete fixes
179* Compute
180 * Fixed issue #2119
181 * Removed support for ASM images in ARM
182* Network
183 * Fixed issue #2143 in azure network vnet list command
184 * Implemented ARM Load Balancer Inbound NAT Pools commands
185 * Load Balancer refactoring: constants improved, checking statusCode instead of error message, etc.
186* Logging
187 * Added truncation by default to the silly log capture after 1MB of logs has been captured
188 * Added a AZURE_CLI_DISABLE_LOG_CAPTURE environment variable which allows silly log capturing to be disabled
189* Resource
190 * Update "azure group template" commands to work with newer gallery service.
191 * Remove "--gallery-template" arguments from "group" and "group deployment" create commands.
192* Storage
193 * Update the storage dependency to 0.6.0 to be compatible with Nodejs 4.x
194 * Fixed issues #2102, #2103
195* KeyVault
196 * Updated DNS suffix to correct azurechinacloud dns suffix.
197 * Updated keyvault api version to current GA version ('2015-06-01').
198* Usage
199 * Documented the format of the date parameters and prompted for the dates if they weren't provided
200* MFA Login
201 * Fixed bad error message when the user logs in with an MSA account
202 * Support Login using non organization id such as MSA account, live ids.
203* README updates
204 * Added Redis Cache in the home page features list
205 * Added Docker Azure CLI as an installation option
206
207## 2015.09.11 Version 0.9.9
208* Redis Cache
209 * Implemented create, set, show, list, list-keys, renew-key and delete commands
210* Resource Provider operations
211 * Implemented the Resource Provider operations show command
212* Compute
213 * Added support for IAAS diag and Linux diag extensions.
214 * Fixed compute bugs
215 * Added test cases for IAAS diagnostics extension.
216 * Added test cases to address bug fixes
217 * Updated recordings with minor refactoring
218 * Implemented Set/Get Diagnostics Profile and Log
219* KeyVault
220 * Added environment parameter for keyvault dns suffix
221* Storage
222 * Improved user experience by checking the source size and ensured it doesn't exceed dest object limitation before data transfer
223 * Supported AzureChinaCloud environment when the active account is in it
224 * Switched from azure-storage-legacy to azure-storage
225* Authentication
226 * Enabled 2 factor authentication for org-id user accounts **(NOTE: this does not enable Microsoft Service Accounts like @live.com, etc...)**
227* Network
228 * Fixed network vnet delete when there is only one network
229 * Implemented Local Networks Gateways commands
230 * ASM: network nsg rule create command can now handle asterisk symbols on linux. Fixed issue #2002
231* Authorization
232 * Fixed formatting of role commands
233* General Fixes
234 * Cleaned up test run output by not emitting out errors to the console
235 * Wired up code coverage npm
236 * Improved utils.indexOfCaseIgnore() by making it return -1 instead of null when item not found. Fixed issue #2077.
237 * Added a separate VM testlist for ARM
238
239## 2015.08.19 Version 0.9.8
240* Storage
241 * Update azure-storage to 0.5.0 which supports Azure storage service version 2015-02-21
242 * Support append blob
243 * Supports share quota and share usage
244 * New commands for shared access signatures for shares and files
245 * azure storage share sas create [options] [share] [permissions] [expiry]
246 * azure storage file sas create [options] [share] [path] [permissions] [expiry]
247 * New commands for share ACL
248 * azure storage share policy create [options] [share] [name]
249 * azure storage share policy show [options] [share] [name]
250 * azure storage share policy list [options] [share]
251 * azure storage share policy set [options] [share] [name]
252 * azure storage share policy delete [options] [share] [name]
253 * New commands for file async copy
254 * azure storage file copy start [options] [sourceUri] [destShare]
255 * azure storage file copy show [options] [share] [path]
256 * azure storage file copy stop [options] [share] [path] [copyid]
257 * New commands for CORS (Cross-Origin Resource Sharing)
258 * azure storage cors set [options]
259 * azure storage cors show [options]
260 * azure storage cors delete [options]
261* ARM
262 * Display Outputs section from a template when submitting new deployments
263 * group delete command will now block until the resource group is deleted
264 * Support for submitting deployments with v2 version of template parameters
265 * "azure-arm-resource" package is updated to version 0.10.2
266 * Added delete deployment command
267* Authorization
268 * Role test fixes and authorization package updated to version 0.10.2
269 * Added support to display custom roles in role list command
270 * Added support to create and set role definitions with custom role
271* Network
272 * Fixed CIDR validation issues
273 * Added support for 'None' next hop type in ARM RouteTable Route
274 * Fixed the inability to add a nic in address-pool issue #2013
275* General command improvement
276 * Fixed service principal login issue on Mac #1958
277 * Upgraded adal-node to 0.1.15 to fix '&' in the password issue #1918
278 * Documentation updates for using Chinal Cloud fix issue #1995
279 * Fixed issues #1894, #1911, #1923
280 * Upgraded request library dependency to version 2.52.0
281 * Added default Visual Studio nodejs project for xplat cli
282
283## 2015.08.05 Version 0.9.7
284* General command improvement
285 * Fix the broken "help" command
286 * Performance improvement on displaying command help information
287 * AutoComplete support on commands options
288* Login
289 * Retain default account after login
290 * Clean up cached tokens of service principal after logout
291* ARM
292 * Handle group deployment using a template file with BOM
293 * Usage
294 * Added command to list Azure resource usage information for a subscription
295 * VM
296 * Tags support for VM create.
297 * Handle generation of SSH certs inside 'vm create' and 'vm docker create' commands
298 * Added --lun option to 'vm disk attach-new' and 'vm disk attach' commands
299 * Added functionality to set data disk name in 'vm disk attach-new' command
300 * Network commands
301 * Route Tables
302 * NIC
303
304## 2015.07.20 Version 0.9.6
305* ASM
306 * Network
307 * Added commands to manage routes and route table
308 * Added commands to manage local network
309 * Added commands to manage application gateway
310 * Added commands to manage traffic manager
311 * Added commands to manage virtual network gateway
312 * Reduced command load time by splitting network commands to separate files
313 * Compute
314 * Updated VM endpoint command to support probe interval and timeout
315 * The endpoint create-multiple command has breaking change due to the accommodation of probe interval and timeout
316 * Added support to set remote-subnet for an endpoint ACL rule
317 * Added command to fetch deployment event
318 * Enhanced docker create vm command to pass certificate CN
319 * Site
320 * Fixed streamline precompiler issues with azure site commands
321
322## 2015.06.26 Version 0.9.5
323* ARM
324 * WebApp
325 * Added create, delete, show, list, start, stop and restart commands
326 * ApiApp
327 * Added create command
328 * Key Vault
329 * Commands now use Key Vault REST API v2015-06-01
330* ASM
331 * site
332 * Bug fixes for Issues #1666, Added support for PHP version 5.6
333 * Remove support PHP version 5.3 for web site options
334
335## 2015.06.05 Version 0.9.4
336* ARM
337 * Fix group deployment create bug. Users should now be able to successfully submit template deployments
338
339## 2015.05.29 Version 0.9.3
340* General Fixes
341 * Performance improvement of general command loading
342 * Support login with partner tenant
343* ARM
344 * VM
345 * Bug fixes for Issues #1726, #1731, #1761
346 * Network
347 * Bug fixes for Issues #1763, #1764, #1769, #1770, #1771, #1773, #1775, #1776, #1777, #1780, #1781, #1783
348 * Monitoring
349 * Moved events client out of Azure rollup into its own package
350 * Insights
351 * Added last Insights autoscale command
352 * ApiApp
353 * Added improved UIDefinition constraint validation
354* ASM
355 * HDInsight
356 * Fixed the bug on listCluster command which shows duplicate items
357 * Fixed parameter description for storageAccountName
358 * VM
359 * Bug fixes for Issues #1566, #1600, #1759
360 * Chef Extension
361 * Implemented new option --delete-chef-config for set-chef extension commands
362
363## 2015.05.04 Version 0.9.2
364* ARM
365 * Network
366 * Commands to manage DNS Zone and DNS Zone recordset
367 * Key Vault
368 * Added commands to manage vaults, keys and secrets (azure keyvault)
369 * Insights
370 * Added commands to handle alerts and alert rules, autoscale events and autoscale settings, list metrics and metrics definitions, and list usage metrics
371 * ApiApp
372 * Added package create command
373
374## Version 0.9.1
375* ARM
376 * Virtual machines
377 * Support for managing virtual machine resource in CRP stack, this includes commands to
378 * Create VM with options to configure availability set and network resources
379 * Quick create VM
380 * Create docker VM
381 * Delete, start, stop, generalize and capture VM
382 * Manage VM extensions
383 * Manage VM data disks
384 * Manage VM images
385 * Update VM to add and remove NICs
386 * VM instance view
387 * VM show commands which supports --depth option to fetch associated resources
388 * Reset VM access credentials
389 * Network
390 * Support for managing network resources in NRP stack, this includes commands to
391 * Manage virtual network
392 * Manage virtual network subnet
393 * Manage load balancer
394 * Manage load balancer child resources
395 * Probes
396 * VIP configuration
397 * Address pool
398 * load balancing rules
399 * Inbount NAT rules
400 * Manage NIC
401 * Manage PublicIP
402 * Manage traffic manager
403 * Manage security group
404 * Availability set resource in CRP stack
405 * Commands to manage availability set
406 * Insights
407 * Added commands to retrieve event/operation logs from Event Service
408*ASM
409 * VM
410 * Chef Extension
411 * Implemented new option --bootstrap-options for set-chef extension commands
412 * Mobile
413 * Features
414 * Added support for AAD Tenants
415 * Added support for proxies / fiddler
416 * Improved custom domain, certificate, and SSL error handling
417 * Issues
418 * Fixed 'log is undefined' bug
419 * Fixed connection issues with mobile pipeline
420 * Test Infrastructure
421 * Updated common mobile test infrastructure
422 * Refactored mobile tests into separate files
423 * Optimized mocked test time run for mobile tests
424
425## 2015.03.27 Version 0.8.17
426* General Fixes
427 * Fixed Improper JSON for vm image show #1611
428 * Fixed account-affinitygroup show command #1633
429 * Fixed an issue in vm export command #1635, #1514
430 * Updated kuduscript for website deployment
431 * Fixed Sql Server deletion issue in mobile service commands
432 * Updated default docker extension version to 0.6
433 * Fixed issues in windows and mac installer
434* Test Infrastructure Optimization
435 * Reduced the time to run mocked tests
436 * Every test can be recorded to its individual test file
437
438## 2015.03.04 Version 0.8.16
439* VM
440 * Feature
441 * azure vm extension set-chef
442 * azure vm extension get-chef
443 * Issue fixes to address the following IAAS related issues
444 * azure vm endpoint acl-rule create parser error: --description is incorrectly a bool #1500
445 * azure vm create fails for specialized image: Cannot set property 'mediaLink' of undefined #1516
446 * Azure vm disk attach properties (such as host-caching) not discoverable #1554
447 * Can not copy a image blob between storage accounts #1565
448 * -u is used for username as well as blob-url in the vm create command #1566
449 * error: undefined is not a function #1575
450 * Add support for changing cache policy of attached disk #1583
451 * azure vm endpoint create fails with lb-set option #1594
452* NETWORK
453 * Issue fixes to address the following IAAS related issues
454 * network import doesn't pass LocalNetworkSites #1416
455 * network vnet create destroys subscription's "local network" #1569
456 * azure network vnet create - Error - Cannot read property #1589
457* General Fixes
458 * use streamline version 0.10.17 to make it work for node version 0.12.0 upward
459 * Restricted use of jshint to version <= 2.6.0 due to issues with later versions
460 * Fixed issues when azure cli is used via proxy
461
462## 2015.02.17 Version 0.8.15
463* Used "Microsoft Azure Client Library for node" version 0.10.4
464* Added custom domains functionality to mobile service commands
465
466## 2015.01.22 Version 0.8.14
467* Storage
468 * Added support for storage "stored access policy" and update storage SDK
469 * Added support for creating XIO storage accounts
470 * Added support for "Premium_LRS" storage account type
471* Mobile Service
472 * Updated restart to only restart service. Add redeploy command to ensure mobile service runtime is using latest.
473 * Added new required --push parameter to azure mobile create to specify push mode for node services. Options are legacy and nh.
474 * Updated mobile tests for new gcm string and notification hub errors
475* Websites
476 * Fixed issues in site log set command with storage account option
477* VM
478 * Fixed azure vm create issue because of required storage account type
479* General Fixes
480 * Fixed azure login issues in AzureChinaCloud
481 * Added location Australia, Australia South East, Japan East, Japan West and East US 2 for resource group
482 * Moved azure.err file to user's home directory/.azure/azure.err
483 * Fixed managing two subscriptions with same name issue
484 * Updated Readme.md with Ubuntu installation instructions
485
486## 2014.12.05 Version 0.8.13
487* Upgraded the sites cli to work with latest breaking changes in the Azure Web Sites API.
488* Upgraded the storage cli to work with latest breaking changes in the Azure Storage API.
489* Added an option to delete SB Namepsace in mobile delete command
490* VM
491 * Support for capturing VM as VM image
492 * Disk host caching while attaching disk
493* NETWORK
494 * Support for region wise VNet
495 * Bug fix: unable to create affinity group as a part of vnet creation
496 * Bug fix: don't re-throw 404 error from get network config
497* SERVICE
498 * Support for internal load balancer
499
500## 2014.11.12 Version 0.8.12
501* Fix Mobile CLI Tests and recorded mocks
502* Fix for HDInsight commands in Azure China environment
503* Storage
504 * Updated azure-storage dependency to 0.4.0
505 * Improved the blob downloading and uploading speed
506* VM
507 * VM create command bug fixes
508 * Skip zero blocks when uploading fixed VHD
509 * Commands to manage virtual machine endpoint ACL
510 * Commands to manage virtual machine public IP
511 * Support for creating virtual machine from VM image
512
513## 2014.10.27 Version 0.8.11
514* Credential store bug fixes
515 * Clean credential store on account clear command
516 * Remove old credential entries on login
517* Storage
518 * Add new commands to manage Storage logging properties
519 storage logging show [options]
520 storage logging set [options]
521 * Add new commands to manage Storage metrics properties
522 storage metrics show [options]
523 storage metrics set [options]
524 * Add SAS token support for blob download/copy
525* Documentation and helper commands to enable Fiddler tracing
526
527## 2014.10.02 Version 0.8.10
528* VM
529 * Create and manage VM extensions
530 * Create and manage reserved IP addresses
531 * Fixed issues in vm image list command
532 * Fixed issues in --no-ssh-password parameter handling in vm create command
533* Storage
534 * SAS support
535 azure storage container sas create
536 azure storage blob sas create
537 azure storage table sas create
538 azure storage queue sas create
539 * Storage unit test fixes
540* Moved the GraphRbacManagementClient in a separate module named 'azure-extra' published to npm
541* Fixed issues in token caching mechanism and the azure login command
542* Fixed issues in npm install azure-cli on Ubuntu OS
543* Fixed website tests
544* Fixed the test recording infrastructure
545
546## 2014.09.10 Version 0.8.8
547* Role-based access control support
548 * Query role definition
549 Azure role list
550 * Manage role assignment
551 azure role assignment create
552 azure role assignment list/show
553 azure role assignment delete
554 * Query Azure AD object
555 azure AD user list/show
556 azure AD group list/show
557 azure AD group member list
558 azure AD SP list/show
559 * Show user's permissions
560 azure group list/show
561 azure resource list/show
562* Active Directory service principal login support in Azure Resource Manager mode
563 azure login --service-principal -tenant
564* Storage
565 * Azure File Service support
566 azure storage share create
567 azure storage share list/show
568 azure storage share delete
569 azure storage directory create
570 azure storage directory delete
571 azure storage file upload
572 azure storage file download
573 azure storage file list
574 azure storage file delete
575 * Azure Blob Service improvements
576 azure storage blob copy start
577 azure storage blob copy stop
578 azure storage blob copy show
579 * Azure Table Service support
580 azure storage table create
581 azure storage table list/show
582 azure storage table delete
583 * Azure Queue Service Support
584 azure storage queue create
585 azure storage queue list/show
586 azure storage queue delete
587 * Switched storage library to Azure storage module
588
589## 2014.08.04 Version 0.8.7
590* Fixed issues with vm commands (vm image, vm docket create)
591* Added support for A8, A9 vm sizes in vm create command
592* Fixed user logout scenario issues and bumped up the credential size
593* Rebranding from Windows Azure to Microsoft Azure
594* Test fixes
595
596## 2014.07.16 Version 0.8.6
597* Store user credentials in the windows credential store
598* Azure Resource Manager Tags (in arm mode)
599 * azure tag create/list/show/delete
600 * tags parameter in azure group create/set and azure resource create/set
601 * tags parameter in azure group list and azure resource list
602* Support PHP version 5.5 for web site options
603
604## 2014.07.07 Version 0.8.5
605* Active directory authentication support for
606 * azure vm
607 * azure vnet
608 * azure mobile
609* Command to create docker VM in azure
610 * azure vm docker create
611* Store active drectory token in key chain on Mac
612
613## 2014.05.30 Version 0.8.4
614* Active directory support for AzureChinaCloud
615* Bug fixes for AzureChinaCloud endpoints
616* Dropped support for Node version 0.6
617* Test system improvements
618
619## 2014.05.07 Version 0.8.3
620* Bug fixes
621* Engineering and infrastructure improvements
622
623## 2014.04.10 Version 0.8.2
624* Hotfix to correct issue with azure mobile create command
625
626## 2014.04.03 Version 0.8.0
627* Azure Resource Manager commands (preview)
628 * "azure config" mode to switch mode between service management and resource manager.
629 * Resource groups
630 * azure group create/list/show/delete
631 * azure group log show
632 * Templates
633 * azure group template list/show/download/validate
634 * Deployments
635 * azure group deployment create/list/show
636 * Resources
637 * azure resource create/set/list/show/delete
638* Azure Active Directory authentication with Organizational ID
639 * Log in directly from the command line using Organizational ID (create one for free in your subscription)
640 * azure login/logout
641 * Doesn't work with the following commands for now
642 * azure vm
643 * azure network
644 * azure mobile
645
646## 2014.01.20 - version 0.7.5
647* Added web site slots support
648* Added web jobs support
649* CloudInit support for Ubuntu VM via "azure vm create -d"
650* Multiple bugfixes
651
652## 2013.11.13 - version 0.7.4
653* azure site set --web-socket --disable-web-socket to enable/disable WebSocket
654* azure site set --remote-debugging --disable-remote-debugging --remote-debugging-version to enable/disable/set remote debugging for .NET application.
655* azure site set --managed-pipeline-mode to choose between Classic and Integrated.
656* Multiple bugfixes
657
658## 2013.10.18 - version 0.7.3
659* #961 - Fixed issue with site connection strings
660* #712 - Add support for VM shutdown on stop
661* #876 - Improve azure site show appearance
662* #966 - Fixed issue with incorrect service endpoint being used from publish settings
663* #987 - Fix issue with "azure site download" on windows
664* #925 - Making "azure site create" show template based error instead of generic one
665* #963 - Update kudu script module to version 0.1.5
666* Upgrade to latest SDK (which uses generated website wrappers)
667* Supports the new high-memory A5 instance size (2 cores, 14GB RAM)
668
669## 2013.09.24 - version 0.7.2
670* Multiple bugfixes
671
672## 2013.08.26 - version 0.7.1
673* Added blob storage commands
674 * azure storage blob list
675 * azure storage blob show
676 * azure storage blob upload
677 * azure storage blob download
678 * azure storage blob delete
679* Added azure account cert export
680* Multiple bug fixes
681
682## 2013.07.31 - version 0.7.0
683* Added network commands
684* Added more site commands
685 * azure site set
686 * azure site cert
687 * azure site connectionstring
688 * azure site defaultdocument
689 * azure site domain
690 * azure site handler
691* Improved site list to show locations
692* Renamed azure site config (will be removed in a future version) to azure site appsettings
693* Renamed azure account storage (will be removed in a future version) to azure storage account
694* Reduced CLI generic help
695* Added bash auto-complete support for commands and categories
696* Fixed generic options (--json and --verbose) to only show up where they work
697* Improved and updated setup experience
698* Multiple bug fixes and test infrastructure improvement
699
700## 2013.07.15 - version 0.6.18
701* Added website diagnostics configuration command
702 * azure site log set
703* Added more storage container commands
704 * azure storage container show
705 * azure storage container create
706 * azure storage container set
707 * azure storage container delete
708* Multiple fixes
709* Made module global by default
710* Added scenario tests
711
712## 2013.06.20 - version 0.6.17
713* HDInsight commands
714* Added cucumber tests
715* Multiple fixes to support Azure China
716* Multiple VM fixes
717* New azure site repository sync command to sync the deployment of a website
718* New azure mobile recover command to recover of an unhealthy mobile service
719* Command to list Microsoft Azure Storage container
720 * azure storage container list
721
722## 2013.05.13 - version 0.6.16
723* Fixed issue with registered resources on account import.
724* Fixed jsHint errors.
725* Multiple fixes to support different REST endpoints / environments.
726* Dinamicaly fetch locations for websites instead of hardcoding them.
727* Fixed issues around first website creation to enable this scenario more easily.
728
729## 2013.04.21 - version 0.6.15
730* Locked package.json dependencies to patch versions.
731
732## 2013.04.03 - version 0.6.14
733* Adding node 0.10 support.
734* Fixed issue when importing publishsettings files for a brand new Azure account.
735
736## 2013.03.19 - version 0.6.13
737* Switch "azure site repository delete" to use the new api. Old api will be deprecated in 08/13 and users using old SDK will need upgrade.
738* Adding support for creating and deleting affinity groups
739* Changed the option names to --description and --affinity-group on the storage command
740* "azure site scale" - change the scaling mode of websites
741
742## 2013.03.12 - Version 0.6.12
743* Added constraint to package.json to restrict to node versions < 0.9.
744
745## 2012.12.12 - Version 0.6.11
746* "azure sql" - manage Azure SQL Server servers, databases and firewall rules
747* "azure site log tail" - realtime streaming logs over Microsoft Azure.
748* "azure mobile script upload" - now supports shared and scheduler scripts #179
749* "azure mobile show" - now displays scale information #139
750* "azure mobile scale" - allows managing scale out for your mobile app #139
751* "azure mobile job" - allows managing scheduled jobs #78
752* "azure mobile data truncate" - allows truncating mobile tables #164
753* "azure site deploymentscript" - bunch of fixes
754
755## 2012.12.22 - Version 0.6.10
756* Fix require issue with unix based systems
757* Fix issue with deployment scripts
758
759## 2012.12.12 - Version 0.6.9
760* "azure portal" - replaces "azure vm portal" and "azure site portal".
761* "azure mobile" - Manages Azure Mobile Services
762* "azure sb namespace" - Manages Service Bus namespaces
763* "azure site deploymentscript" - Generates deployment scripts for customizing your website deployment
764* "azure vm create -o" - Create VMs using community/OSS images
765* "azure vm endpoint create-multiple" - Create multiple VM endpoints in one shot.
766
767## 2012.11.20 - Version 0.6.8
768* Initial release of stand alone CLI.
769* New commands for managing storage accounts
770* Support for new .publishsettings file format
771* Several bug fixes for github repos.
772
773========== CLI Split =========
774
775## 2012.10.15 Version 0.6.7
776 * Adding connection strings support for storage and service bus
777 * Fixing issue with EMULATED and explicit variables making the later more relevant
778 * Adding Github support
779 * Adding website application settings support
780
781## 2012.10.12 Version 0.6.6
782 * Using fixed version of commander.js to avoid bug in commander.js 1.0.5
783
784## 2012.10.01 Version 0.6.5
785 * Bugfixing
786
787## 2012.09.18 Version 0.6.4
788 * Multiple Bugfixes around blob streaming
789
790## 2012.09.09 Version 0.6.3
791 * Fixing issue with xml2js
792
793## 2012.08.15 Version 0.6.2
794 * Multiple Bugfixes
795
796## 2012.07.02 Version 0.6.1
797 * Multiple Bugfixes
798 * Adding subscription setting and listing functionality.
799
800## 2012.06.06 Version 0.6.0
801 * Adding CLI tool
802 * Multiple Bugfixes
803
804## 2012.04.19 Version 0.5.3
805 * Service Runtime Wrappers
806 * Multiple Bugfixes
807 * Unit tests converted to mocha and code coverage made easy through JSCoverage
808
809## 2012.02.10 Version 0.5.2
810 * Service Bus Wrappers
811 * Storage Services UT run against a mock server.
812 * Node.exe version requirement lowered to raise compatibility.
813 * Multiple Bugfixes
814
815## 2011.12.14 Version 0.5.1
816 * Multiple bug fixes
817
818## 2011.12.09 Version 0.5.0
819 * Initial Release
820
\No newline at end of file