Skip to content

[6.4.0] Update module versions for release #6541

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jun 29, 2018

Conversation

cormacpayne
Copy link
Member

@cormacpayne cormacpayne commented Jun 27, 2018

Description

Checklist

@cormacpayne cormacpayne changed the base branch from preview to release-2018-06-29 June 27, 2018 01:59
@cormacpayne
Copy link
Member Author

cormacpayne commented Jun 27, 2018

@@ -166,7 +166,7 @@ public void Analyze(IEnumerable<string> cmdletProbingDirs, IEnumerable<string> m
Path.GetDirectoryName(new Uri(Assembly.GetExecutingAssembly().CodeBase).AbsolutePath);

string filePath = executingPath + "\\SerializedCmdlets\\" + fileName;
bool serialize = false;
bool serialize = true;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will revert this change

@@ -29,8 +29,8 @@ public class Program
{
static IList<IStaticAnalyzer> Analyzers = new List<IStaticAnalyzer>()
{
new DependencyAnalyzer.DependencyAnalyzer(),
new SignatureVerifier.SignatureVerifier(),
//new DependencyAnalyzer.DependencyAnalyzer(),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will revert this change

@@ -302,7 +302,7 @@ public Version GetVersionBumpUsingSerialized(bool serialize = true)
CheckBreakingChangesInModules(oldModuleMetadata, newModuleMetadata, issueLogger);
if (issueLogger.Records.Any())
{
tempVersionBump = Version.MAJOR;
tempVersionBump = Version.PATCH;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will revert this change

'.\AutoMapper.dll', '.\System.Management.Automation.dll'
RequiredAssemblies = '.\YamlDotNet.dll',
'.\Microsoft.Azure.Commands.Common.Graph.RBAC.dll',
'.\AutoMapper.dll', 'System.Management.Automation.dll'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will revert this change to System.Management.Automation.dll

@maddieclayton
Copy link
Contributor

Only comment is regarding the version of sql discussed offline

@maddieclayton maddieclayton removed their assignment Jun 27, 2018
…l into release-2018-06-29

# Conflicts:
#	src/ResourceManager/Network/Commands.Network/ChangeLog.md
@cormacpayne
Copy link
Member Author

…se-2018-06-29

# Conflicts:
#	src/ResourceManager/DataLakeStore/Commands.DataLakeStore/ChangeLog.md
@cormacpayne
Copy link
Member Author

…l into release-2018-06-29

# Conflicts:
#	src/ResourceManager/MachineLearning/Commands.MachineLearning/ChangeLog.md
#	src/ResourceManager/SignalR/Commands.SignalR/ChangeLog.md
#	tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.Reservations.dll.json
@cormacpayne
Copy link
Member Author

maddieclayton
maddieclayton previously approved these changes Jun 29, 2018
@cormacpayne cormacpayne merged commit 53e0edb into Azure:release-2018-06-29 Jun 29, 2018
@cormacpayne cormacpayne deleted the release-2018-06-29 branch September 12, 2018 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants