Skip to content

Commit

Permalink
bump api-version for azure.resourcemanager.monitor (#34409)
Browse files Browse the repository at this point in the history
* bump api-version

* mitigate breaking change and remove some preview apis

* polish new things

* updates changelog

* regenerate samples

* bump api-version for metrics

* regenerate samples

* record some of the test cases again

* record some of the test cases

* regenerate samples

* update

* update the changelog accordingly

---------

Co-authored-by: mcgallan <[email protected]>
  • Loading branch information
ArcturusZhang and mcgallan committed Mar 13, 2023
1 parent 276e381 commit 2868866
Show file tree
Hide file tree
Showing 65 changed files with 5,637 additions and 3,254 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@ Global
{389FF301-8112-4E6A-B40C-94E669470B93}.Release|x64.Build.0 = Release|Any CPU
{389FF301-8112-4E6A-B40C-94E669470B93}.Release|x86.ActiveCfg = Release|Any CPU
{389FF301-8112-4E6A-B40C-94E669470B93}.Release|x86.Build.0 = Release|Any CPU
{83F3CBF7-2089-4F01-9B4B-756FE2A27431}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83F3CBF7-2089-4F01-9B4B-756FE2A27431}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83F3CBF7-2089-4F01-9B4B-756FE2A27431}.Debug|x64.ActiveCfg = Debug|Any CPU
{83F3CBF7-2089-4F01-9B4B-756FE2A27431}.Debug|x64.Build.0 = Debug|Any CPU
{83F3CBF7-2089-4F01-9B4B-756FE2A27431}.Debug|x86.ActiveCfg = Debug|Any CPU
{83F3CBF7-2089-4F01-9B4B-756FE2A27431}.Debug|x86.Build.0 = Debug|Any CPU
{83F3CBF7-2089-4F01-9B4B-756FE2A27431}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83F3CBF7-2089-4F01-9B4B-756FE2A27431}.Release|Any CPU.Build.0 = Release|Any CPU
{83F3CBF7-2089-4F01-9B4B-756FE2A27431}.Release|x64.ActiveCfg = Release|Any CPU
{83F3CBF7-2089-4F01-9B4B-756FE2A27431}.Release|x64.Build.0 = Release|Any CPU
{83F3CBF7-2089-4F01-9B4B-756FE2A27431}.Release|x86.ActiveCfg = Release|Any CPU
{83F3CBF7-2089-4F01-9B4B-756FE2A27431}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
5 changes: 5 additions & 0 deletions sdk/monitor/Azure.ResourceManager.Monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@

### Other Changes

- Bump api-version of `ActionGroups` to `2023-01-01`.
- Bump api-version of `Metrics` to `2021-05-01`.
- Method `MonitorExtensions.CreateNotifications` and `MonitorExtensions.CreateNotificationsAsync` on `SubscriptionResource` and `ResourceGroupResource` were no longer available for api-version >= `2023-01-01`.
- Method `MonitorExtensions.GetNotificationStatus` and `MonitorExtensions.GetNotificationStatusAsync` on `SubscriptionResource` and `ResourceGroupResource` were no longer available for api-version >= `2023-01-01`.

## 1.0.1 (2023-02-21)

### Other Changes
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2868866

Please sign in to comment.