Skip to content

Commit e5f7d5f

Browse files
authored
Release new version for OperationalInsights version 2025-02-01 (Azure#49537)
1 parent fb53500 commit e5f7d5f

File tree

103 files changed

+3826
-1350
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+3826
-1350
lines changed

sdk/operationalinsights/Azure.ResourceManager.OperationalInsights/CHANGELOG.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
# Release History
22

3-
## 1.3.0-beta.3 (Unreleased)
3+
## 1.3.0 (2025-04-24)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Upgraded api-version tag from 'package-2022-10' to 'package-2025-02-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/b713df239eb640a56fb4b4db9648ad4bf1388e3b/specification/operationalinsights/resource-manager/readme.md.
108

119
### Other Changes
1210

11+
- Upgraded Azure.Core from 1.39.0 to 1.45.0
12+
- Upgraded Azure.ResourceManager from 1.12.0 to 1.13.0
13+
1314
## 1.3.0-beta.2 (2025-03-18)
1415

1516
### Bugs Fixed
1617

17-
- Fix issue #48747, add custom serialization and deserialization methods for `KeyVaultUri` in `OperationalInsightsKeyVaultProperties`
18+
- Fixed issue #48747, add custom serialization and deserialization methods for `KeyVaultUri` in `OperationalInsightsKeyVaultProperties`
1819

1920
## 1.3.0-beta.1 (2024-10-15)
2021

@@ -23,12 +24,14 @@
2324
- Exposed `JsonModelWriteCore` for model serialization procedure.
2425

2526
### Bugs Fixed
26-
- Fix [BUG] Wrong request during the LRO of OperationaIInsights - Cluster - PUT #40606
27+
28+
- Fixed [BUG] Wrong request during the LRO of OperationaIInsights - Cluster - PUT #40606.
29+
2730
## 1.2.2 (2024-05-07)
2831

2932
### Features Added
3033

31-
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.
34+
- Added `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.
3235

3336
### Bugs Fixed
3437

@@ -38,18 +41,18 @@
3841

3942
### Features Added
4043

41-
- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
44+
- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
4245
- Added experimental Bicep serialization.
4346

4447
### Bugs Fixed
4548

46-
- Add `IsRetentionInDaysAsDefault`,`IsTotalRetentionInDaysAsDefault` to replace the original `RetentionInDaysAsDefault`, `TotalRetentionInDaysAsDefault` to solve the deserialization issue
49+
- Added `IsRetentionInDaysAsDefault`,`IsTotalRetentionInDaysAsDefault` to replace the original `RetentionInDaysAsDefault`, `TotalRetentionInDaysAsDefault` to solve the deserialization issue
4750

4851
## 1.2.0 (2023-11-29)
4952

5053
### Features Added
5154

52-
- Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
55+
- Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
5356

5457
### Other Changes
5558

@@ -59,7 +62,7 @@
5962

6063
### Features Added
6164

62-
- Enable the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
65+
- Enabled the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
6366

6467
### Other Changes
6568

sdk/operationalinsights/Azure.ResourceManager.OperationalInsights/api/Azure.ResourceManager.OperationalInsights.net8.0.cs

Lines changed: 142 additions & 3 deletions
Large diffs are not rendered by default.

sdk/operationalinsights/Azure.ResourceManager.OperationalInsights/api/Azure.ResourceManager.OperationalInsights.netstandard2.0.cs

Lines changed: 142 additions & 3 deletions
Large diffs are not rendered by default.

sdk/operationalinsights/Azure.ResourceManager.OperationalInsights/samples/Generated/Samples/Sample_LogAnalyticsQueryCollection.cs

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/operationalinsights/Azure.ResourceManager.OperationalInsights/samples/Generated/Samples/Sample_LogAnalyticsQueryPackCollection.cs

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/operationalinsights/Azure.ResourceManager.OperationalInsights/samples/Generated/Samples/Sample_LogAnalyticsQueryPackResource.cs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/operationalinsights/Azure.ResourceManager.OperationalInsights/samples/Generated/Samples/Sample_LogAnalyticsQueryResource.cs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)