Skip to content

Commit 4d497ad

Browse files
committed
Az.StackHCI 0.3.0 -> 0.3.1
1 parent 555a4bc commit 4d497ad

File tree

3 files changed

+23
-11
lines changed

3 files changed

+23
-11
lines changed

src/StackHCI/Az.StackHCI.psd1

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 5/22/2020
6+
# Generated on: 2020/11/3
77
#
88

99
@{
1010

1111
# Script module or binary module file associated with this manifest.
12-
RootModule = 'Az.StackHCI.psm1'
12+
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.3.0'
15+
ModuleVersion = '0.3.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -75,7 +75,7 @@ FunctionsToExport = 'Register-AzStackHCI', 'Unregister-AzStackHCI'
7575
CmdletsToExport = @()
7676

7777
# Variables to export from this module
78-
# VariablesToExport = '*'
78+
# VariablesToExport = @()
7979

8080
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
8181
AliasesToExport = '*'
@@ -95,7 +95,7 @@ PrivateData = @{
9595
PSData = @{
9696

9797
# Tags applied to this module. These help with module discovery in online galleries.
98-
Tags = 'Az.StackHCI', 'AzureStackHCI', 'StackHCI'
98+
Tags = 'Az.StackHCI','AzureStackHCI','StackHCI'
9999

100100
# A URL to the license for this module.
101101
LicenseUri = 'http://aka.ms/azps-license'
@@ -107,11 +107,20 @@ PrivateData = @{
107107
# IconUri = ''
108108

109109
# ReleaseNotes of this module
110-
ReleaseNotes = 'Get the App Roles assigned correctly in case of Stack HCI registration using WAC token.'
110+
ReleaseNotes = '* Fixed an issue that may block Stack HCI registration.'
111+
112+
# Prerelease string of this module
113+
# Prerelease = ''
114+
115+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
116+
# RequireLicenseAcceptance = $false
117+
118+
# External dependent modules of this module
119+
# ExternalModuleDependencies = @()
111120

112121
} # End of PSData hashtable
113122

114-
} # End of PrivateData hashtable
123+
} # End of PrivateData hashtable
115124

116125
# HelpInfo URI of this module
117126
# HelpInfoURI = ''

src/StackHCI/ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Workaround for the token cache issue in Az.Accounts 2.1.0. Using AuthenticationFactory.
21+
22+
## Version 0.3.1
23+
* Fixed an issue that may block Stack HCI registration.
24+
- Workaround for the token cache issue in Az.Accounts 2.1.0. Using AuthenticationFactory.
2225

2326
## Version 0.3.0
2427
* Get the App Roles assigned correctly in case of Stack HCI registration using WAC token.

src/StackHCI/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ----------------------------------------------------------------------------------
1+
// ----------------------------------------------------------------------------------
22
//
33
// Copyright Microsoft Corporation
44
// Licensed under the Apache License, Version 2.0 (the "License");
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("8853A329-2E41-4A6A-808B-9D1170A5BBB4")]
27-
[assembly: AssemblyVersion("0.3.0")]
28-
[assembly: AssemblyFileVersion("0.3.0")]
27+
[assembly: AssemblyVersion("0.3.1")]
28+
[assembly: AssemblyFileVersion("0.3.1")]

0 commit comments

Comments
 (0)