Skip to content

Commit dbae4dd

Browse files
authored
Fix spec diff (Azure#49835)
1 parent 0cf4d8d commit dbae4dd

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

sdk/workloadssapvirtualinstance/Azure.ResourceManager.WorkloadsSapVirtualInstance/api/Azure.ResourceManager.WorkloadsSapVirtualInstance.net8.0.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ public static partial class ArmWorkloadsSapVirtualInstanceModelFactory
405405
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.EnqueueServerProperties EnqueueServerProperties(string hostname = null, System.Net.IPAddress ipAddress = null, long? port = default(long?), Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState? health = default(Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState?)) { throw null; }
406406
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.GatewayServerProperties GatewayServerProperties(long? port = default(long?), Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState? health = default(Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState?)) { throw null; }
407407
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.MessageServerProperties MessageServerProperties(long? msPort = default(long?), long? internalMsPort = default(long?), long? httpPort = default(long?), long? httpsPort = default(long?), string hostname = null, System.Net.IPAddress ipAddress = null, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState? health = default(Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState?)) { throw null; }
408-
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.OperationStatusResult OperationStatusResult(Azure.Core.ResourceIdentifier id = null, string name = null, string status = null, double? percentComplete = default(double?), System.DateTimeOffset? startOn = default(System.DateTimeOffset?), System.DateTimeOffset? endOn = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.OperationStatusResult> operations = null, Azure.ResponseError error = null, string resourceId = null) { throw null; }
408+
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.OperationStatusResult OperationStatusResult(Azure.Core.ResourceIdentifier id = null, string name = null, string status = null, double? percentComplete = default(double?), System.DateTimeOffset? startOn = default(System.DateTimeOffset?), System.DateTimeOffset? endOn = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.OperationStatusResult> operations = null, Azure.ResponseError error = null, Azure.Core.ResourceIdentifier resourceId = null) { throw null; }
409409
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.SapApplicationServerInstanceData SapApplicationServerInstanceData(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), string instanceNo = null, Azure.Core.ResourceIdentifier subnetId = null, string hostname = null, string kernelVersion = null, string kernelPatch = null, System.Net.IPAddress ipAddress = null, long? gatewayPort = default(long?), long? icmHttpPort = default(long?), long? icmHttpsPort = default(long?), string dispatcherStatus = null, Azure.Core.ResourceIdentifier loadBalancerDetailsId = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.ApplicationServerVmDetails> vmDetails = null, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceStatus? status = default(Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceStatus?), Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState? health = default(Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState?), Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceProvisioningState? provisioningState = default(Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceProvisioningState?), Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceErrorDetail errorsProperties = null) { throw null; }
410410
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapAvailabilityZoneDetailsResult SapAvailabilityZoneDetailsResult(System.Collections.Generic.IEnumerable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapAvailabilityZonePair> availabilityZonePairs = null) { throw null; }
411411
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapAvailabilityZonePair SapAvailabilityZonePair(long? zoneA = default(long?), long? zoneB = default(long?)) { throw null; }
@@ -812,7 +812,7 @@ internal OperationStatusResult() { }
812812
public string Name { get { throw null; } }
813813
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.OperationStatusResult> Operations { get { throw null; } }
814814
public double? PercentComplete { get { throw null; } }
815-
public string ResourceId { get { throw null; } }
815+
public Azure.Core.ResourceIdentifier ResourceId { get { throw null; } }
816816
public System.DateTimeOffset? StartOn { get { throw null; } }
817817
public string Status { get { throw null; } }
818818
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }

sdk/workloadssapvirtualinstance/Azure.ResourceManager.WorkloadsSapVirtualInstance/api/Azure.ResourceManager.WorkloadsSapVirtualInstance.netstandard2.0.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ public static partial class ArmWorkloadsSapVirtualInstanceModelFactory
405405
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.EnqueueServerProperties EnqueueServerProperties(string hostname = null, System.Net.IPAddress ipAddress = null, long? port = default(long?), Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState? health = default(Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState?)) { throw null; }
406406
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.GatewayServerProperties GatewayServerProperties(long? port = default(long?), Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState? health = default(Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState?)) { throw null; }
407407
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.MessageServerProperties MessageServerProperties(long? msPort = default(long?), long? internalMsPort = default(long?), long? httpPort = default(long?), long? httpsPort = default(long?), string hostname = null, System.Net.IPAddress ipAddress = null, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState? health = default(Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState?)) { throw null; }
408-
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.OperationStatusResult OperationStatusResult(Azure.Core.ResourceIdentifier id = null, string name = null, string status = null, double? percentComplete = default(double?), System.DateTimeOffset? startOn = default(System.DateTimeOffset?), System.DateTimeOffset? endOn = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.OperationStatusResult> operations = null, Azure.ResponseError error = null, string resourceId = null) { throw null; }
408+
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.OperationStatusResult OperationStatusResult(Azure.Core.ResourceIdentifier id = null, string name = null, string status = null, double? percentComplete = default(double?), System.DateTimeOffset? startOn = default(System.DateTimeOffset?), System.DateTimeOffset? endOn = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.OperationStatusResult> operations = null, Azure.ResponseError error = null, Azure.Core.ResourceIdentifier resourceId = null) { throw null; }
409409
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.SapApplicationServerInstanceData SapApplicationServerInstanceData(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), string instanceNo = null, Azure.Core.ResourceIdentifier subnetId = null, string hostname = null, string kernelVersion = null, string kernelPatch = null, System.Net.IPAddress ipAddress = null, long? gatewayPort = default(long?), long? icmHttpPort = default(long?), long? icmHttpsPort = default(long?), string dispatcherStatus = null, Azure.Core.ResourceIdentifier loadBalancerDetailsId = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.ApplicationServerVmDetails> vmDetails = null, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceStatus? status = default(Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceStatus?), Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState? health = default(Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState?), Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceProvisioningState? provisioningState = default(Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceProvisioningState?), Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceErrorDetail errorsProperties = null) { throw null; }
410410
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapAvailabilityZoneDetailsResult SapAvailabilityZoneDetailsResult(System.Collections.Generic.IEnumerable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapAvailabilityZonePair> availabilityZonePairs = null) { throw null; }
411411
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapAvailabilityZonePair SapAvailabilityZonePair(long? zoneA = default(long?), long? zoneB = default(long?)) { throw null; }
@@ -812,7 +812,7 @@ internal OperationStatusResult() { }
812812
public string Name { get { throw null; } }
813813
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.OperationStatusResult> Operations { get { throw null; } }
814814
public double? PercentComplete { get { throw null; } }
815-
public string ResourceId { get { throw null; } }
815+
public Azure.Core.ResourceIdentifier ResourceId { get { throw null; } }
816816
public System.DateTimeOffset? StartOn { get { throw null; } }
817817
public string Status { get { throw null; } }
818818
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }

sdk/workloadssapvirtualinstance/Azure.ResourceManager.WorkloadsSapVirtualInstance/src/Generated/ArmWorkloadsSapVirtualInstanceModelFactory.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/workloadssapvirtualinstance/Azure.ResourceManager.WorkloadsSapVirtualInstance/src/Generated/Models/OperationStatusResult.Serialization.cs

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

sdk/workloadssapvirtualinstance/Azure.ResourceManager.WorkloadsSapVirtualInstance/src/Generated/Models/OperationStatusResult.cs

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

0 commit comments

Comments
 (0)