Skip to content

Commit

Permalink
fix(sdk): excessive entries in changelog (#39669)
Browse files Browse the repository at this point in the history
* fix(sdk): excessive entries in changelog

* fix incorrect version in csproj

* remove empty sections
  • Loading branch information
archerzz authored Nov 2, 2023
1 parent 47bb55a commit 2e16815
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 34 deletions.
16 changes: 0 additions & 16 deletions sdk/search/Azure.ResourceManager.Search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
# Release History

## 1.2.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.2.0 (2023-11-01)

### Features Added

- Added support for '2023-11-01' management plane API version.
- Enable the [semantic search](https://learn.microsoft.com/azure/search/semantic-search-overview) feature

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.2.0-beta.1 (2023-05-31)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.2.0-beta.2</Version>
<Version>1.2.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.1.0</ApiCompatVersion>
<PackageId>Azure.ResourceManager.Search</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@
# Release History

## 1.0.0 (2023-11-01)
### Features Added
- Perform CRUD Operations for Application Gateway for Containers (AGC).
- Use the latest API version for (2023-11-01)
### Breaking Changes

### Bugs Fixed

### Other Changes


## 1.0.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Perform CRUD Operations for Application Gateway for Containers (AGC).
- Use the latest API version for (2023-11-01)

## 1.0.0-beta.2 (2023-05-31)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta.3</Version>
<Version>1.0.0</Version>
<PackageId>Azure.ResourceManager.ServiceNetworking</PackageId>
<Description>Azure Resource Manager client SDK for Azure resource provider ServiceNetworking.</Description>
<PackageTags>azure;management;arm;resource manager;servicenetworking</PackageTags>
Expand Down

0 comments on commit 2e16815

Please sign in to comment.