Skip to content

Commit 286e30c

Browse files
authored
Merge pull request Azure#4449 from markcowl/release-4.3.1
Release 4.3.1 module and version updates
2 parents 25d427d + 49a4012 commit 286e30c

File tree

260 files changed

+693
-548
lines changed

Some content is hidden

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

260 files changed

+693
-548
lines changed

ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## 2017.08.07 - Version 4.3.0
1+
## 2017.08.10 - Version 4.3.1
2+
* Update to fix assembly signing issue
3+
4+
## 2017.08.07 - Version 4.3.0
25
* AnalysisServices
36
* Fixed bug in Set-AzureRmAnalysisServciesServer
47
- When admin was not provided, the admin will be removed.

setup/azurecmd.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="4.3.0" ?>
8+
<?define version="4.3.1" ?>
99

1010
<Product Id="*"
1111
Name="$(var.productName)"

setup/azurecmdfiles.wxi

Lines changed: 39 additions & 39 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<ProjectGuid>{24508E26-154D-47F1-80EE-439BF0710996}</ProjectGuid>
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>Commands.Common.Authorization</RootNamespace>
11-
<AssemblyName>Commands.Common.Authorization</AssemblyName>
10+
<RootNamespace>Microsoft.Azure.Commands.Common.Authorization</RootNamespace>
11+
<AssemblyName>Microsoft.Azure.Commands.Common.Authorization</AssemblyName>
1212
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />

src/Common/Commands.Common.Graph.RBAC/ActiveDirectory/ActiveDirectoryBaseCmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
using System;
1818
using System.Management.Automation;
1919
using System.Net;
20-
using ProjectResources = Commands.Common.Graph.RBAC.Properties.Resources;
20+
using ProjectResources = Microsoft.Azure.Commands.Common.Graph.RBAC.Properties.Resources;
2121

2222
namespace Microsoft.Azure.Graph.RBAC.Version1_6.ActiveDirectory
2323
{

src/Common/Commands.Common.Graph.RBAC/ActiveDirectory/ActiveDirectoryClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
using System.Linq;
2626
using System.Net;
2727
using System.Net.Http;
28-
using ProjectResources = Commands.Common.Graph.RBAC.Properties.Resources;
28+
using ProjectResources = Microsoft.Azure.Commands.Common.Graph.RBAC.Properties.Resources;
2929

3030
namespace Microsoft.Azure.Graph.RBAC.Version1_6.ActiveDirectory
3131
{

src/Common/Commands.Common.Graph.RBAC/Commands.Common.Graph.RBAC.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<ProjectGuid>{269ACF73-0A34-42DC-AB9C-4B15931A489D}</ProjectGuid>
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>Commands.Common.Graph.RBAC</RootNamespace>
11-
<AssemblyName>Commands.Common.Graph.RBAC</AssemblyName>
10+
<RootNamespace>Microsoft.Azure.Commands.Common.Graph.RBAC</RootNamespace>
11+
<AssemblyName>Microsoft.Azure.Commands.Common.Graph.RBAC</AssemblyName>
1212
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />

src/Common/Commands.Common.Graph.RBAC/Properties/Resources.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<ProjectGuid>{1338F7AE-7111-4ED3-8916-2D0FECC876F4}</ProjectGuid>
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>Commands.Common.Network</RootNamespace>
11-
<AssemblyName>Commands.Common.Network</AssemblyName>
10+
<RootNamespace>Microsoft.Azure.Commands.Common.Network</RootNamespace>
11+
<AssemblyName>Microsoft.Azure.Commands.Common.Network</AssemblyName>
1212
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />

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 = "4.3.0";
29+
public const string AssemblyVersion = "4.3.1";
3030

31-
public const string AssemblyFileVersion = "4.3.0";
31+
public const string AssemblyFileVersion = "4.3.1";
3232

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

src/ResourceManager.ForRefactoringOnly.sln

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.ServiceFabric.Test
231231
EndProject
232232
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Management.CognitiveServices.Test", "ResourceManager\CognitiveServices\CognitiveServices.Test\Commands.Management.CognitiveServices.Test.csproj", "{F6F8A360-F203-4161-98A7-60097AB94193}"
233233
EndProject
234+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Common.Authorization", "Common\Commands.Common.Authorization\Commands.Common.Authorization.csproj", "{24508E26-154D-47F1-80EE-439BF0710996}"
235+
EndProject
236+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Common.Graph.RBAC", "Common\Commands.Common.Graph.RBAC\Commands.Common.Graph.RBAC.csproj", "{269ACF73-0A34-42DC-AB9C-4B15931A489D}"
237+
EndProject
238+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Common.Network", "Common\Commands.Common.Network\Commands.Common.Network.csproj", "{1338F7AE-7111-4ED3-8916-2D0FECC876F4}"
239+
EndProject
234240
Global
235241
GlobalSection(SolutionConfigurationPlatforms) = preSolution
236242
Debug|Any CPU = Debug|Any CPU
@@ -1561,6 +1567,42 @@ Global
15611567
{F6F8A360-F203-4161-98A7-60097AB94193}.Release|x64.Build.0 = Release|Any CPU
15621568
{F6F8A360-F203-4161-98A7-60097AB94193}.Release|x86.ActiveCfg = Release|Any CPU
15631569
{F6F8A360-F203-4161-98A7-60097AB94193}.Release|x86.Build.0 = Release|Any CPU
1570+
{24508E26-154D-47F1-80EE-439BF0710996}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1571+
{24508E26-154D-47F1-80EE-439BF0710996}.Debug|Any CPU.Build.0 = Debug|Any CPU
1572+
{24508E26-154D-47F1-80EE-439BF0710996}.Debug|x64.ActiveCfg = Debug|Any CPU
1573+
{24508E26-154D-47F1-80EE-439BF0710996}.Debug|x64.Build.0 = Debug|Any CPU
1574+
{24508E26-154D-47F1-80EE-439BF0710996}.Debug|x86.ActiveCfg = Debug|Any CPU
1575+
{24508E26-154D-47F1-80EE-439BF0710996}.Debug|x86.Build.0 = Debug|Any CPU
1576+
{24508E26-154D-47F1-80EE-439BF0710996}.Release|Any CPU.ActiveCfg = Release|Any CPU
1577+
{24508E26-154D-47F1-80EE-439BF0710996}.Release|Any CPU.Build.0 = Release|Any CPU
1578+
{24508E26-154D-47F1-80EE-439BF0710996}.Release|x64.ActiveCfg = Release|Any CPU
1579+
{24508E26-154D-47F1-80EE-439BF0710996}.Release|x64.Build.0 = Release|Any CPU
1580+
{24508E26-154D-47F1-80EE-439BF0710996}.Release|x86.ActiveCfg = Release|Any CPU
1581+
{24508E26-154D-47F1-80EE-439BF0710996}.Release|x86.Build.0 = Release|Any CPU
1582+
{269ACF73-0A34-42DC-AB9C-4B15931A489D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1583+
{269ACF73-0A34-42DC-AB9C-4B15931A489D}.Debug|Any CPU.Build.0 = Debug|Any CPU
1584+
{269ACF73-0A34-42DC-AB9C-4B15931A489D}.Debug|x64.ActiveCfg = Debug|Any CPU
1585+
{269ACF73-0A34-42DC-AB9C-4B15931A489D}.Debug|x64.Build.0 = Debug|Any CPU
1586+
{269ACF73-0A34-42DC-AB9C-4B15931A489D}.Debug|x86.ActiveCfg = Debug|Any CPU
1587+
{269ACF73-0A34-42DC-AB9C-4B15931A489D}.Debug|x86.Build.0 = Debug|Any CPU
1588+
{269ACF73-0A34-42DC-AB9C-4B15931A489D}.Release|Any CPU.ActiveCfg = Release|Any CPU
1589+
{269ACF73-0A34-42DC-AB9C-4B15931A489D}.Release|Any CPU.Build.0 = Release|Any CPU
1590+
{269ACF73-0A34-42DC-AB9C-4B15931A489D}.Release|x64.ActiveCfg = Release|Any CPU
1591+
{269ACF73-0A34-42DC-AB9C-4B15931A489D}.Release|x64.Build.0 = Release|Any CPU
1592+
{269ACF73-0A34-42DC-AB9C-4B15931A489D}.Release|x86.ActiveCfg = Release|Any CPU
1593+
{269ACF73-0A34-42DC-AB9C-4B15931A489D}.Release|x86.Build.0 = Release|Any CPU
1594+
{1338F7AE-7111-4ED3-8916-2D0FECC876F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1595+
{1338F7AE-7111-4ED3-8916-2D0FECC876F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
1596+
{1338F7AE-7111-4ED3-8916-2D0FECC876F4}.Debug|x64.ActiveCfg = Debug|Any CPU
1597+
{1338F7AE-7111-4ED3-8916-2D0FECC876F4}.Debug|x64.Build.0 = Debug|Any CPU
1598+
{1338F7AE-7111-4ED3-8916-2D0FECC876F4}.Debug|x86.ActiveCfg = Debug|Any CPU
1599+
{1338F7AE-7111-4ED3-8916-2D0FECC876F4}.Debug|x86.Build.0 = Debug|Any CPU
1600+
{1338F7AE-7111-4ED3-8916-2D0FECC876F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
1601+
{1338F7AE-7111-4ED3-8916-2D0FECC876F4}.Release|Any CPU.Build.0 = Release|Any CPU
1602+
{1338F7AE-7111-4ED3-8916-2D0FECC876F4}.Release|x64.ActiveCfg = Release|Any CPU
1603+
{1338F7AE-7111-4ED3-8916-2D0FECC876F4}.Release|x64.Build.0 = Release|Any CPU
1604+
{1338F7AE-7111-4ED3-8916-2D0FECC876F4}.Release|x86.ActiveCfg = Release|Any CPU
1605+
{1338F7AE-7111-4ED3-8916-2D0FECC876F4}.Release|x86.Build.0 = Release|Any CPU
15641606
EndGlobalSection
15651607
GlobalSection(SolutionProperties) = preSolution
15661608
HideSolutionNode = FALSE

src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.AnalysisServices'
33
#
44
# Generated by: Microsoft Corporation
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.4.3'
15+
ModuleVersion = '0.4.4'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -27,7 +27,7 @@ Author = 'Microsoft Corporation'
2727
CompanyName = 'Microsoft Corporation'
2828

2929
# Copyright statement for this module
30-
Copyright = '© Microsoft Corporation. All rights reserved.'
30+
Copyright = '© Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
3333
Description = 'Microsoft Azure PowerShell - Analysis Services'
@@ -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 = '3.3.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '3.3.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
# RequiredAssemblies = @()

src/ResourceManager/AnalysisServices/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 0.4.4
23+
2224
## Version 0.4.3
2325
* Fixed bug in Set-AzureRmAnalysisServciesServer
2426
- When admin was not provided, the admin will be removed.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@{
1010

1111
# Version number of this module.
12-
ModuleVersion = '0.4.3'
12+
ModuleVersion = '0.4.4'
1313

1414
# ID used to uniquely identify this module
1515
GUID = 'c717b5a4-1f1b-4a2f-8aa1-bfd09934626e'

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// by using the '*' as shown below:
3636

3737

38-
[assembly: AssemblyVersion("0.4.3")]
39-
[assembly: AssemblyFileVersion("0.4.3")]
38+
[assembly: AssemblyVersion("0.4.4")]
39+
[assembly: AssemblyFileVersion("0.4.4")]

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232

3333
[assembly: Guid("37af97fd-d603-4d52-a7a6-0885004a57fe")]
3434

35-
[assembly: AssemblyVersion("0.4.3")]
36-
[assembly: AssemblyFileVersion("0.4.3")]
35+
[assembly: AssemblyVersion("0.4.4")]
36+
[assembly: AssemblyFileVersion("0.4.4")]
3737
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636

37-
[assembly: AssemblyVersion("0.4.3")]
38-
[assembly: AssemblyFileVersion("0.4.3")]
37+
[assembly: AssemblyVersion("0.4.4")]
38+
[assembly: AssemblyFileVersion("0.4.4")]

src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.ApiManagement'
33
#
44
# Generated by: Microsoft Corporation
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.3.0'
15+
ModuleVersion = '4.3.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -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 = '3.3.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '3.3.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
# RequiredAssemblies = @()

src/ResourceManager/ApiManagement/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 4.3.1
23+
2224
## Version 4.3.0
2325

2426
## Version 4.2.1

src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444

45-
[assembly: AssemblyVersion("4.3.0")]
46-
[assembly: AssemblyFileVersion("4.3.0")]
45+
[assembly: AssemblyVersion("4.3.1")]
46+
[assembly: AssemblyFileVersion("4.3.1")]

src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
4343

44-
[assembly: AssemblyVersion("4.3.0")]
45-
[assembly: AssemblyFileVersion("4.3.0")]
44+
[assembly: AssemblyVersion("4.3.1")]
45+
[assembly: AssemblyFileVersion("4.3.1")]

src/ResourceManager/ApiManagement/Commands.ApiManagement/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
4343

44-
[assembly: AssemblyVersion("4.3.0")]
45-
[assembly: AssemblyFileVersion("4.3.0")]
44+
[assembly: AssemblyVersion("4.3.1")]
45+
[assembly: AssemblyFileVersion("4.3.1")]

src/ResourceManager/ApiManagement/Commands.SMAPI.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444

45-
[assembly: AssemblyVersion("4.3.0")]
46-
[assembly: AssemblyFileVersion("4.3.0")]
45+
[assembly: AssemblyVersion("4.3.1")]
46+
[assembly: AssemblyFileVersion("4.3.1")]
4747
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/ResourceManager/Automation/AzureRM.Automation.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.Automation'
33
#
44
# Generated by: Microsoft Corporation
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.3.0'
15+
ModuleVersion = '3.3.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -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 = '3.3.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '3.3.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
# RequiredAssemblies = @()

src/ResourceManager/Automation/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,20 @@
1919
-->
2020
## Current Release
2121

22+
## Version 3.3.1
23+
2224
## Version 3.3.0
2325
* Made changes to AutomationDSC* cmdlets to pull more than 100 records
2426
* Resolved the issue where the Verbose streams stop working after calling some Automation cmdlets (for example Get-AzureRmAutomationVariable, Get-AzureRmAutomationJob).
2527
* Support for NodeConfiguration Build versioning added in StartAzureAutomationDscCompilationJob and ImportAzureAutomationDscNodeConfiguration.
2628
* Bug fixes for existing issues - Fixes the alias issue is #3775 and the runOn alias and support for HybridWorkers.
2729

2830
## Version 3.2.1
31+
2932
## Version 3.2.0
3033
* Properly setting TimeZone value for Weekly and Monthly schedules for New-AzureRmAutomationSchedule
3134
- More information can be found in this issue: https://github.com/Azure/azure-powershell/issues/3043
35+
3236
## Version 3.1.0
3337

3438
## Version 3.0.1

src/ResourceManager/Automation/Commands.Automation.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545

46-
[assembly: AssemblyVersion("3.3.0")]
47-
[assembly: AssemblyFileVersion("3.3.0")]
46+
[assembly: AssemblyVersion("3.3.1")]
47+
[assembly: AssemblyFileVersion("3.3.1")]
4848
[assembly: CLSCompliant(false)]
4949
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/ResourceManager/Automation/Commands.Automation/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545

46-
[assembly: AssemblyVersion("3.3.0")]
47-
[assembly: AssemblyFileVersion("3.3.0")]
46+
[assembly: AssemblyVersion("3.3.1")]
47+
[assembly: AssemblyFileVersion("3.3.1")]
4848
#if SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.ResourceManager.Automation.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
5050
#else

src/ResourceManager/AzureBackup/AzureRM.Backup.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.Backup'
33
#
44
# Generated by: Microsoft Corporation
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.3.0'
15+
ModuleVersion = '3.3.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -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 = '3.3.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '3.3.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
# RequiredAssemblies = @()

src/ResourceManager/AzureBackup/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 3.3.1
23+
2224
## Version 3.3.0
2325

2426
## Version 3.2.1

0 commit comments

Comments
 (0)