forked from iouri-s/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog.txt
830 lines (787 loc) · 33.8 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
2015.01.08 version 0.8.13
* Key Vault Service - new cmdlets in AzureResourceManager mode:
* Keys:
* Add-AzureKeyVaultKey
* Get-AzureKeyVaultKey
* Set-AzureKeyVaultKey
* Backup-AzureKeyVaultKey
* Restore-AzureKeyVaultKey
* Remove-AzureKeyVaultKey
* Secrets:
* Get-AzureKeyVaultSecret
* Set-AzureKeyVaultSecret
* Remove-AzureKeyVaultSecret
2014.12.12 version 0.8.12
* StreamAnalytics
* New cmdlets in AzureResourceManager mode
* New-AzureStreamAnalyticsJob
* New-AzureStreamAnalyticsInput
* New-AzureStreamAnalyticsOutput
* New-AzureStreamAnalyticsTransformation
* Get-AzureStreamAnalyticsJob
* Get-AzureStreamAnalyticsInput
* Get-AzureStreamAnalyticsOutput
* Get-AzureStreamAnalyticsTransformation
* Get-AzureStreamAnalyticsQuota
* Remove-AzureStreamAnalyticsJob
* Remove-AzureStreamAnalyticsInput
* Remove-AzureStreamAnalyticsOutput
* Test-AzureStreamAnalyticsInput
* Test-AzureStreamAnalyticsOutput
* Start-AzureStreamAnalyticsJob
* Stop-AzureStreamAnalyticsJob
* Batch
* Fixed issue with Delete-AzureBatchAccount
* Profile
* Fixed issues with Select-AzureSubscription to allow selecting subscriptions by Id
* Deprecated SubscriptionDataFile parameter
* Compute
* Set-AzureVMImage cmdlets - added IconUri, SmallIconUri, and ShowInGui parameters
* Sql
* Added Sql Servver v12 support to SQL authentication context for SqlAzure cmdlets
2014.11.14 Version 0.8.11
* Profile
* Clear-AzureProfile: remove all subscription and credential data from the user store
* Select-AzureSubscription: fixed output types in default and PassThru mode
* Compute
* Get-AzureVMSqlServerExtension
* Set-AzureVMSqlServerExtension
* Remove-AzureVMSqlServerExtension
* HDInsight
* New cmdlets
* Add-AzureHDInisghtScriptAction
* Set-AzureHDInsightClusterSize
* Changed cmdlets
*Added ConfigActions parameter
* Managed Cache
* Get-AzureManagedCacheNamedCache
* New-AzureManagedCacheNamedCache
* Set-AzureManagedCacheNamedCache
* Remove-AzureManagedCacheNamedCache
* Websites
* Fixes for webjobs and site creation
* Additional settings for Publish-AzureWebsiteProject cmdlet
* Enable use of SAS URLs in ApplicationDiagnostics storage
* Sql Database (AzureResourceManager)
* New cmdlets to manage direct access to Sql databases:
* Enable-AzureSqlDatabaseDirectAccess
* Disable-AzureSqlDatabaseDirectAccess
* Enable-AzureSqlDatabaseServerDirectAccess
* Enable-AzureSqlDatabaseServerDirectAccess
* Rename previous cmdlets to use the term audit policy instead of audit setting
* Get-AzureSqlDatabaseAuditingPolicy
* Set-AzureSqlDatabaseAuditingPolicy
* Get-AzureSqlDatabaseServerAuditingPolicy
* Set-AzureSqlDatabaseServerAuditingPolicy
* Remove-AzureSqlDatabaseAuditing
* Remove-AzureSqlDatabaseServerAuditing
* Use-AzureSqlDatabaseServerAuditingPolicy
* Allow users to define which storage account key (Primary or Secondary) to use when defining audit policy, using the “StorageKeyType” parameter.
2014.10.27 Version 0.8.10
* Azure Data Factory cmdlets in AzureResourceManager mode
* New-AzureDataFactory
* New-AzureDataFactoryGateway
* New-AzureDataFactoryGatewayKey
* New-AzureDataFactoryHub
* New-AzureDataFactoryLinkedService
* New-AzureDataFactoryPipeline
* New-AzureDataFactoryTable
* New-AzureDataFactoryEncryptValue
* Get-AzureDataFactory
* Get-AzureDataFactoryGateway
* Get-AzureDataFactoryHub
* Get-AzureDataFactoryLinkedService
* Get-AzureDataFactoryPipeline
* Get-AzureDataFactoryRun
* Get-AzureDataFactorySlice
* Get-AzureDataFactoryTable
* Remove-AzureDataFactory
* Remove-AzureDataFactoryGateway
* Remove-AzureDataFactoryHub
* Remove-AzureDataFactoryLinkedService
* Remove-AzureDataFactoryPipeline
* Remove-AzureDataFactoryTable
* Resume-AzureDataFactoryPipeline
* Save-AzureDataFactoryLog
* Set-AzureDataFactoryGateway
* Set-AzureDataFactoryPipelineActivePeriod
* Set-AzureDataFactorySliceStatus
* Suspend-AzureDataFactoryPipeline
* Azure Batch cmdlets in AzureResourceManager mode
* Set-AzureBatchAccount
* Remove-AzureBatchAccount
* New-AzureBatchAccountKey
* New-AzureBatchAccount
* Get-AzureBatchAccountKeys
* Get-AzureBatchAccount
* Azure Network
* Multi NIC support
* Add-AzureNetworkInterfaceConfig
* Get-AzureNetworkInterfaceConfig
* Remove-AzureNetworkInterfaceConfig
* Set-AzureNetworkInterfaceConfig
* Security group support
* Set-AzureNetworkSecurityGroupToSubnet
* Set-AzureNetworkSecurityGroupConfig
* Remove-AzureNetworkSecurityGroupFromSubnet
* Remove-AzureNetworkSecurityGroupConfig
* Remove-AzureNetworkSecurityGroup
* New-AzureNetworkSecurityGroup
* Get-AzureNetworkSecurityGroupForSubnet
* Get-AzureNetworkSecurityGroupConfig
* Get-AzureNetworkSecurityGroup
* Azure Virtual Machine
* Added Add PublicConfigKey and PrivateConfigKey parameters to SetAzureVMExtension
* Azure Website
* Set-AzureWebsite exposes new parameters and Get-AzureWebsite returns them
* SlotStickyConnectionStringNames – connection string names not to be moved during swap operation
* SlotStickyAppSettingNames – application settings names not to be moved during swap operation
* AutoSwapSlotName – slot name to swap automatically with after successful deployment
* Recovery Services
* Import & view vault settings
* Import-AzureSiteRecoveryVaultSettingsFile
* Get-AzureSiteRecoveryVaultSettings
* Enumerate Servers, Protection Containers, Protection Entities
* Get-AzureSiteRecoveryServer
* Get-AzureSiteRecoveryProtectionContainer
* Get-AzureSiteRecoveryProtectionEntity
* Get-AzureSiteRecoveryVM
* Manage Azure Site Recovery Operations
* Get-AzureSiteRecoveryJob
* Restart-AzureSiteRecoveryJob
* Resume-AzureSiteRecoveryJob
* Stop-AzureSiteRecoveryJob
* Manage Recovery Plan
* New-AzureSiteRecoveryRecoveryPlan
* Get-AzureSiteRecoveryRecoveryPlanFile
* Get-AzureSiteRecoveryRecoveryPlan
* Remove-AzureSiteRecoveryRecoveryPlan
* Update-AzureSiteRecoveryRecoveryPlan
* Protection and Failover Operations
* Set-AzureSiteRecoveryProtectionEntity
* Start-AzureSiteRecoveryCommitFailoverJob
* Start-AzureSiteRecoveryPlannedFailoverJob
* Start-AzureSiteRecoveryTestFailoverJob
* Start-AzureSiteRecoveryUnplannedFailoverJob
* Update-AzureSiteRecoveryProtectionDirection
2014.10.03 Version 0.8.9
* Redis Cache cmdlets in AzureResourceManager mode
* New-AzureRedisCache
* Get-AzureRedisCache
* Set-AzureRedisCache
* Remove-AzureRedisCache
* New-AzureRedisCacheKey
* Get-AzureRedisCacheKey
* Fixed Remove-AzureDataDisk regression
* Fixed cloud service cmdlets to work with the latest Azure authoring tools
* Fixed Get-AzureSubscription -ExtendedDetails regression
* Added -CreateACSNamespace parameter to New-AzureSBNamespace cmdlet
2014.09.10 Version 0.8.8
* Role-based access control support
* Query role definition
* Get-AzureRoleDefinition
* Manage role assignment
* New-AzureRoleAssignment
* Get-AzureRoleAssignment
* Remove-AzureRoleAssignment
* Query Active Directory object
* Get-AzureADUser
* Get-AzureADGroup
* Get-AzureADGroupMember
* Get-AzureADServicePrincipal
* Show user's permissions on
* Get-AzureResourceGroup
* Get-AzureResource
* Active Directory service principal login support in Azure Resource Manager mode
* Add-AzureAccount -Credential -ServicePrincipal -Tenant
* SQL Database auditing support in Azure Resource Manager mode
* Use-AzureSqlServerAuditingSetting
* Set-AzureSqlServerAuditingSetting
* Set-AzureSqlDatabaseAuditingSetting
* Get-AzureSqlServerAuditingSetting
* Get-AzureSqlDatabaseAuditingSetting
* Disable-AzureSqlServerAuditing
* Disable-AzureSqlDatabaseAuditing
* Other improvements
* Virtual Machine DSC extension supports PSCredential as configuration argument
* Virtual Machine Antimalware extension supports native JSON configuration
* Storage supports creating storage account with different geo-redundant options
* Traffic Manager supports nesting of profiles
* Website supports configuring x32/x64 worker process
* -Detail parameter on Get-AzureResourceGroup to improve performance
* Major refactoring around account and subscription management
2014.08.22 Version 0.8.7.1
* AzureResourceManager
* Update Gallery and Monitoring management clients to fix Gallery commands
*HDInsight
* Update Microsoft.Net API for Hadoop
2014.08.18 Version 0.8.7
* Update Newtonsoft.Json dependency to 6.0.4
* Compute
* Windows Azure Diagnostics (WAD) Version 1.2: extension cmdlets for Iaas And PaaS
* Set-AzureVMDiagnosticsExtension
* Get-AzureVMDiagnosticsExtension
* Set-AzureServiceDiagnosticsExtension
* Get-AzureServiceDiagnosticsExtension
* Get-AzureDeployment: added CreatedTime and LastModifiedTime to output
* Get-AzureVM: added Hostname property
* Implemented CustomData support for Azure VMs
* Websites
* Added RoutingRules parameter to Set-AzureWebsite to expose Testing in Production (TiP) and returned from Get-AzureWebsite
* Get-AzureWebsiteMetric to return web site metrics
* Get-AzureWebHostingPlan
* Get-AzureWebHostingPlanMetric to return metrics for the servers in the web hosting plan
* SQL Database
* Get-AzureSqlRecoverableDatabase parameter simplification and return type changes
* Set-AzureSqlDatabaseRecovery parameter and return type changes
* HDInsight
* Added support for provisioning of HBase clusters into Virtual Networks.
2014.08.04 Version 0.8.6
* Non-interactive login support for Microsoft Organizational account with ``Add-AzureAccount -Credential``
* Upgrade cloud service cmdlets dependencies to Azure SDK 2.4
* Compute
* PowerShell DSC VM extension
* Get-AzureVMDscExtension
* Remove-AzureVMDscExtension
* Set-AzureVMDscExtension
* Publish-AzureVMDscConfiguration
* Added CompanyName and SupportedOS parameters to Publish-AzurePlatformExtension
* New-AzureVM will display a warning instead of an error when the service already exists in the same subscription
* Added Version parameter to generic service extension cmdlets
* Changed the ShowInGUI parameter to DoNotShowInGUI in Update-AzureVMImage
* SQL Database
* Added OfflineSecondary parameter to Start-AzureSqlDatabaseCopy
* Database copy cmdlets will return 2 more properties: IsOfflineSecondary and IsTerminationAllowed
* Windows Azure Pack
* New-WAPackCloudService
* Get-WAPackCloudService
* Remove-WAPackCloudService
* New-WAPackVMRole
* Get-WAPackVMRole
* Set-WAPackVMRole
* Remove-WAPackVMRole
* New-WAPackVNet
* Remove-WAPackVNet
* New-WAPackVMSubnet
* Get-WAPackVMSubnet
* Remove-WAPackVMSubnet
* New-WAPackStaticIPAddressPool
* Get-WAPackStaticIPAddressPool
* Remove-WAPackStaticIPAddressPool
* Get-WAPackLogicalNetwork
2014.07.16 Version 0.8.5
* Upgrade .NET dependency to .NET 4.5
* Azure File Service
* Get-AzureStorageFile
* Remove-AzureStorageFile
* Get-AzureStorageFileContent
* Set-AzureStorageFileContent
* Azure Resource Manager tags in AzureResourceManager mode
* New-AzureTag
* Get-AzureTag
* Remove-AzureTag
* Tag parameter in New-AzureResourceGroup, Set-AzureResourceGroup, New-AzureResource and Set-AzureResource
* Tag parameter in Get-AzureResourceGroup and Get-AzureResource
* Compute
* ReverseDnsFqdn parameter in New-AzureService, Set-AzureService, New-AzureVM and New-AzureQuickVM
* Network
* Set-AzureInternalLoadBalancer
* Add-AzureDns
* Set-AzureDns
* Remove-AzureDns
* Added IdealTimeoutInMinutes parameter to Set-AzurePublicIP, Add-AzureEndpoint and Set-AzureLoadBalancedEndpoint
2014.06.30 Version 0.8.4
* Compute
* New-AzurePlatformExtensionCertificateConfig
* New-AzurePlatformExtensionEndpointConfigSet
* New-AzurePlatformExtensionLocalResourceConfigSet
* Publish-AzurePlatformExtension
* Remove-AzurePlatformExtensionEndpoint
* Remove-AzurePlatformExtensionLocalResource
* Set-AzurePlatformExtension
* Set-AzurePlatformExtensionEndpoint
* Set-AzurePlatformExtensionLocalResource
* Unpublish-AzurePlatformExtension
* Antimalware
* Get-AzureVMMicrosoftAntimalwareExtension
* Set-AzureVMMicrosoftAntimalwareExtension
* Improve the cmdlets to use AzureStorageContext instead of flat storage parameters
* Networking
* Enabling New-AzureVnetGateway to create dynamic gateways
* Added alias New-AzureDns to New-AzureDnsConfig
* Scheduler
* New-AzureSchedulerJobCollection
* Set-AzureSchedulerJobCollection
2014.05.29 Version 0.8.3
* Restructured source code and installation folder
* Web Site
* Return instances info from Get-AzureWebsite
* Added "Slot1" and "Slot2" parameters to enable swap between any 2 slots
* Traffic Manager
* Support for Weighted Round Robin policies
* Support for Performance policies with external endpoints
* Update Get-AzureRoleSize, Get-AzureAffinityGroup, Get-AzureService, Get-AzureLocation cmdlets with role sizes info
* New "ClusterType" parameter for HDInsight
2014.05.12 Version 0.8.2
* Compute and Network improvements
* Public IP support
* Set-AzurePublicIP
* Get-AzurePublicIP
* Remove-AzurePublicIP
* Reserved IP support
* New-AzureReservedIP
* Get-AzureReservedIP
* Remove-AzureReservedIP
* Internal load balancer support
* New-AzureInternalLoadBalancerConfig
* Add-AzureInternalLoadBalancer
* Get-AzureInternalLoadBalancer
* Remove-AzureInternalLoadBalancer
* VM image disk improvements
* New-AzureVMImageDiskConfigSet
* Set-AzureVMImageOSDiskConfig
* Remove-AzureVMImageOSDiskConfig
* Set-AzureVMImageDataDiskConfig
* Remove-AzureVMImageDataDiskConfig
* Virtual network improvments
* Set-AzureVnetGatewayKey
* Azure Automation cmdlets
* Get-AzureAutomationAccount
* Get-AzureAutomationJob
* Get-AzureAutomationJobOutput
* Get-AzureAutomationRunbook
* Get-AzureAutomationRunbookDefinition
* Get-AzureAutomationSchedule
* New-AzureAutomationRunbook
* New-AzureAutomationSchedule
* Publish-AzureAutomationRunbook
* Register-AzureAutomationScheduledRunbook
* Remove-AzureAutomationRunbook
* Remove-AzureAutomationSchedule
* Resume-AzureAutomationJob
* Set-AzureAutomationRunbook
* Set-AzureAutomationRunbookDefinition
* Set-AzureAutomationSchedule
* Start-AzureAutomationRunbook
* Stop-AzureAutomationJob
* Suspend-AzureAutomationJob
* Unregister-AzureAutomationScheduledRunbook
* Traffic Manager cmdlets
* Add-AzureTrafficManagerEndpoint
* Disable-AzureTrafficManagerProfile
* Enable-AzureTrafficManagerProfile
* Get-AzureTrafficManagerProfile
* New-AzureTrafficManagerProfile
* Remove-AzureTrafficManagerEndpoint
* Remove-AzureTrafficManagerProfile
* Set-AzureTrafficManagerEndpoint
* Set-AzureTrafficManagerProfile
* Test-AzureTrafficManagerDomainName
* Anti-Malware Cloud Service extension cmdlets
* Get-AzureServiceAntimalwareConfig
* Remove-AzureServiceAntimalwareExtension
* Set-AzureServiceAntimalwareExtension
2014.05.07 Version 0.8.1
* Managed cache cmdlets
* New-AzureManagedCache
* Set-AzureManagedCache
* Get-AzureManagedCache
* Remove-AzureManagedCache
* New-AzureManagedCacheAccessKey
* Get-AzureManagedCacheAccessKey
* Fixed installer to support Windows PowerShell 5.0 Preview
* Fixed a bunch of module loading issues
* Documentation improvements
* Engineering and infrastructure improvements
2014.04.03 Version 0.8.0
* Azure Resource Manager cmdlets (preview)
* Switch-AzureMode to switch the PowerShell module between service management and resource manager.
* Resource groups
* New-AzureResourceGroup
* Get-AzureResourceGroup
* Remove-AzureResourceGroup
* Get-AzureResourceGroupLog
* Templates
* Get-AzureResourceGroupGalleryTemplate
* Save-AzureResourceGroupGalleryTemplate
* Test-AzureResourceGroupTemplate
* Deployments
* New-AzureResourceGroupDeployment
* Get-AzureResourceGroupDeployment
* Resources
* New-AzureResource
* Get-AzureResource
* Set-AzureResource
* Remove-AzureResource
* Azure Scheduler cmdlets
* Get-AzureSchedulerLocation
* Job collection
* Get-AzureSchedulerJobCollection
* Remove-AzureSchedulerJobCollection
* HTTP job and storage queue job
* New-AzureSchedulerHttpJob
* Set-AzureSchedulerHttpJob
* New-AzureSchedulerStorageQueueJob
* Set-AzureSchedulerStorageQueueJob
* Get-AzureSchedulerJob
* Remove-AzureSchedulerJob
* Get-AzureSchedulerJobHistory
* Virtual Machine improvements
* Puppet extension
* Get-AzureVMPuppetExtension
* Set-AzureVMPuppetExtension
* Remove-AzureVMPuppetExtension
* Custom script extension
* Get-AzureVMCustomScriptExtension
* Set-AzureVMCustomScriptExtension
* Remove-AzureVMCustomScriptExtension
* VM Image support in the following cmdlets
* Get-AzureVMImage
* Save-AzureVMImage
* Remove-AzureVMImage
* New-AzureVM
* New-AzureQuickVM
* Upgrade cloud service cmdlets dependencies to Azure SDK 2.3
2014.03.11 Version 0.7.4
* VM extension cmdlets
* Set-AzureVMExtension
* Get-AzureVMExtension
* Remove-AzureVMExtension
* Set-AzureVMAccessExtension
* Get-AzureVMAccessExtension
* Remove-AzureVMAccessExtension
* Multi-thread support in storage cmdlets
* Add YARN support via -Yarn parameter on Add-AzureHDInsightConfigValues
2014.02.25 Version 0.7.3.1
* Hotfix for https://github.com/WindowsAzure/azure-sdk-tools/issues/2350
2014.02.12 Version 0.7.3
* Web Site cmdlets
* Slot
* All Web Site cmdlets takes a new -Slot parameter
* Switch-AzureWebsiteSlot to swap slots
* WebJob
* Get-AzureWebsiteJob
* New-AzureWebsiteJob
* Remove-AzureWebsiteJob
* Start-AzureWebsiteJob
* Stop-AzureWebsiteJob
* Get-AzureWebsiteJobHistory
* Publish project to Web Site via WebDeploy
* Publish-AzureWebsiteProject
* Test Web Site name availability
* Test-AzureName -Website
* Virtual Machine cmdlets
* Generic extension
* Get-AzureVMAvailableExtension
* Get-AzureServiceAvailableExtension
* BGInfo extension
* Get-AzureVMBGInfoExtension
* Set-AzureVMBGInfoExtension
* Remove-AzureBMBGInfoExtension
* VM role size
* Get-AzureRoleSize
* New-AzureQuickVM -InstanceSize takes a string instead of enum
* Other improvements
* Add-AzureProvisioningConfig will enable guest agent by default. Use -DisableGuestAgent to disable it
* Cloud Service cmdlets
* Generic extension
* Get-AzureServiceExtension
* Set-AzureServiceExtension
* Remove-AzureServiceExtension
* Active directory domain extension
* Get-AzureServiceADDomainExtension
* Set-AzureServiceADDomainExtension
* Remove-AzureServiceADDomainExtension
* New-AzureServiceADDomainExtensionConfig
Virtual Network cmdlets
* Get-AzureStaticVNetIP
* Set-AzureStaticVNetIP
* Remove-AzureStaticVNetIP
* Test-AzureStaticVNetIP
* Storage cmdlets
* Metrics and logging
* Get-AzureStorageServiceLoggingProperty
* Set-AzureStorageServiceLoggingProperty
* Get-AzureStorageServiceMetricsProperty
* Set-AzureStorageServiceMetricsProperty
* Timeout configuration via -ServerTimeoutRequest and -ClientTimeoutRequest parameters
* Paging support via -MaxCount and -ContinuationToken parameters
* Get-AzureStorageBlob
* Get-AzureStorageContainer
* ExpressRoute cmdlets (in ExpressRoute module)
* Get-AzureDedicatedCircuit
* Get-AzureDedicatedCircuitLink
* Get-AzureDedicatedCircuitServiceProvider
* New-AzureDedicatedCircuit
* New-AzureDedicatedCircuitLink
* Remove-AzureDedicatedCircuit
* Remove-AzureDedicatedCircuitLink
* Get-AzureBGPPeering
* New-AzureBGPPeering
* Remove-AzureBGPPeering
* Set-AzureBGPPeering
2013.12.19 Version 0.7.2.1
* Hotfix for some encoding issue with Hive query which contain "%".
2013.12.10 Version 0.7.2
* HDInsight cmdlets
* Add-AzureHDInsightConfigValues
* Add-AzureHDInsightMetastore
* Add-AzureHDInsightStorage
* Get-AzureHDInsightCluster
* Get-AzureHDInsightJob
* Get-AzureHDInsightJobOutput
* Get-AzureHDInsightProperties
* New-AzureHDInsightCluster
* New-AzureHDInsightClusterConfig
* New-AzureHDInsightHiveJobDefinition
* New-AzureHDInsightMapReduceJobDefinition
* New-AzureHDInsightPigJobDefinition
* New-AzureHDInsightSqoopJobDefinition
* New-AzureHDInsightStreamingMapReduceJobDefinition
* Remove-AzureHDInsightCluster
* Revoke-AzureHDInsightHttpServicesAccess
* Set-AzureHDInsightDefaultStorage
* Start-AzureHDInsightJob
* Stop-AzureHDInsightJob
* Use-AzureHDInsightCluster
* Wait-AzureHDInsightJob
* Grant-AzureHDInsightHttpServicesAccess
* Invoke-AzureHDInsightHiveJob
* Configure Web Site WebSocket and managed pipe mode
* Set-AzureWebsite -WebSocketEnabled -ManagedPipelineMode
* Configure Web Site remote debugging
* Enable-AzureWebsiteDebug -Version
* Disable-AzureWebsiteDebug
* Options for cleaning up VHD when deleting VMs
* Remove-AzureVM -DeleteVHD
* Remove-AzureService -DeleteAll
* Remove-AzureDeployment -DeleteVHD
* Virtual IP reservation preview feature (in AzurePreview module)
* Get-AzureDeployment
* Get-AzureReservedIP
* New-AzureReservedIP
* New-AzureVM
* Remove-AzureReservedIP
* Support these cmdlets for Visual Studio Cloud Service projects:
* Start-AzureEmulator
* Publish-AzureServiceProject
* Save-AzureServiceProjectPackage
2013.11.07 Version 0.7.1
* Regression fixes
* Get-AzureWinRMUri cannot return the correct port number (https://github.com/WindowsAzure/azure-sdk-tools/issues/2056)
* New-AzureVM fails when creating a VM with a domain join provisioning (https://github.com/WindowsAzure/azure-sdk-tools/issues/2055)
* ACL for endpoints broken (https://github.com/WindowsAzure/azure-sdk-tools/issues/2054)
* Restarting web site will clean the host names (https://github.com/WindowsAzure/azure-sdk-tools/issues/2101)
* Creating a new Linux VM with an SSH certificate fails (https://github.com/WindowsAzure/azure-sdk-tools/issues/2057)
* Debug stream only prints out at the end of processing (https://github.com/WindowsAzure/azure-sdk-tools/issues/2033)
* Cmdlets for creating Storage SAS token
* New-AzureStorageBlobSASToken
* New-AzureStorageContainerSASToken
* New-AzureStorageQueueSASToken
* New-AzureStorageTableSASToken
* VM cmdlets for Windows Azure Pack
* Get-WAPackVM
* Get-WAPackVMOSDisk
* Get-WAPackVMSizeProfile
* Get-WAPackVMTemplate
* New-WAPackVM
* Remove-WAPackVM
* Restart-WAPackVM
* Resume-WAPackVM
* Set-WAPackVM
* Start-WAPackVM
* Stop-WAPackVM
* Suspend-WAPackVM
2013.10.21 Version 0.7.0
* Windows Azure Active Directory authentication support!
* Now you can use your Microsoft account or Organizational account to login from PowerShell without the need of any management certificate or publish settings file!
* Use Add-AzureAccount to get started
* Checkout Add-AzureAccount, Get-AzureAcccount and Remove-AzureAccount for details
* Changed the file format which is used to store the subscription information. Information in the original file will be added to the new file automatically. If you downgrade from 0.7.0 to a lower version, you can still see the subscriptions you imported before the 0.7.0 upgrade. But anything added after the 0.7.0 upgrade won't show up in the downgrade.
* BREAKING CHANGE
* Changed the assembly name and namespace from Microsoft.WindowsAzure.Management.* to Microsoft.WindowsAzure.Commands.*
* Select-AzureSubscription
* Now you can use it to select or clear either the current subscription or the default subscription
* Replaced the -Clear parameter with -NoCurrent parameter
* Set-AzureSubscription
* Removed -DefaultSubscription and -NoDefaultSubscription parameters. Go to Select-AzureSubscription with -Default and -NoDefault parameters.
* New-AzureSqlDatabaseServerContext
* Replaced the -SubscriptionData parameter with -SubscriptionName parameter
* Upgraded Windows Azure SDK dependency from 1.8 to 2.2
* Added support for a new virtual machine high memory SKU (A5)
2013.08.22 Version 0.6.19
* Media Services cmdlets
* Get-AzureMediaServicesAccount
* New-AzureMediaServicesAccount
* Remove-AzureMediaServicesAccount
* New-AzureMediaServicesKey
* SQL Database Import/Export cmdlets
* Start-AzureSqlDatabaseImport
* Start-AzureSqlDatabaseExport
* Get-AzureSqlDatabaseImportExportStatus
* Platform VM Image cmdlets (need to import the PIR module manually)
* Get-AzurePlatformVMImage
* Set-AzurePlatformVMImage
* Remove-AzurePlatformVMImage
2013.07.31 Version 0.6.18
* Service Bus authorization rule cmdlets
* New-AzureSBAuthorizationRule
* Get-AzureSBAuthorizationRule
* Set-AzureSBAuthorizationRule
* Remove-AzureSBAuthorizationRule
* Some Windows Azure Pack fixes.
2013.07.18 Version 0.6.17
* Upgraded Windows Azure SDK dependency from 1.8 to 2.0.
* SQL Azure database CRUD cmdlets don't require SQL auth anymore if the user owns the belonging subscription.
* Get-AzureSqlDatabaseServerQuota cmdlet to get the quota information for a specified Windows Azure SQL Database Server.
* SQL Azure service objective support
* Get-AzureSqlDatabaseServiceObjective cmdlet to a service objective for the specified Windows Azure SQL Database Server.
* Added -ServiceObjective parameter to Set-AzureSqlDatabase to set the service objective of the specified Windows Azure SQL database.
* Fixed a Get-AzureWebsite local caching issue. Now Get-AzureWebsite will always return the up-to-date web site information.
2013.06.24 Version 0.6.16
* Add-AzureEnvironment to add customized environment like Windows Azure Pack
* Set-AzureEnvironment to set customized environment like Windows Azure Pack
* Remove-AzureEnvironment to remove customized environment like Windows Azure Pack
* Web Site cmdlets now support Windows Azure Pack
* Service Bus cmdlets now support Windows Azure Pack
* Added "WAPack" prefix to all the cmdlets which support Windows Azure Pack. Use "help WAPack" to see all the supported cmdlets
* Added -NoWinRMEndpoint parameter to New-AzureQuickVM and Add-AzureProvisioningConfig
* Added -AllowAllAzureSerivces parameter to New-AzureSqlDatabaseServerFirewallRule
* Many bug fixes around VM, Cloud Services and Web Site diagnostics
2013.06.03 Version 0.6.15
* Introduced the environment concept to support different Windows Azure environments
* Get-AzureEnvironment cmdlet to return all the out-of-box Windows Azure environments
* -Environment parameter in the following cmdlets to specify which environment to target
* Get-AzurePublishSettingsFile
* Show-AzurePortal
* Windows Azure Web Site application diagnostics cmdlets
* Enable-AzureWebsiteApplicationDiagnostic
* Disable-AzureWebsiteApplicationDiagnostic
* Stop-AzureVM
* Changed the behavior to deprovision the VM after stopping it
* -StayProvisioned parameter to keep the VM provisioned after stopping it
* Windows Azure Cloud Services remote desktop extension cmdlets
* New-AzureServiceRemoteDesktopExtensionConfig
* Get-AzureServiceRemoteDesktopExtension
* Set-AzureServiceRemoteDesktopExtension
* Remove-AzureServiceRemoteDesktopExtension
* Windows Azure Cloud Services diagnostics extension cmdlets
* New-AzureServiceDiagnosticsExtensionConfig
* Get-AzureServiceDiagnosticsExtension
* Set-AzureServiceDiagnosticsExtension
* Remove-AzureServiceDiagnosticsExtension
* Windows Azure Virtual Machine endpoint enhancements
* Cmdlets to create ACL configuration objects
* New-AzureVMAclConfig
* Get-AzureVMAclConfig
* Set-AzureVMAclConfig
* Remove-AzureVMAclConfig
* -ACL parameter to support ACL in
* Add-AzureEndpoint
* Set-AzureEndpoint
* -DirectServerReturn parameter in
* Add-AzureEndpoint
* Set-AzureEndpoint
* Set-AzureLoadBalancedEndpoint cmdlet to modify load balanced endpoints
* Bug fixes
* Fixed New-AzureSqlDatabaseServerContext model mismatch warning
2013.05.08 Version 0.6.14
* Windows Azure Storage Table cmdlets
* Get-AzureStorageTable
* New-AzureStorageTable
* Remove-AzureStorageTable
* Windows Azure Storage Queue cmdlets
* Get-AzureStorageQueue
* New-AzureStorageQueue
* Remove-AzureStorageQueue
* Fix an issue in Publish-AzureServiceProject when swapping between staging and production slot
2013.04.23 Version 0.6.13.1
* Hotfix to make Set-AzureStorageAccount behave correctly with the -GeoReplicationEnabled parameter
2013.04.16 Version 0.6.13
* Completely fixed issues with first website creation 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 during 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 parameter 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