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

Release Resources 1.0.0-beta.6 #26679

Merged
merged 6 commits into from
Jan 29, 2022
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
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<PackageReference Update="Azure.Security.KeyVault.Certificates" Version="4.2.0" />
<PackageReference Update="Azure.Storage.Blobs" Version="12.10.0" />
<PackageReference Update="Azure.Storage.Queues" Version="12.8.0" />
<PackageReference Update="Azure.ResourceManager" Version="1.0.0-beta.7" />
<PackageReference Update="Azure.ResourceManager" Version="1.0.0-beta.8" />

<!-- Other approved packages -->
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.5.10" />
Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/Azure.ResourceManager/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 Resources management library for .NET with [NuGet](https://www.nuget.org/):

```PowerShell
Install-Package Azure.ResourceManager -Version 1.0.0-beta.7
Install-Package Azure.ResourceManager -Version 1.0.0-beta.8
```

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

## 1.0.0-beta.6 (Unreleased)

### Features Added
## 1.0.0-beta.6 (2022-01-29)

### Breaking Changes

### Bugs Fixed

### Other Changes
- waitForCompletion is now a required parameter and moved to the first parameter in LRO operations.
- Renaming: JitRequestDefinition renamed to JitRequest, IdentityAutoGenerated renamed to ApplicationManagedIdentity, SkuAutoGenerated renamed to ApplicationSku.
- Removed GetAllAsGenericResources in [Resource]Collections.
- Added Resource constructor to use ArmClient for ClientContext information and removed previous constructors with parameters.

## 1.0.0-beta.5 (2021-12-28)

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

### Prerequisites
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading