Skip to content

Commit 0936c44

Browse files
committed
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
2 parents 0f8e352 + 21252e7 commit 0936c44

File tree

631 files changed

+102782
-43287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

631 files changed

+102782
-43287
lines changed

ChangeLog.txt renamed to ChangeLog.md

Lines changed: 60 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
2015.07.17 version 0.9.5
1+
## 2015.08.07 version 0.9.6
2+
* Azure Batch cmdlets
3+
* Cmdlets updated to use the general availability API. See http://blogs.technet.com/b/windowshpc/archive/2015/07/10/what-39-s-new-in-azure-batch-july-release-general-availability.aspx
4+
* Breaking changes to cmdlets resulting from API update:
5+
* Workitems have been removed.
6+
* If you were adding all tasks to a single job, use the New-AzureBatchJob cmdlet to directly create your job.
7+
* If you were managing workitems with a recurring schedule defined, use the AzureBatchJobSchedule cmdlets instead.
8+
* If you were using the AzureBatchVM cmdlets, use the AzureBatchComputeNode cmdlets instead.
9+
* The AzureBatchTaskFile and AzureBatchVMFile cmdlets have been consolidated into the AzureBatchNodeFile cmdlets.
10+
* The Name property on most entities has been replaced by an Id property.
11+
12+
## 2015.07.17 version 0.9.5
213
* Azure SQL cmdlets
314
* Allowing to use of Storage V2 accounts in Auditing policies
415
* Azure RedisCache cmdlets
@@ -106,7 +117,7 @@
106117
* Upgraded management library to 1.0.0 with breaking JSON format change.
107118
* Updated list operation paging support in cmdlets.
108119

109-
2015.06.26 version 0.9.4
120+
## 2015.06.26 version 0.9.4
110121
* Azure Compute cmdlets
111122
* Warning message for deprecation Name parameter in New-AzureVM. The guidance is to use –Name parameter in New-AzureVMConfig cmdlet.
112123
* Save-AzureVMImgage has new paramter -Path to save the JSON template returned from the server.
@@ -144,12 +155,12 @@
144155
* Changed cmdlets:
145156
* New-AzureSqlDatabase - Can now create Azure Sql Data Warehouse databases
146157

147-
2015.06.05 version 0.9.3
158+
## 2015.06.05 version 0.9.3
148159
* Fixed bug in Websites cmdlets related to slots #454
149160
* Fix bug in Set-AzureResource cmdlet #456
150161
* Fix for new azure resource of Microsoft.Storage #457
151162

152-
2015.05.29 version 0.9.2
163+
## 2015.05.29 version 0.9.2
153164
* Deprecated Switch-AzureMode
154165
* Profile
155166
* Fixed bug in Get-AzureSubscription and Select-AzureSubscription cmdlets
@@ -177,7 +188,7 @@
177188
* Fixed bug in Move-AzureResource cmdlet
178189
* Fixed bug in Set-AzureResource cmdlet
179190

180-
2015.05.04 version 0.9.1
191+
## 2015.05.04 version 0.9.1
181192
* Azure SQL Database: new support for configuring audit retention.
182193
* Azure Automation
183194
* Added Automation cmdlets support in AzureResourceManager mode
@@ -215,7 +226,7 @@
215226
* Added new cmdlet for secret management in AzureResourceManager mode
216227
* Set-AzureKeyVaultSecretAttribute
217228

218-
2015.04.29 version 0.9.0
229+
## 2015.04.29 version 0.9.0
219230
* Azure Compute
220231
* Added Compute cmdlets support in AzureResourceManager mode
221232
* Add-AzureVMSshPublicKey
@@ -363,7 +374,7 @@
363374
* Set-AzureStorSimpleDevice
364375
* Set-AzureStorSimpleVirtualDevice
365376

366-
2015.03.31 version 0.8.16
377+
## 2015.03.31 version 0.8.16
367378
* Azure Data Factory:
368379
* Fixes for clean install and subscription registration issues
369380
* Azure HDInsight:
@@ -394,10 +405,10 @@
394405
* AzureProfile
395406
* Made AzureProfile serializable to support workflow scenarios
396407

397-
2015.03.11 version 0.8.15.1
408+
## 2015.03.11 version 0.8.15.1
398409
* Fixes for clean install and subscription registration issues
399410

400-
2015.03.09 version 0.8.15
411+
## 2015.03.09 version 0.8.15
401412
* Azure RemoteApp: New RemoteApp cmdlets:
402413
* Add-AzureRemoteAppUser
403414
* Disconnect-AzureRemoteAppSession
@@ -522,7 +533,7 @@
522533
* Select-AzureProfile: Select the profile to be used in the current session
523534
* Added -Profile parameter to every cmdlet - the cmdlet will use the passed-in profile to authenticate with Azure
524535

525-
2015.02.12 version 0.8.14
536+
## 2015.02.12 version 0.8.14
526537
* StorSimple: New StorSimple commands in AzureServiceManagement mode:
527538
* GetAzureStorSimpleAccessControlRecord
528539
* GetAzureStorSimpleStorageAccountCredential
@@ -589,7 +600,7 @@
589600
* Set-AzureKeyVaultSecret
590601
* Remove-AzureKeyVaultSecret
591602

592-
2014.12.12 version 0.8.12
603+
## 2014.12.12 version 0.8.12
593604
* StreamAnalytics
594605
* New cmdlets in AzureResourceManager mode
595606
* New-AzureStreamAnalyticsJob
@@ -618,7 +629,7 @@
618629
* Sql
619630
* Added Sql Server v12 support to SQL authentication context for SqlAzure cmdlets
620631

621-
2014.11.14 Version 0.8.11
632+
## 2014.11.14 Version 0.8.11
622633
* Profile
623634
* Clear-AzureProfile: remove all subscription and credential data from the user store
624635
* Select-AzureSubscription: fixed output types in default and PassThru mode
@@ -657,7 +668,7 @@
657668
* Use-AzureSqlDatabaseServerAuditingPolicy
658669
* Allow users to define which storage account key (Primary or Secondary) to use when defining audit policy, using the “StorageKeyType” parameter.
659670

660-
2014.10.27 Version 0.8.10
671+
## 2014.10.27 Version 0.8.10
661672
* Azure Data Factory cmdlets in AzureResourceManager mode
662673
* New-AzureDataFactory
663674
* New-AzureDataFactoryGateway
@@ -764,7 +775,7 @@
764775
* Fixed Get-AzureSubscription -ExtendedDetails regression
765776
* Added -CreateACSNamespace parameter to New-AzureSBNamespace cmdlet
766777

767-
2014.09.10 Version 0.8.8
778+
## 2014.09.10 Version 0.8.8
768779
* Role-based access control support
769780
* Query role definition
770781
* Get-AzureRoleDefinition
@@ -799,13 +810,13 @@
799810
* -Detail parameter on Get-AzureResourceGroup to improve performance
800811
* Major refactoring around account and subscription management
801812

802-
2014.08.22 Version 0.8.7.1
813+
## 2014.08.22 Version 0.8.7.1
803814
* AzureResourceManager
804815
* Update Gallery and Monitoring management clients to fix Gallery commands
805816
*HDInsight
806817
* Update Microsoft.Net API for Hadoop
807818

808-
2014.08.18 Version 0.8.7
819+
## 2014.08.18 Version 0.8.7
809820
* Update Newtonsoft.Json dependency to 6.0.4
810821
* Compute
811822
* Windows Azure Diagnostics (WAD) Version 1.2: extension cmdlets for Iaas And PaaS
@@ -884,7 +895,7 @@
884895
* Remove-AzureDns
885896
* Added IdealTimeoutInMinutes parameter to Set-AzurePublicIP, Add-AzureEndpoint and Set-AzureLoadBalancedEndpoint
886897

887-
2014.06.30 Version 0.8.4
898+
## 2014.06.30 Version 0.8.4
888899
* Compute
889900
* New-AzurePlatformExtensionCertificateConfig
890901
* New-AzurePlatformExtensionEndpointConfigSet
@@ -907,7 +918,7 @@
907918
* New-AzureSchedulerJobCollection
908919
* Set-AzureSchedulerJobCollection
909920

910-
2014.05.29 Version 0.8.3
921+
## 2014.05.29 Version 0.8.3
911922
* Restructured source code and installation folder
912923
* Web Site
913924
* Return instances info from Get-AzureWebsite
@@ -918,7 +929,7 @@
918929
* Update Get-AzureRoleSize, Get-AzureAffinityGroup, Get-AzureService, Get-AzureLocation cmdlets with role sizes info
919930
* New "ClusterType" parameter for HDInsight
920931

921-
2014.05.12 Version 0.8.2
932+
## 2014.05.12 Version 0.8.2
922933
* Compute and Network improvements
923934
* Public IP support
924935
* Set-AzurePublicIP
@@ -978,7 +989,7 @@
978989
* Remove-AzureServiceAntimalwareExtension
979990
* Set-AzureServiceAntimalwareExtension
980991

981-
2014.05.07 Version 0.8.1
992+
## 2014.05.07 Version 0.8.1
982993
* Managed cache cmdlets
983994
* New-AzureManagedCache
984995
* Set-AzureManagedCache
@@ -991,7 +1002,7 @@
9911002
* Documentation improvements
9921003
* Engineering and infrastructure improvements
9931004

994-
2014.04.03 Version 0.8.0
1005+
## 2014.04.03 Version 0.8.0
9951006
* Azure Resource Manager cmdlets (preview)
9961007
* Switch-AzureMode to switch the PowerShell module between service management and resource manager.
9971008
* Resource groups
@@ -1041,7 +1052,7 @@
10411052
* New-AzureQuickVM
10421053
* Upgrade cloud service cmdlets dependencies to Azure SDK 2.3
10431054

1044-
2014.03.11 Version 0.7.4
1055+
## 2014.03.11 Version 0.7.4
10451056
* VM extension cmdlets
10461057
* Set-AzureVMExtension
10471058
* Get-AzureVMExtension
@@ -1052,10 +1063,10 @@
10521063
* Multi-thread support in storage cmdlets
10531064
* Add YARN support via -Yarn parameter on Add-AzureHDInsightConfigValues
10541065

1055-
2014.02.25 Version 0.7.3.1
1066+
## 2014.02.25 Version 0.7.3.1
10561067
* Hotfix for https://github.com/WindowsAzure/azure-sdk-tools/issues/2350
10571068

1058-
2014.02.12 Version 0.7.3
1069+
## 2014.02.12 Version 0.7.3
10591070
* Web Site cmdlets
10601071
* Slot
10611072
* All Web Site cmdlets takes a new -Slot parameter
@@ -1123,10 +1134,10 @@ Virtual Network cmdlets
11231134
* Set-AzureBGPPeering
11241135

11251136

1126-
2013.12.19 Version 0.7.2.1
1127-
* Hotfix for some encoding issue with Hive query which contain "%".
1128-

1129-
2013.12.10 Version 0.7.2
1137+
## 2013.12.19 Version 0.7.2.1
1138+
* Hotfix for some encoding issue with Hive query which contain "%".
1139+
1140+
## 2013.12.10 Version 0.7.2
11301141
* HDInsight cmdlets
11311142
* Add-AzureHDInsightConfigValues
11321143
* Add-AzureHDInsightMetastore
@@ -1172,7 +1183,7 @@ Virtual Network cmdlets
11721183
* Save-AzureServiceProjectPackage
11731184

11741185

1175-
2013.11.07 Version 0.7.1
1186+
## 2013.11.07 Version 0.7.1
11761187
* Regression fixes
11771188
* Get-AzureWinRMUri cannot return the correct port number (https://github.com/WindowsAzure/azure-sdk-tools/issues/2056)
11781189
* New-AzureVM fails when creating a VM with a domain join provisioning (https://github.com/WindowsAzure/azure-sdk-tools/issues/2055)
@@ -1199,7 +1210,7 @@ Virtual Network cmdlets
11991210
* Stop-WAPackVM
12001211
* Suspend-WAPackVM
12011212

1202-
2013.10.21 Version 0.7.0
1213+
## 2013.10.21 Version 0.7.0
12031214
* Windows Azure Active Directory authentication support!
12041215
* 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!
12051216
* Use Add-AzureAccount to get started
@@ -1232,15 +1243,15 @@ Virtual Network cmdlets
12321243
* Set-AzurePlatformVMImage
12331244
* Remove-AzurePlatformVMImage
12341245

1235-
2013.07.31 Version 0.6.18
1246+
## 2013.07.31 Version 0.6.18
12361247
* Service Bus authorization rule cmdlets
12371248
* New-AzureSBAuthorizationRule
12381249
* Get-AzureSBAuthorizationRule
12391250
* Set-AzureSBAuthorizationRule
12401251
* Remove-AzureSBAuthorizationRule
12411252
* Some Windows Azure Pack fixes.
12421253

1243-
2013.07.18 Version 0.6.17
1254+
## 2013.07.18 Version 0.6.17
12441255
* Upgraded Windows Azure SDK dependency from 1.8 to 2.0.
12451256
* SQL Azure database CRUD cmdlets don't require SQL auth anymore if the user owns the belonging subscription.
12461257
* Get-AzureSqlDatabaseServerQuota cmdlet to get the quota information for a specified Windows Azure SQL Database Server.
@@ -1249,7 +1260,7 @@ Virtual Network cmdlets
12491260
* Added -ServiceObjective parameter to Set-AzureSqlDatabase to set the service objective of the specified Windows Azure SQL database.
12501261
* Fixed a Get-AzureWebsite local caching issue. Now Get-AzureWebsite will always return the up-to-date web site information.
12511262

1252-
2013.06.24 Version 0.6.16
1263+
## 2013.06.24 Version 0.6.16
12531264
* Add-AzureEnvironment to add customized environment like Windows Azure Pack
12541265
* Set-AzureEnvironment to set customized environment like Windows Azure Pack
12551266
* Remove-AzureEnvironment to remove customized environment like Windows Azure Pack
@@ -1260,7 +1271,7 @@ Virtual Network cmdlets
12601271
* Added -AllowAllAzureSerivces parameter to New-AzureSqlDatabaseServerFirewallRule
12611272
* Many bug fixes around VM, Cloud Services and Web Site diagnostics
12621273

1263-
2013.06.03 Version 0.6.15
1274+
## 2013.06.03 Version 0.6.15
12641275
* Introduced the environment concept to support different Windows Azure environments
12651276
* Get-AzureEnvironment cmdlet to return all the out-of-box Windows Azure environments
12661277
* -Environment parameter in the following cmdlets to specify which environment to target
@@ -1298,7 +1309,7 @@ Virtual Network cmdlets
12981309
* Bug fixes
12991310
* Fixed New-AzureSqlDatabaseServerContext model mismatch warning
13001311

1301-
2013.05.08 Version 0.6.14
1312+
## 2013.05.08 Version 0.6.14
13021313
* Windows Azure Storage Table cmdlets
13031314
* Get-AzureStorageTable
13041315
* New-AzureStorageTable
@@ -1309,10 +1320,10 @@ Virtual Network cmdlets
13091320
* Remove-AzureStorageQueue
13101321
* Fix an issue in Publish-AzureServiceProject when swapping between staging and production slot
13111322

1312-
2013.04.23 Version 0.6.13.1
1323+
## 2013.04.23 Version 0.6.13.1
13131324
* Hotfix to make Set-AzureStorageAccount behave correctly with the -GeoReplicationEnabled parameter
13141325

1315-
2013.04.16 Version 0.6.13
1326+
## 2013.04.16 Version 0.6.13
13161327
* 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.
13171328
* BREAKING CHANGE: New-AzureVM and New-AzureQuickVM now require an –AdminUserName parameter when creating Windows based VMs.
13181329
* Added support for virtual machine high memory SKUs (A6 and A7).
@@ -1333,10 +1344,10 @@ Virtual Network cmdlets
13331344
* Fixed several GB18030 encoding issues.
13341345
* Renamed Start/Stop-CopyAzureStorageBlob to Start/Stop-AzureStorageBlobCopy. Kept old names as aliases for backward compatibility.
13351346

1336-
2013.03.26 Version 0.6.12.1
1347+
## 2013.03.26 Version 0.6.12.1
13371348
* Hotfix to fix issues with first website creation on a new account.
13381349

1339-
2013.03.20 Version 0.6.12
1350+
## 2013.03.20 Version 0.6.12
13401351
* Windows Azure Storage entity level cmdlets
13411352
* New-AzureStorageContext
13421353
* New-AzureStorageContainer
@@ -1354,13 +1365,13 @@ Virtual Network cmdlets
13541365
* Windows Azure Web Sites diagnostics log streaming cmdlet
13551366
* Get-AzureWebsitLog -Tail
13561367

1357-
2013.03.06 Version 0.6.11
1368+
## 2013.03.06 Version 0.6.11
13581369
* Windows Azure Store cmdlets
13591370
* Upgraded to the latest service management library and update service management version header to 2012-12-01
13601371
* Added Save-AzureVhd cmdlet
13611372
* Updated Add-AzureVMImage, Get-AzureVMImage and Set-AzureVMImage cmdlets to support new attributes in service management version header 2012-12-01
13621373

1363-
2013.02.11 Version 0.6.10
1374+
## 2013.02.11 Version 0.6.10
13641375
* Upgrade to use PowerShell 3.0
13651376
* Released source code for VM and Cloud Services cmdlets
13661377
* 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.
@@ -1372,39 +1383,39 @@ Virtual Network cmdlets
13721383
* Added scenario test framework and started adding automated scenario tests
13731384
* Multiple bug fixes
13741385

1375-
2012.12.12 Version 0.6.9
1386+
## 2012.12.12 Version 0.6.9
13761387
* Added Service Bus namespace management cmdlets 'help azuresb'
13771388
* Added -ServiceBusNamespace parameter to 'Test-AzureName' to verify namespace availability
13781389
* Added VHD uploader cmdlet 'Add-AzureVHD' for uploading VM images to blob storage.
13791390
* Improved message reporting and piping for couple scaffolding cmdlets
13801391
* Fixed PHP customization functionality for modifying php.ini and installing custom extensions
13811392
* Verbose option is enabled by default when using Windows Azure PowerShell shortcut
13821393

1383-
2012.11.21 Version 0.6.8
1394+
## 2012.11.21 Version 0.6.8
13841395
* Multiple bug fixes
13851396
* Added dedicated cache role support
13861397
* Added GitHub support
13871398

1388-
2012.10.08 Version 0.6.5
1399+
## 2012.10.08 Version 0.6.5
13891400
* Adding websites cmdlets
13901401

1391-
2012.06.06 Version 0.6.0
1402+
## 2012.06.06 Version 0.6.0
13921403
* Adding PowerShell management cmdlets
13931404
* Adding PHP Cmdlets
13941405
* Renaming existing cmdlets to remove duplication
13951406
* Node.exe is no longer embedded
13961407

1397-
2012.05.11 Version 0.5.4
1408+
## 2012.05.11 Version 0.5.4
13981409
* node 0.6.17
13991410
* iisnode 0.1.19
14001411

1401-
2012.02.17 Version 0.5.3
1412+
## 2012.02.17 Version 0.5.3
14021413
* Bug fixes
14031414

1404-
2012.02.10 Version 0.5.2
1415+
## 2012.02.10 Version 0.5.2
14051416
* Bug fixes
14061417

1407-
2011.12.23 Version 0.5.1
1418+
## 2011.12.23 Version 0.5.1
14081419
* Added Remote Desktop support
14091420
* Added SSL support
14101421
* node 0.6.6

0 commit comments

Comments
 (0)