Skip to content

Commit 09c3909

Browse files
committed
Merge pull request Azure#1099 from Azure/release-1.0.0-preview
Merge Release 1.0.0 preview -> master
2 parents 6b43f46 + a3e8da7 commit 09c3909

File tree

2,986 files changed

+457664
-270544
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,986 files changed

+457664
-270544
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: 67 additions & 55 deletions
Large diffs are not rendered by default.

ChangeLog.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
## 2015.09.03 version 0.9.8
1+
## 2015.10.09 version 1.0 preview
2+
* Azure Resource Manager Management Cmdlets
3+
* New-AzureRmResourceGroup - Removed the template deployment parameters from this cmdlet. Template deployment will now be
4+
handled only through the New-AzureRmResourceGroupDeployment
5+
* 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.
6+
* Get-AzureRmResourceGroup - Removed parameters for finding resources through tags. New cmdlet added for handling this
7+
functionality as mentioned below.
8+
* Find-AzureRmResource - Query against the cache.
9+
* Find-AzureRmResourceGroup - Tag parameter added for querying resource group containing specific tags.
10+
* 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.
11+
* Test-AzureResourceGroup - Cmdlet removed. Will be adding a better and reliable way to achieve this scenario.
12+
* 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.
13+
* Cmdlets added for policy
14+
* New-AzureRmPolicyDefinition, Get-AzureRmPolicyDefinition, Set-AzureRMPolicyDefinition, Remove-AzureRmPolicyDefinition
15+
* New-AzureRmPolicyAssignment, Get-AzureRmPolicyAssignment, Set-AzureRmPolicyAssignment, Remove-AzureRmPolicyAssignment
16+
* Consolidated Log cmdlets
17+
* Removed Get-AzureResourceLog, Get-AzureResourceGroupLog, Get-AzureProviderLog
18+
* Added new cmdlet Get-AzureLog which you can use to obtain logs at different scopes like resource group, resource, provider.
19+
* Removed Get-AzureLocation - the functionality is now provided through the Get-AzureRmResourceProvider
20+
21+
## 2015.09.03 version 0.9.8
22+
* Azure Redis Cache cmdlets
23+
* New-AzureRMRedisCache - 'RedisVersion' parameter is deprecated.
224
* Azure Compute (ARM) Cmdlets
325
* Added -Launch parameter for Get-AzureRemoteDesktopFile cmdlet
426
* Added Id parameter for VM cmdlets to support piping scenario without ResourceGroupName parameter
@@ -49,6 +71,13 @@
4971
* Set-AzureVMSqlServerExtension
5072
* Get-AzureVMSqlServerExtension
5173
* Remove-AzureVMSqlServerExtension
74+
* Azure SQL Database Index Recommendation Cmdlets
75+
* Get-AzureSqlDatabaseIndexRecommendations
76+
* Start-AzureSqlDatabaseExecuteIndexRecommendation
77+
* Stop-AzureSqlDatabaseExecuteIndexRecommendation
78+
* Azure SQL Database and Server Upgrade Hints Cmdlets
79+
* Get-AzureSqlDatabaseUpgradeHint
80+
* Get-AzureSqlServerUpgradeHint
5281

5382
## 2015.08.17 version 0.9.7
5483
* 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)