Skip to content

Commit af1bafe

Browse files
authored
prepare release for automation, cdn, dnsresolver, logic, storage (#34140)
1 parent 4eeabeb commit af1bafe

File tree

10 files changed

+30
-33
lines changed

10 files changed

+30
-33
lines changed

sdk/automation/Azure.ResourceManager.Automation/CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.0.1 (2023-02-14)
84

95
### Bugs Fixed
106

7+
- Fixed the problem that the method ReplaceContentRunbookDraft of AutomationRunbookResource will throw exception `stream must be seekable`.
8+
119
### Other Changes
1210

11+
- Upgraded dependent `Azure.Core` to `1.28.0`.
12+
- Upgraded dependent `Azure.ResourceManager` to `1.4.0`.
13+
1314
## 1.0.0 (2022-11-04)
1415

1516
This package is the first stable release of the Microsoft Azure Automation management client library.

sdk/automation/Azure.ResourceManager.Automation/src/Azure.ResourceManager.Automation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.1.0-beta.1</Version>
3+
<Version>1.0.1</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.0.0</ApiCompatVersion>
66
<PackageId>Azure.ResourceManager.Automation</PackageId>

sdk/cdn/Azure.ResourceManager.Cdn/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.1.0 (2023-02-14)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Introduced property bag for the methods with more than 5 parameters.
108

119
### Other Changes
1210

11+
- Upgraded dependent `Azure.Core` to `1.28.0`.
12+
- Upgraded dependent `Azure.ResourceManager` to `1.4.0`.
13+
1314
## 1.0.1 (2022-09-13)
1415

1516
### Breaking Changes

sdk/cdn/Azure.ResourceManager.Cdn/src/Azure.ResourceManager.Cdn.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.1.0-beta.1</Version>
3+
<Version>1.1.0</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.0.1</ApiCompatVersion>
66
<PackageId>Azure.ResourceManager.Cdn</PackageId>

sdk/dnsresolver/Azure.ResourceManager.DnsResolver/CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.0.1 (2023-02-14)
104

115
### Other Changes
126

7+
- Upgraded dependent `Azure.Core` to `1.28.0`.
8+
- Upgraded dependent `Azure.ResourceManager` to `1.4.0`.
9+
1310
## 1.0.0 (2022-09-23)
1411

1512
This release is the first stable release of the Dns Resolver Management library.

sdk/dnsresolver/Azure.ResourceManager.DnsResolver/src/Azure.ResourceManager.DnsResolver.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.1.0-beta.1</Version>
3+
<Version>1.0.1</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.0.0</ApiCompatVersion>
66
<PackageId>Azure.ResourceManager.DnsResolver</PackageId>

sdk/logic/Azure.ResourceManager.Logic/CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.0.1 (2023-02-14)
84

95
### Bugs Fixed
106

7+
- Fixed the problem that the Update method of LogicWorkflowResource does not contain body parameter in the request.
8+
119
### Other Changes
1210

11+
- Upgraded dependent `Azure.Core` to `1.28.0`.
12+
- Upgraded dependent `Azure.ResourceManager` to `1.4.0`.
13+
1314
## 1.0.0 (2022-09-05)
1415

1516
This release is the first stable release of the Logic Management client library.

sdk/logic/Azure.ResourceManager.Logic/src/Azure.ResourceManager.Logic.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.1.0-beta.1</Version>
3+
<Version>1.0.1</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.0.0</ApiCompatVersion>
66
<PackageId>Azure.ResourceManager.Logic</PackageId>

sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# Release History
22

3-
## 1.2.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.1.1 (2023-02-14)
104

115
### Other Changes
126

7+
- Upgraded dependent `Azure.Core` to `1.28.0`.
8+
- Upgraded dependent `Azure.ResourceManager` to `1.4.0`.
9+
1310
## 1.1.0 (2022-12-06)
1411

1512
### Bugs Fixed

sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.2.0-beta.1</Version>
3+
<Version>1.1.1</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.1.0</ApiCompatVersion>
66
<PackageId>Azure.ResourceManager.Storage</PackageId>

0 commit comments

Comments
 (0)