Skip to content

Commit 5775da7

Browse files
dingmeng-xuekceiw
andauthored
Release Az.Tools.Predictor 1.0.2 (#19603)
* Fix module's dependency (#17824) * Update the external dependenct modules * update the packages to GA version * Exclude contentFiles in the out directory * Remove Az as the external dependent module * Format the csproj file. * update files * Release Az.Tools.Predictor 1.0.2 * Update Az.Tools.Predictor.csproj * Update Az.Tools.Predictor.psd1 Co-authored-by: kceiw <[email protected]>
1 parent 0ac6c87 commit 5775da7

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

tools/Az.Tools.Predictor/Az.Tools.Predictor/Az.Tools.Predictor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For more information on Az Predictor, please visit the following: https://aka.ms
2222

2323
<ItemGroup>
2424
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.18.0" />
25-
<PackageReference Include="Microsoft.Azure.PowerShell.Common.Share" Version="1.3.45-preview" />
25+
<PackageReference Include="Microsoft.Azure.PowerShell.Common.Share" Version="1.3.61-preview" />
2626
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.0">
2727
<ExcludeAssets>contentFiles</ExcludeAssets>
2828
</PackageReference>

tools/Az.Tools.Predictor/Az.Tools.Predictor/Az.Tools.Predictor.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
RootModule = 'Az.Tools.Predictor.psm1'
1212

1313
# Version number of this module.
14-
ModuleVersion = '1.0.1'
14+
ModuleVersion = '1.0.2'
1515

1616
# Supported PSEditions
1717
CompatiblePSEditions = 'Core'
@@ -42,7 +42,7 @@ PowerShellVersion = '7.2'
4242

4343
# Modules that must be imported into the global environment prior to importing this module
4444
RequiredModules = @(@{ModuleName = 'PSReadLine'; ModuleVersion = '2.2.2'; },
45-
@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.2';})
45+
@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.1';})
4646

4747
# Cmdlets 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 cmdlets to export.
4848
CmdletsToExport = @("Enable-AzPredictor", "Disable-AzPredictor", "Open-AzPredictorSurvey", "Send-AzPredictorRating")
@@ -67,7 +67,7 @@ PrivateData = @{
6767
# IconUri = ''
6868

6969
# ReleaseNotes of this module
70-
ReleaseNotes = '* Updated dependencies'
70+
ReleaseNotes = '* Updated survey message'
7171

7272
# Prerelease string of this module
7373
# Prerelease = ''

tools/Az.Tools.Predictor/Az.Tools.Predictor/ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
## Version 1.0.2
22+
* Updated survey message
23+
24+
## Version 1.0.1
25+
* Updated dependencies
2126

2227
## Version 1.0.0
2328
* Added improved verification of dependency when importing the module

tools/Az.Tools.Predictor/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
7-
<Version>1.0.1</Version>
7+
<Version>1.0.2</Version>
88
<Authors>Microsoft Corporation</Authors>
99
<Company>Microsoft Corporation</Company>
1010
<Copyright>Microsoft Corporation. All rights reserved.</Copyright>

0 commit comments

Comments
 (0)