Skip to content

[AutoPR Azure.ResourceManager.Compute] Add galleryScriptReferenceId parameter to runCommand.json #11047

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8011,6 +8011,24 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
System.BinaryData System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.ScheduledEventsPolicy>.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct ScriptShellType : System.IEquatable<Azure.ResourceManager.Compute.Models.ScriptShellType>
{
private readonly object _dummy;
private readonly int _dummyPrimitive;
public ScriptShellType(string value) { throw null; }
public static Azure.ResourceManager.Compute.Models.ScriptShellType Default { get { throw null; } }
public static Azure.ResourceManager.Compute.Models.ScriptShellType Powershell7 { get { throw null; } }
public bool Equals(Azure.ResourceManager.Compute.Models.ScriptShellType other) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool Equals(object obj) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override int GetHashCode() { throw null; }
public static bool operator ==(Azure.ResourceManager.Compute.Models.ScriptShellType left, Azure.ResourceManager.Compute.Models.ScriptShellType right) { throw null; }
public static implicit operator Azure.ResourceManager.Compute.Models.ScriptShellType (string value) { throw null; }
public static bool operator !=(Azure.ResourceManager.Compute.Models.ScriptShellType left, Azure.ResourceManager.Compute.Models.ScriptShellType right) { throw null; }
public override string ToString() { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct SecurityEncryptionType : System.IEquatable<Azure.ResourceManager.Compute.Models.SecurityEncryptionType>
{
private readonly object _dummy;
Expand Down Expand Up @@ -9391,7 +9409,9 @@ public partial class VirtualMachineRunCommandScriptSource : System.ClientModel.P
{
public VirtualMachineRunCommandScriptSource() { }
public string CommandId { get { throw null; } set { } }
public string GalleryScriptReferenceId { get { throw null; } set { } }
public string Script { get { throw null; } set { } }
public Azure.ResourceManager.Compute.Models.ScriptShellType? ScriptShell { get { throw null; } set { } }
public System.Uri ScriptUri { get { throw null; } set { } }
public Azure.ResourceManager.Compute.Models.RunCommandManagedIdentity ScriptUriManagedIdentity { get { throw null; } set { } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Expand Down Expand Up @@ -10602,6 +10622,8 @@ public WindowsParameters() { }
public System.Collections.Generic.IList<string> KbNumbersToExclude { get { throw null; } }
public System.Collections.Generic.IList<string> KbNumbersToInclude { get { throw null; } }
public System.DateTimeOffset? MaxPatchPublishOn { get { throw null; } set { } }
public System.Collections.Generic.IList<string> PatchNameMasksToExclude { get { throw null; } }
public System.Collections.Generic.IList<string> PatchNameMasksToInclude { get { throw null; } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
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; }
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.WindowsParameters>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8011,6 +8011,24 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
System.BinaryData System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.ScheduledEventsPolicy>.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct ScriptShellType : System.IEquatable<Azure.ResourceManager.Compute.Models.ScriptShellType>
{
private readonly object _dummy;
private readonly int _dummyPrimitive;
public ScriptShellType(string value) { throw null; }
public static Azure.ResourceManager.Compute.Models.ScriptShellType Default { get { throw null; } }
public static Azure.ResourceManager.Compute.Models.ScriptShellType Powershell7 { get { throw null; } }
public bool Equals(Azure.ResourceManager.Compute.Models.ScriptShellType other) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool Equals(object obj) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override int GetHashCode() { throw null; }
public static bool operator ==(Azure.ResourceManager.Compute.Models.ScriptShellType left, Azure.ResourceManager.Compute.Models.ScriptShellType right) { throw null; }
public static implicit operator Azure.ResourceManager.Compute.Models.ScriptShellType (string value) { throw null; }
public static bool operator !=(Azure.ResourceManager.Compute.Models.ScriptShellType left, Azure.ResourceManager.Compute.Models.ScriptShellType right) { throw null; }
public override string ToString() { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct SecurityEncryptionType : System.IEquatable<Azure.ResourceManager.Compute.Models.SecurityEncryptionType>
{
private readonly object _dummy;
Expand Down Expand Up @@ -9391,7 +9409,9 @@ public partial class VirtualMachineRunCommandScriptSource : System.ClientModel.P
{
public VirtualMachineRunCommandScriptSource() { }
public string CommandId { get { throw null; } set { } }
public string GalleryScriptReferenceId { get { throw null; } set { } }
public string Script { get { throw null; } set { } }
public Azure.ResourceManager.Compute.Models.ScriptShellType? ScriptShell { get { throw null; } set { } }
public System.Uri ScriptUri { get { throw null; } set { } }
public Azure.ResourceManager.Compute.Models.RunCommandManagedIdentity ScriptUriManagedIdentity { get { throw null; } set { } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Expand Down Expand Up @@ -10602,6 +10622,8 @@ public WindowsParameters() { }
public System.Collections.Generic.IList<string> KbNumbersToExclude { get { throw null; } }
public System.Collections.Generic.IList<string> KbNumbersToInclude { get { throw null; } }
public System.DateTimeOffset? MaxPatchPublishOn { get { throw null; } set { } }
public System.Collections.Generic.IList<string> PatchNameMasksToExclude { get { throw null; } }
public System.Collections.Generic.IList<string> PatchNameMasksToInclude { get { throw null; } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
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; }
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.WindowsParameters>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading