Skip to content
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
40 changes: 28 additions & 12 deletions sdk/monitor/arm-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
# Release History

## 8.0.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 8.0.0-beta.1 (2022-06-10)

## 8.0.0-beta.2 (2022-07-19)

**Features**

- Added operation group PredictiveMetric
- Added operation ActionGroups.beginCreateNotificationsAtActionGroupResourceLevel
- Added operation ActionGroups.beginCreateNotificationsAtActionGroupResourceLevelAndWait
- Added operation ActionGroups.beginCreateNotificationsAtResourceGroupLevel
Expand All @@ -36,6 +27,8 @@
- Added Interface AlertRuleLeafCondition
- Added Interface AlertRuleList
- Added Interface AlertRulePatchObject
- Added Interface AutoscaleErrorResponse
- Added Interface AutoscaleErrorResponseError
- Added Interface AzureResourceAutoGenerated
- Added Interface ColumnDefinition
- Added Interface DataCollectionRuleAssociationsListByDataCollectionEndpointNextOptionalParams
Expand All @@ -46,6 +39,13 @@
- Added Interface LogFileSettings
- Added Interface LogFileTextSettings
- Added Interface Metadata
- Added Interface PredictiveAutoscalePolicy
- Added Interface PredictiveMetricGetOptionalParams
- Added Interface PredictiveResponse
- Added Interface PredictiveValue
- Added Interface ResourceAutoGenerated2
- Added Interface ResourceAutoGenerated3
- Added Interface ResourceAutoGenerated4
- Added Interface StreamDeclaration
- Added Type Alias ActionGroupsCreateNotificationsAtActionGroupResourceLevelResponse
- Added Type Alias ActionGroupsCreateNotificationsAtResourceGroupLevelResponse
Expand All @@ -63,6 +63,9 @@
- Added Type Alias KnownLogFileTextSettingsRecordStartTimestampFormat
- Added Type Alias LogFilesDataSourceSettings
- Added Type Alias LogFileSettingsText
- Added Type Alias PredictiveAutoscalePolicyScaleMode
- Added Type Alias PredictiveMetricGetResponse
- Interface AutoscaleSettingResourcePatch has a new optional parameter predictiveAutoscalePolicy
- Interface DataCollectionRule has a new optional parameter dataCollectionEndpointId
- Interface DataCollectionRule has a new optional parameter metadata
- Interface DataCollectionRule has a new optional parameter streamDeclarations
Expand All @@ -75,15 +78,28 @@
- Interface DataFlow has a new optional parameter transformKql
- Interface DataSourcesSpec has a new optional parameter iisLogs
- Interface DataSourcesSpec has a new optional parameter logFiles
- Interface Resource has a new optional parameter systemData
- Class MonitorClient has a new parameter predictiveMetric
- Add parameters of AzureResourceAutoGenerated to TypeAlias ActivityLogAlertResource
- Add parameters of ResourceAutoGenerated to TypeAlias AlertRuleResource
- Add parameters of ResourceAutoGenerated2 to TypeAlias LogProfileResource
- Add parameters of ResourceAutoGenerated4 to TypeAlias LogSearchRuleResource
- Add parameters of ResourceAutoGenerated3 to TypeAlias MetricAlertResource
- Type Alias AutoscaleSettingResource has a new parameter predictiveAutoscalePolicy
- Added Enum KnownKnownColumnDefinitionType
- Added Enum KnownKnownLogFilesDataSourceFormat
- Added Enum KnownKnownLogFileTextSettingsRecordStartTimestampFormat

**Breaking Changes**

- Operation ActivityLogAlerts.update has a new signature
- Interface ResourceAutoGenerated no longer has parameter etag
- Interface ResourceAutoGenerated no longer has parameter kind
- Delete parameters of Resource in TypeAlias ActivityLogAlertResource
- Delete parameters of Resource in TypeAlias AlertRuleResource
- Delete parameters of Resource in TypeAlias LogProfileResource
- Delete parameters of ResourceAutoGenerated in TypeAlias LogSearchRuleResource
- Delete parameters of Resource in TypeAlias MetricAlertResource


## 7.0.0 (2021-12-20)
Expand Down
8 changes: 4 additions & 4 deletions sdk/monitor/arm-monitor/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "8ff65a981663fddf0027b1af7fcac127c2722788",
"commit": "9015d3d90edfe306ccf5f45da69953a264ff7cb6",
"readme": "specification/monitor/resource-manager/readme.md",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\monitor\\resource-manager\\readme.md --use=@autorest/[email protected]beta.20 --generate-sample=true",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/monitor/resource-manager/readme.md --use=@autorest/[email protected]alpha.19.20220425.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
"use": "@autorest/[email protected]beta.20"
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.0",
"use": "@autorest/[email protected]alpha.19.20220425.1"
}
20 changes: 3 additions & 17 deletions sdk/monitor/arm-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,8 @@
"@azure-tools/test-recorder": "^2.0.0",
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^7.1.1",
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@azure/dev-tool": "^1.0.0",
"@azure/arm-eventhub": "^5.0.0",
"@azure/arm-logic": "^8.0.0",
"@azure/arm-operationalinsights": "^8.0.0",
"@azure/arm-storage": "^17.0.0"
"@azure/dev-tool": "^1.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/monitor/arm-monitor",
"repository": {
Expand Down Expand Up @@ -114,13 +108,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-monitor?view=azure-node-preview"
}
}
"autoPublish": true
}
Loading