@@ -8011,6 +8011,24 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
8011
8011
System.BinaryData System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.ScheduledEventsPolicy>.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
8012
8012
}
8013
8013
[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)]
8014
8032
public readonly partial struct SecurityEncryptionType : System.IEquatable<Azure.ResourceManager.Compute.Models.SecurityEncryptionType>
8015
8033
{
8016
8034
private readonly object _dummy;
@@ -9391,7 +9409,9 @@ public partial class VirtualMachineRunCommandScriptSource : System.ClientModel.P
9391
9409
{
9392
9410
public VirtualMachineRunCommandScriptSource() { }
9393
9411
public string CommandId { get { throw null; } set { } }
9412
+ public string GalleryScriptReferenceId { get { throw null; } set { } }
9394
9413
public string Script { get { throw null; } set { } }
9414
+ public Azure.ResourceManager.Compute.Models.ScriptShellType? ScriptShell { get { throw null; } set { } }
9395
9415
public System.Uri ScriptUri { get { throw null; } set { } }
9396
9416
public Azure.ResourceManager.Compute.Models.RunCommandManagedIdentity ScriptUriManagedIdentity { get { throw null; } set { } }
9397
9417
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
@@ -10602,6 +10622,8 @@ public WindowsParameters() { }
10602
10622
public System.Collections.Generic.IList<string> KbNumbersToExclude { get { throw null; } }
10603
10623
public System.Collections.Generic.IList<string> KbNumbersToInclude { get { throw null; } }
10604
10624
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; } }
10605
10627
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
10606
10628
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; }
10607
10629
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.WindowsParameters>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
0 commit comments