@@ -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) { }
0 commit comments