Skip to content

Commit 6721180

Browse files
committed
2 parents 6ad70a5 + 59ab91f commit 6721180

File tree

3,615 files changed

+829717
-405395
lines changed

Some content is hidden

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

3,615 files changed

+829717
-405395
lines changed

.gitignore

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

193193
# Microsoft Fakes
194194
FakesAssemblies/
195+
196+
.vs/
197+
/tools/*.dll
198+
*.GhostDoc.xml
199+
pingme.txt

AzurePowershell.Test.targets

Lines changed: 84 additions & 55 deletions
Large diffs are not rendered by default.

ChangeLog.md

Lines changed: 88 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,69 @@
1-
## 2015.09.03 version 0.9.8
1+
* Azure SQL Database: new cmdlets for managing database threat detection policies:
2+
* Get-AzureRmSqlDatabaseThreatDetectionPolicy
3+
* Set-AzureRmSqlDatabaseThreatDetectionPolicy
4+
* Remove-AzureRmSqlDatabaseThreatDetectionPolicy
5+
* Azure RemoteApp: New cmdlets for managing stale machine accounts in AD:
6+
* Get-AzureRemoteAppVmStaleAdObject
7+
* Clear-AzureRemoteAppVmStaleAdObject
8+
9+
## 2015.11.09 version 1.0.1
10+
* Azure Compute
11+
* Added cmdlets for managing VM DiskEncryption extension
12+
* Azure KeyVault
13+
* Added EnabledForDiskEncryption and EnabledForTemplateDeployment flags to Azure Key Vault access policy
14+
* Azure Websites
15+
* Fixed issues with website management client creation
16+
17+
## 2015.11.05 version 1.0
18+
* Azure Compute
19+
* AzureRmVM cmdlet bug fixes
20+
* Fixes for DSC Extension cmdlets
21+
* Azure DataLake
22+
* First release of Azure DataLake Store and Azure DataLake Analytics cmdlets
23+
* Azure Network
24+
* Fixes to ExpressRoute cmdlets in Azure Resource Manager
25+
* Changes to BGP cmdlets
26+
* Azure Notification Hubs
27+
* First release of Azure Notification Hubs cmdlets
28+
* Azure Profile
29+
* Enable Certificate login for AD Applications
30+
* Get-AzureRmSubscription, Set-AzureRmContext search all tenants by default when no tenant is specified
31+
* Azure Redis Cache
32+
* Set-AzureRedisCache - Premium and vNet support for redis cache
33+
* New-AzureRedisCache - Premium and vNet support for redis cache
34+
* Azure Resource Manager
35+
* Automatic RP Registration
36+
* Updates for Find-Resource, Authorization cmdlets, and AzureAD cmdlets
37+
* Azure Sql
38+
* Changes to Data Masking cmdlets
39+
* Azure Storage
40+
* Added support for storage file and usage metrics in Azure Resource Manager cmdlets
41+
* Azure Websites
42+
* New and rewritten cmdlets for Azure Web Application management
43+
44+
## 2015.10.09 version 1.0 preview
45+
* Azure Resource Manager Management Cmdlets
46+
* New-AzureRmResourceGroup - Removed the template deployment parameters from this cmdlet. Template deployment will now be
47+
handled only through the New-AzureRmResourceGroupDeployment
48+
* Get-AzureRmResource - Will query directly against the Resource Provider. Removed parameters for tags from here. New cmdlets added for querying against the cache as listed below.
49+
* Get-AzureRmResourceGroup - Removed parameters for finding resources through tags. New cmdlet added for handling this
50+
functionality as mentioned below.
51+
* Find-AzureRmResource - Query against the cache.
52+
* Find-AzureRmResourceGroup - Tag parameter added for querying resource group containing specific tags.
53+
* Test-AzureResource - Cmdlet removed. Will be adding a better and reliable way to achieve this scenario which will be guaranteed to work against all Resource providers.
54+
* Test-AzureResourceGroup - Cmdlet removed. Will be adding a better and reliable way to achieve this scenario.
55+
* Get-AzureRmResourceProvider - This cmdlet has been renamed. Earlier it was called Get-AzureProvider. We have changed the output to include locations. Now you can use this to find out which providers and types are available for certain location.
56+
* Cmdlets added for policy
57+
* New-AzureRmPolicyDefinition, Get-AzureRmPolicyDefinition, Set-AzureRMPolicyDefinition, Remove-AzureRmPolicyDefinition
58+
* New-AzureRmPolicyAssignment, Get-AzureRmPolicyAssignment, Set-AzureRmPolicyAssignment, Remove-AzureRmPolicyAssignment
59+
* Consolidated Log cmdlets
60+
* Removed Get-AzureResourceLog, Get-AzureResourceGroupLog, Get-AzureProviderLog
61+
* Added new cmdlet Get-AzureLog which you can use to obtain logs at different scopes like resource group, resource, provider.
62+
* Removed Get-AzureLocation - the functionality is now provided through the Get-AzureRmResourceProvider
63+
64+
## 2015.09.03 version 0.9.8
65+
* Azure Redis Cache cmdlets
66+
* New-AzureRMRedisCache - 'RedisVersion' parameter is deprecated.
267
* Azure Compute (ARM) Cmdlets
368
* Added -Launch parameter for Get-AzureRemoteDesktopFile cmdlet
469
* Added Id parameter for VM cmdlets to support piping scenario without ResourceGroupName parameter
@@ -7,7 +72,6 @@
772
* Changed the output format of Get image cmdlets as a table
873
* Fixed Set-AzureVMAccessExtension cmdlet
974
* Azure Compute (Service Management) cmdlets
10-
* Changed the warning message to a non-terminating error message for ResourceNotFound in VM cmdlets
1175
* Exposed ComputeImageConfig in Get-AzurePlatformVMImage cmdlet
1276
* Fixed Publish-AzurePlatformExtension and Set-AzurePlatformExtension cmdlets
1377
* Azure Backup - added the following cmdlets
@@ -35,6 +99,28 @@
3599
* Stop-AzureBatchJob
36100
* Stop-AzureBatchJobSchedule
37101
* Stop-AzureBatchTask
102+
* Azure Data Factory
103+
* Update SDK reference to 3.0.0 to use API version 2015-09-01
104+
* 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.
105+
* TeradataLinkedService no longer accepts the obsolete properties "database" and "schema".
106+
* Obsolete copy-related properties are no longer returned from the service.
107+
* Azure Sql (ARM) Cmdlets - added the following cmdlets
108+
* Get-AzureSqlServerActiveDirectoryAdministrator
109+
* Set-AzureSqlServerActiveDirectoryAdministrator
110+
* Remove-AzureSqlServerActiveDirectoryAdministrator
111+
* SQL Server VM cmdlets (ARM)
112+
* New-AzureVMSqlServerAutoPatchingConfig
113+
* New-AzureVMSqlServerAutoBackupConfig
114+
* Set-AzureVMSqlServerExtension
115+
* Get-AzureVMSqlServerExtension
116+
* Remove-AzureVMSqlServerExtension
117+
* Azure SQL Database Index Recommendation Cmdlets
118+
* Get-AzureSqlDatabaseIndexRecommendations
119+
* Start-AzureSqlDatabaseExecuteIndexRecommendation
120+
* Stop-AzureSqlDatabaseExecuteIndexRecommendation
121+
* Azure SQL Database and Server Upgrade Hints Cmdlets
122+
* Get-AzureSqlDatabaseUpgradeHint
123+
* Get-AzureSqlServerUpgradeHint
38124

39125
## 2015.08.17 version 0.9.7
40126
* Azure Profile cmdlets

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)