Skip to content

Commit 20204bb

Browse files
Merge pull request #36 from Azure/dev
Syncing azure dev to local dev
2 parents 1df940d + df0dc13 commit 20204bb

File tree

4,021 files changed

+1043880
-392617
lines changed

Some content is hidden

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

4,021 files changed

+1043880
-392617
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: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,156 @@
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+
* Azure Intune: New cmdlets for Mobile Application management:
9+
* Add-AzureRmIntuneAndroidMAMPolicyApp
10+
* Add-AzureRmIntuneAndroidMAMPolicyGroup
11+
* Add-AzureRmIntuneiOSMAMPolicyApp
12+
* Add-AzureRmIntuneiOSMAMPolicyGroup
13+
* Get-AzureRmIntuneAndroidMAMApp
14+
* Get-AzureRmIntuneAndroidMAMPolicy
15+
* Get-AzureRmIntuneAndroidMAMPolicyApp
16+
* Get-AzureRmIntuneAndroidMAMPolicyGroup
17+
* Get-AzureRmIntuneiOSMAMApp
18+
* Get-AzureRmIntuneiOSMAMPolicy
19+
* Get-AzureRmIntuneiOSMAMPolicyApp
20+
* Get-AzureRmIntuneiOSMAMPolicyGroup
21+
* Get-AzureRmIntuneMAMFlaggedUser
22+
* Get-AzureRmIntuneMAMStatus
23+
* Get-AzureRmIntuneMAMUserDevice
24+
* Get-AzureRmIntuneMAMUserFlaggedEnrolledApp
25+
* Get-AzureRmIntuneOperationResult
26+
* Invoke-AzureRmIntuneMAMUserDeviceWipe
27+
* New-AzureRmIntuneAndroidMAMPolicy
28+
* New-AzureRmIntuneiOSMAMPolicy
29+
* Remove-AzureRmIntuneAndroidMAMPolicy
30+
* Remove-AzureRmIntuneAndroidMAMPolicyApp
31+
* Remove-AzureRmIntuneAndroidMAMPolicyGroup
32+
* Remove-AzureRmIntuneIOSMAMPolicy
33+
* Remove-AzureRmIntuneiOSMAMPolicyApp
34+
* Remove-AzureRmIntuneiOSMAMPolicyGroup
35+
* Set-AzureRmIntuneAndroidMAMPolicy
36+
* Set-AzureRmIntuneiOSMAMPolicy
37+
38+
## 2015.11.09 version 1.0.1
39+
* Azure Compute
40+
* Added cmdlets for managing VM DiskEncryption extension
41+
* Azure KeyVault
42+
* Added EnabledForDiskEncryption and EnabledForTemplateDeployment flags to Azure Key Vault access policy
43+
* Azure Websites
44+
* Fixed issues with website management client creation
45+
46+
## 2015.11.05 version 1.0
47+
* Azure Compute
48+
* AzureRmVM cmdlet bug fixes
49+
* Fixes for DSC Extension cmdlets
50+
* Azure DataLake
51+
* First release of Azure DataLake Store and Azure DataLake Analytics cmdlets
52+
* Azure Network
53+
* Fixes to ExpressRoute cmdlets in Azure Resource Manager
54+
* Changes to BGP cmdlets
55+
* Azure Notification Hubs
56+
* First release of Azure Notification Hubs cmdlets
57+
* Azure Profile
58+
* Enable Certificate login for AD Applications
59+
* Get-AzureRmSubscription, Set-AzureRmContext search all tenants by default when no tenant is specified
60+
* Azure Redis Cache
61+
* Set-AzureRedisCache - Premium and vNet support for redis cache
62+
* New-AzureRedisCache - Premium and vNet support for redis cache
63+
* Azure Resource Manager
64+
* Automatic RP Registration
65+
* Updates for Find-Resource, Authorization cmdlets, and AzureAD cmdlets
66+
* Azure Sql
67+
* Changes to Data Masking cmdlets
68+
* Azure Storage
69+
* Added support for storage file and usage metrics in Azure Resource Manager cmdlets
70+
* Azure Websites
71+
* New and rewritten cmdlets for Azure Web Application management
72+
73+
## 2015.10.09 version 1.0 preview
74+
* Azure Resource Manager Management Cmdlets
75+
* New-AzureRmResourceGroup - Removed the template deployment parameters from this cmdlet. Template deployment will now be
76+
handled only through the New-AzureRmResourceGroupDeployment
77+
* 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.
78+
* Get-AzureRmResourceGroup - Removed parameters for finding resources through tags. New cmdlet added for handling this
79+
functionality as mentioned below.
80+
* Find-AzureRmResource - Query against the cache.
81+
* Find-AzureRmResourceGroup - Tag parameter added for querying resource group containing specific tags.
82+
* 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.
83+
* Test-AzureResourceGroup - Cmdlet removed. Will be adding a better and reliable way to achieve this scenario.
84+
* 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.
85+
* Cmdlets added for policy
86+
* New-AzureRmPolicyDefinition, Get-AzureRmPolicyDefinition, Set-AzureRMPolicyDefinition, Remove-AzureRmPolicyDefinition
87+
* New-AzureRmPolicyAssignment, Get-AzureRmPolicyAssignment, Set-AzureRmPolicyAssignment, Remove-AzureRmPolicyAssignment
88+
* Consolidated Log cmdlets
89+
* Removed Get-AzureResourceLog, Get-AzureResourceGroupLog, Get-AzureProviderLog
90+
* Added new cmdlet Get-AzureLog which you can use to obtain logs at different scopes like resource group, resource, provider.
91+
* Removed Get-AzureLocation - the functionality is now provided through the Get-AzureRmResourceProvider
92+
93+
## 2015.09.03 version 0.9.8
94+
* Azure Redis Cache cmdlets
95+
* New-AzureRMRedisCache - 'RedisVersion' parameter is deprecated.
96+
* Azure Compute (ARM) Cmdlets
97+
* Added -Launch parameter for Get-AzureRemoteDesktopFile cmdlet
98+
* Added Id parameter for VM cmdlets to support piping scenario without ResourceGroupName parameter
99+
* Added Set-AzureVMDataDisk cmdlet
100+
* Added Add-AzureVhd cmdlet
101+
* Changed the output format of Get image cmdlets as a table
102+
* Fixed Set-AzureVMAccessExtension cmdlet
103+
* Azure Compute (Service Management) cmdlets
104+
* Exposed ComputeImageConfig in Get-AzurePlatformVMImage cmdlet
105+
* Fixed Publish-AzurePlatformExtension and Set-AzurePlatformExtension cmdlets
106+
* Azure Backup - added the following cmdlets
107+
* Backup-AzureRMBackupItem
108+
* Register-AzureRMBackupContainer
109+
* Disable-AzureRMBackupProtection
110+
* Enable-AzureRMBackupProtection
111+
* Get-AzureRMBackupItem
112+
* Get-AzureRMBackupJob
113+
* Get-AzureRMBackupJobDetails
114+
* Stop-AzureRMBackupJob
115+
* Wait-AzureRMBackupJob
116+
* Get-AzureRMBackupProtectionPolicy
117+
* New-AzureRMBackupProtectionPolicy
118+
* New-AzureRMBackupRetentionPolicyObject
119+
* Remove-AzureRMBackupProtectionPolicy
120+
* Set-AzureRMBackupProtectionPolicy
121+
* Get-AzureRMBackupRecoveryPoint
122+
* Restore-AzureRMBackupItem
123+
* Azure Batch - added the following cmdlets
124+
* Enable-AzureBatchJob
125+
* Disable-AzureBatchJob
126+
* Enable-AzureBatchJobSchedule
127+
* Disable-AzureBatchJobSchedule
128+
* Stop-AzureBatchJob
129+
* Stop-AzureBatchJobSchedule
130+
* Stop-AzureBatchTask
131+
* Azure Data Factory
132+
* Update SDK reference to 3.0.0 to use API version 2015-09-01
133+
* 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.
134+
* TeradataLinkedService no longer accepts the obsolete properties "database" and "schema".
135+
* Obsolete copy-related properties are no longer returned from the service.
136+
* Azure Sql (ARM) Cmdlets - added the following cmdlets
137+
* Get-AzureSqlServerActiveDirectoryAdministrator
138+
* Set-AzureSqlServerActiveDirectoryAdministrator
139+
* Remove-AzureSqlServerActiveDirectoryAdministrator
140+
* SQL Server VM cmdlets (ARM)
141+
* New-AzureVMSqlServerAutoPatchingConfig
142+
* New-AzureVMSqlServerAutoBackupConfig
143+
* Set-AzureVMSqlServerExtension
144+
* Get-AzureVMSqlServerExtension
145+
* Remove-AzureVMSqlServerExtension
146+
* Azure SQL Database Index Recommendation Cmdlets
147+
* Get-AzureSqlDatabaseIndexRecommendations
148+
* Start-AzureSqlDatabaseExecuteIndexRecommendation
149+
* Stop-AzureSqlDatabaseExecuteIndexRecommendation
150+
* Azure SQL Database and Server Upgrade Hints Cmdlets
151+
* Get-AzureSqlDatabaseUpgradeHint
152+
* Get-AzureSqlServerUpgradeHint
153+
1154
## 2015.08.17 version 0.9.7
2155
* Azure Profile cmdlets
3156
* New-AzureProfile

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)