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

[Resources][Compute][KeyVault] Update changelog and readme #26058

Merged
merged 6 commits into from
Dec 27, 2021
Merged
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
15 changes: 13 additions & 2 deletions sdk/compute/Azure.ResourceManager.Compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
# Release History

## 1.0.0-beta.5 (Unreleased)
## 1.0.0-beta.5 (2021-12-27)

### Features Added

- Added `CreateResourceIdentifier` for each resource class
- Class `OSFamilyCollection` and `OSVersionCollection` now implement the `IEnumerable<T>` and `IAsyncEnumerable<T>`
- Class `VirtualMachineExtensionImageCollection` now implements the `IEnumerable<T>`

### Breaking Changes

- Renamed `CheckIfExists` to `Exists` for each resource collection class
- Renamed `Get{Resource}ByName` to `Get{Resource}AsGenericResources` in `SubscriptionExtensions`
- Constructor of `OSFamilyCollection`, `OSVersionCollection` no longer accept `location` as their first parameter
- Constructor of `VirtualMachineExtensionImageCollection` no longer accepts `location` and `publisher` as its first two parameters
- Method `GetOSFamilies` and `GetOSVersions` in `SubscriptionExtensions` now accept an extra parameter `location`
- Method `GetVirtualMachineExtensionImages` in `SubscriptionExtensions` now accepts two extra parameters `location` and `publisher`

### Bugs Fixed

### Other Changes
- Fixed comments for `FirstPageFunc` of each pageable resource class

## 1.0.0-beta.4 (2021-12-07)

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

```PowerShell
Install-Package Azure.ResourceManager.Compute -Version 1.0.0-beta.4
Install-Package Azure.ResourceManager.Compute -Version 1.0.0-beta.5
```

### Prerequisites
Expand Down
9 changes: 7 additions & 2 deletions sdk/keyvault/Azure.ResourceManager.KeyVault/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# Release History

## 1.0.0-beta.5 (Unreleased)
## 1.0.0-beta.5 (2021-12-27)

### Features Added

- Added `CreateResourceIdentifier` for each resource class

### Breaking Changes

- Renamed `CheckIfExists` to `Exists` for each resource collection class
- Renamed `Get{Resource}ByName` to `Get{Resource}AsGenericResources` in `SubscriptionExtensions`

### Bugs Fixed

### Other Changes
- Fixed comments for `FirstPageFunc` of each pageable resource class

## 1.0.0-beta.4 (2021-12-07)

Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/Azure.ResourceManager.KeyVault/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 Key Vault management library for .NET with [NuGet](https://www.nuget.org/):

```dotnetcli
dotnet add package Azure.ResourceManager.KeyVault --version 1.0.0-beta.4
dotnet add package Azure.ResourceManager.KeyVault --version 1.0.0-beta.5
```

### Prerequisites
Expand Down
4 changes: 2 additions & 2 deletions sdk/network/Azure.ResourceManager.Network/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

### Breaking Changes

- Renamed `CheckIfExists` to `Exists` for each resource class
- Renamed `Get{Resource}ByName` to `Get{Resource}AsGenericResource`
- Renamed `CheckIfExists` to `Exists` for each resource collection class
- Renamed `Get{Resource}ByName` to `Get{Resource}AsGenericResource` in `SubscriptionExtensions`

### Bugs Fixed

Expand Down
9 changes: 5 additions & 4 deletions sdk/resources/Azure.ResourceManager.Resources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Release History

## 1.0.0-beta.5 (Unreleased)
## 1.0.0-beta.5 (2021-12-27)

### Features Added

### Breaking Changes
- Added `CreateResourceIdentifier` for each resource class

### Bugs Fixed
### Breaking Changes

### Other Changes
- Renamed `CheckIfExists` to `Exists` for each resource collection class
- Renamed `Get{Resource}ByName` to `Get{Resource}AsGenericResources` in `SubscriptionExtensions`

## 1.0.0-beta.4 (2021-12-07)

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.4
Install-Package Azure.ResourceManager.Resources -Version 1.0.0-beta.5
```

### Prerequisites
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

### Breaking Changes

- Renamed `CheckIfExists` to `Exists` for each resource class
- Renamed `Get{Resource}ByName` to `Get{Resource}AsGenericResource`
- Renamed `CheckIfExists` to `Exists` for each resource collection class
- Renamed `Get{Resource}ByName` to `Get{Resource}AsGenericResource` in `SubscriptionExtensions`

### Bugs Fixed

Expand Down