Skip to content

Commit 47b54cd

Browse files
authored
Merge pull request #4 from Azure/preview
Sync
2 parents 3de2d5f + f1377cb commit 47b54cd

File tree

1,720 files changed

+254469
-83051
lines changed

Some content is hidden

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

1,720 files changed

+254469
-83051
lines changed

ChangeLog.md

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,63 @@
1-
## 6.2.1 - June 2018
1+
## 6.3.0 - June 2018
2+
#### AzureRM.Profile
3+
* Updated error messages for Enable-AzureRmContextAutoSave
4+
* Create a context for each subscription when running 'Connect-AzureRmAccount' with no previous context
5+
6+
#### Azure.Storage
7+
* Added additional information about -Permissions parameter in help files.
8+
9+
#### AzureRM.Compute
10+
* 'Get-AzureRmVmDiskEncryptionStatus' fixes an issue observed for VMs with no data disks
11+
* Update Compute client library version to fix following cmdlets
12+
- Grant-AzureRmDiskAccess
13+
- Grant-AzureRmSnapshotAccess
14+
- Save-AzureRmVMImage
15+
* Fixed following cmdlets to show 'operation ID' and 'operation status' correctly:
16+
- Start-AzureRmVM
17+
- Stop-AzureRmVM
18+
- Restart-AzureRmVM
19+
- Set-AzureRmVM
20+
- Remove-AzuerRmVM
21+
- Set-AzureRmVmss
22+
- Start-AzureRmVmssRollingOSUpgrade
23+
- Stop-AzureRmVmssRollingUpgrade
24+
- Start-AzureRmVmss
25+
- Restart-AzureRmVmss
26+
- Stop-AzureRmVmss
27+
- Remove-AzureRmVmss
28+
- ConvertTo-AzureRmVMManagedDisk
29+
- Revoke-AzureRmSnapshotAccess
30+
- Remove-AzureRmSnapshot
31+
- Revoke-AzureRmDiskAccess
32+
- Remove-AzureRmDisk
33+
- Remove-AzureRmContainerService
34+
- Remove-AzureRmAvailabilitySet
35+
36+
#### AzureRM.EventGrid
37+
* Remove ValidateNotNullOrEmpty validation conditions for SubjectBeginsWith/SubjectEndsWith in Update-AzureRmEventGridSubscription cmdlet to allow changing these parameters to empty string if needed.
38+
39+
#### AzureRM.KeyVault
40+
* Fix issue where no Tags are being returned when Get-AzureRmKeyVault -Tag is run
41+
42+
#### AzureRM.PolicyInsights
43+
* Public release of Policy Insights cmdlets
44+
- Use API version 2018-04-04
45+
- Add PolicyDefinitionReferenceId to the results of Get-AzureRmPolicyStateSummary
46+
47+
#### AzureRM.RecoveryServices.Backup
48+
* Added -Vault parameter to RecoveryServices.Backup cmdlets. When passed, this will override the Set-AzureRmRecoveryServicesContext cmdlet.
49+
50+
#### AzureRM.Sql
51+
* Updated example in the help file for Get-AzureRmSqlDatabaseExpanded
52+
53+
#### AzureRM.TrafficManager
54+
* Updated the help file for Add-AzureRmTrafficManagerEndpointConfig
55+
56+
#### AzureRM.Websites
57+
* 'Set-AzureRmWebApp' is updated to not overwrite the AppSettings when using -AssignIdentity
58+
* 'New-AzureRmWebAppSlot' is updated to honor AppServicePlan as an optional parameter
59+
60+
## 6.2.1 - June 2018
261
### AzureRM.OperationalInsights
362
* Updated PSWorkspace model to allow Network to use type as a parameter
463

build.proj

Lines changed: 255 additions & 155 deletions
Large diffs are not rendered by default.
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
# Table of Contents
2+
1. [Summary](#summary)
3+
2. [Breaking changes in subscriptions module](#Breaking-changes-in-subscriptions-module)
4+
3. [Breaking changes in storage admin module](#Breaking-changes-in-storage-admin-module)
5+
6+
## Summary
7+
The module version 1.3.0 of AzureStack brings in many breaking changes. Most of these breaking changes were noted with warnings in the previous releases. Please note that there are no changes in the AzureRM version of the module specific to Azure Stack.
8+
9+
AzureRm.AzureStackAdmin module is replaced with Azs.Subscriptions.Admin and Azs.Subscriptions module
10+
AzureRm.AzureStackStorage module is replaced with Azs.Storage.Admin module
11+
12+
## Breaking changes in subscriptions module
13+
14+
**Prefix Changes**<br>
15+
The prefix *AzureRM* has been deprecated. We have been printing warning that the prefix *AzureRm* will be replaced with *Azs*. We replaced the AzureRm prefix with Azs in the last release with alias support. Now prefix *AzureRm* has been deprecated.The following are the changes.
16+
- *-AzureRmOffer is replaced with *-AzsOffer
17+
- *-AzureRmManagedOffer is replaced with *-AzsManagedOffer
18+
- *-AzureRmPlan is replaced with *-AzsPlan
19+
- *-AzureRmMangedSubscription is replaced with *-AzsUserSubscription
20+
- *-AzureRMTenantSubscription is replaced with *-AzsSubscription
21+
- *-AzureRmManagedLocation is replaced with *-AzsLocation
22+
23+
**Deprecated Cmdlets**
24+
25+
- ```Get-AzureStackToken``` is deprecated. If there is a need to get token, please use the Microsoft.IdentityModel.Clients.ActiveDirectory.dll directly.
26+
27+
- The cmdlets ```*-AzsReourceProviderManifest``` and ```*-AzsUsageConnection``` are deprecated
28+
For any of these usages, template based resource creation is preferred.  For deletion of these resources, deleting the whole resource group is preferred. If needed, you can also use generic cmdlet *-AzureRmResource
29+
30+
**Parameter Changes**<br>
31+
The previous release was printing warnings about the deprecation of the following parameter aliases and they are deprecated now.
32+
- Parameter alias ```PlanName``` has been deprecated in favor of ```Name``` in Plan cmdlets
33+
- Parameter alias ```OfferName``` has been deprecated in favor of ```Name``` in Offer cmdlets
34+
- Parameter alias ```ResourceGroup``` has been deprecated in favor of ```ResourceGroupName``` in all the cmdlets
35+
- Parameter ```Managed``` in Get-AzsPlan has been deprecated. It was not used before
36+
- Parameter ```Managed``` in Get-AzsOffer has been deprecated. Please use Get-AzsManagedOffer instead
37+
38+
**Flattening of Properties** <br>
39+
Properties field of the objects Plan, Offer, Subscription have been removed and the child properties are moved to the top level. If you are having any references to the Properties, this breaking change could be fixed by removing the intermediate Properties reference
40+
41+
**Force Parameter** <br>
42+
43+
Remove-* cmdlets will ask for confirmation before doing the remove action. Please use -Force to avoid the confirmation. The following are the affected cmldets
44+
- Remove-AzsOffer
45+
- Remove-AzsPlan
46+
- Remove-AzsUserSubscription
47+
- Remove-AzsSubscription
48+
49+
<br>
50+
51+
## Breaking Changes in Storage Admin Module
52+
53+
**Globally Removed Parameters**<br>
54+
The parameters ```SkipCertificateValidation``` and ```DefaultProfile``` have been removed from all cmdlets.
55+
56+
The parameters ```TimeGrain```, ```StartTimeInUtc```, ```EndTimInUtc```, ```MetricNames```, ```DetailedOutput```  have been removed for Get-Azs*Metric Cmdlets, please replace with Where-Object and Select-Object.
57+
58+
The pareamters ```MetricNames```, ```DetailedOutput```  have been removed for Get-Azs*MetricDefinition Cmdlets, please replace with Where-Object and Select-Object
59+
60+
**New Parameters**
61+
- The parameter ```ResourceGroupName``` is now an optional for all cmdlets.
62+
- The parameter ```FarmName``` will be required for all Cmdlets that reference nested resources under a farm.  You can get the value using the following
63+
64+
```powershell
65+
        (Get-AzsStorageFarm -ResourceGroupName $rgn).Name
66+
```
67+
Affected cmdlets
68+
- Get-AzsBlobService
69+
- Get-AzsBlobServiceMetric
70+
- Get-AzsBlobServiceMetricDefinition
71+
- Get-AzsStorageFarmMetric
72+
- Get-AzsStorageFarmMetricDefinition
73+
- Get-AzsStorageShare
74+
- Get-AzsStorageShareMetric
75+
- Get-AzsStorageShareMetricDefinition
76+
- Get-AzsTableService
77+
- Get-AzsTableServiceMetric
78+
- Get-AzsTableServiceMetricDefinition
79+
- Start-AzsReclaimStorageCapacity
80+
81+
```ResourceId``` parameter can be used for cmdlets that require ```Name``` . The ReourceId is same as the Id of the resource object that is returned from the Get-* cmdlets. The parameter also has an alias ```Id```.
82+
83+
Affected cmdlets<br>
84+
- Get-AzsStorageQuota
85+
- Get-AzsStorageShare
86+
- Remove-AzsStorageQuota
87+
- Set-AzsStorageQuota
88+
- Stop-AzsContainerMigration
89+
- Restore-AzsStorageAccount 
90+
91+
92+
**Get-AzsStorageAccount**<br>
93+
94+
The parameters ```TenantSubscriptionId```, ```PartialAccountName```, ```StorageAccountStatus``` and ```Detail``` has been removed.  A new parameter called ```Summary``` has been added.
95+
96+
**Get-AzsStorageAcquisition**<br>
97+
The parameters ```TenantSubscriptionId```, ```AccountName```, ```Container```, and ```Detail``` has been removed.  A new parameter called ```Filter``` has been added, this is an ODATA filter.
98+
99+
**Get-AzsStorageContainer**<br>
100+
The parameter ```Intent``` has been removed and Count has been renamed to MaxCount.
101+
102+
**Get-AzsStorageShare**<br>
103+
The parameter ```SourceShareName``` has been replaced with ```FarmName```. The parameter ```Intent``` has been removed.
104+
105+
**Start-AzsStorageContainerMigration**<br>
106+
The parameter ```ContainerToMigrate``` is renamed to ```ContainerName```.  The parameters ```StorageAccountName```, ```ShareName``` and ```FarmName``` have been added.
107+
108+
**Stop-AzsStorageContainerMigration**<br>
109+
This cmdlet has been renamed to ```Stop-AzsContainerMigration```
110+
111+
**Undo-AzsDeletedStorageAccount**<br>
112+
This cmdlet has been renamed to Restore-AzsStorageAccount. The parameters ```NewAccountName```, ```ResourceAdminApiVersion```, ```StorageAccountApiVersion``` have been deprecated.

src/Common/Commands.Common/AzurePowerShell.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ public class AzurePowerShell
2626

2727
public const string AssemblyCopyright = "Copyright © Microsoft";
2828

29-
public const string AssemblyVersion = "6.2.1";
29+
public const string AssemblyVersion = "6.3.0";
3030

31-
public const string AssemblyFileVersion = "6.2.1";
31+
public const string AssemblyFileVersion = "6.3.0";
3232

3333
public const string ProfileFile = "AzureProfile.json";
3434

src/ResourceManager/Aks/AzureRM.Aks.psd1 renamed to src/ResourceManager/Aks/Commands.Aks/AzureRM.Aks.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\YamlDotNet.dll',

src/ResourceManager/Aks/Commands.Aks/Commands.Aks.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<None Include="..\AzureRM.Aks.Netcore.psd1" Link="AzureRM.Aks.Netcore.psd1">
38+
<None Include="AzureRM.Aks.Netcore.psd1" Link="AzureRM.Aks.Netcore.psd1">
3939
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4040
</None>
4141
</ItemGroup>

src/ResourceManager/Aks/Commands.Aks/Commands.Aks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<Prefer32Bit>false</Prefer32Bit>
4242
</PropertyGroup>
4343
<ItemGroup>
44-
<None Include="..\AzureRM.Aks.psd1">
44+
<None Include="AzureRM.Aks.psd1">
4545
<Link>AzureRM.Aks.psd1</Link>
4646
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4747
</None>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ CLRVersion='4.0'
4848
ProcessorArchitecture = 'None'
4949

5050
# Modules that must be imported into the global environment prior to importing this module
51-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; })
51+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.0'; })
5252

5353
# Assemblies that must be loaded prior to importing this module
5454
RequiredAssemblies = @()
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!--
2+
Please leave this section at the top of the change log.
3+
4+
Changes for the current release should go under the section titled "Current Release", and should adhere to the following format:
5+
6+
## Current Release
7+
* Overview of change #1
8+
- Additional information about change #1
9+
* Overview of change #2
10+
- Additional information about change #2
11+
- Additional information about change #2
12+
* Overview of change #3
13+
* Overview of change #4
14+
- Additional information about change #4
15+
16+
## YYYY.MM.DD - Version X.Y.Z (Previous Release)
17+
* Overview of change #1
18+
- Additional information about change #1
19+
-->
20+
## Current Release
21+
22+
## Version 0.5.1
23+
* Set minimum dependency of module to PowerShell 5.0

src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1 renamed to src/ResourceManager/AnalysisServices/Commands.AnalysisServices/AzureRM.AnalysisServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Analysis.dll'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</ItemGroup>
3737

3838
<ItemGroup>
39-
<None Include="..\AzureRM.AnalysisServices.Netcore.psd1" Link="AzureRM.AnalysisServices.Netcore.psd1">
39+
<None Include="AzureRM.AnalysisServices.Netcore.psd1" Link="AzureRM.AnalysisServices.Netcore.psd1">
4040
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4141
</None>
4242
</ItemGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</Compile>
6666
</ItemGroup>
6767
<ItemGroup>
68-
<None Include="..\AzureRM.AnalysisServices.psd1">
68+
<None Include="AzureRM.AnalysisServices.psd1">
6969
<Link>AzureRM.AnalysisServices.psd1</Link>
7070
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7171
</None>

src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Commands.ApiManagement.ServiceManagement.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</ItemGroup>
3838

3939
<ItemGroup>
40-
<None Include="..\AzureRM.ApiManagement.Netcore.psd1" Link="AzureRM.ApiManagement.Netcore.psd1">
40+
<None Include="..\Commands.ApiManagement\AzureRM.ApiManagement.Netcore.psd1" Link="AzureRM.ApiManagement.Netcore.psd1">
4141
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4242
</None>
4343
</ItemGroup>

src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Commands.ApiManagement.ServiceManagement.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
</ProjectReference>
228228
</ItemGroup>
229229
<ItemGroup>
230-
<None Include="..\AzureRM.ApiManagement.psd1">
230+
<None Include="..\Commands.ApiManagement\AzureRM.ApiManagement.psd1">
231231
<Link>AzureRM.ApiManagement.psd1</Link>
232232
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
233233
</None>

src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1 renamed to src/ResourceManager/ApiManagement/Commands.ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\AutoMapper.dll',

src/ResourceManager/ApiManagement/Commands.ApiManagement/Commands.ApiManagement.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</ItemGroup>
3838

3939
<ItemGroup>
40-
<None Include="..\AzureRM.ApiManagement.Netcore.psd1" Link="AzureRM.ApiManagement.Netcore.psd1">
40+
<None Include="AzureRM.ApiManagement.Netcore.psd1" Link="AzureRM.ApiManagement.Netcore.psd1">
4141
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4242
</None>
4343
</ItemGroup>

src/ResourceManager/ApiManagement/Commands.ApiManagement/Commands.ApiManagement.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
</ProjectReference>
152152
</ItemGroup>
153153
<ItemGroup>
154-
<None Include="..\AzureRM.ApiManagement.psd1">
154+
<None Include="AzureRM.ApiManagement.psd1">
155155
<Link>AzureRM.ApiManagement.psd1</Link>
156156
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
157157
</None>

src/ResourceManager/ApplicationInsights/AzureRM.ApplicationInsights.psd1 renamed to src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights/AzureRM.ApplicationInsights.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.ApplicationInsights.dll'

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights/Commands.ApplicationInsights.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</ItemGroup>
3737

3838
<ItemGroup>
39-
<None Include="..\AzureRM.ApplicationInsights.Netcore.psd1" Link="AzureRM.ApplicationInsights.Netcore.psd1">
39+
<None Include="AzureRM.ApplicationInsights.Netcore.psd1" Link="AzureRM.ApplicationInsights.Netcore.psd1">
4040
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4141
</None>
4242
</ItemGroup>

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights/Commands.ApplicationInsights.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<Compile Include="ApplicationInsights\ApplicationInsightsManagementClient.cs" />
8181
</ItemGroup>
8282
<ItemGroup>
83-
<None Include="..\AzureRM.ApplicationInsights.psd1">
83+
<None Include="AzureRM.ApplicationInsights.psd1">
8484
<Link>AzureRM.ApplicationInsights.psd1</Link>
8585
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
8686
</None>

src/ResourceManager/Automation/AzureRM.Automation.psd1 renamed to src/ResourceManager/Automation/Commands.Automation/AzureRM.Automation.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Automation.dll'

src/ResourceManager/Automation/Commands.Automation/Commands.Automation.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</ItemGroup>
3737

3838
<ItemGroup>
39-
<None Include="..\AzureRM.Automation.Netcore.psd1" Link="AzureRM.Automation.Netcore.psd1">
39+
<None Include="AzureRM.Automation.Netcore.psd1" Link="AzureRM.Automation.Netcore.psd1">
4040
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4141
</None>
4242
</ItemGroup>

src/ResourceManager/Automation/Commands.Automation/Commands.Automation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
</ItemGroup>
194194
<ItemGroup>
195195
<Compile Include="Common\CompilationJobStreamType.cs" />
196-
<None Include="..\AzureRM.Automation.psd1">
196+
<None Include="AzureRM.Automation.psd1">
197197
<Link>AzureRM.Automation.psd1</Link>
198198
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
199199
</None>

src/ResourceManager/AzureBackup/AzureRM.Backup.psd1 renamed to src/ResourceManager/AzureBackup/Commands.AzureBackup/AzureRM.Backup.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.BackupServicesManagement.dll',

src/ResourceManager/AzureBackup/Commands.AzureBackup/Commands.AzureBackup.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</ItemGroup>
3939

4040
<ItemGroup>
41-
<None Include="..\AzureRM.Backup.Netcore.psd1" Link="AzureRM.Backup.Netcore.psd1">
41+
<None Include="AzureRM.Backup.Netcore.psd1" Link="AzureRM.Backup.Netcore.psd1">
4242
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4343
</None>
4444
</ItemGroup>

0 commit comments

Comments
 (0)