@@ -16,10 +16,12 @@ namespace AzureSample.ResourceManager.Sample
1616 /// Context class which will be filled in by the System.ClientModel.SourceGeneration.
1717 /// For more information see 'https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md'
1818 /// </summary>
19+ [ ModelReaderWriterBuildable ( typeof ( AdditionalCapabilities ) ) ]
1920 [ ModelReaderWriterBuildable ( typeof ( AdditionalUnattendContent ) ) ]
2021 [ ModelReaderWriterBuildable ( typeof ( ApiError ) ) ]
2122 [ ModelReaderWriterBuildable ( typeof ( ApiErrorBase ) ) ]
2223 [ ModelReaderWriterBuildable ( typeof ( AutomaticOSUpgradePolicy ) ) ]
24+ [ ModelReaderWriterBuildable ( typeof ( AutomaticOSUpgradeProperties ) ) ]
2325 [ ModelReaderWriterBuildable ( typeof ( AutomaticRepairsPolicy ) ) ]
2426 [ ModelReaderWriterBuildable ( typeof ( AvailabilitySetData ) ) ]
2527 [ ModelReaderWriterBuildable ( typeof ( AvailabilitySetListResult ) ) ]
@@ -30,13 +32,16 @@ namespace AzureSample.ResourceManager.Sample
3032 [ ModelReaderWriterBuildable ( typeof ( AzureSampleResourceManagerSampleSku ) ) ]
3133 [ ModelReaderWriterBuildable ( typeof ( AzureSampleResourceManagerSampleUsage ) ) ]
3234 [ ModelReaderWriterBuildable ( typeof ( AzureSampleResourceManagerSampleUsageName ) ) ]
35+ [ ModelReaderWriterBuildable ( typeof ( BillingProfile ) ) ]
3336 [ ModelReaderWriterBuildable ( typeof ( BootDiagnostics ) ) ]
3437 [ ModelReaderWriterBuildable ( typeof ( BootDiagnosticsInstanceView ) ) ]
3538 [ ModelReaderWriterBuildable ( typeof ( DataDisk ) ) ]
3639 [ ModelReaderWriterBuildable ( typeof ( DataDiskImage ) ) ]
3740 [ ModelReaderWriterBuildable ( typeof ( DedicatedHostAllocatableVm ) ) ]
41+ [ ModelReaderWriterBuildable ( typeof ( DedicatedHostAvailableCapacity ) ) ]
3842 [ ModelReaderWriterBuildable ( typeof ( DedicatedHostData ) ) ]
3943 [ ModelReaderWriterBuildable ( typeof ( DedicatedHostGroupData ) ) ]
44+ [ ModelReaderWriterBuildable ( typeof ( DedicatedHostGroupInstanceView ) ) ]
4045 [ ModelReaderWriterBuildable ( typeof ( DedicatedHostGroupListResult ) ) ]
4146 [ ModelReaderWriterBuildable ( typeof ( DedicatedHostGroupPatch ) ) ]
4247 [ ModelReaderWriterBuildable ( typeof ( DedicatedHostGroupResource ) ) ]
@@ -45,10 +50,13 @@ namespace AzureSample.ResourceManager.Sample
4550 [ ModelReaderWriterBuildable ( typeof ( DedicatedHostListResult ) ) ]
4651 [ ModelReaderWriterBuildable ( typeof ( DedicatedHostPatch ) ) ]
4752 [ ModelReaderWriterBuildable ( typeof ( DedicatedHostResource ) ) ]
53+ [ ModelReaderWriterBuildable ( typeof ( DiagnosticsProfile ) ) ]
4854 [ ModelReaderWriterBuildable ( typeof ( DiffDiskSettings ) ) ]
55+ [ ModelReaderWriterBuildable ( typeof ( DisallowedConfiguration ) ) ]
4956 [ ModelReaderWriterBuildable ( typeof ( DiskEncryptionSettings ) ) ]
5057 [ ModelReaderWriterBuildable ( typeof ( DiskInstanceView ) ) ]
5158 [ ModelReaderWriterBuildable ( typeof ( ExtendedLocation ) ) ]
59+ [ ModelReaderWriterBuildable ( typeof ( HardwareProfile ) ) ]
5260 [ ModelReaderWriterBuildable ( typeof ( ImageData ) ) ]
5361 [ ModelReaderWriterBuildable ( typeof ( ImageDataDisk ) ) ]
5462 [ ModelReaderWriterBuildable ( typeof ( ImageDisk ) ) ]
@@ -67,14 +75,18 @@ namespace AzureSample.ResourceManager.Sample
6775 [ ModelReaderWriterBuildable ( typeof ( ListUsagesResult ) ) ]
6876 [ ModelReaderWriterBuildable ( typeof ( LogAnalytics ) ) ]
6977 [ ModelReaderWriterBuildable ( typeof ( LogAnalyticsInputBase ) ) ]
78+ [ ModelReaderWriterBuildable ( typeof ( LogAnalyticsOutput ) ) ]
7079 [ ModelReaderWriterBuildable ( typeof ( MaintenanceRedeployStatus ) ) ]
7180 [ ModelReaderWriterBuildable ( typeof ( ManagedDiskParameters ) ) ]
7281 [ ModelReaderWriterBuildable ( typeof ( ManagedServiceIdentity ) ) ]
7382 [ ModelReaderWriterBuildable ( typeof ( NetworkInterfaceReference ) ) ]
83+ [ ModelReaderWriterBuildable ( typeof ( NetworkProfile ) ) ]
7484 [ ModelReaderWriterBuildable ( typeof ( OrchestrationServiceStateContent ) ) ]
7585 [ ModelReaderWriterBuildable ( typeof ( OrchestrationServiceSummary ) ) ]
7686 [ ModelReaderWriterBuildable ( typeof ( OSDisk ) ) ]
87+ [ ModelReaderWriterBuildable ( typeof ( OSDiskImage ) ) ]
7788 [ ModelReaderWriterBuildable ( typeof ( OSProfile ) ) ]
89+ [ ModelReaderWriterBuildable ( typeof ( PatchSettings ) ) ]
7890 [ ModelReaderWriterBuildable ( typeof ( ProximityPlacementGroupData ) ) ]
7991 [ ModelReaderWriterBuildable ( typeof ( ProximityPlacementGroupListResult ) ) ]
8092 [ ModelReaderWriterBuildable ( typeof ( ProximityPlacementGroupPatch ) ) ]
@@ -87,6 +99,10 @@ namespace AzureSample.ResourceManager.Sample
8799 [ ModelReaderWriterBuildable ( typeof ( RollingUpgradePolicy ) ) ]
88100 [ ModelReaderWriterBuildable ( typeof ( RollingUpgradeProgressInfo ) ) ]
89101 [ ModelReaderWriterBuildable ( typeof ( RollingUpgradeRunningStatus ) ) ]
102+ [ ModelReaderWriterBuildable ( typeof ( ScaleInPolicy ) ) ]
103+ [ ModelReaderWriterBuildable ( typeof ( ScheduledEventsProfile ) ) ]
104+ [ ModelReaderWriterBuildable ( typeof ( SecurityProfile ) ) ]
105+ [ ModelReaderWriterBuildable ( typeof ( SshConfiguration ) ) ]
90106 [ ModelReaderWriterBuildable ( typeof ( SshPublicKeyData ) ) ]
91107 [ ModelReaderWriterBuildable ( typeof ( SshPublicKeyGenerateKeyPairResult ) ) ]
92108 [ ModelReaderWriterBuildable ( typeof ( SshPublicKeyInfo ) ) ]
@@ -110,6 +126,7 @@ namespace AzureSample.ResourceManager.Sample
110126 [ ModelReaderWriterBuildable ( typeof ( UserAssignedIdentity ) ) ]
111127 [ ModelReaderWriterBuildable ( typeof ( VaultCertificate ) ) ]
112128 [ ModelReaderWriterBuildable ( typeof ( VaultSecretGroup ) ) ]
129+ [ ModelReaderWriterBuildable ( typeof ( VirtualHardDisk ) ) ]
113130 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineAgentInstanceView ) ) ]
114131 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineAssessPatchesResult ) ) ]
115132 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineCaptureContent ) ) ]
@@ -121,7 +138,9 @@ namespace AzureSample.ResourceManager.Sample
121138 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineExtensionImageResource ) ) ]
122139 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineExtensionInstanceView ) ) ]
123140 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineExtensionResource ) ) ]
141+ [ ModelReaderWriterBuildable ( typeof ( VirtualMachineExtensionsListResult ) ) ]
124142 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineExtensionUpdate ) ) ]
143+ [ ModelReaderWriterBuildable ( typeof ( VirtualMachineHealthStatus ) ) ]
125144 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineImage ) ) ]
126145 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineImageResource ) ) ]
127146 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineInstanceView ) ) ]
@@ -138,6 +157,7 @@ namespace AzureSample.ResourceManager.Sample
138157 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetExtensionProfile ) ) ]
139158 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetExtensionResource ) ) ]
140159 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetInstanceView ) ) ]
160+ [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetInstanceViewStatusesSummary ) ) ]
141161 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetIPConfiguration ) ) ]
142162 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetIPTag ) ) ]
143163 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetListOSUpgradeHistory ) ) ]
@@ -146,11 +166,13 @@ namespace AzureSample.ResourceManager.Sample
146166 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetListWithLinkResult ) ) ]
147167 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetManagedDiskParameters ) ) ]
148168 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetNetworkConfiguration ) ) ]
169+ [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetNetworkConfigurationDnsSettings ) ) ]
149170 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetNetworkProfile ) ) ]
150171 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetOSDisk ) ) ]
151172 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetOSProfile ) ) ]
152173 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetPatch ) ) ]
153174 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetPublicIPAddressConfiguration ) ) ]
175+ [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings ) ) ]
154176 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetReimageContent ) ) ]
155177 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetResource ) ) ]
156178 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetRollingUpgradeData ) ) ]
@@ -173,6 +195,7 @@ namespace AzureSample.ResourceManager.Sample
173195 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetVmInstanceRequiredIds ) ) ]
174196 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetVmInstanceView ) ) ]
175197 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetVmListResult ) ) ]
198+ [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetVmNetworkProfileConfiguration ) ) ]
176199 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetVmProfile ) ) ]
177200 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetVmProtectionPolicy ) ) ]
178201 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineScaleSetVmReimageContent ) ) ]
@@ -183,6 +206,7 @@ namespace AzureSample.ResourceManager.Sample
183206 [ ModelReaderWriterBuildable ( typeof ( VirtualMachineStatusCodeCount ) ) ]
184207 [ ModelReaderWriterBuildable ( typeof ( VmScaleSetConvertToSinglePlacementGroupContent ) ) ]
185208 [ ModelReaderWriterBuildable ( typeof ( WindowsConfiguration ) ) ]
209+ [ ModelReaderWriterBuildable ( typeof ( WinRMConfiguration ) ) ]
186210 [ ModelReaderWriterBuildable ( typeof ( WinRMListener ) ) ]
187211 [ ModelReaderWriterBuildable ( typeof ( WritableSubResource ) ) ]
188212 public partial class AzureSampleResourceManagerSampleContext : ModelReaderWriterContext
0 commit comments