Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@ Global
{E36A8647-6C66-4C6B-81DE-C8D633DBB8B0}.Release|x64.Build.0 = Release|Any CPU
{E36A8647-6C66-4C6B-81DE-C8D633DBB8B0}.Release|x86.ActiveCfg = Release|Any CPU
{E36A8647-6C66-4C6B-81DE-C8D633DBB8B0}.Release|x86.Build.0 = Release|Any CPU
{D90839DE-418D-4D8C-8B9D-60879F3C001B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D90839DE-418D-4D8C-8B9D-60879F3C001B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D90839DE-418D-4D8C-8B9D-60879F3C001B}.Debug|x64.ActiveCfg = Debug|Any CPU
{D90839DE-418D-4D8C-8B9D-60879F3C001B}.Debug|x64.Build.0 = Debug|Any CPU
{D90839DE-418D-4D8C-8B9D-60879F3C001B}.Debug|x86.ActiveCfg = Debug|Any CPU
{D90839DE-418D-4D8C-8B9D-60879F3C001B}.Debug|x86.Build.0 = Debug|Any CPU
{D90839DE-418D-4D8C-8B9D-60879F3C001B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D90839DE-418D-4D8C-8B9D-60879F3C001B}.Release|Any CPU.Build.0 = Release|Any CPU
{D90839DE-418D-4D8C-8B9D-60879F3C001B}.Release|x64.ActiveCfg = Release|Any CPU
{D90839DE-418D-4D8C-8B9D-60879F3C001B}.Release|x64.Build.0 = Release|Any CPU
{D90839DE-418D-4D8C-8B9D-60879F3C001B}.Release|x86.ActiveCfg = Release|Any CPU
{D90839DE-418D-4D8C-8B9D-60879F3C001B}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.1.0 (2023-05-12)

### Features Added

### Breaking Changes

### Bugs Fixed
- Enable the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).

### Other Changes

- Upgraded API version to 2022-09-09
- Upgraded dependent `Azure.Core` to `1.32.0`.
- Upgraded dependent `Azure.ResourceManager` to `1.6.0`.

## 1.0.1 (2023-02-15)

### Other Changes
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.

Loading