Skip to content

Commit 9f42ff7

Browse files
author
SDKAuto
committed
CodeGen from PR 33517 in Azure/azure-rest-api-specs
Merge 1efc75768ca3caf3124cedaedebc99e879fcb300 into dfa4f3a64b11c535f92516e27822138fa186b97d
1 parent 75ef89b commit 9f42ff7

File tree

116 files changed

+1440
-1238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+1440
-1238
lines changed

sdk/compute/Azure.ResourceManager.Compute/api/Azure.ResourceManager.Compute.net8.0.cs

+22
Original file line numberDiff line numberDiff line change
@@ -8011,6 +8011,24 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
80118011
System.BinaryData System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.ScheduledEventsPolicy>.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
80128012
}
80138013
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
8014+
public readonly partial struct ScriptShellType : System.IEquatable<Azure.ResourceManager.Compute.Models.ScriptShellType>
8015+
{
8016+
private readonly object _dummy;
8017+
private readonly int _dummyPrimitive;
8018+
public ScriptShellType(string value) { throw null; }
8019+
public static Azure.ResourceManager.Compute.Models.ScriptShellType Default { get { throw null; } }
8020+
public static Azure.ResourceManager.Compute.Models.ScriptShellType Powershell7 { get { throw null; } }
8021+
public bool Equals(Azure.ResourceManager.Compute.Models.ScriptShellType other) { throw null; }
8022+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
8023+
public override bool Equals(object obj) { throw null; }
8024+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
8025+
public override int GetHashCode() { throw null; }
8026+
public static bool operator ==(Azure.ResourceManager.Compute.Models.ScriptShellType left, Azure.ResourceManager.Compute.Models.ScriptShellType right) { throw null; }
8027+
public static implicit operator Azure.ResourceManager.Compute.Models.ScriptShellType (string value) { throw null; }
8028+
public static bool operator !=(Azure.ResourceManager.Compute.Models.ScriptShellType left, Azure.ResourceManager.Compute.Models.ScriptShellType right) { throw null; }
8029+
public override string ToString() { throw null; }
8030+
}
8031+
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
80148032
public readonly partial struct SecurityEncryptionType : System.IEquatable<Azure.ResourceManager.Compute.Models.SecurityEncryptionType>
80158033
{
80168034
private readonly object _dummy;
@@ -9391,7 +9409,9 @@ public partial class VirtualMachineRunCommandScriptSource : System.ClientModel.P
93919409
{
93929410
public VirtualMachineRunCommandScriptSource() { }
93939411
public string CommandId { get { throw null; } set { } }
9412+
public string GalleryScriptReferenceId { get { throw null; } set { } }
93949413
public string Script { get { throw null; } set { } }
9414+
public Azure.ResourceManager.Compute.Models.ScriptShellType? ScriptShell { get { throw null; } set { } }
93959415
public System.Uri ScriptUri { get { throw null; } set { } }
93969416
public Azure.ResourceManager.Compute.Models.RunCommandManagedIdentity ScriptUriManagedIdentity { get { throw null; } set { } }
93979417
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
@@ -10602,6 +10622,8 @@ public WindowsParameters() { }
1060210622
public System.Collections.Generic.IList<string> KbNumbersToExclude { get { throw null; } }
1060310623
public System.Collections.Generic.IList<string> KbNumbersToInclude { get { throw null; } }
1060410624
public System.DateTimeOffset? MaxPatchPublishOn { get { throw null; } set { } }
10625+
public System.Collections.Generic.IList<string> PatchNameMasksToExclude { get { throw null; } }
10626+
public System.Collections.Generic.IList<string> PatchNameMasksToInclude { get { throw null; } }
1060510627
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
1060610628
Azure.ResourceManager.Compute.Models.WindowsParameters System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.WindowsParameters>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
1060710629
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.WindowsParameters>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }

sdk/compute/Azure.ResourceManager.Compute/api/Azure.ResourceManager.Compute.netstandard2.0.cs

+22
Original file line numberDiff line numberDiff line change
@@ -8011,6 +8011,24 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
80118011
System.BinaryData System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.ScheduledEventsPolicy>.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
80128012
}
80138013
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
8014+
public readonly partial struct ScriptShellType : System.IEquatable<Azure.ResourceManager.Compute.Models.ScriptShellType>
8015+
{
8016+
private readonly object _dummy;
8017+
private readonly int _dummyPrimitive;
8018+
public ScriptShellType(string value) { throw null; }
8019+
public static Azure.ResourceManager.Compute.Models.ScriptShellType Default { get { throw null; } }
8020+
public static Azure.ResourceManager.Compute.Models.ScriptShellType Powershell7 { get { throw null; } }
8021+
public bool Equals(Azure.ResourceManager.Compute.Models.ScriptShellType other) { throw null; }
8022+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
8023+
public override bool Equals(object obj) { throw null; }
8024+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
8025+
public override int GetHashCode() { throw null; }
8026+
public static bool operator ==(Azure.ResourceManager.Compute.Models.ScriptShellType left, Azure.ResourceManager.Compute.Models.ScriptShellType right) { throw null; }
8027+
public static implicit operator Azure.ResourceManager.Compute.Models.ScriptShellType (string value) { throw null; }
8028+
public static bool operator !=(Azure.ResourceManager.Compute.Models.ScriptShellType left, Azure.ResourceManager.Compute.Models.ScriptShellType right) { throw null; }
8029+
public override string ToString() { throw null; }
8030+
}
8031+
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
80148032
public readonly partial struct SecurityEncryptionType : System.IEquatable<Azure.ResourceManager.Compute.Models.SecurityEncryptionType>
80158033
{
80168034
private readonly object _dummy;
@@ -9391,7 +9409,9 @@ public partial class VirtualMachineRunCommandScriptSource : System.ClientModel.P
93919409
{
93929410
public VirtualMachineRunCommandScriptSource() { }
93939411
public string CommandId { get { throw null; } set { } }
9412+
public string GalleryScriptReferenceId { get { throw null; } set { } }
93949413
public string Script { get { throw null; } set { } }
9414+
public Azure.ResourceManager.Compute.Models.ScriptShellType? ScriptShell { get { throw null; } set { } }
93959415
public System.Uri ScriptUri { get { throw null; } set { } }
93969416
public Azure.ResourceManager.Compute.Models.RunCommandManagedIdentity ScriptUriManagedIdentity { get { throw null; } set { } }
93979417
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
@@ -10602,6 +10622,8 @@ public WindowsParameters() { }
1060210622
public System.Collections.Generic.IList<string> KbNumbersToExclude { get { throw null; } }
1060310623
public System.Collections.Generic.IList<string> KbNumbersToInclude { get { throw null; } }
1060410624
public System.DateTimeOffset? MaxPatchPublishOn { get { throw null; } set { } }
10625+
public System.Collections.Generic.IList<string> PatchNameMasksToExclude { get { throw null; } }
10626+
public System.Collections.Generic.IList<string> PatchNameMasksToInclude { get { throw null; } }
1060510627
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
1060610628
Azure.ResourceManager.Compute.Models.WindowsParameters System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.WindowsParameters>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
1060710629
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.WindowsParameters>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }

sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_AvailabilitySetCollection.cs

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)