Skip to content

Commit c7dc4cc

Browse files
committed
Merge pull request #39 from AzureRT/dev
Dev
2 parents af88352 + 28289db commit c7dc4cc

File tree

2,995 files changed

+426849
-114829
lines changed

Some content is hidden

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

2,995 files changed

+426849
-114829
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,6 @@ UpgradeLog*.htm
192192

193193
# Microsoft Fakes
194194
FakesAssemblies/
195+
196+
.vs/
197+
/tools/*.dll

AzurePowershell.Test.targets

Lines changed: 64 additions & 54 deletions
Large diffs are not rendered by default.

ChangeLog.md

Lines changed: 84 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,87 @@
1+
## 2015.09.03 version 0.9.8
2+
* Azure Redis Cache cmdlets
3+
* New-AzureRMRedisCache - 'RedisVersion' parameter is deprecated.
4+
* Azure Compute (ARM) Cmdlets
5+
* Added -Launch parameter for Get-AzureRemoteDesktopFile cmdlet
6+
* Added Id parameter for VM cmdlets to support piping scenario without ResourceGroupName parameter
7+
* Added Set-AzureVMDataDisk cmdlet
8+
* Added Add-AzureVhd cmdlet
9+
* Changed the output format of Get image cmdlets as a table
10+
* Fixed Set-AzureVMAccessExtension cmdlet
11+
* Azure Compute (Service Management) cmdlets
12+
* Exposed ComputeImageConfig in Get-AzurePlatformVMImage cmdlet
13+
* Fixed Publish-AzurePlatformExtension and Set-AzurePlatformExtension cmdlets
14+
* Azure Backup - added the following cmdlets
15+
* Backup-AzureRMBackupItem
16+
* Register-AzureRMBackupContainer
17+
* Disable-AzureRMBackupProtection
18+
* Enable-AzureRMBackupProtection
19+
* Get-AzureRMBackupItem
20+
* Get-AzureRMBackupJob
21+
* Get-AzureRMBackupJobDetails
22+
* Stop-AzureRMBackupJob
23+
* Wait-AzureRMBackupJob
24+
* Get-AzureRMBackupProtectionPolicy
25+
* New-AzureRMBackupProtectionPolicy
26+
* New-AzureRMBackupRetentionPolicyObject
27+
* Remove-AzureRMBackupProtectionPolicy
28+
* Set-AzureRMBackupProtectionPolicy
29+
* Get-AzureRMBackupRecoveryPoint
30+
* Restore-AzureRMBackupItem
31+
* Azure Batch - added the following cmdlets
32+
* Enable-AzureBatchJob
33+
* Disable-AzureBatchJob
34+
* Enable-AzureBatchJobSchedule
35+
* Disable-AzureBatchJobSchedule
36+
* Stop-AzureBatchJob
37+
* Stop-AzureBatchJobSchedule
38+
* Stop-AzureBatchTask
39+
* Azure Data Factory
40+
* Update SDK reference to 3.0.0 to use API version 2015-09-01
41+
* Imposes message size limits for all authoring types. Pipelines must be 200 KB or less in size and all others must be 30 KB or less.
42+
* TeradataLinkedService no longer accepts the obsolete properties "database" and "schema".
43+
* Obsolete copy-related properties are no longer returned from the service.
44+
* Azure Sql (ARM) Cmdlets - added the following cmdlets
45+
* Get-AzureSqlServerActiveDirectoryAdministrator
46+
* Set-AzureSqlServerActiveDirectoryAdministrator
47+
* Remove-AzureSqlServerActiveDirectoryAdministrator
48+
* SQL Server VM cmdlets (ARM)
49+
* New-AzureVMSqlServerAutoPatchingConfig
50+
* New-AzureVMSqlServerAutoBackupConfig
51+
* Set-AzureVMSqlServerExtension
52+
* Get-AzureVMSqlServerExtension
53+
* Remove-AzureVMSqlServerExtension
54+
55+
## 2015.08.17 version 0.9.7
56+
* Azure Profile cmdlets
57+
* New-AzureProfile
58+
* Added parameter set for empty profile
59+
* Fixed issues with AAD aithentication when constructing profile
60+
* Enabled passing results of Add-AzureEnvironment to New-AzureProfile -Environment parameter
61+
* Azure ResourceManager cmdlets
62+
* New-AzureResourceGroupDeployment: Added Mode (deployment mode) and Force parameters
63+
* Get-AzureProviderOperation: API changes to improve performance
64+
* Azure Compute (ARM) Cmdlets
65+
* Fixes for Set-AzureDeployment with -ExtensionConfiguration
66+
* Fixes for Set-AzureVMCustomExtension cmdlets
67+
* Deprecated cmdlets Get-AzureVMImageDetail and Get-AzureVMExtentionImageDetail
68+
* Azure Compute (Service Management) cmdlets
69+
* Publish-AzureVMDSCConfiguration: Added additional configuration parameters
70+
* Azure Network (ARM) cmdlets
71+
* Added help for Route Table cmdlets
72+
* Azure Storage cmdlets
73+
* Added support for downloading, uploading, and copying append blob
74+
* Added support for asynchronous copying to and from cloud file
75+
* Added azure service CORS management
76+
* Azure Sql (ARM) Cmdlets
77+
* Fixed issues with ElascitPool cmdlets
78+
* AzureBatch cmdlets
79+
* Added Batch autoscale cmdlets Enable-AzureBatchAutoScale, Disable-AzureBatchAutoScale
80+
* RemoteApp cmdlets
81+
* Added Restart-AzureRemoteAppVm cmdlet
82+
* Azure HDInsight cmdlets
83+
* Added cmdlet help
84+
185
## 2015.08.07 version 0.9.6
286
* Azure Batch cmdlets
387
* 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
@@ -15,7 +99,6 @@
1599
* Fix Publish Extension cmdlets.
16100
* Update CustomScript cmdlet for SAS Uri.
17101
* Update help file.
18-
* Get, Set and Remove Azure Powershell commandlets for IaaS V2 VM.
19102
* Azure Data Factory
20103
* Rename Table to Dataset.
21104
* Azure SQL

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ This repository contains a set of PowerShell cmdlets for developers and administ
6969
* PowerShell remoting
7070
* Manage extension
7171
* BG Info
72+
* Chef
7273
* Puppet
7374
* Custom Script
7475
* Access

0 commit comments

Comments
 (0)