Skip to content

Commit

Permalink
[@azure/monitor-query] [@azure/monitor-ingestion] Update Version Info (
Browse files Browse the repository at this point in the history
…#29943)

### Packages impacted by this PR

1. @azure/monitor-query 
2. @azure/monitor-ingestion

### Issues associated with this PR

NA

### Describe the problem that is addressed by this PR

Both the above packages are scheduled for next week release. All the
code changes have been merged. This is to update the version required
based on the prepare release.

### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?

None

### Are there test cases added in this PR? _(If not, why?)_

None

### Provide a list of related PRs _(if any)_

None

### Checklists
- [X] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
  • Loading branch information
sarangan12 authored Jun 7, 2024
1 parent 0d80afd commit 1a28734
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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,7 +4,7 @@
/**
* @internal
*/
export const SDK_VERSION: string = "1.0.1";
export const SDK_VERSION: string = "1.1.0";

/**
* Known values for Monitor Audience
Expand Down

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.1
package-version: 1.1.0
hide-clients: true
use-extension:
"@autorest/typescript": "6.0.0-beta.15"
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/monitor-query/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* @internal
*/
export const SDK_VERSION: string = "1.2.0";
export const SDK_VERSION: string = "1.3.0";

/**
* Known values for Monitor Audience
Expand Down

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

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

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

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

0 comments on commit 1a28734

Please sign in to comment.