Skip to content

Commit 984cc29

Browse files
committed
fixing review comments
1 parent c8d7c9e commit 984cc29

File tree

9 files changed

+2
-1444
lines changed

9 files changed

+2
-1444
lines changed

src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.ServiceManagement.psd1

Lines changed: 0 additions & 108 deletions
This file was deleted.

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Azure.AnalysisServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ PrivateData = @{
8585
PSData = @{
8686

8787
# Tags applied to this module. These help with module discovery in online galleries.
88-
Tags = @("Azure", "ServiceManagement", "AzureAS", "AS")
88+
Tags = @("Azure", "AzureAS", "AS")
8989

9090
# A URL to the license for this module.
9191
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Commands.AnalysisServices.Dataplane.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<DelaySign>true</DelaySign>
3030
<DebugType>pdbonly</DebugType>
3131
<Optimize>true</Optimize>
32-
<OutputPath>..\..\..\Package\Release\ResourceManager\AzureResourceManager\AzureRM.AnalysisServices.ServiceManagement</OutputPath>
32+
<OutputPath>..\..\..\Package\Release\ResourceManager\AzureResourceManager\Azure.AnalysisServices</OutputPath>
3333
<DefineConstants>TRACE</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>
3535
<WarningLevel>4</WarningLevel>
@@ -101,9 +101,6 @@
101101
</Compile>
102102
</ItemGroup>
103103
<ItemGroup>
104-
<Content Include="Microsoft.Azure.Commands.AnalysisServices.Dataplane.dll-help.xml">
105-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
106-
</Content>
107104
<None Include="Azure.AnalysisServices.psd1">
108105
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
109106
</None>

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Commands/AddAzureASAccount.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public override void ExecuteCmdlet()
9292
password = Credential.Password;
9393
}
9494

95-
#pragma warning disable 0618
9695
if (ShouldProcess(string.Format(Resources.LoginTarget, AsEnvironment.Name), "log in"))
9796
{
9897
var currentProfile = AsAzureClientSession.Instance.Profile;
@@ -116,7 +115,6 @@ public override void ExecuteCmdlet()
116115

117116
WriteObject(asAzureProfile);
118117
}
119-
#pragma warning restore 0618
120118
}
121119

122120
public void OnImport()

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Microsoft.Azure.Commands.AnalysisServices.Dataplane.dll-help.xml

Lines changed: 0 additions & 206 deletions
This file was deleted.

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/Commands.AnalysisServices.Test.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@
204204
</ProjectReference>
205205
</ItemGroup>
206206
<ItemGroup>
207-
<None Include="app.config" />
208207
<None Include="MSSharedLibKey.snk" />
209208
<None Include="packages.config">
210209
<SubType>Designer</SubType>

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/app.config

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/Commands.AnalysisServices.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@
117117
<Link>AzureRM.AnalysisServices.psd1</Link>
118118
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
119119
</None>
120-
<Content Include="Microsoft.Azure.Commands.AnalysisServices.dll-help.xml">
121-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
122-
</Content>
123120
<None Include="MSSharedLibKey.snk" />
124121
<None Include="packages.config">
125122
<SubType>Designer</SubType>

0 commit comments

Comments
 (0)