Skip to content

Commit

Permalink
Merge branch 'release-0.9.5' of https://github.com/Azure/azure-powers…
Browse files Browse the repository at this point in the history
…hell into dev

Conflicts:
	ChangeLog.txt
  • Loading branch information
yoavrubin committed Jul 16, 2015
2 parents f48508d + 6d80faf commit 3cb95db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
2015.07.16 version 0.9.5
* Azure RedisCache cmdlets
* Set-AzureRedisCache - Bug fix done in management API that fixes bug here as well
* Azure SQL cmdlets
* Allowing to use of Storage V2 accounts in Auditing policies
* Allowing to use of Storage V2 accounts in Auditing policies
* Azure RedisCache cmdlets
* Set-AzureRedisCache - Bug fix done in management API that fixes bug here as well, Make return type public
* New-AzureRedisCache - Make return type public
* Get-AzureRedisCache - Make return type public
* Azure Network Resource Provider cmdlets
* Added Application Gateway cmdlets
* New-AzureApplicationGateway
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace Microsoft.Azure.Commands.RedisCache.Models
using System.Collections;
using System.Collections.Generic;

class RedisCacheAttributes
public class RedisCacheAttributes
{
public RedisCacheAttributes(RedisResource cache, string resourceGroupName)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Commands.RedisCache.Models
{
using Microsoft.Azure.Management.Redis.Models;

class RedisCacheAttributesWithAccessKeys : RedisCacheAttributes
public class RedisCacheAttributesWithAccessKeys : RedisCacheAttributes
{
public RedisCacheAttributesWithAccessKeys(RedisCreateOrUpdateResponse cache, string resourceGroupName)
{
Expand Down

0 comments on commit 3cb95db

Please sign in to comment.