Skip to content

Commit daca9c7

Browse files
author
Siddharth Chatrola
committed
Fixing help, Removing common ref from csproj and packages
1 parent e5316aa commit daca9c7

10 files changed

+25
-141
lines changed

src/ResourceManager/RedisCache/Commands.RedisCache.Test/Commands.RedisCache.Test.csproj

Lines changed: 1 addition & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,6 @@
4141
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
4242
</PropertyGroup>
4343
<ItemGroup>
44-
<Reference Include="Hyak.Common">
45-
<HintPath>..\..\..\packages\Hyak.Common.1.0.3\lib\portable-net403+win+wpa81\Hyak.Common.dll</HintPath>
46-
</Reference>
47-
<Reference Include="Microsoft.Azure.Common">
48-
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
49-
</Reference>
50-
<Reference Include="Microsoft.Azure.Common.NetFramework">
51-
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
52-
</Reference>
5344
<Reference Include="Microsoft.Azure.Insights">
5445
<HintPath>..\..\..\packages\Microsoft.Azure.Insights.0.11.0-preview\lib\net45\Microsoft.Azure.Insights.dll</HintPath>
5546
<Private>True</Private>
@@ -94,14 +85,6 @@
9485
<SpecificVersion>False</SpecificVersion>
9586
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.28.3\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll</HintPath>
9687
</Reference>
97-
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
98-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.10\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
99-
<Private>True</Private>
100-
</Reference>
101-
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
102-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.10\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
103-
<Private>True</Private>
104-
</Reference>
10588
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
10689
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.2.9-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath>
10790
<Private>True</Private>
@@ -110,67 +93,25 @@
11093
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.TestFramework.1.5.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.TestFramework.dll</HintPath>
11194
<Private>True</Private>
11295
</Reference>
113-
<Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
114-
<SpecificVersion>False</SpecificVersion>
115-
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
116-
</Reference>
117-
<Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
118-
<SpecificVersion>False</SpecificVersion>
119-
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
120-
</Reference>
121-
<Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
122-
<SpecificVersion>False</SpecificVersion>
123-
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
124-
</Reference>
12596
<Reference Include="Microsoft.WindowsAzure.Configuration">
12697
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
12798
<Private>True</Private>
12899
</Reference>
129-
<Reference Include="Microsoft.WindowsAzure.Management">
130-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
131-
</Reference>
132-
<Reference Include="Microsoft.Azure.KeyVault.Core">
133-
<HintPath>..\..\..\packages\Microsoft.Azure.KeyVault.Core.1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll</HintPath>
134-
<Private>True</Private>
135-
</Reference>
136100
<Reference Include="Microsoft.WindowsAzure.Storage">
137101
<HintPath>..\..\..\packages\WindowsAzure.Storage.6.1.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
138102
</Reference>
139103
<Reference Include="Moq, Version=4.2.1510.2205, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
140104
<SpecificVersion>False</SpecificVersion>
141105
<HintPath>..\..\..\packages\Moq.4.2.1510.2205\lib\net40\Moq.dll</HintPath>
142106
</Reference>
143-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
144-
<SpecificVersion>False</SpecificVersion>
145-
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
146-
</Reference>
147-
<Reference Include="System" />
148-
<Reference Include="System.Core" />
149107
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
150108
<SpecificVersion>False</SpecificVersion>
151109
<HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Management.Automation\v4.0_3.0.0.0__31bf3856ad364e35\System.Management.Automation.dll</HintPath>
152110
</Reference>
153-
<Reference Include="System.Net" />
154-
<Reference Include="System.Net.Http" />
155-
<Reference Include="System.Net.Http.Extensions, Version=2.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
156-
<SpecificVersion>False</SpecificVersion>
157-
<HintPath>..\..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Extensions.dll</HintPath>
158-
</Reference>
159-
<Reference Include="System.Net.Http.Primitives, Version=4.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
160-
<SpecificVersion>False</SpecificVersion>
161-
<HintPath>..\..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Primitives.dll</HintPath>
162-
</Reference>
163-
<Reference Include="System.Net.Http.WebRequest" />
164-
<Reference Include="System.Runtime.Serialization" />
165111
<Reference Include="System.Spatial">
166112
<HintPath>..\..\..\packages\System.Spatial.5.6.4\lib\net40\System.Spatial.dll</HintPath>
167113
<Private>True</Private>
168114
</Reference>
169-
<Reference Include="System.Xml.Linq" />
170-
<Reference Include="System.Data.DataSetExtensions" />
171-
<Reference Include="Microsoft.CSharp" />
172-
<Reference Include="System.Data" />
173-
<Reference Include="System.Xml" />
174115
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
175116
<HintPath>..\..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
176117
<Private>True</Private>
@@ -272,4 +213,5 @@
272213
</ItemGroup>
273214
<ItemGroup />
274215
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
216+
<Import Project="..\..\..\..\tools\Common.Dependencies.targets" />
275217
</Project>

src/ResourceManager/RedisCache/Commands.RedisCache.Test/packages.config

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,20 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Hyak.Common" version="1.0.3" targetFramework="net45" />
4-
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
53
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
64
<package id="Microsoft.Azure.Insights" version="0.11.0-preview" targetFramework="net45" />
7-
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />
85
<package id="Microsoft.Azure.Management.Redis" version="4.4.0" targetFramework="net452" />
96
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
107
<package id="Microsoft.Azure.Management.Storage" version="6.5.0-preview" targetFramework="net452" />
118
<package id="Microsoft.Azure.Test.Framework" version="1.0.6179.26854-prerelease" targetFramework="net45" />
129
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.6.7-preview" targetFramework="net45" />
13-
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
14-
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
15-
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
1610
<package id="Microsoft.Data.Edm" version="5.6.4" targetFramework="net45" />
1711
<package id="Microsoft.Data.OData" version="5.6.4" targetFramework="net45" />
1812
<package id="Microsoft.Data.Services.Client" version="5.6.4" targetFramework="net45" />
1913
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.28.3" targetFramework="net45" />
20-
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
21-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.10" targetFramework="net452" />
22-
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.10" targetFramework="net452" />
2314
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="2.2.9-preview" targetFramework="net45" />
2415
<package id="Microsoft.Rest.ClientRuntime.Azure.TestFramework" version="1.5.0-preview" targetFramework="net45" />
2516
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.0" targetFramework="net45" />
26-
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
2717
<package id="Moq" version="4.2.1510.2205" targetFramework="net45" />
28-
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2918
<package id="System.Spatial" version="5.6.4" targetFramework="net45" />
3019
<package id="WindowsAzure.Storage" version="6.1.0" targetFramework="net45" />
3120
<package id="xunit" version="2.1.0" targetFramework="net45" />

src/ResourceManager/RedisCache/Commands.RedisCache/Commands.RedisCache.csproj

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -46,26 +46,10 @@
4646
<Prefer32Bit>false</Prefer32Bit>
4747
</PropertyGroup>
4848
<ItemGroup>
49-
<Reference Include="Hyak.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
50-
<HintPath>..\..\..\packages\Hyak.Common.1.0.2\lib\net45\Hyak.Common.dll</HintPath>
51-
<Private>True</Private>
52-
</Reference>
53-
<Reference Include="Microsoft.Azure.Common, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
54-
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
55-
<Private>True</Private>
56-
</Reference>
57-
<Reference Include="Microsoft.Azure.Common.NetFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
58-
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
59-
<Private>True</Private>
60-
</Reference>
6149
<Reference Include="Microsoft.Azure.Insights, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6250
<HintPath>..\..\..\packages\Microsoft.Azure.Insights.0.13.1-preview\lib\net45\Microsoft.Azure.Insights.dll</HintPath>
6351
<Private>True</Private>
6452
</Reference>
65-
<Reference Include="Microsoft.Azure.KeyVault.Core">
66-
<HintPath>..\..\..\packages\Microsoft.Azure.KeyVault.Core.1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll</HintPath>
67-
<Private>True</Private>
68-
</Reference>
6953
<Reference Include="Microsoft.Azure.Management.Redis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7054
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Redis.4.4.0\lib\net452\Microsoft.Azure.Management.Redis.dll</HintPath>
7155
<Private>True</Private>
@@ -82,43 +66,11 @@
8266
<HintPath>..\..\..\packages\Microsoft.Data.Services.Client.5.6.4\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
8367
<Private>True</Private>
8468
</Reference>
85-
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
86-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.10\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
87-
<Private>True</Private>
88-
</Reference>
89-
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
90-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.10\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
91-
<Private>True</Private>
92-
</Reference>
93-
<Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
94-
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
95-
<Private>True</Private>
96-
</Reference>
97-
<Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
98-
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
99-
<Private>True</Private>
100-
</Reference>
101-
<Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
102-
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
103-
<Private>True</Private>
104-
</Reference>
10569
<Reference Include="Microsoft.WindowsAzure.Storage, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
10670
<HintPath>..\..\..\packages\WindowsAzure.Storage.6.1.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
10771
<Private>True</Private>
10872
</Reference>
109-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
110-
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
111-
<Private>True</Private>
112-
</Reference>
11373
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
114-
<Reference Include="System.Net.Http.Extensions, Version=2.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
115-
<HintPath>..\..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Extensions.dll</HintPath>
116-
<Private>True</Private>
117-
</Reference>
118-
<Reference Include="System.Net.Http.Primitives, Version=4.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
119-
<HintPath>..\..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Primitives.dll</HintPath>
120-
<Private>True</Private>
121-
</Reference>
12274
<Reference Include="System.Spatial, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
12375
<HintPath>..\..\..\packages\System.Spatial.5.6.4\lib\net40\System.Spatial.dll</HintPath>
12476
<Private>True</Private>

src/ResourceManager/RedisCache/Commands.RedisCache/help/New-AzureRmRedisCache.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,9 @@ Accept wildcard characters: False
397397
```
398398

399399
### -Tag
400-
A hash table which represents tags.```yaml
400+
A hash table which represents tags.
401+
402+
```yaml
401403
Type: Hashtable
402404
Parameter Sets: (All)
403405
Aliases:
@@ -440,7 +442,9 @@ Accept wildcard characters: False
440442
```
441443

442444
### -Zone
443-
List of zones.```yaml
445+
List of zones.
446+
447+
```yaml
444448
Type: String[]
445449
Parameter Sets: (All)
446450
Aliases:

src/ResourceManager/RedisCache/Commands.RedisCache/help/New-AzureRmRedisCacheFirewallRule.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@ New-AzureRmRedisCacheFirewallRule [-ResourceGroupName <String>] -Name <String> -
2121

2222
### RedisCacheAttributesObject
2323
```
24-
New-AzureRmRedisCacheFirewallRule -RuleName <String> -StartIP <String> -EndIP <String>
25-
-InputObject <RedisCacheAttributes> [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
26-
[<CommonParameters>]
24+
New-AzureRmRedisCacheFirewallRule -InputObject <RedisCacheAttributes> -RuleName <String> -StartIP <String>
25+
-EndIP <String> [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2726
```
2827

2928
### ResourceIdParameterSet
3029
```
31-
New-AzureRmRedisCacheFirewallRule -RuleName <String> -StartIP <String> -EndIP <String> -ResourceId <String>
30+
New-AzureRmRedisCacheFirewallRule -ResourceId <String> -RuleName <String> -StartIP <String> -EndIP <String>
3231
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
3332
```
3433

@@ -85,7 +84,9 @@ Accept wildcard characters: False
8584
```
8685
8786
### -InputObject
88-
object of type RedisCacheAttributes```yaml
87+
object of type RedisCacheAttributes
88+
89+
```yaml
8990
Type: RedisCacheAttributes
9091
Parameter Sets: RedisCacheAttributesObject
9192
Aliases:
@@ -128,7 +129,9 @@ Accept wildcard characters: False
128129
```
129130
130131
### -ResourceId
131-
ARM Id of Redis Cache.```yaml
132+
ARM Id of Redis Cache.
133+
134+
```yaml
132135
Type: String
133136
Parameter Sets: ResourceIdParameterSet
134137
Aliases:

src/ResourceManager/RedisCache/Commands.RedisCache/help/New-AzureRmRedisCacheLink.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ PS C:\>New-AzureRmRedisCacheLink -PrimaryServerName "mycache1" -SecondaryServerN
3030
SecondaryServerName : mycache2
3131
ProvisioningState : Creating
3232
```
33+
3334
This command creates geo-replication link between Redis Cache mycache1 and mycache2.
3435

3536
## PARAMETERS

src/ResourceManager/RedisCache/Commands.RedisCache/help/Remove-AzureRmRedisCacheFirewallRule.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Remove-AzureRmRedisCacheFirewallRule [-ResourceGroupName <String>] -Name <String
2020

2121
### PSRedisFirewallRuleObject
2222
```
23-
Remove-AzureRmRedisCacheFirewallRule [-PassThru] -InputObject <PSRedisFirewallRule>
23+
Remove-AzureRmRedisCacheFirewallRule -InputObject <PSRedisFirewallRule> [-PassThru]
2424
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2525
```
2626

@@ -55,7 +55,9 @@ Accept wildcard characters: False
5555
```
5656
5757
### -InputObject
58-
object of type PSRedisFirewallRule```yaml
58+
object of type PSRedisFirewallRule
59+
60+
```yaml
5961
Type: PSRedisFirewallRule
6062
Parameter Sets: PSRedisFirewallRuleObject
6163
Aliases:

src/ResourceManager/RedisCache/Commands.RedisCache/help/Remove-AzureRmRedisCacheLink.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ Remove a geo replication link between two Redis Caches.
2222

2323
## EXAMPLES
2424

25-
### Example 1: Remove a geo replication link
25+
### Example 1: Remove a geo replication link
2626
```
2727
PS C:\>Remove-AzureRmRedisCacheLink -PrimaryServerName "mycache1" -SecondaryServerName "mycache2"
2828
```
2929

3030
This command removes a geo-replication links where Redis Cache named mycache1 is primary and Redis Cache named mycache2 is secondary.
3131

32-
3332
## PARAMETERS
3433

3534
### -DefaultProfile

src/ResourceManager/RedisCache/Commands.RedisCache/help/Set-AzureRmRedisCache.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,9 @@ Accept wildcard characters: False
266266
```
267267

268268
### -Tag
269-
A hash table which represents tags.```yaml
269+
A hash table which represents tags.
270+
271+
```yaml
270272
Type: Hashtable
271273
Parameter Sets: (All)
272274
Aliases:
Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Hyak.Common" version="1.0.2" targetFramework="net452" />
4-
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net452" />
53
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net452" />
64
<package id="Microsoft.Azure.Insights" version="0.13.1-preview" targetFramework="net452" />
7-
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />
85
<package id="Microsoft.Azure.Management.Redis" version="4.4.0" targetFramework="net452" />
9-
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net452" />
10-
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net452" />
11-
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net452" />
126
<package id="Microsoft.Data.Edm" version="5.6.4" targetFramework="net452" />
137
<package id="Microsoft.Data.OData" version="5.6.4" targetFramework="net452" />
148
<package id="Microsoft.Data.Services.Client" version="5.6.4" targetFramework="net452" />
15-
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net452" />
16-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.10" targetFramework="net452" />
17-
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.10" targetFramework="net452" />
18-
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net452" />
199
<package id="System.Spatial" version="5.6.4" targetFramework="net452" />
2010
<package id="WindowsAzure.Storage" version="6.1.0" targetFramework="net452" />
2111
</packages>

0 commit comments

Comments
 (0)