Skip to content

Commit 4ffea21

Browse files
author
REDMOND\v-ajnava
committed
Parametersetname removed and Verison update
1 parent 6d6de81 commit 4ffea21

File tree

10 files changed

+18
-24
lines changed

10 files changed

+18
-24
lines changed

src/ResourceManager/EventHub/Commands.EventHub.Test/Commands.EventHubs.Test.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@
6060
<HintPath>..\..\..\packages\Microsoft.Azure.Management.EventHub.0.0.1-preview\lib\net45\Microsoft.Azure.Management.EventHub.dll</HintPath>
6161
<Private>True</Private>
6262
</Reference>
63+
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
64+
<SpecificVersion>False</SpecificVersion>
65+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.4\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
66+
</Reference>
67+
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
68+
<SpecificVersion>False</SpecificVersion>
69+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.4\lib\net45\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
70+
</Reference>
6371
<Reference Include="Microsoft.WindowsAzure.Management.Storage, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6472
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.Storage.5.1.1\lib\net40\Microsoft.WindowsAzure.Management.Storage.dll</HintPath>
6573
<Private>True</Private>
@@ -80,14 +88,6 @@
8088
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.28.3\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>
8189
<Private>True</Private>
8290
</Reference>
83-
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
84-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.2\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
85-
<Private>True</Private>
86-
</Reference>
87-
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
88-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.2\lib\net45\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
89-
<Private>True</Private>
90-
</Reference>
9191
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.TestFramework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9292
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.TestFramework.1.3.6-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.TestFramework.dll</HintPath>
9393
<Private>True</Private>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
1616
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.28.1" targetFramework="net45" />
1717
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net45" />
18-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.2" targetFramework="net45" />
19-
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.2" targetFramework="net45" />
18+
<package id="Microsoft.Rest.ClientRuntime" version="2.3.4" targetFramework="net45" />
19+
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.4" targetFramework="net45" />
2020
<package id="Microsoft.Rest.ClientRuntime.Azure.TestFramework" version="1.3.6-preview" targetFramework="net45" />
2121
<package id="Moq" version="4.2.1510.2205" targetFramework="net45" />
2222
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />

src/ResourceManager/EventHub/Commands.EventHub/Cmdlets/EventHub/NewAzureEventHub.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ public class NewAzureRmEventHub : AzureEventHubsCmdletBase
5454
public string EventHubName { get; set; }
5555

5656
[Parameter(Mandatory = false,
57-
ValueFromPipelineByPropertyName = true,
58-
ParameterSetName = EventHubParameterSetName,
57+
ValueFromPipelineByPropertyName = true,
5958
HelpMessage = "EventHub object.")]
6059
[ValidateNotNullOrEmpty]
6160
public EventHubAttributes EventHubObj { get; set; }

src/ResourceManager/EventHub/Commands.EventHub/Cmdlets/EventHub/NewAzureEventHubKey.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public class NewAzureRmEventHubKey : AzureEventHubsCmdletBase
5353
public string AuthorizationRuleName { get; set; }
5454

5555
[Parameter(Mandatory = true,
56-
ParameterSetName = RegenerateKeySetName,
5756
HelpMessage = "Regenerate Keys - 'PrimaryKey'/'SecondaryKey'.")]
5857
[ValidateSet(RegeneKeys.PrimaryKey,
5958
RegeneKeys.SecondaryKey,

src/ResourceManager/EventHub/Commands.EventHub/Cmdlets/EventHub/SetAzureEventHub.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ public class SetAzureEventHub : AzureEventHubsCmdletBase
4646

4747
[Parameter(Mandatory = false,
4848
ValueFromPipelineByPropertyName = true,
49-
ParameterSetName = EventHubParameterSetName,
5049
HelpMessage = "EventHub object.")]
5150
[ValidateNotNullOrEmpty]
5251
public EventHubAttributes EventHubObj { get; set; }

src/ResourceManager/EventHub/Commands.EventHub/Cmdlets/EventHub/SetAzureEventHubAuthorizationRules.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public class SetAzureEventHubAuthorizationRule : AzureEventHubsCmdletBase
4848

4949
[Parameter(Mandatory = true,
5050
Position = 3,
51-
ParameterSetName = SASRuleParameterSetName,
5251
HelpMessage = "EventHub AuthorizationRule Object.")]
5352
[ValidateNotNullOrEmpty]
5453
public SharedAccessAuthorizationRuleAttributes AuthRuleObj { get; set; }

src/ResourceManager/EventHub/Commands.EventHub/Cmdlets/Namespace/NewAzureEventHubNameSpaceKey.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public class NewAzureRmEventHubNamespaceKey : AzureEventHubsCmdletBase
4848

4949
[Parameter(Mandatory = true,
5050
Position = 3,
51-
ParameterSetName = RegenerateKeySetName,
5251
HelpMessage = "Regenerate Keys - 'PrimaryKey'/'SecondaryKey'.")]
5352
[ValidateSet(RegeneKeys.PrimaryKey,
5453
RegeneKeys.SecondaryKey,

src/ResourceManager/EventHub/Commands.EventHub/Cmdlets/Namespace/SetAzureEventHubNamespaceAuthorizationRules.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public class SetAzureEventHubNamespaceAuthorizationRule : AzureEventHubsCmdletBa
4141

4242
[Parameter(Mandatory = true,
4343
Position = 2,
44-
ParameterSetName = SASRuleParameterSetName,
4544
HelpMessage = "EventHub NameSpace AuthorizationRule Object.")]
4645
[ValidateNotNullOrEmpty]
4746
public SharedAccessAuthorizationRuleAttributes AuthRuleObj { get; set; }

src/ResourceManager/EventHub/Commands.EventHub/Commands.EventHub.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<DefineConstants>TRACE;SIGN</DefineConstants>
3434
<Optimize>true</Optimize>
3535
<DebugType>pdbonly</DebugType>
36-
<PlatformTarget>AnyCPU</PlatformTarget>
36+
<PlatformTarget>AnyCPU</PlatformTarget>
3737
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3838
<SignAssembly>true</SignAssembly>
3939
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
@@ -64,12 +64,12 @@
6464
<Private>True</Private>
6565
</Reference>
6666
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
67-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.3\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
68-
<Private>True</Private>
67+
<SpecificVersion>False</SpecificVersion>
68+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.4\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
6969
</Reference>
7070
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
71-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.2\lib\net45\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
72-
<Private>True</Private>
71+
<SpecificVersion>False</SpecificVersion>
72+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.4\lib\net45\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
7373
</Reference>
7474
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7575
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.2.9-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath>

src/ResourceManager/EventHub/Commands.EventHub/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
1616
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.28.3" targetFramework="net45" />
1717
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
18-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.3" targetFramework="net45" />
19-
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.2" targetFramework="net45" />
18+
<package id="Microsoft.Rest.ClientRuntime" version="2.3.4" targetFramework="net45" />
19+
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.4" targetFramework="net45" />
2020
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="2.2.9-preview" targetFramework="net45" />
2121
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2222
</packages>

0 commit comments

Comments
 (0)