Skip to content

Commit

Permalink
Post release automated changes for monitor releases (Azure#24906)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-monitor-ingestion
  • Loading branch information
azure-sdk authored Mar 20, 2023
1 parent 0ac6d1c commit 24fdcf2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions sdk/monitor/monitor-ingestion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0 (2023-02-15)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/monitor-ingestion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/monitor-ingestion",
"version": "1.0.0",
"version": "1.0.1",
"description": "Azure Monitor Ingestion library",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/monitor-ingestion/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/**
* @internal
*/
export const SDK_VERSION: string = "1.0.0";
export const SDK_VERSION: string = "1.0.1";

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

2 changes: 1 addition & 1 deletion sdk/monitor/monitor-ingestion/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ output-folder: ../
source-code-folder-path: ./src/generated
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/f07297ce913bfc911470a86436e73c9aceec0587/specification/monitor/data-plane/ingestion/stable/2023-01-01/DataCollectionRules.json
add-credentials: true
package-version: 1.0.0
package-version: 1.0.1
hide-clients: true
use-extension:
"@autorest/typescript": "6.0.0-beta.15"
Expand Down

0 comments on commit 24fdcf2

Please sign in to comment.