We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223d01a commit 671632eCopy full SHA for 671632e
sdk/resources/Azure.ResourceManager.Resources/CHANGELOG.md
@@ -1,15 +1,11 @@
1
# Release History
2
3
-## 1.4.0-beta.1 (Unreleased)
4
-
5
-### Features Added
6
7
-### Breaking Changes
8
9
-### Bugs Fixed
+## 1.4.0 (2023-02-13)
10
11
### Other Changes
12
+- Upgraded resources API version to `2022-09-01`.
+
13
## 1.3.1 (2022-11-11)
14
15
sdk/resources/Azure.ResourceManager.Resources/src/Azure.ResourceManager.Resources.csproj
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <Version>1.4.0-beta.1</Version>
+ <Version>1.4.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.3.1</ApiCompatVersion>
<PackageId>Azure.ResourceManager.Resources</PackageId>
0 commit comments