Skip to content

Commit 730a46c

Browse files
committed
Minor refactor across multiple projects
1 parent 46d51f0 commit 730a46c

File tree

9 files changed

+77
-7
lines changed

9 files changed

+77
-7
lines changed

Azure.PowerShell.Netcore.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Consumption.Netcor
7373
EndProject
7474
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.ContainerRegistry.Netcore", "src\ResourceManager\ContainerRegistry\Commands.ContainerRegistry\Commands.ContainerRegistry.Netcore.csproj", "{49A69011-CEFF-464B-AC2E-5A387EFFBE8B}"
7575
EndProject
76-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DataFactoryV2.Netcore", "src\ResourceManager\DataFactories\Commands.DataFactoryV2\Commands.DataFactoryV2.Netcore.csproj", "{EAC7B54E-974B-435F-95CE-B01CC2F955A3}"
76+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DataFactoryV2.Netcore", "src\ResourceManager\DataFactoryV2\Commands.DataFactoryV2\Commands.DataFactoryV2.Netcore.csproj", "{EAC7B54E-974B-435F-95CE-B01CC2F955A3}"
7777
EndProject
7878
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DataLakeAnalytics.Netcore", "src\ResourceManager\DataLakeAnalytics\Commands.DataLakeAnalytics\Commands.DataLakeAnalytics.Netcore.csproj", "{CC0D2BA5-B087-4206-9F98-CD8230AADEF3}"
7979
EndProject

src/ResourceManager/Aks/AzureRM.Aks.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ CLRVersion = '4.0'
5454
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.1.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
57-
RequiredAssemblies = '.\YamlDotNet.dll',
58-
'.\Microsoft.Azure.Commands.Common.Graph.RBAC.dll',
59-
'.\AutoMapper.dll'
57+
RequiredAssemblies = '.\YamlDotNet.dll',
58+
'.\Microsoft.Azure.Commands.Common.Graph.RBAC.dll',
59+
'.\AutoMapper.dll', '.\System.Management.Automation.dll'
6060

6161
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6262
# ScriptsToProcess = @()

src/ResourceManager/Compute.ManagedService/AzureRM.Compute.ManagedService.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ CLRVersion = '4.0'
5454
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.5.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
57-
# RequiredAssemblies = @()
57+
RequiredAssemblies = '.\Microsoft.Data.Edm.dll', '.\Microsoft.Data.OData.dll',
58+
'.\Microsoft.Data.Services.Client.dll', '.\System.Spatial.dll'
5859

5960
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6061
# ScriptsToProcess = @()

src/ResourceManager/ManagedServiceIdentity/Commands.ManagedServiceIdentity/Commands.ManagedServiceIdentity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@
103103
</ItemGroup>
104104
<Copy SourceFiles="@(MarkdownFiles)" DestinationFolder="$(OutputPath)\help\" ContinueOnError="false" />
105105
</Target>
106-
</Project>
106+
</Project>

src/ServiceManagement/Services/Commands.Utilities/Commands.Utilities.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@
550550
<Content Include="Microsoft.WindowsAzure.Commands.Scheduler.format.ps1xml">
551551
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
552552
</Content>
553-
<Content Include="Azure.psd1">
553+
<Content Include="..\..\Azure.psd1">
554554
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
555555
</Content>
556556
<None Include="packages.config">
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!--
2+
Please leave this section at the top of the breaking change documentation.
3+
4+
New breaking changes should go under the section titled "Current Breaking Changes", and should adhere to the following format:
5+
6+
## Current Breaking Changes
7+
8+
The following cmdlets were affected this release:
9+
10+
**Cmdlet 1**
11+
- Description of what has changed
12+
13+
```powershell
14+
# Old
15+
# Sample of how the cmdlet was previously called
16+
17+
# New
18+
# Sample of how the cmdlet should now be called
19+
```
20+
21+
## Release X.0.0
22+
23+
The following cmdlets were affected this release:
24+
25+
**Cmdlet 1**
26+
- Description of what has changed
27+
28+
```powershell
29+
# Old
30+
# Sample of how the cmdlet was previously called
31+
32+
# New
33+
# Sample of how the cmdlet should now be called
34+
```
35+
36+
Note: the above sections follow the template found in the link below:
37+
38+
https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-change-template.md
39+
-->
40+
41+
## Current Breaking Changes
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
Please leave this section at the top of the breaking change documentation.
3+
4+
New breaking changes should go under the section titled "Upcoming Breaking Changes", and should adhere to the following format:
5+
6+
# Upcoming Breaking Changes
7+
8+
## Release X.0.0 - January 2017
9+
10+
The following cmdlets were affected this release:
11+
12+
**Cmdlet 1**
13+
- Description of what has changed
14+
15+
```powershell
16+
# Old
17+
# Sample of how the cmdlet was previously called
18+
19+
# New
20+
# Sample of how the cmdlet should now be called
21+
```
22+
23+
Note: the above section follows the template found in the link below:
24+
25+
https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-change-template.md
26+
-->
27+
28+
# Upcoming Breaking Changes

0 commit comments

Comments
 (0)