Skip to content

Commit d62a647

Browse files
author
SDKAuto
committed
CodeGen from PR 34078 in Azure/azure-rest-api-specs
Merge 8e86094bd2fec162840ed1c89148f4cc2f083747 into 9f69db7532b6706baedc004f2eda762196a3e1eb
1 parent bbf5714 commit d62a647

37 files changed

+1242
-939
lines changed

sdk/elasticsan/Azure.ResourceManager.ElasticSan/api/Azure.ResourceManager.ElasticSan.net8.0.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public ElasticSanVolumeData(long sizeGiB) { }
220220
public Azure.Core.ResourceIdentifier ManagedByResourceId { get { throw null; } set { } }
221221
public Azure.ResourceManager.ElasticSan.Models.ElasticSanProvisioningState? ProvisioningState { get { throw null; } }
222222
public long SizeGiB { get { throw null; } set { } }
223-
public Azure.ResourceManager.ElasticSan.Models.IscsiTargetInfo StorageTarget { get { throw null; } }
223+
public Azure.ResourceManager.ElasticSan.Models.IscsiTargetInfo StorageTarget { get { throw null; } set { } }
224224
public System.Guid? VolumeId { get { throw null; } }
225225
protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
226226
Azure.ResourceManager.ElasticSan.ElasticSanVolumeData System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ElasticSan.ElasticSanVolumeData>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
@@ -889,9 +889,9 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
889889
}
890890
public partial class IscsiTargetInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ElasticSan.Models.IscsiTargetInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ElasticSan.Models.IscsiTargetInfo>
891891
{
892-
internal IscsiTargetInfo() { }
892+
public IscsiTargetInfo() { }
893893
public Azure.ResourceManager.ElasticSan.Models.ElasticSanProvisioningState? ProvisioningState { get { throw null; } }
894-
public Azure.ResourceManager.ElasticSan.Models.ResourceOperationalStatus? Status { get { throw null; } }
894+
public Azure.ResourceManager.ElasticSan.Models.ResourceOperationalStatus? Status { get { throw null; } set { } }
895895
public string TargetIqn { get { throw null; } }
896896
public string TargetPortalHostname { get { throw null; } }
897897
public int? TargetPortalPort { get { throw null; } }

sdk/elasticsan/Azure.ResourceManager.ElasticSan/api/Azure.ResourceManager.ElasticSan.netstandard2.0.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public ElasticSanVolumeData(long sizeGiB) { }
220220
public Azure.Core.ResourceIdentifier ManagedByResourceId { get { throw null; } set { } }
221221
public Azure.ResourceManager.ElasticSan.Models.ElasticSanProvisioningState? ProvisioningState { get { throw null; } }
222222
public long SizeGiB { get { throw null; } set { } }
223-
public Azure.ResourceManager.ElasticSan.Models.IscsiTargetInfo StorageTarget { get { throw null; } }
223+
public Azure.ResourceManager.ElasticSan.Models.IscsiTargetInfo StorageTarget { get { throw null; } set { } }
224224
public System.Guid? VolumeId { get { throw null; } }
225225
protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
226226
Azure.ResourceManager.ElasticSan.ElasticSanVolumeData System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ElasticSan.ElasticSanVolumeData>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
@@ -889,9 +889,9 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
889889
}
890890
public partial class IscsiTargetInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ElasticSan.Models.IscsiTargetInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ElasticSan.Models.IscsiTargetInfo>
891891
{
892-
internal IscsiTargetInfo() { }
892+
public IscsiTargetInfo() { }
893893
public Azure.ResourceManager.ElasticSan.Models.ElasticSanProvisioningState? ProvisioningState { get { throw null; } }
894-
public Azure.ResourceManager.ElasticSan.Models.ResourceOperationalStatus? Status { get { throw null; } }
894+
public Azure.ResourceManager.ElasticSan.Models.ResourceOperationalStatus? Status { get { throw null; } set { } }
895895
public string TargetIqn { get { throw null; } }
896896
public string TargetPortalHostname { get { throw null; } }
897897
public int? TargetPortalPort { get { throw null; } }

sdk/elasticsan/Azure.ResourceManager.ElasticSan/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)