Skip to content

Commit

Permalink
prepare release for resources (#24997)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nash authored Oct 28, 2021
1 parent 8acaa3d commit 5aa0221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions sdk/resources/Azure.ResourceManager.Resources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.0.0-beta.3 (Unreleased)

### Features Added
## 1.0.0-beta.3 (2021-10-28)

### Breaking Changes

### Bugs Fixed

### Other Changes
- Renamed [Resource]Container to [Resource]Collection and added the IEnumerable<T> and IAsyncEnumerable<T> interfaces to them making it easier to iterate over the list in the simple case.

## 1.0.0-beta.2 (2021-09-14)

Expand Down
2 changes: 1 addition & 1 deletion sdk/resources/Azure.ResourceManager.Resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
Install the Azure Resources management library for .NET with [NuGet](https://www.nuget.org/):

```PowerShell
Install-Package Azure.ResourceManager.Resources -Version 1.0.0-beta.2
Install-Package Azure.ResourceManager.Resources -Version 1.0.0-beta.3
```

### Prerequisites
Expand Down

0 comments on commit 5aa0221

Please sign in to comment.