Skip to content

[Monitor] correct version for Az.Monitor #19617

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 1 commit into from
Sep 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("68c9e5fe-3c10-46ed-b371-9a8c93ad49c7")]
[assembly: AssemblyVersion("4.1.0")]
[assembly: AssemblyFileVersion("4.1.0")]
[assembly: AssemblyVersion("3.1.0")]
[assembly: AssemblyFileVersion("3.1.0")]
4 changes: 2 additions & 2 deletions src/Monitor/Autoscale.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("79a49907-5281-40df-89a6-b706a11f0b41")]
[assembly: AssemblyVersion("4.1.0")]
[assembly: AssemblyFileVersion("4.1.0")]
[assembly: AssemblyVersion("3.1.0")]
[assembly: AssemblyFileVersion("3.1.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("c0565a0c-7066-46c4-9090-0c88e7d16c5f")]
[assembly: AssemblyVersion("4.1.0")]
[assembly: AssemblyFileVersion("4.1.0")]
[assembly: AssemblyVersion("3.1.0")]
[assembly: AssemblyFileVersion("3.1.0")]
12 changes: 7 additions & 5 deletions src/Monitor/Monitor/Az.Monitor.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ CmdletsToExport = 'Get-AzMetricDefinition', 'Get-AzMetric', 'Remove-AzLogProfile
'Remove-AzDataCollectionRuleAssociation'

# Variables to export from this module
VariablesToExport = '*'
# VariablesToExport = @()

# 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.
AliasesToExport = 'Get-AzLog'
Expand Down Expand Up @@ -165,12 +165,14 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Upgraded API version for DiagnosticSetting from 2017-05-01-preview to 2021-05-01-preview
* Upgraded API version for ScheduledQueryRule from 2018-04-16 to 2021-08-01
* Upgrade API version for Autoscale from 2015-04-01 to 2022-10-01'
ReleaseNotes = '* Added breaking change warning messages for
- ''ActivityLogAlert''
- ''DiagnosticSetting''
- ''ScheduledQueryRule''
- ''Autoscale'''

# Prerelease string of this module
#Prerelease = 'preview'
# Prerelease = ''

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
2 changes: 1 addition & 1 deletion src/Monitor/Monitor/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
- `Set-AzDiagnosticSetting`
- `New-AzDiagnosticDetailSetting` replaced by `New-AzDiagnosticSettingLogSettingsObject` and `New-AzDiagnosticSettingMetricSettingsObject`
- `Get-AzSubscriptionDiagnosticSettingCategory` replaced by `Get-AzEventCategory`
* [BreakingChange] Upgrade API version for Autoscale from 2015-04-01 to 2022-10-01
* [BreakingChange] Upgraded API version for Autoscale from 2015-04-01 to 2022-10-01
- `Get-AzAutoscaleSetting`
- `Remove-AzAutoscaleSetting`
- `Add-AzAutoscaleSetting` replaced by `New-AzAutoscaleSetting`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("60e17e57-5f4f-4fa2-809f-6d1b00f496a9")]
[assembly: AssemblyVersion("4.1.0")]
[assembly: AssemblyFileVersion("4.1.0")]
[assembly: AssemblyVersion("3.1.0")]
[assembly: AssemblyFileVersion("3.1.0")]