Skip to content

Commit 2c7dd5c

Browse files
authored
Generate SDK for api version 2024-11-30 (Azure#50830)
1 parent 86edc53 commit 2c7dd5c

28 files changed

+305
-105
lines changed

sdk/managedserviceidentity/Azure.ResourceManager.ManagedServiceIdentities/CHANGELOG.md

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# Release History
22

3-
## 1.4.0-beta.1 (Unreleased)
3+
## 1.4.0 (2025-07-11)
44

55
### Features Added
66

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.
8+
- Exposed User-Assigned Identity `IsolationScope` property.
129

1310
## 1.3.0 (2025-06-13)
1411

@@ -38,14 +35,14 @@
3835

3936
### Features Added
4037

41-
- 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.
4239
- Added experimental Bicep serialization.
4340

4441
## 1.2.0 (2023-11-29)
4542

4643
### Features Added
4744

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.
4946

5047
### Other Changes
5148

@@ -55,7 +52,7 @@
5552

5653
### Features Added
5754

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).
5956

6057
### Other Changes
6158

@@ -65,33 +62,24 @@
6562
## 1.1.0 (2023-02-20)
6663

6764
### Features Added
68-
- Upgrade to API version 2023-01-31.
65+
66+
- Upgraded to API version 2023-01-31.
6967
- Create/Update/Delete federated identity credentials.
7068
- `ListAssociatedResources` method available in `1.1.0-beta.1` version is not added to this stable version.
7169

72-
## 1.1.0-beta.2 (2022-10-19)
73-
74-
### Features Added
75-
76-
### Breaking Changes
77-
78-
### Bugs Fixed
79-
80-
### Other Changes
81-
8270
## 1.1.0-beta.1 (2022-10-19)
8371

8472
### Features Added
8573

86-
- Upgrade to API version 2022-01-31-preview.
74+
- Upgraded to API version 2022-01-31-preview.
8775

8876
## 1.0.0 (2022-07-21)
8977

9078
This release is the first stable release of the Azure Managed Service Identity management library.
9179

9280
### Features Added
9381

94-
- Release stable version.
82+
- Released stable version.
9583

9684
## 1.0.0-beta.1 (2022-07-06)
9785

sdk/managedserviceidentity/Azure.ResourceManager.ManagedServiceIdentities/api/Azure.ResourceManager.ManagedServiceIdentities.net8.0.cs

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ public partial class UserAssignedIdentityData : Azure.ResourceManager.Models.Tra
138138
{
139139
public UserAssignedIdentityData(Azure.Core.AzureLocation location) { }
140140
public System.Guid? ClientId { get { throw null; } }
141+
public Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope? IsolationScope { get { throw null; } set { } }
141142
public System.Guid? PrincipalId { get { throw null; } }
142143
public System.Guid? TenantId { get { throw null; } }
143144
protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
@@ -217,8 +218,12 @@ public static partial class ArmManagedServiceIdentitiesModelFactory
217218
{
218219
public static Azure.ResourceManager.ManagedServiceIdentities.FederatedIdentityCredentialData FederatedIdentityCredentialData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Uri issuerUri = null, string subject = null, System.Collections.Generic.IEnumerable<string> audiences = null) { throw null; }
219220
public static Azure.ResourceManager.ManagedServiceIdentities.SystemAssignedIdentityData SystemAssignedIdentityData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary<string, string> tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), System.Guid? tenantId = default(System.Guid?), System.Guid? principalId = default(System.Guid?), System.Guid? clientId = default(System.Guid?), System.Uri clientSecretUri = null) { throw null; }
220-
public static Azure.ResourceManager.ManagedServiceIdentities.UserAssignedIdentityData UserAssignedIdentityData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary<string, string> tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), System.Guid? tenantId = default(System.Guid?), System.Guid? principalId = default(System.Guid?), System.Guid? clientId = default(System.Guid?)) { throw null; }
221-
public static Azure.ResourceManager.ManagedServiceIdentities.Models.UserAssignedIdentityPatch UserAssignedIdentityPatch(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary<string, string> tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), System.Guid? tenantId = default(System.Guid?), System.Guid? principalId = default(System.Guid?), System.Guid? clientId = default(System.Guid?)) { throw null; }
221+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
222+
public static Azure.ResourceManager.ManagedServiceIdentities.UserAssignedIdentityData UserAssignedIdentityData(Azure.Core.ResourceIdentifier id, string name, Azure.Core.ResourceType resourceType, Azure.ResourceManager.Models.SystemData systemData, System.Collections.Generic.IDictionary<string, string> tags, Azure.Core.AzureLocation location, System.Guid? tenantId, System.Guid? principalId, System.Guid? clientId) { throw null; }
223+
public static Azure.ResourceManager.ManagedServiceIdentities.UserAssignedIdentityData UserAssignedIdentityData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary<string, string> tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), System.Guid? tenantId = default(System.Guid?), System.Guid? principalId = default(System.Guid?), System.Guid? clientId = default(System.Guid?), Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope? isolationScope = default(Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope?)) { throw null; }
224+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
225+
public static Azure.ResourceManager.ManagedServiceIdentities.Models.UserAssignedIdentityPatch UserAssignedIdentityPatch(Azure.Core.ResourceIdentifier id, string name, Azure.Core.ResourceType resourceType, Azure.ResourceManager.Models.SystemData systemData, System.Collections.Generic.IDictionary<string, string> tags, Azure.Core.AzureLocation location, System.Guid? tenantId, System.Guid? principalId, System.Guid? clientId) { throw null; }
226+
public static Azure.ResourceManager.ManagedServiceIdentities.Models.UserAssignedIdentityPatch UserAssignedIdentityPatch(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary<string, string> tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), System.Guid? tenantId = default(System.Guid?), System.Guid? principalId = default(System.Guid?), System.Guid? clientId = default(System.Guid?), Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope? isolationScope = default(Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope?)) { throw null; }
222227
}
223228
public partial class IdentityAssociatedResourceData : Azure.ResourceManager.Models.ResourceData
224229
{
@@ -227,10 +232,29 @@ internal IdentityAssociatedResourceData() { }
227232
public string SubscriptionDisplayName { get { throw null; } }
228233
public string SubscriptionId { get { throw null; } }
229234
}
235+
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
236+
public readonly partial struct IsolationScope : System.IEquatable<Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope>
237+
{
238+
private readonly object _dummy;
239+
private readonly int _dummyPrimitive;
240+
public IsolationScope(string value) { throw null; }
241+
public static Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope None { get { throw null; } }
242+
public static Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope Regional { get { throw null; } }
243+
public bool Equals(Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope other) { throw null; }
244+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
245+
public override bool Equals(object obj) { throw null; }
246+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
247+
public override int GetHashCode() { throw null; }
248+
public static bool operator ==(Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope left, Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope right) { throw null; }
249+
public static implicit operator Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope (string value) { throw null; }
250+
public static bool operator !=(Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope left, Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope right) { throw null; }
251+
public override string ToString() { throw null; }
252+
}
230253
public partial class UserAssignedIdentityPatch : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedServiceIdentities.Models.UserAssignedIdentityPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedServiceIdentities.Models.UserAssignedIdentityPatch>
231254
{
232255
public UserAssignedIdentityPatch(Azure.Core.AzureLocation location) { }
233256
public System.Guid? ClientId { get { throw null; } }
257+
public Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope? IsolationScope { get { throw null; } set { } }
234258
public System.Guid? PrincipalId { get { throw null; } }
235259
public System.Guid? TenantId { get { throw null; } }
236260
protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }

sdk/managedserviceidentity/Azure.ResourceManager.ManagedServiceIdentities/api/Azure.ResourceManager.ManagedServiceIdentities.netstandard2.0.cs

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ public partial class UserAssignedIdentityData : Azure.ResourceManager.Models.Tra
138138
{
139139
public UserAssignedIdentityData(Azure.Core.AzureLocation location) { }
140140
public System.Guid? ClientId { get { throw null; } }
141+
public Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope? IsolationScope { get { throw null; } set { } }
141142
public System.Guid? PrincipalId { get { throw null; } }
142143
public System.Guid? TenantId { get { throw null; } }
143144
protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
@@ -217,8 +218,12 @@ public static partial class ArmManagedServiceIdentitiesModelFactory
217218
{
218219
public static Azure.ResourceManager.ManagedServiceIdentities.FederatedIdentityCredentialData FederatedIdentityCredentialData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Uri issuerUri = null, string subject = null, System.Collections.Generic.IEnumerable<string> audiences = null) { throw null; }
219220
public static Azure.ResourceManager.ManagedServiceIdentities.SystemAssignedIdentityData SystemAssignedIdentityData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary<string, string> tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), System.Guid? tenantId = default(System.Guid?), System.Guid? principalId = default(System.Guid?), System.Guid? clientId = default(System.Guid?), System.Uri clientSecretUri = null) { throw null; }
220-
public static Azure.ResourceManager.ManagedServiceIdentities.UserAssignedIdentityData UserAssignedIdentityData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary<string, string> tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), System.Guid? tenantId = default(System.Guid?), System.Guid? principalId = default(System.Guid?), System.Guid? clientId = default(System.Guid?)) { throw null; }
221-
public static Azure.ResourceManager.ManagedServiceIdentities.Models.UserAssignedIdentityPatch UserAssignedIdentityPatch(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary<string, string> tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), System.Guid? tenantId = default(System.Guid?), System.Guid? principalId = default(System.Guid?), System.Guid? clientId = default(System.Guid?)) { throw null; }
221+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
222+
public static Azure.ResourceManager.ManagedServiceIdentities.UserAssignedIdentityData UserAssignedIdentityData(Azure.Core.ResourceIdentifier id, string name, Azure.Core.ResourceType resourceType, Azure.ResourceManager.Models.SystemData systemData, System.Collections.Generic.IDictionary<string, string> tags, Azure.Core.AzureLocation location, System.Guid? tenantId, System.Guid? principalId, System.Guid? clientId) { throw null; }
223+
public static Azure.ResourceManager.ManagedServiceIdentities.UserAssignedIdentityData UserAssignedIdentityData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary<string, string> tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), System.Guid? tenantId = default(System.Guid?), System.Guid? principalId = default(System.Guid?), System.Guid? clientId = default(System.Guid?), Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope? isolationScope = default(Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope?)) { throw null; }
224+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
225+
public static Azure.ResourceManager.ManagedServiceIdentities.Models.UserAssignedIdentityPatch UserAssignedIdentityPatch(Azure.Core.ResourceIdentifier id, string name, Azure.Core.ResourceType resourceType, Azure.ResourceManager.Models.SystemData systemData, System.Collections.Generic.IDictionary<string, string> tags, Azure.Core.AzureLocation location, System.Guid? tenantId, System.Guid? principalId, System.Guid? clientId) { throw null; }
226+
public static Azure.ResourceManager.ManagedServiceIdentities.Models.UserAssignedIdentityPatch UserAssignedIdentityPatch(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary<string, string> tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), System.Guid? tenantId = default(System.Guid?), System.Guid? principalId = default(System.Guid?), System.Guid? clientId = default(System.Guid?), Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope? isolationScope = default(Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope?)) { throw null; }
222227
}
223228
public partial class IdentityAssociatedResourceData : Azure.ResourceManager.Models.ResourceData
224229
{
@@ -227,10 +232,29 @@ internal IdentityAssociatedResourceData() { }
227232
public string SubscriptionDisplayName { get { throw null; } }
228233
public string SubscriptionId { get { throw null; } }
229234
}
235+
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
236+
public readonly partial struct IsolationScope : System.IEquatable<Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope>
237+
{
238+
private readonly object _dummy;
239+
private readonly int _dummyPrimitive;
240+
public IsolationScope(string value) { throw null; }
241+
public static Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope None { get { throw null; } }
242+
public static Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope Regional { get { throw null; } }
243+
public bool Equals(Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope other) { throw null; }
244+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
245+
public override bool Equals(object obj) { throw null; }
246+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
247+
public override int GetHashCode() { throw null; }
248+
public static bool operator ==(Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope left, Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope right) { throw null; }
249+
public static implicit operator Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope (string value) { throw null; }
250+
public static bool operator !=(Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope left, Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope right) { throw null; }
251+
public override string ToString() { throw null; }
252+
}
230253
public partial class UserAssignedIdentityPatch : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedServiceIdentities.Models.UserAssignedIdentityPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedServiceIdentities.Models.UserAssignedIdentityPatch>
231254
{
232255
public UserAssignedIdentityPatch(Azure.Core.AzureLocation location) { }
233256
public System.Guid? ClientId { get { throw null; } }
257+
public Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope? IsolationScope { get { throw null; } set { } }
234258
public System.Guid? PrincipalId { get { throw null; } }
235259
public System.Guid? TenantId { get { throw null; } }
236260
protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }

sdk/managedserviceidentity/Azure.ResourceManager.ManagedServiceIdentities/src/Azure.ResourceManager.ManagedServiceIdentities.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.4.0-beta.1</Version>
3+
<Version>1.4.0</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.3.0</ApiCompatVersion>
66
<PackageId>Azure.ResourceManager.ManagedServiceIdentities</PackageId>

0 commit comments

Comments
 (0)