Skip to content

Commit 7544bcc

Browse files
committed
Merge pull request Azure#41 from DeepakRajendranMsft/NrpCrpCmdlet
Nrp crp cmdlet
2 parents 914b183 + 68636f5 commit 7544bcc

File tree

81 files changed

+271
-523
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+271
-523
lines changed

src/AzurePowershell.sln

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ EndProject
7878
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"
7979
EndProject
8080
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Resources", "ResourceManager\Resources\Commands.Resources\Commands.Resources.csproj", "{E1F5201D-6067-430E-B303-4E367652991B}"
81-
ProjectSection(ProjectDependencies) = postProject
82-
{52643BD5-6378-49BD-9F6E-DAC9DD8A867B} = {52643BD5-6378-49BD-9F6E-DAC9DD8A867B}
83-
EndProjectSection
8481
EndProject
8582
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Resources.Test", "ResourceManager\Resources\Commands.Resources.Test\Commands.Resources.Test.csproj", "{4C2FE49A-09E1-4979-AD46-CD64FD04C8F7}"
8683
ProjectSection(ProjectDependencies) = postProject

src/Common/Commands.Common/Commands.Common.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@
147147
<Compile Include="ConversionUtilities.cs" />
148148
<Compile Include="DebugStreamTraceListener.cs" />
149149
<Compile Include="GeneralUtilities.cs" />
150-
<Compile Include="Models\PSTagValuePair.cs" />
151150
<Compile Include="PowerShellUtilities.cs" />
152151
<Compile Include="RecordingTracingInterceptor.cs" />
153152
<Compile Include="ProfileClientExtensions.cs" />
@@ -176,8 +175,6 @@
176175
<DesignTime>True</DesignTime>
177176
<DependentUpon>Resources.resx</DependentUpon>
178177
</Compile>
179-
<Compile Include="Utilities\ResourcesExtensions.cs" />
180-
<Compile Include="Utilities\TagsConversionHelper.cs" />
181178
</ItemGroup>
182179
<ItemGroup>
183180
<EmbeddedResource Include="Properties\Resources.resx">

src/Common/Commands.Common/Models/PSTagValuePair.cs

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

src/Common/Commands.Common/Utilities/ResourcesExtensions.cs

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

src/Common/Commands.Common/Utilities/TagsConversionHelper.cs

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

src/ResourceManager/Network/Commands.NetworkResourceProvider.Test/Commands.NetworkResourceProvider.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<ProjectGuid>{A2DF4FE5-46EE-43E2-B246-E5CDDD47B752}</ProjectGuid>
99
<OutputType>Library</OutputType>
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>Commands.NetworkResourceProvider.Test</RootNamespace>
12-
<AssemblyName>Commands.NetworkResourceProvider.Test</AssemblyName>
11+
<RootNamespace>Microsoft.Azure.Commands.NetworkResourceProvider.Test</RootNamespace>
12+
<AssemblyName>Microsoft.Azure.Commands.NetworkResourceProvider.Test</AssemblyName>
1313
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<TargetFrameworkProfile />
Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,35 @@
1-
using System.Reflection;
2-
using System.Runtime.CompilerServices;
1+
// ----------------------------------------------------------------------------------
2+
//
3+
// Copyright Microsoft Corporation
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
// Unless required by applicable law or agreed to in writing, software
9+
// distributed under the License is distributed on an "AS IS" BASIS,
10+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
// See the License for the specific language governing permissions and
12+
// limitations under the License.
13+
// ----------------------------------------------------------------------------------
14+
15+
using System.Reflection;
316
using System.Runtime.InteropServices;
417

518
// General Information about an assembly is controlled through the following
619
// set of attributes. Change these attribute values to modify the information
720
// associated with an assembly.
8-
[assembly: AssemblyTitle("Commands.NetworkResourceProvider.Test")]
21+
[assembly: AssemblyTitle("Microsoft.Azure.Commands.NetworkResourceProvider.Test")]
922
[assembly: AssemblyDescription("")]
1023
[assembly: AssemblyConfiguration("")]
1124
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("Commands.NetworkResourceProvider.Test")]
13-
[assembly: AssemblyCopyright("Copyright © 2014")]
25+
[assembly: AssemblyProduct("Microsoft.Azure.Commands.NetworkResourceProvider.Test")]
26+
[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)]
1427
[assembly: AssemblyTrademark("")]
1528
[assembly: AssemblyCulture("")]
1629

17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
19-
// COM, set the ComVisible attribute to true on that type.
2030
[assembly: ComVisible(false)]
2131

22-
// The following GUID is for the ID of the typelib if this project is exposed to COM
2332
[assembly: Guid("d1e9969e-7b83-4dfc-a7a2-523d4f7e6cc9")]
2433

25-
// Version information for an assembly consists of the following four values:
26-
//
27-
// Major Version
28-
// Minor Version
29-
// Build Number
30-
// Revision
31-
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
34+
[assembly: AssemblyVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyVersion)]
35+
[assembly: AssemblyFileVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyFileVersion)]

0 commit comments

Comments
 (0)