Skip to content

Commit ec3377a

Browse files
author
SDKAuto
committed
CodeGen from PR 17174 in Azure/azure-rest-api-specs
Merge 856e92ead75e74ddcb97f4409edc545be908525b into 6af1afc7c3fbdea232a80f1334894d459e1dc922
1 parent 758f0c8 commit ec3377a

26 files changed

+630
-6056
lines changed

sdk/monitor/arm-monitor/CHANGELOG.md

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
11
# Release History
2-
3-
## 7.0.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
2+
3+
## 8.0.0-beta.1 (2022-02-07)
4+
5+
**Features**
6+
7+
- Added Interface ActionGroup
8+
- Added Interface ActionList
9+
- Added Interface ActivityLogAlertsListByResourceGroupNextOptionalParams
10+
- Added Interface ActivityLogAlertsListBySubscriptionIdNextOptionalParams
11+
- Added Interface AlertRuleAllOfCondition
12+
- Added Interface AlertRuleLeafCondition
13+
- Added Interface AlertRuleList
14+
- Added Interface AlertRulePatchObject
15+
- Added Interface AzureResourceAutoGenerated
16+
- Added Interface ErrorResponseAutoGenerated
17+
- Added Type Alias ActivityLogAlertsListByResourceGroupNextResponse
18+
- Added Type Alias ActivityLogAlertsListBySubscriptionIdNextResponse
19+
- Added Type Alias AlertRuleAnyOfOrLeafCondition
20+
- Add parameters of AzureResourceAutoGenerated to TypeAlias ActivityLogAlertResource
21+
22+
**Breaking Changes**
23+
24+
- Operation ActivityLogAlerts.update has a new signature
25+
- Delete parameters of Resource in TypeAlias ActivityLogAlertResource
26+
27+
1328
## 7.0.0 (2021-12-20)
1429

1530
The package of @azure/arm-monitor is using our next generation design principles since version 7.0.0, which contains breaking changes.

sdk/monitor/arm-monitor/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021 Microsoft
3+
Copyright (c) 2022 Microsoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

sdk/monitor/arm-monitor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Monitor Management Client
66

77
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/monitor/arm-monitor) |
88
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-monitor) |
9-
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-monitor) |
9+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-monitor?view=azure-node-preview) |
1010
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
1111

1212
## Getting started

sdk/monitor/arm-monitor/_meta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"commit": "d967edeee8fd6af6d40bffe53cceed1bd053d7ad",
2+
"commit": "3142a53ae6aa3da406c001215ba3ee023c46c518",
33
"readme": "specification/monitor/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.1.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\mydev\\azure-sdk-for-js ../azure-rest-api-specs/specification/monitor/resource-manager/readme.md --use=@autorest/[email protected].20211217.1",
4+
"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=/home/vsts/work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/monitor/resource-manager/readme.md --use=@autorest/[email protected].20220105.1",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"use": "@autorest/[email protected].20211217.1"
6+
"use": "@autorest/[email protected].20220105.1"
77
}
Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
11
{
22
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
33
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
4-
"docModel": { "enabled": true },
5-
"apiReport": { "enabled": true, "reportFolder": "./review" },
4+
"docModel": {
5+
"enabled": true
6+
},
7+
"apiReport": {
8+
"enabled": true,
9+
"reportFolder": "./review"
10+
},
611
"dtsRollup": {
712
"enabled": true,
813
"untrimmedFilePath": "",
914
"publicTrimmedFilePath": "./types/arm-monitor.d.ts"
1015
},
1116
"messages": {
12-
"tsdocMessageReporting": { "default": { "logLevel": "none" } },
17+
"tsdocMessageReporting": {
18+
"default": {
19+
"logLevel": "none"
20+
}
21+
},
1322
"extractorMessageReporting": {
14-
"ae-missing-release-tag": { "logLevel": "none" },
15-
"ae-unresolved-link": { "logLevel": "none" }
23+
"ae-missing-release-tag": {
24+
"logLevel": "none"
25+
},
26+
"ae-unresolved-link": {
27+
"logLevel": "none"
28+
}
1629
}
1730
}
18-
}
31+
}

sdk/monitor/arm-monitor/package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for MonitorClient.",
6-
"version": "7.0.1",
6+
"version": "8.0.0-beta.1",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -42,11 +42,7 @@
4242
"@azure/identity": "^2.0.1",
4343
"@azure-tools/test-recorder": "^1.0.0",
4444
"mocha": "^7.1.1",
45-
"cross-env": "^7.0.2",
46-
"@azure/arm-eventhub": "^5.0.0",
47-
"@azure/arm-logic": "^8.0.0",
48-
"@azure/arm-operationalinsights": "^8.0.0",
49-
"@azure/arm-storage": "^17.0.0"
45+
"cross-env": "^7.0.2"
5046
},
5147
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/monitor/arm-monitor",
5248
"repository": {
@@ -103,4 +99,4 @@
10399
},
104100
"sideEffects": false,
105101
"autoPublish": true
106-
}
102+
}

0 commit comments

Comments
 (0)