diff --git a/sdk/automation/Azure.ResourceManager.Automation/CHANGELOG.md b/sdk/automation/Azure.ResourceManager.Automation/CHANGELOG.md index 0a2e9df7cf49..f3ac1de41524 100644 --- a/sdk/automation/Azure.ResourceManager.Automation/CHANGELOG.md +++ b/sdk/automation/Azure.ResourceManager.Automation/CHANGELOG.md @@ -1,15 +1,16 @@ # Release History -## 1.1.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes +## 1.0.1 (2023-02-14) ### Bugs Fixed +- Fixed the problem that the method ReplaceContentRunbookDraft of AutomationRunbookResource will throw exception `stream must be seekable`. + ### Other Changes +- Upgraded dependent `Azure.Core` to `1.28.0`. +- Upgraded dependent `Azure.ResourceManager` to `1.4.0`. + ## 1.0.0 (2022-11-04) This package is the first stable release of the Microsoft Azure Automation management client library. diff --git a/sdk/automation/Azure.ResourceManager.Automation/src/Azure.ResourceManager.Automation.csproj b/sdk/automation/Azure.ResourceManager.Automation/src/Azure.ResourceManager.Automation.csproj index 06296563c24c..40dec70d4442 100644 --- a/sdk/automation/Azure.ResourceManager.Automation/src/Azure.ResourceManager.Automation.csproj +++ b/sdk/automation/Azure.ResourceManager.Automation/src/Azure.ResourceManager.Automation.csproj @@ -1,6 +1,6 @@ - 1.1.0-beta.1 + 1.0.1 1.0.0 Azure.ResourceManager.Automation diff --git a/sdk/cdn/Azure.ResourceManager.Cdn/CHANGELOG.md b/sdk/cdn/Azure.ResourceManager.Cdn/CHANGELOG.md index cca3d0465a3c..66e4f27ccfa7 100644 --- a/sdk/cdn/Azure.ResourceManager.Cdn/CHANGELOG.md +++ b/sdk/cdn/Azure.ResourceManager.Cdn/CHANGELOG.md @@ -1,15 +1,16 @@ # Release History -## 1.1.0-beta.1 (Unreleased) +## 1.1.0 (2023-02-14) ### Features Added -### Breaking Changes - -### Bugs Fixed +- Introduced property bag for the methods with more than 5 parameters. ### Other Changes +- Upgraded dependent `Azure.Core` to `1.28.0`. +- Upgraded dependent `Azure.ResourceManager` to `1.4.0`. + ## 1.0.1 (2022-09-13) ### Breaking Changes diff --git a/sdk/cdn/Azure.ResourceManager.Cdn/src/Azure.ResourceManager.Cdn.csproj b/sdk/cdn/Azure.ResourceManager.Cdn/src/Azure.ResourceManager.Cdn.csproj index 766f10d00243..9638806c1124 100644 --- a/sdk/cdn/Azure.ResourceManager.Cdn/src/Azure.ResourceManager.Cdn.csproj +++ b/sdk/cdn/Azure.ResourceManager.Cdn/src/Azure.ResourceManager.Cdn.csproj @@ -1,6 +1,6 @@ - 1.1.0-beta.1 + 1.1.0 1.0.1 Azure.ResourceManager.Cdn diff --git a/sdk/dnsresolver/Azure.ResourceManager.DnsResolver/CHANGELOG.md b/sdk/dnsresolver/Azure.ResourceManager.DnsResolver/CHANGELOG.md index 054db03ea170..530f8964bcd9 100644 --- a/sdk/dnsresolver/Azure.ResourceManager.DnsResolver/CHANGELOG.md +++ b/sdk/dnsresolver/Azure.ResourceManager.DnsResolver/CHANGELOG.md @@ -1,15 +1,12 @@ # Release History -## 1.1.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.0.1 (2023-02-14) ### Other Changes +- Upgraded dependent `Azure.Core` to `1.28.0`. +- Upgraded dependent `Azure.ResourceManager` to `1.4.0`. + ## 1.0.0 (2022-09-23) This release is the first stable release of the Dns Resolver Management library. diff --git a/sdk/dnsresolver/Azure.ResourceManager.DnsResolver/src/Azure.ResourceManager.DnsResolver.csproj b/sdk/dnsresolver/Azure.ResourceManager.DnsResolver/src/Azure.ResourceManager.DnsResolver.csproj index afc19ca45e08..2f58a0baa669 100644 --- a/sdk/dnsresolver/Azure.ResourceManager.DnsResolver/src/Azure.ResourceManager.DnsResolver.csproj +++ b/sdk/dnsresolver/Azure.ResourceManager.DnsResolver/src/Azure.ResourceManager.DnsResolver.csproj @@ -1,6 +1,6 @@ - 1.1.0-beta.1 + 1.0.1 1.0.0 Azure.ResourceManager.DnsResolver diff --git a/sdk/logic/Azure.ResourceManager.Logic/CHANGELOG.md b/sdk/logic/Azure.ResourceManager.Logic/CHANGELOG.md index 771196185c5f..0793010cc96f 100644 --- a/sdk/logic/Azure.ResourceManager.Logic/CHANGELOG.md +++ b/sdk/logic/Azure.ResourceManager.Logic/CHANGELOG.md @@ -1,15 +1,16 @@ # Release History -## 1.1.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes +## 1.0.1 (2023-02-14) ### Bugs Fixed +- Fixed the problem that the Update method of LogicWorkflowResource does not contain body parameter in the request. + ### Other Changes +- Upgraded dependent `Azure.Core` to `1.28.0`. +- Upgraded dependent `Azure.ResourceManager` to `1.4.0`. + ## 1.0.0 (2022-09-05) This release is the first stable release of the Logic Management client library. diff --git a/sdk/logic/Azure.ResourceManager.Logic/src/Azure.ResourceManager.Logic.csproj b/sdk/logic/Azure.ResourceManager.Logic/src/Azure.ResourceManager.Logic.csproj index a75b4834e255..cbb951990b6f 100644 --- a/sdk/logic/Azure.ResourceManager.Logic/src/Azure.ResourceManager.Logic.csproj +++ b/sdk/logic/Azure.ResourceManager.Logic/src/Azure.ResourceManager.Logic.csproj @@ -1,6 +1,6 @@ - 1.1.0-beta.1 + 1.0.1 1.0.0 Azure.ResourceManager.Logic diff --git a/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md b/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md index 30d247ca322a..a70ceaaa3095 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md +++ b/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md @@ -1,15 +1,12 @@ # Release History -## 1.2.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.1.1 (2023-02-14) ### Other Changes +- Upgraded dependent `Azure.Core` to `1.28.0`. +- Upgraded dependent `Azure.ResourceManager` to `1.4.0`. + ## 1.1.0 (2022-12-06) ### Bugs Fixed diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj b/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj index 2bbeb87a5e38..d9222f5526ef 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj @@ -1,6 +1,6 @@ - 1.2.0-beta.1 + 1.1.1 1.1.0 Azure.ResourceManager.Storage