|
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 |
2 | 22 | * Azure Redis Cache cmdlets
|
3 | 23 | * New-AzureRMRedisCache - 'RedisVersion' parameter is deprecated.
|
4 | 24 | * Azure Compute (ARM) Cmdlets
|
|
0 commit comments