Skip to content

Commit d9041a9

Browse files
authored
Post release automated changes for azure-monitor-ingestion (Azure#22989)
1 parent 554404b commit d9041a9

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

sdk/monitor/monitor-ingestion/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.0.0-beta.3 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.2 (2022-08-22)
414

515
### Features Added

sdk/monitor/monitor-ingestion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/monitor-ingestion",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-beta.3",
44
"description": "Azure Monitor Ingestion library",
55
"sdk-type": "client",
66
"main": "dist/index.js",

sdk/monitor/monitor-ingestion/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
/**
55
* @internal
66
*/
7-
export const SDK_VERSION: string = "1.0.0-beta.2";
7+
export const SDK_VERSION: string = "1.0.0-beta.3";

sdk/monitor/monitor-ingestion/src/generated/generatedMonitorIngestionClientContext.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/monitor/monitor-ingestion/swagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ output-folder: ../
1515
source-code-folder-path: ./src/generated
1616
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/c6d856b6ca7f079e96ed8680bd867b8d6c197669/specification/monitor/data-plane/ingestion/preview/2021-11-01-preview/DataCollectionRules.json
1717
add-credentials: true
18-
package-version: 1.0.0-beta.2
18+
package-version: 1.0.0-beta.3
1919
hide-clients: true
2020
use-extension:
2121
"@autorest/typescript": "6.0.0-beta.15"

0 commit comments

Comments
 (0)