@azure/arm-monitor 8.0.0-alpha.20240905.2 → 8.0.0-alpha.20240909.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -10
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  ## 8.0.0-beta.5 (2024-03-28)
14
14
 
15
- **Features**
15
+ ### Features Added
16
16
 
17
17
  - Added operation group AzureMonitorWorkspaces
18
18
  - Added operation group MetricsOperations
@@ -322,7 +322,7 @@
322
322
  - Enum KnownProvisioningState has a new value Deleting
323
323
  - Added function getContinuationToken
324
324
 
325
- **Breaking Changes**
325
+ ### Breaking Changes
326
326
 
327
327
  - Removed operation group Metrics
328
328
  - Removed operation ActionGroups.beginPostTestNotifications
@@ -373,7 +373,7 @@
373
373
 
374
374
  ## 8.0.0-beta.4 (2023-02-13)
375
375
 
376
- **Features**
376
+ ### Features Added
377
377
 
378
378
  - Added operation group AzureMonitorWorkspaces
379
379
  - Added operation group MetricsOperations
@@ -576,7 +576,7 @@
576
576
  - Enum KnownProvisioningState has a new value Deleting
577
577
  - Added function getContinuationToken
578
578
 
579
- **Breaking Changes**
579
+ ### Breaking Changes
580
580
 
581
581
  - Removed operation group Metrics
582
582
  - Operation ActivityLogAlerts.update has a new signature
@@ -606,7 +606,7 @@
606
606
 
607
607
  ## 8.0.0-beta.3 (2023-01-29)
608
608
 
609
- **Features**
609
+ ### Features Added
610
610
 
611
611
  - Added operation group PredictiveMetric
612
612
  - Added operation ActionGroups.beginCreateNotificationsAtActionGroupResourceLevel
@@ -744,7 +744,7 @@
744
744
  - Added Enum KnownPrivateEndpointServiceConnectionStatus
745
745
  - Added function getContinuationToken
746
746
 
747
- **Breaking Changes**
747
+ ### Breaking Changes
748
748
 
749
749
  - Operation ActivityLogAlerts.update has a new signature
750
750
  - Interface ActivityLogsListNextOptionalParams no longer has parameter select
@@ -760,7 +760,7 @@
760
760
 
761
761
  ## 8.0.0-beta.2 (2022-07-29)
762
762
 
763
- **Features**
763
+ ### Features Added
764
764
 
765
765
  - Added operation group PredictiveMetric
766
766
  - Added operation ActionGroups.beginCreateNotificationsAtActionGroupResourceLevel
@@ -898,7 +898,7 @@
898
898
  - Added Enum KnownPrivateEndpointConnectionProvisioningState
899
899
  - Added Enum KnownPrivateEndpointServiceConnectionStatus
900
900
 
901
- **Breaking Changes**
901
+ ### Breaking Changes
902
902
 
903
903
  - Operation ActivityLogAlerts.update has a new signature
904
904
  - Interface AzureResource no longer has parameter identity
@@ -910,7 +910,7 @@
910
910
 
911
911
  ## 8.0.0-beta.1 (2022-06-10)
912
912
 
913
- **Features**
913
+ ### Features Added
914
914
 
915
915
  - Added operation ActionGroups.beginCreateNotificationsAtActionGroupResourceLevel
916
916
  - Added operation ActionGroups.beginCreateNotificationsAtActionGroupResourceLevelAndWait
@@ -978,7 +978,7 @@
978
978
  - Added Enum KnownKnownLogFilesDataSourceFormat
979
979
  - Added Enum KnownKnownLogFileTextSettingsRecordStartTimestampFormat
980
980
 
981
- **Breaking Changes**
981
+ ### Breaking Changes
982
982
 
983
983
  - Operation ActivityLogAlerts.update has a new signature
984
984
  - Delete parameters of Resource in TypeAlias ActivityLogAlertResource
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for MonitorClient.",
6
- "version": "8.0.0-alpha.20240905.2",
6
+ "version": "8.0.0-alpha.20240909.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },