You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/managedserviceidentity/Azure.ResourceManager.ManagedServiceIdentities/CHANGELOG.md
+10-22Lines changed: 10 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,11 @@
1
1
# Release History
2
2
3
-
## 1.4.0-beta.1 (Unreleased)
3
+
## 1.4.0 (2025-07-11)
4
4
5
5
### Features Added
6
6
7
-
### Breaking Changes
8
-
9
-
### Bugs Fixed
10
-
11
-
### Other Changes
7
+
- Upgraded api-version tag from 'package-2023-01-31' to 'package-2024-11-30'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/bf90cab9d5f6060ce1f7775ffac88ed8eda785ca/specification/msi/resource-manager/readme.md.
-Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
38
+
-Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
42
39
- Added experimental Bicep serialization.
43
40
44
41
## 1.2.0 (2023-11-29)
45
42
46
43
### Features Added
47
44
48
-
-Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
45
+
-Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
49
46
50
47
### Other Changes
51
48
@@ -55,7 +52,7 @@
55
52
56
53
### Features Added
57
54
58
-
-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).
55
+
-Enabled 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).
Copy file name to clipboardExpand all lines: sdk/managedserviceidentity/Azure.ResourceManager.ManagedServiceIdentities/api/Azure.ResourceManager.ManagedServiceIdentities.net8.0.cs
+26-2Lines changed: 26 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,7 @@ public partial class UserAssignedIdentityData : Azure.ResourceManager.Models.Tra
Copy file name to clipboardExpand all lines: sdk/managedserviceidentity/Azure.ResourceManager.ManagedServiceIdentities/api/Azure.ResourceManager.ManagedServiceIdentities.netstandard2.0.cs
+26-2Lines changed: 26 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,7 @@ public partial class UserAssignedIdentityData : Azure.ResourceManager.Models.Tra
Copy file name to clipboardExpand all lines: sdk/managedserviceidentity/Azure.ResourceManager.ManagedServiceIdentities/src/Azure.ResourceManager.ManagedServiceIdentities.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<ProjectSdk="Microsoft.NET.Sdk">
2
2
<PropertyGroup>
3
-
<Version>1.4.0-beta.1</Version>
3
+
<Version>1.4.0</Version>
4
4
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
0 commit comments