Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-ResourceManager Resource Release #48614

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions sdk/anomalydetector/Azure.AI.AnomalyDetector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# Release History

## 3.0.0-preview.8 (Unreleased)
## 3.0.0-preview.8 (2025-03-08)

### Features Added

- Introduced model factory `Azure.AI.AnomalyDetector.AnomalyDetectorModelFactory` for mocking.
- Exposed `JsonModelWriteCore` for model serialization procedure.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 3.0.0-preview.7 (2023-05-08)

### New Features
Expand Down
8 changes: 1 addition & 7 deletions sdk/batch/Azure.Compute.Batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.2 (2025-03-08)

### Features Added

- Exposed `JsonModelWriteCore` for model serialization procedure.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.1 (2024-06-01)

### Features Added
Expand Down
8 changes: 1 addition & 7 deletions sdk/communication/Azure.Communication.JobRouter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release History

## 1.1.0-beta.2 (Unreleased)
## 1.1.0-beta.2 (2025-03-08)

### Features Added

- Exposed `JsonModelWriteCore` for model serialization procedure.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.1.0-beta.1 (2024-04-12)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.2 (2025-03-08)

### Features Added

- Exposed `JsonModelWriteCore` for model serialization procedure.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.1 (2024-05-07)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release History

## 1.0.0-beta.3 (Unreleased)
## 1.0.0-beta.3 (2025-03-08)

### Features Added

- Exposed `JsonModelWriteCore` for model serialization procedure.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.2 (2024-03-27)

### Bugs Fixed
Expand Down
8 changes: 1 addition & 7 deletions sdk/contentsafety/Azure.AI.ContentSafety/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.1.0-beta.1 (2025-03-08)

### Features Added

- Exposed `JsonModelWriteCore` for model serialization procedure.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0 (2023-12-15)

### Features Added
Expand Down
12 changes: 3 additions & 9 deletions sdk/devcenter/Azure.Developer.DevCenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.1.0-beta.1 (2025-03-08)

### Features Added

- Exposed `JsonModelWriteCore` for model serialization procedure.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0 (2024-04-03)
This Azure DevCenter library release uses the 2023-04-01 GA API.

Expand All @@ -22,7 +16,7 @@ This Azure DevCenter library release uses the 2023-04-01 GA API.

### Breaking Changes

- Renamed `AzureDeveloperDevCenterClientOptions` back to `DevCenterClientOptions`
- Renamed `AzureDeveloperDevCenterClientOptions` back to `DevCenterClientOptions`

## 1.0.0-beta.3 (2023-10-31)
This release updates the Azure DevCenter library to use the 2023-04-01 GA API.
Expand All @@ -35,7 +29,7 @@ This release updates the Azure DevCenter library to use the 2023-04-01 GA API.
- Creating a new environment requires passing `environmentDefinitionName` instead of `catalogItemName`
- Creating a new environment requires passing an additional parameter `catalogName`
- `DevCenterClientOptions` renamed to `AzureDeveloperDevCenterClientOptions`
- No more default parameters in the clients. `userId`, `filter`, `maxCount`, `hibernate` and `context` parameters need to be specified in the methods.
- No more default parameters in the clients. `userId`, `filter`, `maxCount`, `hibernate` and `context` parameters need to be specified in the methods.
- `GetAction` renamed to `GetDevBoxAction`
- `GetActions` renamed to `GetDevBoxActions`

Expand Down
8 changes: 1 addition & 7 deletions sdk/easm/Azure.Analytics.Defender.Easm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.2 (2025-03-08)

### Features Added

- Exposed `JsonModelWriteCore` for model serialization procedure.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.1 (2024-03-05)

- Defender Azure EASM (External Attack Surface Management) client library for Java. This package contains Microsoft Azure EASM client library.
8 changes: 1 addition & 7 deletions sdk/face/Azure.AI.Vision.Face/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release History

## 1.0.0-beta.3 (Unreleased)
## 1.0.0-beta.3 (2025-03-08)

### Features Added

- Exposed `JsonModelWriteCore` for model serialization procedure.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.2 (2024-10-23)

- Added support for the Large Face List and Large Person Group:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.2 (2025-03-08)

### Features Added

- Introduced model factory `Azure.Health.Insights.CancerProfiling.AzureHealthInsightsModelFactory` for mocking.
- Exposed `JsonModelWriteCore` for model serialization procedure.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.1 (2023-04-11)

### Features Added
Expand Down
8 changes: 1 addition & 7 deletions sdk/purview/Azure.Analytics.Purview.DataMap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.2 (2025-03-08)

### Features Added

- Exposed `JsonModelWriteCore` for model serialization procedure.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.1 (2024-03-12)

- Azure Purview Data Map client library for .NET. This package contains Microsoft Azure PurviewDataMap client library.
Expand Down
8 changes: 1 addition & 7 deletions sdk/translation/Azure.AI.Translation.Text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.1.0-beta.1 (2025-03-08)

### Features Added

- Exposed `JsonModelWriteCore` for model serialization procedure.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0 (2024-05-21)

### Features Added
Expand Down
8 changes: 1 addition & 7 deletions sdk/vision/Azure.AI.Vision.ImageAnalysis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.1.0-beta.1 (2025-03-08)

### Features Added

- Exposed `JsonModelWriteCore` for model serialization procedure.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0 (2024-10-18)

### Other Changes
Expand Down
Loading