Skip to content

Commit

Permalink
Release Az.Tools.Predictor 1.0.2 (#19603)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dingmeng-xue and kceiw authored Sep 24, 2022
1 parent 0ac6c87 commit 5775da7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For more information on Az Predictor, please visit the following: https://aka.ms

<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.18.0" />
<PackageReference Include="Microsoft.Azure.PowerShell.Common.Share" Version="1.3.45-preview" />
<PackageReference Include="Microsoft.Azure.PowerShell.Common.Share" Version="1.3.61-preview" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.0">
<ExcludeAssets>contentFiles</ExcludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RootModule = 'Az.Tools.Predictor.psm1'

# Version number of this module.
ModuleVersion = '1.0.1'
ModuleVersion = '1.0.2'

# Supported PSEditions
CompatiblePSEditions = 'Core'
Expand Down Expand Up @@ -42,7 +42,7 @@ PowerShellVersion = '7.2'

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

# 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.
CmdletsToExport = @("Enable-AzPredictor", "Disable-AzPredictor", "Open-AzPredictorSurvey", "Send-AzPredictorRating")
Expand All @@ -67,7 +67,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Updated dependencies'
ReleaseNotes = '* Updated survey message'

# Prerelease string of this module
# Prerelease = ''
Expand Down
5 changes: 5 additions & 0 deletions tools/Az.Tools.Predictor/Az.Tools.Predictor/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
- Additional information about change #1
-->
## Upcoming Release
## Version 1.0.2
* Updated survey message

## Version 1.0.1
* Updated dependencies

## Version 1.0.0
* Added improved verification of dependency when importing the module
Expand Down
2 changes: 1 addition & 1 deletion tools/Az.Tools.Predictor/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Authors>Microsoft Corporation</Authors>
<Company>Microsoft Corporation</Company>
<Copyright>Microsoft Corporation. All rights reserved.</Copyright>
Expand Down

0 comments on commit 5775da7

Please sign in to comment.