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/networkcloud/Azure.ResourceManager.NetworkCloud/CHANGELOG.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
1
# Release History
2
2
3
-
## 1.1.0-beta.2 (Unreleased)
3
+
## 1.1.0 (2025-01-31)
4
4
5
5
### Features Added
6
6
7
-
### Breaking Changes
8
-
9
-
### Bugs Fixed
7
+
- Upgraded api-version tag from 'package-2023-07-01' to 'package-2024-07-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/f999652ecea2a4bddc2b08a113617e23e98f10d4/specification/networkcloud/resource-manager/readme.md.
10
8
11
9
### Other Changes
12
10
11
+
- Upgraded Azure.Core from 1.36.0 to 1.44.1
12
+
- Upgraded Azure.ResourceManager from 1.9.0 to 1.13.0
public partial class CommandOutputSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.CommandOutputSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.CommandOutputSettings>
2646
2646
{
2647
2647
public CommandOutputSettings() { }
2648
-
public Azure.ResourceManager.NetworkCloud.Models.IdentitySelector AssociatedIdentity { get { throw null; } set { } }
2648
+
public Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelector AssociatedIdentity { get { throw null; } set { } }
2649
2649
public System.Uri ContainerUri { get { throw null; } set { } }
public partial class IdentitySelector : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.IdentitySelector>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.IdentitySelector>
2993
-
{
2994
-
public IdentitySelector() { }
2995
-
public Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelectorType? IdentityType { get { throw null; } set { } }
2996
-
public Azure.Core.ResourceIdentifier UserAssignedIdentityResourceId { get { throw null; } set { } }
public partial class ImageRepositoryCredentials : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.ImageRepositoryCredentials>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.ImageRepositoryCredentials>
3005
2993
{
3006
2994
public ImageRepositoryCredentials(string registryUriString, string username) { }
public partial class ManagedServiceIdentitySelector : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelector>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelector>
3568
+
{
3569
+
public ManagedServiceIdentitySelector() { }
3570
+
public Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelectorType? IdentityType { get { throw null; } set { } }
3571
+
public Azure.Core.ResourceIdentifier UserAssignedIdentityResourceId { get { throw null; } set { } }
Copy file name to clipboardExpand all lines: sdk/networkcloud/Azure.ResourceManager.NetworkCloud/api/Azure.ResourceManager.NetworkCloud.netstandard2.0.cs
public partial class CommandOutputSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.CommandOutputSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.CommandOutputSettings>
2646
2646
{
2647
2647
public CommandOutputSettings() { }
2648
-
public Azure.ResourceManager.NetworkCloud.Models.IdentitySelector AssociatedIdentity { get { throw null; } set { } }
2648
+
public Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelector AssociatedIdentity { get { throw null; } set { } }
2649
2649
public System.Uri ContainerUri { get { throw null; } set { } }
public partial class IdentitySelector : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.IdentitySelector>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.IdentitySelector>
2993
-
{
2994
-
public IdentitySelector() { }
2995
-
public Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelectorType? IdentityType { get { throw null; } set { } }
2996
-
public Azure.Core.ResourceIdentifier UserAssignedIdentityResourceId { get { throw null; } set { } }
public partial class ImageRepositoryCredentials : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.ImageRepositoryCredentials>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.ImageRepositoryCredentials>
3005
2993
{
3006
2994
public ImageRepositoryCredentials(string registryUriString, string username) { }
public partial class ManagedServiceIdentitySelector : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelector>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelector>
3568
+
{
3569
+
public ManagedServiceIdentitySelector() { }
3570
+
public Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelectorType? IdentityType { get { throw null; } set { } }
3571
+
public Azure.Core.ResourceIdentifier UserAssignedIdentityResourceId { get { throw null; } set { } }
0 commit comments