Skip to content

Commit b9d40c9

Browse files
author
SDKAuto
committed
CodeGen from PR 34381 in Azure/azure-rest-api-specs
Merge b1b1f8ef5f0de7c92077ec4f76eb0063b98fc674 into dfa4f3a64b11c535f92516e27822138fa186b97d
1 parent 5449a3a commit b9d40c9

File tree

125 files changed

+1529
-1239
lines changed

Some content is hidden

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

125 files changed

+1529
-1239
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9134,6 +9134,7 @@ public VirtualMachineNetworkInterfaceConfiguration(string name) { }
91349134
public string Name { get { throw null; } set { } }
91359135
public Azure.Core.ResourceIdentifier NetworkSecurityGroupId { get { throw null; } set { } }
91369136
public bool? Primary { get { throw null; } set { } }
9137+
public System.Collections.Generic.IDictionary<string, string> Tags { get { throw null; } }
91379138
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
91389139
Azure.ResourceManager.Compute.Models.VirtualMachineNetworkInterfaceConfiguration System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineNetworkInterfaceConfiguration>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
91399140
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineNetworkInterfaceConfiguration>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
@@ -9326,6 +9327,7 @@ public VirtualMachinePublicIPAddressConfiguration(string name) { }
93269327
public Azure.ResourceManager.Compute.Models.PublicIPAllocationMethod? PublicIPAllocationMethod { get { throw null; } set { } }
93279328
public Azure.Core.ResourceIdentifier PublicIPPrefixId { get { throw null; } set { } }
93289329
public Azure.ResourceManager.Compute.Models.ComputePublicIPAddressSku Sku { get { throw null; } set { } }
9330+
public System.Collections.Generic.IDictionary<string, string> Tags { get { throw null; } }
93299331
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
93309332
Azure.ResourceManager.Compute.Models.VirtualMachinePublicIPAddressConfiguration System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachinePublicIPAddressConfiguration>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
93319333
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachinePublicIPAddressConfiguration>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
@@ -9598,6 +9600,7 @@ public VirtualMachineScaleSetNetworkConfiguration(string name) { }
95989600
public string Name { get { throw null; } set { } }
95999601
public Azure.Core.ResourceIdentifier NetworkSecurityGroupId { get { throw null; } set { } }
96009602
public bool? Primary { get { throw null; } set { } }
9603+
public System.Collections.Generic.IDictionary<string, string> Tags { get { throw null; } }
96019604
protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
96029605
Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetNetworkConfiguration System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetNetworkConfiguration>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
96039606
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetNetworkConfiguration>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
@@ -9784,6 +9787,7 @@ public VirtualMachineScaleSetPublicIPAddressConfiguration(string name) { }
97849787
public Azure.ResourceManager.Compute.Models.IPVersion? PublicIPAddressVersion { get { throw null; } set { } }
97859788
public Azure.Core.ResourceIdentifier PublicIPPrefixId { get { throw null; } set { } }
97869789
public Azure.ResourceManager.Compute.Models.ComputePublicIPAddressSku Sku { get { throw null; } set { } }
9790+
public System.Collections.Generic.IDictionary<string, string> Tags { get { throw null; } }
97879791
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
97889792
Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
97899793
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
@@ -9917,6 +9921,7 @@ public VirtualMachineScaleSetUpdateNetworkConfiguration() { }
99179921
public string Name { get { throw null; } set { } }
99189922
public Azure.Core.ResourceIdentifier NetworkSecurityGroupId { get { throw null; } set { } }
99199923
public bool? Primary { get { throw null; } set { } }
9924+
public System.Collections.Generic.IDictionary<string, string> Tags { get { throw null; } }
99209925
protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
99219926
Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetUpdateNetworkConfiguration System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetUpdateNetworkConfiguration>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
99229927
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetUpdateNetworkConfiguration>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
@@ -9979,6 +9984,7 @@ public VirtualMachineScaleSetUpdatePublicIPAddressConfiguration() { }
99799984
public int? IdleTimeoutInMinutes { get { throw null; } set { } }
99809985
public string Name { get { throw null; } set { } }
99819986
public Azure.Core.ResourceIdentifier PublicIPPrefixId { get { throw null; } set { } }
9987+
public System.Collections.Generic.IDictionary<string, string> Tags { get { throw null; } }
99829988
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
99839989
Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
99849990
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
@@ -10602,6 +10608,8 @@ public WindowsParameters() { }
1060210608
public System.Collections.Generic.IList<string> KbNumbersToExclude { get { throw null; } }
1060310609
public System.Collections.Generic.IList<string> KbNumbersToInclude { get { throw null; } }
1060410610
public System.DateTimeOffset? MaxPatchPublishOn { get { throw null; } set { } }
10611+
public System.Collections.Generic.IList<string> PatchNameMasksToExclude { get { throw null; } }
10612+
public System.Collections.Generic.IList<string> PatchNameMasksToInclude { get { throw null; } }
1060510613
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
1060610614
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; }
1060710615
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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9134,6 +9134,7 @@ public VirtualMachineNetworkInterfaceConfiguration(string name) { }
91349134
public string Name { get { throw null; } set { } }
91359135
public Azure.Core.ResourceIdentifier NetworkSecurityGroupId { get { throw null; } set { } }
91369136
public bool? Primary { get { throw null; } set { } }
9137+
public System.Collections.Generic.IDictionary<string, string> Tags { get { throw null; } }
91379138
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
91389139
Azure.ResourceManager.Compute.Models.VirtualMachineNetworkInterfaceConfiguration System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineNetworkInterfaceConfiguration>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
91399140
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineNetworkInterfaceConfiguration>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
@@ -9326,6 +9327,7 @@ public VirtualMachinePublicIPAddressConfiguration(string name) { }
93269327
public Azure.ResourceManager.Compute.Models.PublicIPAllocationMethod? PublicIPAllocationMethod { get { throw null; } set { } }
93279328
public Azure.Core.ResourceIdentifier PublicIPPrefixId { get { throw null; } set { } }
93289329
public Azure.ResourceManager.Compute.Models.ComputePublicIPAddressSku Sku { get { throw null; } set { } }
9330+
public System.Collections.Generic.IDictionary<string, string> Tags { get { throw null; } }
93299331
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
93309332
Azure.ResourceManager.Compute.Models.VirtualMachinePublicIPAddressConfiguration System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachinePublicIPAddressConfiguration>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
93319333
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachinePublicIPAddressConfiguration>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
@@ -9598,6 +9600,7 @@ public VirtualMachineScaleSetNetworkConfiguration(string name) { }
95989600
public string Name { get { throw null; } set { } }
95999601
public Azure.Core.ResourceIdentifier NetworkSecurityGroupId { get { throw null; } set { } }
96009602
public bool? Primary { get { throw null; } set { } }
9603+
public System.Collections.Generic.IDictionary<string, string> Tags { get { throw null; } }
96019604
protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
96029605
Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetNetworkConfiguration System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetNetworkConfiguration>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
96039606
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetNetworkConfiguration>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
@@ -9784,6 +9787,7 @@ public VirtualMachineScaleSetPublicIPAddressConfiguration(string name) { }
97849787
public Azure.ResourceManager.Compute.Models.IPVersion? PublicIPAddressVersion { get { throw null; } set { } }
97859788
public Azure.Core.ResourceIdentifier PublicIPPrefixId { get { throw null; } set { } }
97869789
public Azure.ResourceManager.Compute.Models.ComputePublicIPAddressSku Sku { get { throw null; } set { } }
9790+
public System.Collections.Generic.IDictionary<string, string> Tags { get { throw null; } }
97879791
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
97889792
Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
97899793
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
@@ -9917,6 +9921,7 @@ public VirtualMachineScaleSetUpdateNetworkConfiguration() { }
99179921
public string Name { get { throw null; } set { } }
99189922
public Azure.Core.ResourceIdentifier NetworkSecurityGroupId { get { throw null; } set { } }
99199923
public bool? Primary { get { throw null; } set { } }
9924+
public System.Collections.Generic.IDictionary<string, string> Tags { get { throw null; } }
99209925
protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
99219926
Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetUpdateNetworkConfiguration System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetUpdateNetworkConfiguration>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
99229927
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetUpdateNetworkConfiguration>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
@@ -9979,6 +9984,7 @@ public VirtualMachineScaleSetUpdatePublicIPAddressConfiguration() { }
99799984
public int? IdleTimeoutInMinutes { get { throw null; } set { } }
99809985
public string Name { get { throw null; } set { } }
99819986
public Azure.Core.ResourceIdentifier PublicIPPrefixId { get { throw null; } set { } }
9987+
public System.Collections.Generic.IDictionary<string, string> Tags { get { throw null; } }
99829988
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
99839989
Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
99849990
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
@@ -10602,6 +10608,8 @@ public WindowsParameters() { }
1060210608
public System.Collections.Generic.IList<string> KbNumbersToExclude { get { throw null; } }
1060310609
public System.Collections.Generic.IList<string> KbNumbersToInclude { get { throw null; } }
1060410610
public System.DateTimeOffset? MaxPatchPublishOn { get { throw null; } set { } }
10611+
public System.Collections.Generic.IList<string> PatchNameMasksToExclude { get { throw null; } }
10612+
public System.Collections.Generic.IList<string> PatchNameMasksToInclude { get { throw null; } }
1060510613
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
1060610614
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; }
1060710615
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.WindowsParameters>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }

0 commit comments

Comments
 (0)