Skip to content

Commit 9a15249

Browse files
committed
Fix AzureResourceManager.psd1
1 parent 0b31696 commit 9a15249

File tree

6 files changed

+55
-55
lines changed

6 files changed

+55
-55
lines changed

src/Common/Commands.ResourceManager.Profile.Test/Commands.ResourceManager.Profile.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@
208208
<Project>{3819d8a7-c62c-4c47-8ddd-0332d9ce1252}</Project>
209209
<Name>Commands.ResourceManager.Common</Name>
210210
</ProjectReference>
211-
<ProjectReference Include="..\Commands.ResourceManager.Profile\Commands.ResourceManager.Profile.csproj">
211+
<ProjectReference Include="..\Commands.ResourceManager.Profile\Commands.Profile.csproj">
212212
<Project>{142d7b0b-388a-4ceb-a228-7f6d423c5c2e}</Project>
213-
<Name>Commands.ResourceManager.Profile</Name>
213+
<Name>Commands.Profile</Name>
214214
</ProjectReference>
215215
<ProjectReference Include="..\Commands.ScenarioTests.ResourceManager.Common\Commands.ScenarioTests.ResourceManager.Common.csproj">
216216
<Project>{3436a126-edc9-4060-8952-9a1be34cdd95}</Project>

src/Common/Commands.ResourceManager.Profile/Commands.ResourceManager.Profile.csproj renamed to src/Common/Commands.ResourceManager.Profile/Commands.Profile.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<DebugSymbols>true</DebugSymbols>
2020
<DebugType>full</DebugType>
2121
<Optimize>false</Optimize>
22-
<OutputPath>..\..\Package\Debug\ResourceManager\AzureResourceManager\Resources</OutputPath>
22+
<OutputPath>..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Profile\</OutputPath>
2323
<DefineConstants>DEBUG;TRACE</DefineConstants>
2424
<ErrorReport>prompt</ErrorReport>
2525
<WarningLevel>4</WarningLevel>
@@ -28,7 +28,7 @@
2828
<Prefer32Bit>false</Prefer32Bit>
2929
</PropertyGroup>
3030
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
31-
<OutputPath>..\..\Package\Release\ResourceManager\AzureResourceManager\Resources</OutputPath>
31+
<OutputPath>..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Profile\</OutputPath>
3232
<DefineConstants>TRACE;SIGN</DefineConstants>
3333
<Optimize>true</Optimize>
3434
<DebugType>pdbonly</DebugType>

src/ResourceManager.sln

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio 2013
3-
VisualStudioVersion = 12.0.40629.0
2+
# Visual Studio 14
3+
VisualStudioVersion = 14.0.23107.0
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8531411A-0137-4E27-9C5E-49E07C245048}"
66
ProjectSection(SolutionItems) = preProject
@@ -107,7 +107,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.StreamAnalytics.Te
107107
EndProject
108108
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.TrafficManager2.Test", "ResourceManager\TrafficManager\Commands.TrafficManager2.Test\Commands.TrafficManager2.Test.csproj", "{5764A3A4-586C-4536-8481-13007CAC111B}"
109109
EndProject
110-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.ResourceManager.Profile", "Common\Commands.ResourceManager.Profile\Commands.ResourceManager.Profile.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"
110+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Profile", "Common\Commands.ResourceManager.Profile\Commands.Profile.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"
111111
EndProject
112112
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.ResourceManager.Profile.Test", "Common\Commands.ResourceManager.Profile.Test\Commands.ResourceManager.Profile.Test.csproj", "{152D78F0-A642-4D0E-B3A8-2FC64FFA9714}"
113113
EndProject

src/ResourceManager/AzureBatch/Commands.Batch.Test/Commands.Batch.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</Reference>
4646
<Reference Include="Microsoft.Azure.Batch, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4747
<SpecificVersion>False</SpecificVersion>
48-
<HintPath>..\..\..\packages\AzureRM.Batch.2.0.1\lib\net45\Microsoft.Azure.Batch.dll</HintPath>
48+
<HintPath>..\..\..\packages\Azure.Batch.2.0.1\lib\net45\Microsoft.Azure.Batch.dll</HintPath>
4949
</Reference>
5050
<Reference Include="Microsoft.Azure.Common">
5151
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>

src/ResourceManager/AzureBatch/Commands.Batch/Commands.Batch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</Reference>
4747
<Reference Include="Microsoft.Azure.Batch, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4848
<SpecificVersion>False</SpecificVersion>
49-
<HintPath>..\..\..\packages\AzureRM.Batch.2.0.1\lib\net45\Microsoft.Azure.Batch.dll</HintPath>
49+
<HintPath>..\..\..\packages\Azure.Batch.2.0.1\lib\net45\Microsoft.Azure.Batch.dll</HintPath>
5050
</Reference>
5151
<Reference Include="Microsoft.Azure.Common">
5252
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>

src/ResourceManager/Resources/Commands.Resources/AzureResourceManager.psd1

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Module manifest for module 'Microsoft.Azure.Commands.Resources'
2+
# Module manifest for module 'Azure Resource Manager'
33
#
44
# Generated by: Microsoft Corporation
55
#
@@ -55,59 +55,59 @@ ScriptsToProcess = @()
5555

5656
# Type files (.ps1xml) to be loaded when importing this module
5757
TypesToProcess = @(
58-
'\AzureRM.Compute\Microsoft.Azure.Commands.Compute.Types.ps1xml',
59-
'\AzureRM.Sql\Microsoft.Azure.Commands.Sql.Types.ps1xml'
58+
'.\AzureRM.Compute\Microsoft.Azure.Commands.Compute.Types.ps1xml',
59+
'.\AzureRM.Sql\Microsoft.Azure.Commands.Sql.Types.ps1xml'
6060
)
6161

6262
# Format files (.ps1xml) to be loaded when importing this module
6363
FormatsToProcess = @(
64-
'\AzureRM.Resources\Microsoft.Azure.Commands.Resources.format.ps1xml',
65-
'\AzureRM.Tags\Microsoft.Azure.Commands.Tags.format.ps1xml',
66-
'\AzureRM.Resources\Microsoft.Azure.Commands.Profile.format.ps1xml',
67-
'\AzureRM.DataFactories\Microsoft.Azure.Commands.DataFactories.format.ps1xml',
68-
'\AzureRM.RedisCache\Microsoft.Azure.Commands.RedisCache.format.ps1xml',
69-
'\AzureRM.AzureBatch\Microsoft.Azure.Commands.Batch.format.ps1xml',
70-
'\AzureRM.KeyVault\Microsoft.Azure.Commands.KeyVault.format.ps1xml',
71-
'\AzureRM.StreamAnalytics\Microsoft.Azure.Commands.StreamAnalytics.format.ps1xml',
72-
'\AzureRM.Compute\Microsoft.Azure.Commands.Compute.format.ps1xml',
73-
'\AzureRM.Compute\Microsoft.Azure.Commands.Compute.format.generated.ps1xml',
74-
'\AzureRM.Network\Microsoft.Azure.Commands.Network.format.ps1xml',
75-
'\AzureRM.Storage\Microsoft.WindowsAzure.Commands.Storage.format.ps1xml',
76-
'\AzureRM.StorageManagement\Microsoft.Azure.Commands.Management.Storage.format.ps1xml',
77-
'\AzureRM.OperationalInsights\Microsoft.Azure.Commands.OperationalInsights.format.ps1xml',
78-
'\AzureRM.AzureBackup\Microsoft.Azure.Commands.AzureBackup.format.ps1xml',
79-
'\AzureRM.UsageAggregates\Microsoft.Azure.Commands.UsageAggregates.Format.ps1xml',
80-
'\AzureRM.Sql\Microsoft.Azure.Commands.Sql.format.ps1xml'
64+
'.\AzureRM.Resources\Microsoft.Azure.Commands.Resources.format.ps1xml',
65+
'.\AzureRM.Tags\Microsoft.Azure.Commands.Tags.format.ps1xml',
66+
'.\AzureRM.Profile\Microsoft.Azure.Commands.Profile.format.ps1xml',
67+
'.\AzureRM.DataFactories\Microsoft.Azure.Commands.DataFactories.format.ps1xml',
68+
'.\AzureRM.RedisCache\Microsoft.Azure.Commands.RedisCache.format.ps1xml',
69+
'.\AzureRM.AzureBatch\Microsoft.Azure.Commands.Batch.format.ps1xml',
70+
'.\AzureRM.KeyVault\Microsoft.Azure.Commands.KeyVault.format.ps1xml',
71+
'.\AzureRM.StreamAnalytics\Microsoft.Azure.Commands.StreamAnalytics.format.ps1xml',
72+
'.\AzureRM.Compute\Microsoft.Azure.Commands.Compute.format.ps1xml',
73+
'.\AzureRM.Compute\Microsoft.Azure.Commands.Compute.format.generated.ps1xml',
74+
'.\AzureRM.Network\Microsoft.Azure.Commands.Network.format.ps1xml',
75+
'.\Storage\Microsoft.WindowsAzure.Commands.Storage.format.ps1xml',
76+
'.\AzureRM.StorageManagement\Microsoft.Azure.Commands.Management.Storage.format.ps1xml',
77+
'.\AzureRM.OperationalInsights\Microsoft.Azure.Commands.OperationalInsights.format.ps1xml',
78+
'.\AzureRM.AzureBackup\Microsoft.Azure.Commands.AzureBackup.format.ps1xml',
79+
'.\AzureRM.UsageAggregates\Microsoft.Azure.Commands.UsageAggregates.Format.ps1xml',
80+
'.\AzureRM.Sql\Microsoft.Azure.Commands.Sql.format.ps1xml'
8181
)
8282

8383
# Modules to import as nested modules of the module specified in ModuleToProcess
8484
NestedModules = @(
85-
'\AzureRM.Automation\Microsoft.Azure.Commands.ResourceManager.Automation.dll',
86-
'\AzureRM.Resources\Microsoft.Azure.Commands.Resources.dll',
87-
'\AzureRM.Resources\Microsoft.Azure.Commands.Profile.dll',
88-
'\AzureRM.Tags\Microsoft.Azure.Commands.Tags.dll',
89-
'\AzureRM.Sql\Microsoft.Azure.Commands.Sql.dll',
90-
'\AzureRM.DataFactories\Microsoft.Azure.Commands.DataFactories.dll',
91-
'\AzureRM.RedisCache\Microsoft.Azure.Commands.RedisCache.dll',
92-
'\AzureRM.AzureBatch\Microsoft.Azure.Commands.Batch.dll',
93-
'\AzureRM.Dns\Microsoft.Azure.Commands.Dns.dll',
94-
'\AzureRM.KeyVault\Microsoft.Azure.Commands.KeyVault.dll',
95-
'\AzureRM.TrafficManager\Microsoft.Azure.Commands.TrafficManager.dll',
96-
'\AzureRM.StreamAnalytics\Microsoft.Azure.Commands.StreamAnalytics.dll',
97-
'\AzureRM.Insights\Microsoft.Azure.Commands.Insights.dll',
98-
'\AzureRM.Websites\Microsoft.Azure.Commands.Websites.dll',
99-
'\AzureRM.Compute\Microsoft.Azure.Commands.Compute.dll',
100-
'\AzureRM.Network\Microsoft.Azure.Commands.Network.dll',
101-
'\AzureRM.Storage\Microsoft.WindowsAzure.Commands.Storage.dll',
102-
'\AzureRM.ResourceManager\Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll',
103-
'\AzureRM.ApiManagement\Microsoft.Azure.Commands.ApiManagement.dll',
104-
'\AzureRM.StorageManagement\Microsoft.Azure.Commands.Management.Storage.dll',
105-
'\AzureRM.OperationalInsights\Microsoft.Azure.Commands.OperationalInsights.dll',
106-
'\AzureRM.UsageAggregates\Microsoft.Azure.Commands.UsageAggregates.dll',
107-
'\AzureRM.HDInsight\Microsoft.Azure.Commands.HDInsight.dll',
108-
'\AzureRM.ApiManagement\Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll',
109-
'\AzureRM.AzureBackup\Microsoft.Azure.Commands.AzureBackup.dll',
110-
'\AzureRM.SiteRecovery\Microsoft.Azure.Commands.SiteRecovery.dll'
85+
'.\AzureRM.Automation\Microsoft.Azure.Commands.ResourceManager.Automation.dll',
86+
'.\AzureRM.Resources\Microsoft.Azure.Commands.Resources.dll',
87+
'.\AzureRM.Profile\Microsoft.Azure.Commands.Profile.dll',
88+
'.\AzureRM.Tags\Microsoft.Azure.Commands.Tags.dll',
89+
'.\AzureRM.Sql\Microsoft.Azure.Commands.Sql.dll',
90+
'.\AzureRM.DataFactories\Microsoft.Azure.Commands.DataFactories.dll',
91+
'.\AzureRM.RedisCache\Microsoft.Azure.Commands.RedisCache.dll',
92+
'.\AzureRM.AzureBatch\Microsoft.Azure.Commands.Batch.dll',
93+
'.\AzureRM.Dns\Microsoft.Azure.Commands.Dns.dll',
94+
'.\AzureRM.KeyVault\Microsoft.Azure.Commands.KeyVault.dll',
95+
'.\AzureRM.TrafficManager\Microsoft.Azure.Commands.TrafficManager.dll',
96+
'.\AzureRM.StreamAnalytics\Microsoft.Azure.Commands.StreamAnalytics.dll',
97+
'.\AzureRM.Insights\Microsoft.Azure.Commands.Insights.dll',
98+
'.\AzureRM.Websites\Microsoft.Azure.Commands.Websites.dll',
99+
'.\AzureRM.Compute\Microsoft.Azure.Commands.Compute.dll',
100+
'.\AzureRM.Network\Microsoft.Azure.Commands.Network.dll',
101+
'.\Storage\Microsoft.WindowsAzure.Commands.Storage.dll',
102+
'.\AzureRM.ResourceManager\Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll',
103+
'.\AzureRM.ApiManagement\Microsoft.Azure.Commands.ApiManagement.dll',
104+
'.\AzureRM.StorageManagement\Microsoft.Azure.Commands.Management.Storage.dll',
105+
'.\AzureRM.OperationalInsights\Microsoft.Azure.Commands.OperationalInsights.dll',
106+
'.\AzureRM.UsageAggregates\Microsoft.Azure.Commands.UsageAggregates.dll',
107+
'.\AzureRM.HDInsight\Microsoft.Azure.Commands.HDInsight.dll',
108+
'.\AzureRM.ApiManagement\Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll',
109+
'.\AzureRM.AzureBackup\Microsoft.Azure.Commands.AzureBackup.dll',
110+
'.\AzureRM.SiteRecovery\Microsoft.Azure.Commands.SiteRecovery.dll'
111111
)
112112

113113
# Functions to export from this module

0 commit comments

Comments
 (0)