From 4cd4d3a14345e71fbf86f0ccdd7a092af02e2e66 Mon Sep 17 00:00:00 2001 From: SDKAuto <sdkautomation@microsoft.com> Date: Wed, 24 Jan 2024 19:58:58 +0000 Subject: [PATCH] CodeGen from PR 27518 in Azure/azure-rest-api-specs Merge c0449bd60219805247a58492ec536817125b33c1 into c75671ae0a5d82d7d96fda75150478e8581408d8 --- ....ResourceManager.Compute.netstandard2.0.cs | 24 ++++++- .../Sample_CommunityGalleryCollection.cs | 6 +- .../Sample_CommunityGalleryImageCollection.cs | 8 +-- .../Sample_CommunityGalleryImageResource.cs | 2 +- ..._CommunityGalleryImageVersionCollection.cs | 8 +-- ...le_CommunityGalleryImageVersionResource.cs | 2 +- .../Sample_CommunityGalleryResource.cs | 2 +- ...putePrivateEndpointConnectionCollection.cs | 10 +-- ...omputePrivateEndpointConnectionResource.cs | 6 +- .../Samples/Sample_DiskAccessCollection.cs | 16 ++--- .../Samples/Sample_DiskAccessResource.cs | 12 ++-- .../Sample_DiskEncryptionSetCollection.cs | 20 +++--- .../Sample_DiskEncryptionSetResource.cs | 16 ++--- .../Sample_DiskRestorePointCollection.cs | 14 ++-- .../Sample_DiskRestorePointResource.cs | 8 +-- .../Sample_GalleryApplicationCollection.cs | 10 +-- .../Sample_GalleryApplicationResource.cs | 6 +- ...ple_GalleryApplicationVersionCollection.cs | 16 ++--- ...ample_GalleryApplicationVersionResource.cs | 8 +-- .../Samples/Sample_GalleryCollection.cs | 34 +++++----- .../Samples/Sample_GalleryImageCollection.cs | 10 +-- .../Samples/Sample_GalleryImageResource.cs | 6 +- .../Sample_GalleryImageVersionCollection.cs | 46 ++++++------- .../Sample_GalleryImageVersionResource.cs | 14 ++-- .../Samples/Sample_GalleryResource.cs | 20 +++--- .../Samples/Sample_ManagedDiskCollection.cs | 58 ++++++++-------- .../Samples/Sample_ManagedDiskResource.cs | 32 ++++----- .../Samples/Sample_SharedGalleryCollection.cs | 8 +-- .../Sample_SharedGalleryImageCollection.cs | 8 +-- .../Sample_SharedGalleryImageResource.cs | 2 +- ...ple_SharedGalleryImageVersionCollection.cs | 8 +-- ...ample_SharedGalleryImageVersionResource.cs | 2 +- .../Samples/Sample_SharedGalleryResource.cs | 2 +- .../Samples/Sample_SnapshotCollection.cs | 67 +++++++++++++++---- .../Samples/Sample_SnapshotResource.cs | 16 ++--- .../src/Generated/ArmComputeModelFactory.cs | 25 ++++++- .../Generated/CommunityGalleryCollection.cs | 12 ++-- .../CommunityGalleryImageCollection.cs | 16 ++--- .../CommunityGalleryImageResource.cs | 8 +-- .../CommunityGalleryImageVersionCollection.cs | 16 ++--- .../CommunityGalleryImageVersionResource.cs | 4 +- .../src/Generated/CommunityGalleryResource.cs | 8 +-- ...putePrivateEndpointConnectionCollection.cs | 20 +++--- ...omputePrivateEndpointConnectionResource.cs | 12 ++-- .../src/Generated/DiskAccessCollection.cs | 20 +++--- .../src/Generated/DiskAccessResource.cs | 32 ++++----- .../Generated/DiskEncryptionSetCollection.cs | 20 +++--- .../Generated/DiskEncryptionSetResource.cs | 28 ++++---- .../Generated/DiskRestorePointCollection.cs | 16 ++--- .../src/Generated/DiskRestorePointResource.cs | 12 ++-- .../Generated/Extensions/ComputeExtensions.cs | 48 ++++++------- .../MockableComputeResourceGroupResource.cs | 20 +++--- .../MockableComputeSubscriptionResource.cs | 28 ++++---- .../Generated/GalleryApplicationCollection.cs | 20 +++--- .../Generated/GalleryApplicationResource.cs | 28 ++++---- .../GalleryApplicationVersionCollection.cs | 20 +++--- .../GalleryApplicationVersionResource.cs | 24 +++---- .../src/Generated/GalleryCollection.cs | 20 +++--- .../src/Generated/GalleryImageCollection.cs | 20 +++--- .../src/Generated/GalleryImageResource.cs | 28 ++++---- .../GalleryImageVersionCollection.cs | 20 +++--- .../Generated/GalleryImageVersionResource.cs | 24 +++---- .../src/Generated/GalleryResource.cs | 36 +++++----- .../src/Generated/ManagedDiskCollection.cs | 20 +++--- .../src/Generated/ManagedDiskResource.cs | 32 ++++----- .../Models/DiskCreationData.Serialization.cs | 17 ++++- .../src/Generated/Models/DiskCreationData.cs | 6 +- .../src/Generated/Models/DiskSecurityType.cs | 3 + .../Models/ProvisionedBandwidthCopyOption.cs | 51 ++++++++++++++ .../CommunityGalleriesRestOperations.cs | 2 +- ...unityGalleryImageVersionsRestOperations.cs | 2 +- .../CommunityGalleryImagesRestOperations.cs | 2 +- .../DiskAccessesRestOperations.cs | 2 +- .../DiskEncryptionSetsRestOperations.cs | 2 +- .../DiskRestorePointRestOperations.cs | 2 +- .../RestOperations/DisksRestOperations.cs | 2 +- .../RestOperations/GalleriesRestOperations.cs | 2 +- ...alleryApplicationVersionsRestOperations.cs | 2 +- .../GalleryApplicationsRestOperations.cs | 2 +- .../GalleryImageVersionsRestOperations.cs | 2 +- .../GalleryImagesRestOperations.cs | 2 +- .../GallerySharingProfileRestOperations.cs | 2 +- .../SharedGalleriesRestOperations.cs | 2 +- ...haredGalleryImageVersionsRestOperations.cs | 2 +- .../SharedGalleryImagesRestOperations.cs | 2 +- .../RestOperations/SnapshotsRestOperations.cs | 2 +- .../src/Generated/RestorePointResource.cs | 4 +- .../src/Generated/SharedGalleryCollection.cs | 16 ++--- .../Generated/SharedGalleryImageCollection.cs | 16 ++--- .../Generated/SharedGalleryImageResource.cs | 8 +-- .../SharedGalleryImageVersionCollection.cs | 16 ++--- .../SharedGalleryImageVersionResource.cs | 4 +- .../src/Generated/SharedGalleryResource.cs | 8 +-- .../src/Generated/SnapshotCollection.cs | 20 +++--- .../src/Generated/SnapshotResource.cs | 32 ++++----- .../src/autorest.md | 2 +- 96 files changed, 780 insertions(+), 621 deletions(-) create mode 100644 sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/ProvisionedBandwidthCopyOption.cs diff --git a/sdk/compute/Azure.ResourceManager.Compute/api/Azure.ResourceManager.Compute.netstandard2.0.cs b/sdk/compute/Azure.ResourceManager.Compute/api/Azure.ResourceManager.Compute.netstandard2.0.cs index b64fa5daf8b5b..cda1d5b28a65a 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/api/Azure.ResourceManager.Compute.netstandard2.0.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/api/Azure.ResourceManager.Compute.netstandard2.0.cs @@ -3020,7 +3020,9 @@ public static partial class ArmComputeModelFactory public static Azure.ResourceManager.Compute.Models.DedicatedHostInstanceViewWithName DedicatedHostInstanceViewWithName(string assetId = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.DedicatedHostAllocatableVm> availableCapacityAllocatableVms = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.InstanceViewStatus> statuses = null, string name = null) { throw null; } public static Azure.ResourceManager.Compute.Models.DedicatedHostPatch DedicatedHostPatch(System.Collections.Generic.IDictionary<string, string> tags = null, Azure.ResourceManager.Compute.Models.ComputeSku sku = null, int? platformFaultDomain = default(int?), bool? autoReplaceOnFailure = default(bool?), string hostId = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.SubResource> virtualMachines = null, Azure.ResourceManager.Compute.Models.DedicatedHostLicenseType? licenseType = default(Azure.ResourceManager.Compute.Models.DedicatedHostLicenseType?), System.DateTimeOffset? provisioningOn = default(System.DateTimeOffset?), string provisioningState = null, Azure.ResourceManager.Compute.Models.DedicatedHostInstanceView instanceView = null, System.DateTimeOffset? timeCreated = default(System.DateTimeOffset?)) { throw null; } public static Azure.ResourceManager.Compute.DiskAccessData DiskAccessData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary<string, string> tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), Azure.ResourceManager.Resources.Models.ExtendedLocation extendedLocation = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.ComputePrivateEndpointConnectionData> privateEndpointConnections = null, string provisioningState = null, System.DateTimeOffset? timeCreated = default(System.DateTimeOffset?)) { throw null; } - public static Azure.ResourceManager.Compute.Models.DiskCreationData DiskCreationData(Azure.ResourceManager.Compute.Models.DiskCreateOption createOption = default(Azure.ResourceManager.Compute.Models.DiskCreateOption), Azure.Core.ResourceIdentifier storageAccountId = null, Azure.ResourceManager.Compute.Models.ImageDiskReference imageReference = null, Azure.ResourceManager.Compute.Models.ImageDiskReference galleryImageReference = null, System.Uri sourceUri = null, Azure.Core.ResourceIdentifier sourceResourceId = null, string sourceUniqueId = null, long? uploadSizeBytes = default(long?), int? logicalSectorSize = default(int?), System.Uri securityDataUri = null, bool? isPerformancePlusEnabled = default(bool?), Azure.Core.ResourceIdentifier elasticSanResourceId = null) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public static Azure.ResourceManager.Compute.Models.DiskCreationData DiskCreationData(Azure.ResourceManager.Compute.Models.DiskCreateOption createOption, Azure.Core.ResourceIdentifier storageAccountId, Azure.ResourceManager.Compute.Models.ImageDiskReference imageReference, Azure.ResourceManager.Compute.Models.ImageDiskReference galleryImageReference, System.Uri sourceUri, Azure.Core.ResourceIdentifier sourceResourceId, string sourceUniqueId, long? uploadSizeBytes, int? logicalSectorSize, System.Uri securityDataUri, bool? isPerformancePlusEnabled, Azure.Core.ResourceIdentifier elasticSanResourceId) { throw null; } + public static Azure.ResourceManager.Compute.Models.DiskCreationData DiskCreationData(Azure.ResourceManager.Compute.Models.DiskCreateOption createOption = default(Azure.ResourceManager.Compute.Models.DiskCreateOption), Azure.Core.ResourceIdentifier storageAccountId = null, Azure.ResourceManager.Compute.Models.ImageDiskReference imageReference = null, Azure.ResourceManager.Compute.Models.ImageDiskReference galleryImageReference = null, System.Uri sourceUri = null, Azure.Core.ResourceIdentifier sourceResourceId = null, string sourceUniqueId = null, long? uploadSizeBytes = default(long?), int? logicalSectorSize = default(int?), System.Uri securityDataUri = null, bool? isPerformancePlusEnabled = default(bool?), Azure.Core.ResourceIdentifier elasticSanResourceId = null, Azure.ResourceManager.Compute.Models.ProvisionedBandwidthCopyOption? provisionedBandwidthCopySpeed = default(Azure.ResourceManager.Compute.Models.ProvisionedBandwidthCopyOption?)) { throw null; } public static Azure.ResourceManager.Compute.DiskEncryptionSetData DiskEncryptionSetData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary<string, string> tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), Azure.ResourceManager.Models.ManagedServiceIdentity identity = null, Azure.ResourceManager.Compute.Models.DiskEncryptionSetType? encryptionType = default(Azure.ResourceManager.Compute.Models.DiskEncryptionSetType?), Azure.ResourceManager.Compute.Models.KeyForDiskEncryptionSet activeKey = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.KeyForDiskEncryptionSet> previousKeys = null, string provisioningState = null, bool? rotationToLatestKeyVersionEnabled = default(bool?), System.DateTimeOffset? lastKeyRotationTimestamp = default(System.DateTimeOffset?), Azure.ResourceManager.Compute.Models.ComputeApiError autoKeyRotationError = null, string federatedClientId = null) { throw null; } public static Azure.ResourceManager.Compute.DiskImageData DiskImageData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary<string, string> tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), Azure.ResourceManager.Resources.Models.ExtendedLocation extendedLocation = null, Azure.Core.ResourceIdentifier sourceVirtualMachineId = null, Azure.ResourceManager.Compute.Models.ImageStorageProfile storageProfile = null, string provisioningState = null, Azure.ResourceManager.Compute.Models.HyperVGeneration? hyperVGeneration = default(Azure.ResourceManager.Compute.Models.HyperVGeneration?)) { throw null; } public static Azure.ResourceManager.Compute.Models.DiskImagePatch DiskImagePatch(System.Collections.Generic.IDictionary<string, string> tags = null, Azure.Core.ResourceIdentifier sourceVirtualMachineId = null, Azure.ResourceManager.Compute.Models.ImageStorageProfile storageProfile = null, string provisioningState = null, Azure.ResourceManager.Compute.Models.HyperVGeneration? hyperVGeneration = default(Azure.ResourceManager.Compute.Models.HyperVGeneration?)) { throw null; } @@ -4392,6 +4394,7 @@ public DiskCreationData(Azure.ResourceManager.Compute.Models.DiskCreateOption cr public Azure.ResourceManager.Compute.Models.ImageDiskReference ImageReference { get { throw null; } set { } } public bool? IsPerformancePlusEnabled { get { throw null; } set { } } public int? LogicalSectorSize { get { throw null; } set { } } + public Azure.ResourceManager.Compute.Models.ProvisionedBandwidthCopyOption? ProvisionedBandwidthCopySpeed { get { throw null; } set { } } public System.Uri SecurityDataUri { get { throw null; } set { } } public Azure.Core.ResourceIdentifier SourceResourceId { get { throw null; } set { } } public string SourceUniqueId { get { throw null; } } @@ -4633,6 +4636,7 @@ public DiskSecurityProfile() { } public static Azure.ResourceManager.Compute.Models.DiskSecurityType ConfidentialVmDiskEncryptedWithCustomerKey { get { throw null; } } public static Azure.ResourceManager.Compute.Models.DiskSecurityType ConfidentialVmDiskEncryptedWithPlatformKey { get { throw null; } } public static Azure.ResourceManager.Compute.Models.DiskSecurityType ConfidentialVmGuestStateOnlyEncryptedWithPlatformKey { get { throw null; } } + public static Azure.ResourceManager.Compute.Models.DiskSecurityType ConfidentialVmNonPersistedTPM { get { throw null; } } public static Azure.ResourceManager.Compute.Models.DiskSecurityType TrustedLaunch { get { throw null; } } public bool Equals(Azure.ResourceManager.Compute.Models.DiskSecurityType other) { throw null; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] @@ -6209,6 +6213,24 @@ internal PirSharedGalleryResourceData() { } string System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.PirSharedGalleryResourceData>.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; } System.BinaryData System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.PirSharedGalleryResourceData>.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; } } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct ProvisionedBandwidthCopyOption : System.IEquatable<Azure.ResourceManager.Compute.Models.ProvisionedBandwidthCopyOption> + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public ProvisionedBandwidthCopyOption(string value) { throw null; } + public static Azure.ResourceManager.Compute.Models.ProvisionedBandwidthCopyOption Enhanced { get { throw null; } } + public static Azure.ResourceManager.Compute.Models.ProvisionedBandwidthCopyOption None { get { throw null; } } + public bool Equals(Azure.ResourceManager.Compute.Models.ProvisionedBandwidthCopyOption 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.ProvisionedBandwidthCopyOption left, Azure.ResourceManager.Compute.Models.ProvisionedBandwidthCopyOption right) { throw null; } + public static implicit operator Azure.ResourceManager.Compute.Models.ProvisionedBandwidthCopyOption (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Compute.Models.ProvisionedBandwidthCopyOption left, Azure.ResourceManager.Compute.Models.ProvisionedBandwidthCopyOption right) { throw null; } + public override string ToString() { throw null; } + } public partial class ProximityPlacementGroupPatch : Azure.ResourceManager.Compute.Models.ComputeResourcePatch, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.ProximityPlacementGroupPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.ProximityPlacementGroupPatch> { public ProximityPlacementGroupPatch() { } diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryCollection.cs index 33fde4fb4b177..b566f5dcdc286 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_CommunityGalleryCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetACommunityGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGallery_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/communityGalleryExamples/CommunityGallery_Get.json // this example is just showing the usage of "CommunityGalleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_GetACommunityGallery() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetACommunityGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGallery_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/communityGalleryExamples/CommunityGallery_Get.json // this example is just showing the usage of "CommunityGalleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,7 +87,7 @@ public async Task Exists_GetACommunityGallery() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetACommunityGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGallery_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/communityGalleryExamples/CommunityGallery_Get.json // this example is just showing the usage of "CommunityGalleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageCollection.cs index a3a9538babf46..49089b6c3f5c6 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_CommunityGalleryImageCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetACommunityGalleryImage() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGalleryImage_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/communityGalleryExamples/CommunityGalleryImage_Get.json // this example is just showing the usage of "CommunityGalleryImages_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_GetACommunityGalleryImage() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetACommunityGalleryImage() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGalleryImage_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/communityGalleryExamples/CommunityGalleryImage_Get.json // this example is just showing the usage of "CommunityGalleryImages_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_GetACommunityGalleryImage() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetACommunityGalleryImage() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGalleryImage_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/communityGalleryExamples/CommunityGalleryImage_Get.json // this example is just showing the usage of "CommunityGalleryImages_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -131,7 +131,7 @@ public async Task GetIfExists_GetACommunityGalleryImage() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListCommunityGalleryImages() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGalleryImage_List.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/communityGalleryExamples/CommunityGalleryImage_List.json // this example is just showing the usage of "CommunityGalleryImages_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageResource.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageResource.cs index 37ad7fa64398a..a04fede6f9b0b 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageResource.cs @@ -21,7 +21,7 @@ public partial class Sample_CommunityGalleryImageResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetACommunityGalleryImage() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGalleryImage_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/communityGalleryExamples/CommunityGalleryImage_Get.json // this example is just showing the usage of "CommunityGalleryImages_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageVersionCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageVersionCollection.cs index 984774e6c3611..f7283a9a18556 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageVersionCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageVersionCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_CommunityGalleryImageVersionCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetACommunityGalleryImageVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGalleryImageVersion_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/communityGalleryExamples/CommunityGalleryImageVersion_Get.json // this example is just showing the usage of "CommunityGalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetACommunityGalleryImageVersion() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetACommunityGalleryImageVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGalleryImageVersion_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/communityGalleryExamples/CommunityGalleryImageVersion_Get.json // this example is just showing the usage of "CommunityGalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -90,7 +90,7 @@ public async Task Exists_GetACommunityGalleryImageVersion() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetACommunityGalleryImageVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGalleryImageVersion_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/communityGalleryExamples/CommunityGalleryImageVersion_Get.json // this example is just showing the usage of "CommunityGalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -134,7 +134,7 @@ public async Task GetIfExists_GetACommunityGalleryImageVersion() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListCommunityGalleryImageVersions() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGalleryImageVersion_List.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/communityGalleryExamples/CommunityGalleryImageVersion_List.json // this example is just showing the usage of "CommunityGalleryImageVersions_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageVersionResource.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageVersionResource.cs index 7ec96973069a5..75b936578b8a7 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageVersionResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageVersionResource.cs @@ -21,7 +21,7 @@ public partial class Sample_CommunityGalleryImageVersionResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetACommunityGalleryImageVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGalleryImageVersion_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/communityGalleryExamples/CommunityGalleryImageVersion_Get.json // this example is just showing the usage of "CommunityGalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryResource.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryResource.cs index 2cfcd7aae7e62..33f9661c88d41 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryResource.cs @@ -21,7 +21,7 @@ public partial class Sample_CommunityGalleryResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetACommunityGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGallery_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/communityGalleryExamples/CommunityGallery_Get.json // this example is just showing the usage of "CommunityGalleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_ComputePrivateEndpointConnectionCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_ComputePrivateEndpointConnectionCollection.cs index eac3417318775..f0f09d99ead98 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_ComputePrivateEndpointConnectionCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_ComputePrivateEndpointConnectionCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_ComputePrivateEndpointConnectionCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_ApproveAPrivateEndpointConnectionUnderADiskAccessResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccessPrivateEndpointConnection_Approve.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccessPrivateEndpointConnection_Approve.json // this example is just showing the usage of "DiskAccesses_UpdateAPrivateEndpointConnection" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -67,7 +67,7 @@ public async Task CreateOrUpdate_ApproveAPrivateEndpointConnectionUnderADiskAcce [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetInformationAboutAPrivateEndpointConnectionUnderADiskAccessResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccessPrivateEndpointConnection_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccessPrivateEndpointConnection_Get.json // this example is just showing the usage of "DiskAccesses_GetAPrivateEndpointConnection" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -102,7 +102,7 @@ public async Task Get_GetInformationAboutAPrivateEndpointConnectionUnderADiskAcc [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetInformationAboutAPrivateEndpointConnectionUnderADiskAccessResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccessPrivateEndpointConnection_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccessPrivateEndpointConnection_Get.json // this example is just showing the usage of "DiskAccesses_GetAPrivateEndpointConnection" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -133,7 +133,7 @@ public async Task Exists_GetInformationAboutAPrivateEndpointConnectionUnderADisk [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetInformationAboutAPrivateEndpointConnectionUnderADiskAccessResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccessPrivateEndpointConnection_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccessPrivateEndpointConnection_Get.json // this example is just showing the usage of "DiskAccesses_GetAPrivateEndpointConnection" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -176,7 +176,7 @@ public async Task GetIfExists_GetInformationAboutAPrivateEndpointConnectionUnder [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_GetInformationAboutAPrivateEndpointConnectionUnderADiskAccessResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccessPrivateEndpointConnection_ListByDiskAccess.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccessPrivateEndpointConnection_ListByDiskAccess.json // this example is just showing the usage of "DiskAccesses_ListPrivateEndpointConnections" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_ComputePrivateEndpointConnectionResource.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_ComputePrivateEndpointConnectionResource.cs index d6546b5cff3f8..c1b369e7e3afc 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_ComputePrivateEndpointConnectionResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_ComputePrivateEndpointConnectionResource.cs @@ -23,7 +23,7 @@ public partial class Sample_ComputePrivateEndpointConnectionResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_ApproveAPrivateEndpointConnectionUnderADiskAccessResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccessPrivateEndpointConnection_Approve.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccessPrivateEndpointConnection_Approve.json // this example is just showing the usage of "DiskAccesses_UpdateAPrivateEndpointConnection" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -64,7 +64,7 @@ public async Task Update_ApproveAPrivateEndpointConnectionUnderADiskAccessResour [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetInformationAboutAPrivateEndpointConnectionUnderADiskAccessResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccessPrivateEndpointConnection_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccessPrivateEndpointConnection_Get.json // this example is just showing the usage of "DiskAccesses_GetAPrivateEndpointConnection" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -96,7 +96,7 @@ public async Task Get_GetInformationAboutAPrivateEndpointConnectionUnderADiskAcc [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteAPrivateEndpointConnectionUnderADiskAccessResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccessPrivateEndpointConnection_Delete.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccessPrivateEndpointConnection_Delete.json // this example is just showing the usage of "DiskAccesses_DeleteAPrivateEndpointConnection" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskAccessCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskAccessCollection.cs index 78a1d87734872..62bf9b45dcbb0 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskAccessCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskAccessCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_DiskAccessCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateADiskAccessResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccess_Create.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccess_Create.json // this example is just showing the usage of "DiskAccesses_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -59,7 +59,7 @@ public async Task CreateOrUpdate_CreateADiskAccessResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetInformationAboutADiskAccessResourceWithPrivateEndpoints() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccess_Get_WithPrivateEndpoints.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccess_Get_WithPrivateEndpoints.json // this example is just showing the usage of "DiskAccesses_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -93,7 +93,7 @@ public async Task Get_GetInformationAboutADiskAccessResourceWithPrivateEndpoints [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetInformationAboutADiskAccessResourceWithPrivateEndpoints() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccess_Get_WithPrivateEndpoints.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccess_Get_WithPrivateEndpoints.json // this example is just showing the usage of "DiskAccesses_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -123,7 +123,7 @@ public async Task Exists_GetInformationAboutADiskAccessResourceWithPrivateEndpoi [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetInformationAboutADiskAccessResourceWithPrivateEndpoints() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccess_Get_WithPrivateEndpoints.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccess_Get_WithPrivateEndpoints.json // this example is just showing the usage of "DiskAccesses_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -165,7 +165,7 @@ public async Task GetIfExists_GetInformationAboutADiskAccessResourceWithPrivateE [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetInformationAboutADiskAccessResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccess_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccess_Get.json // this example is just showing the usage of "DiskAccesses_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -199,7 +199,7 @@ public async Task Get_GetInformationAboutADiskAccessResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetInformationAboutADiskAccessResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccess_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccess_Get.json // this example is just showing the usage of "DiskAccesses_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -229,7 +229,7 @@ public async Task Exists_GetInformationAboutADiskAccessResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetInformationAboutADiskAccessResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccess_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccess_Get.json // this example is just showing the usage of "DiskAccesses_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -271,7 +271,7 @@ public async Task GetIfExists_GetInformationAboutADiskAccessResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListAllDiskAccessResourcesInAResourceGroup() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccess_ListByResourceGroup.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccess_ListByResourceGroup.json // this example is just showing the usage of "DiskAccesses_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskAccessResource.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskAccessResource.cs index 7dadfd49a9c0d..79f14948d0729 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskAccessResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskAccessResource.cs @@ -24,7 +24,7 @@ public partial class Sample_DiskAccessResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateADiskAccessResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccess_Update.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccess_Update.json // this example is just showing the usage of "DiskAccesses_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -64,7 +64,7 @@ public async Task Update_UpdateADiskAccessResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetInformationAboutADiskAccessResourceWithPrivateEndpoints() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccess_Get_WithPrivateEndpoints.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccess_Get_WithPrivateEndpoints.json // this example is just showing the usage of "DiskAccesses_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -95,7 +95,7 @@ public async Task Get_GetInformationAboutADiskAccessResourceWithPrivateEndpoints [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetInformationAboutADiskAccessResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccess_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccess_Get.json // this example is just showing the usage of "DiskAccesses_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -126,7 +126,7 @@ public async Task Get_GetInformationAboutADiskAccessResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteADiskAccessResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccess_Delete.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccess_Delete.json // this example is just showing the usage of "DiskAccesses_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -153,7 +153,7 @@ public async Task Delete_DeleteADiskAccessResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetDiskAccesses_ListAllDiskAccessResourcesInASubscription() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccess_ListBySubscription.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccess_ListBySubscription.json // this example is just showing the usage of "DiskAccesses_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -185,7 +185,7 @@ public async Task GetDiskAccesses_ListAllDiskAccessResourcesInASubscription() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetPrivateLinkResources_ListAllPossiblePrivateLinkResourcesUnderDiskAccessResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskAccessExamples/DiskAccessPrivateLinkResources_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskAccessExamples/DiskAccessPrivateLinkResources_Get.json // this example is just showing the usage of "DiskAccesses_GetPrivateLinkResources" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskEncryptionSetCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskEncryptionSetCollection.cs index e15072bf47968..2d401bef84bbd 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskEncryptionSetCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskEncryptionSetCollection.cs @@ -25,7 +25,7 @@ public partial class Sample_DiskEncryptionSetCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateADiskEncryptionSetWithKeyVaultFromADifferentSubscription() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Create_WithKeyVaultFromADifferentSubscription.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Create_WithKeyVaultFromADifferentSubscription.json // this example is just showing the usage of "DiskEncryptionSets_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -66,7 +66,7 @@ public async Task CreateOrUpdate_CreateADiskEncryptionSetWithKeyVaultFromADiffer [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateADiskEncryptionSetWithKeyVaultFromADifferentTenant() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Create_WithKeyVaultFromADifferentTenant.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Create_WithKeyVaultFromADifferentTenant.json // this example is just showing the usage of "DiskEncryptionSets_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -114,7 +114,7 @@ public async Task CreateOrUpdate_CreateADiskEncryptionSetWithKeyVaultFromADiffer [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateADiskEncryptionSet() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Create.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Create.json // this example is just showing the usage of "DiskEncryptionSets_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -158,7 +158,7 @@ public async Task CreateOrUpdate_CreateADiskEncryptionSet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetInformationAboutADiskEncryptionSetWhenAutoKeyRotationFailed() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Get_WithAutoKeyRotationError.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Get_WithAutoKeyRotationError.json // this example is just showing the usage of "DiskEncryptionSets_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -192,7 +192,7 @@ public async Task Get_GetInformationAboutADiskEncryptionSetWhenAutoKeyRotationFa [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetInformationAboutADiskEncryptionSetWhenAutoKeyRotationFailed() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Get_WithAutoKeyRotationError.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Get_WithAutoKeyRotationError.json // this example is just showing the usage of "DiskEncryptionSets_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -222,7 +222,7 @@ public async Task Exists_GetInformationAboutADiskEncryptionSetWhenAutoKeyRotatio [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetInformationAboutADiskEncryptionSetWhenAutoKeyRotationFailed() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Get_WithAutoKeyRotationError.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Get_WithAutoKeyRotationError.json // this example is just showing the usage of "DiskEncryptionSets_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -264,7 +264,7 @@ public async Task GetIfExists_GetInformationAboutADiskEncryptionSetWhenAutoKeyRo [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetInformationAboutADiskEncryptionSet() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Get.json // this example is just showing the usage of "DiskEncryptionSets_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -298,7 +298,7 @@ public async Task Get_GetInformationAboutADiskEncryptionSet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetInformationAboutADiskEncryptionSet() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Get.json // this example is just showing the usage of "DiskEncryptionSets_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -328,7 +328,7 @@ public async Task Exists_GetInformationAboutADiskEncryptionSet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetInformationAboutADiskEncryptionSet() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Get.json // this example is just showing the usage of "DiskEncryptionSets_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -370,7 +370,7 @@ public async Task GetIfExists_GetInformationAboutADiskEncryptionSet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListAllDiskEncryptionSetsInAResourceGroup() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_ListByResourceGroup.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_ListByResourceGroup.json // this example is just showing the usage of "DiskEncryptionSets_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskEncryptionSetResource.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskEncryptionSetResource.cs index 1b9fa030e920f..67d653a576584 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskEncryptionSetResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskEncryptionSetResource.cs @@ -25,7 +25,7 @@ public partial class Sample_DiskEncryptionSetResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateADiskEncryptionSetWithRotationToLatestKeyVersionEnabledSetToTrueSucceeded() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Update_WithRotationToLatestKeyVersionEnabled.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Update_WithRotationToLatestKeyVersionEnabled.json // this example is just showing the usage of "DiskEncryptionSets_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -64,7 +64,7 @@ public async Task Update_UpdateADiskEncryptionSetWithRotationToLatestKeyVersionE [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateADiskEncryptionSetWithRotationToLatestKeyVersionEnabledSetToTrueUpdating() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Update_WithRotationToLatestKeyVersionEnabledInProgress.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Update_WithRotationToLatestKeyVersionEnabledInProgress.json // this example is just showing the usage of "DiskEncryptionSets_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -103,7 +103,7 @@ public async Task Update_UpdateADiskEncryptionSetWithRotationToLatestKeyVersionE [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateADiskEncryptionSet() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Update.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Update.json // this example is just showing the usage of "DiskEncryptionSets_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -148,7 +148,7 @@ public async Task Update_UpdateADiskEncryptionSet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetInformationAboutADiskEncryptionSetWhenAutoKeyRotationFailed() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Get_WithAutoKeyRotationError.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Get_WithAutoKeyRotationError.json // this example is just showing the usage of "DiskEncryptionSets_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -179,7 +179,7 @@ public async Task Get_GetInformationAboutADiskEncryptionSetWhenAutoKeyRotationFa [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetInformationAboutADiskEncryptionSet() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Get.json // this example is just showing the usage of "DiskEncryptionSets_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -210,7 +210,7 @@ public async Task Get_GetInformationAboutADiskEncryptionSet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteADiskEncryptionSet() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Delete.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_Delete.json // this example is just showing the usage of "DiskEncryptionSets_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -237,7 +237,7 @@ public async Task Delete_DeleteADiskEncryptionSet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetDiskEncryptionSets_ListAllDiskEncryptionSetsInASubscription() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_ListBySubscription.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_ListBySubscription.json // this example is just showing the usage of "DiskEncryptionSets_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -269,7 +269,7 @@ public async Task GetDiskEncryptionSets_ListAllDiskEncryptionSetsInASubscription [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAssociatedResources_ListAllResourcesThatAreEncryptedWithThisDiskEncryptionSet() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_ListAssociatedResources.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskEncryptionSetExamples/DiskEncryptionSet_ListAssociatedResources.json // this example is just showing the usage of "DiskEncryptionSets_ListAssociatedResources" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskRestorePointCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskRestorePointCollection.cs index 4cdb7472d6121..a1a52ff129757 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskRestorePointCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskRestorePointCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_DiskRestorePointCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAnIncrementalDiskRestorePointResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskRestorePointExamples/DiskRestorePoint_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskRestorePointExamples/DiskRestorePoint_Get.json // this example is just showing the usage of "DiskRestorePoint_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetAnIncrementalDiskRestorePointResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetAnIncrementalDiskRestorePointResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskRestorePointExamples/DiskRestorePoint_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskRestorePointExamples/DiskRestorePoint_Get.json // this example is just showing the usage of "DiskRestorePoint_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -90,7 +90,7 @@ public async Task Exists_GetAnIncrementalDiskRestorePointResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetAnIncrementalDiskRestorePointResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskRestorePointExamples/DiskRestorePoint_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskRestorePointExamples/DiskRestorePoint_Get.json // this example is just showing the usage of "DiskRestorePoint_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -134,7 +134,7 @@ public async Task GetIfExists_GetAnIncrementalDiskRestorePointResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAnIncrementalDiskRestorePointWhenSourceResourceIsFromADifferentRegion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskRestorePointExamples/DiskRestorePoint_Get_WhenSourceResourceIsFromDifferentRegion.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskRestorePointExamples/DiskRestorePoint_Get_WhenSourceResourceIsFromDifferentRegion.json // this example is just showing the usage of "DiskRestorePoint_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -170,7 +170,7 @@ public async Task Get_GetAnIncrementalDiskRestorePointWhenSourceResourceIsFromAD [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetAnIncrementalDiskRestorePointWhenSourceResourceIsFromADifferentRegion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskRestorePointExamples/DiskRestorePoint_Get_WhenSourceResourceIsFromDifferentRegion.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskRestorePointExamples/DiskRestorePoint_Get_WhenSourceResourceIsFromDifferentRegion.json // this example is just showing the usage of "DiskRestorePoint_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -202,7 +202,7 @@ public async Task Exists_GetAnIncrementalDiskRestorePointWhenSourceResourceIsFro [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetAnIncrementalDiskRestorePointWhenSourceResourceIsFromADifferentRegion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskRestorePointExamples/DiskRestorePoint_Get_WhenSourceResourceIsFromDifferentRegion.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskRestorePointExamples/DiskRestorePoint_Get_WhenSourceResourceIsFromDifferentRegion.json // this example is just showing the usage of "DiskRestorePoint_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -246,7 +246,7 @@ public async Task GetIfExists_GetAnIncrementalDiskRestorePointWhenSourceResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_GetAnIncrementalDiskRestorePointResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskRestorePointExamples/DiskRestorePoint_ListByVmRestorePoint.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskRestorePointExamples/DiskRestorePoint_ListByVmRestorePoint.json // this example is just showing the usage of "DiskRestorePoint_ListByRestorePoint" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskRestorePointResource.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskRestorePointResource.cs index 7891b14cc18e3..778dc9500711f 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskRestorePointResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_DiskRestorePointResource.cs @@ -23,7 +23,7 @@ public partial class Sample_DiskRestorePointResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAnIncrementalDiskRestorePointResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskRestorePointExamples/DiskRestorePoint_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskRestorePointExamples/DiskRestorePoint_Get.json // this example is just showing the usage of "DiskRestorePoint_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -56,7 +56,7 @@ public async Task Get_GetAnIncrementalDiskRestorePointResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAnIncrementalDiskRestorePointWhenSourceResourceIsFromADifferentRegion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskRestorePointExamples/DiskRestorePoint_Get_WhenSourceResourceIsFromDifferentRegion.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskRestorePointExamples/DiskRestorePoint_Get_WhenSourceResourceIsFromDifferentRegion.json // this example is just showing the usage of "DiskRestorePoint_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +89,7 @@ public async Task Get_GetAnIncrementalDiskRestorePointWhenSourceResourceIsFromAD [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GrantAccess_GrantsAccessToADiskRestorePoint() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskRestorePointExamples/DiskRestorePoint_BeginGetAccess.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskRestorePointExamples/DiskRestorePoint_BeginGetAccess.json // this example is just showing the usage of "DiskRestorePoint_GrantAccess" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -123,7 +123,7 @@ public async Task GrantAccess_GrantsAccessToADiskRestorePoint() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task RevokeAccess_RevokesAccessToADiskRestorePoint() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskRestorePointExamples/DiskRestorePoint_EndGetAccess.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskRestorePointExamples/DiskRestorePoint_EndGetAccess.json // this example is just showing the usage of "DiskRestorePoint_RevokeAccess" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryApplicationCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryApplicationCollection.cs index 53b906a5e7d94..2303e5f346bf8 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryApplicationCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryApplicationCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_GalleryApplicationCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryApplication() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplication_Create.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplication_Create.json // this example is just showing the usage of "GalleryApplications_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -84,7 +84,7 @@ public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryApplication() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryApplication() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplication_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplication_Get.json // this example is just showing the usage of "GalleryApplications_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -119,7 +119,7 @@ public async Task Get_GetAGalleryApplication() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetAGalleryApplication() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplication_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplication_Get.json // this example is just showing the usage of "GalleryApplications_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -150,7 +150,7 @@ public async Task Exists_GetAGalleryApplication() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetAGalleryApplication() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplication_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplication_Get.json // this example is just showing the usage of "GalleryApplications_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -193,7 +193,7 @@ public async Task GetIfExists_GetAGalleryApplication() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListGalleryApplicationsInAGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplication_ListByGallery.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplication_ListByGallery.json // this example is just showing the usage of "GalleryApplications_ListByGallery" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryApplicationResource.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryApplicationResource.cs index 8e6dd5ad226b7..aba8b57d042b2 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryApplicationResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryApplicationResource.cs @@ -23,7 +23,7 @@ public partial class Sample_GalleryApplicationResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateASimpleGalleryApplication() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplication_Update.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplication_Update.json // this example is just showing the usage of "GalleryApplications_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -81,7 +81,7 @@ public async Task Update_UpdateASimpleGalleryApplication() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryApplication() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplication_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplication_Get.json // this example is just showing the usage of "GalleryApplications_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -113,7 +113,7 @@ public async Task Get_GetAGalleryApplication() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteAGalleryApplication() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplication_Delete.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplication_Delete.json // this example is just showing the usage of "GalleryApplications_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryApplicationVersionCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryApplicationVersionCollection.cs index 403876bb917a7..8ac82c7d59dff 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryApplicationVersionCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryApplicationVersionCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_GalleryApplicationVersionCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryApplicationVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplicationVersion_Create.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplicationVersion_Create.json // this example is just showing the usage of "GalleryApplicationVersions_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -97,7 +97,7 @@ public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryApplicationVersion( [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryApplicationVersionWithReplicationStatus() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplicationVersion_Get_WithReplicationStatus.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplicationVersion_Get_WithReplicationStatus.json // this example is just showing the usage of "GalleryApplicationVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -134,7 +134,7 @@ public async Task Get_GetAGalleryApplicationVersionWithReplicationStatus() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetAGalleryApplicationVersionWithReplicationStatus() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplicationVersion_Get_WithReplicationStatus.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplicationVersion_Get_WithReplicationStatus.json // this example is just showing the usage of "GalleryApplicationVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -167,7 +167,7 @@ public async Task Exists_GetAGalleryApplicationVersionWithReplicationStatus() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetAGalleryApplicationVersionWithReplicationStatus() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplicationVersion_Get_WithReplicationStatus.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplicationVersion_Get_WithReplicationStatus.json // this example is just showing the usage of "GalleryApplicationVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -212,7 +212,7 @@ public async Task GetIfExists_GetAGalleryApplicationVersionWithReplicationStatus [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryApplicationVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplicationVersion_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplicationVersion_Get.json // this example is just showing the usage of "GalleryApplicationVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -248,7 +248,7 @@ public async Task Get_GetAGalleryApplicationVersion() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetAGalleryApplicationVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplicationVersion_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplicationVersion_Get.json // this example is just showing the usage of "GalleryApplicationVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -280,7 +280,7 @@ public async Task Exists_GetAGalleryApplicationVersion() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetAGalleryApplicationVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplicationVersion_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplicationVersion_Get.json // this example is just showing the usage of "GalleryApplicationVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -324,7 +324,7 @@ public async Task GetIfExists_GetAGalleryApplicationVersion() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListGalleryApplicationVersionsInAGalleryApplicationDefinition() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplicationVersion_ListByGalleryApplication.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplicationVersion_ListByGalleryApplication.json // this example is just showing the usage of "GalleryApplicationVersions_ListByGalleryApplication" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryApplicationVersionResource.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryApplicationVersionResource.cs index 16c0ae3a5d0f3..62944161fe0f5 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryApplicationVersionResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryApplicationVersionResource.cs @@ -23,7 +23,7 @@ public partial class Sample_GalleryApplicationVersionResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateASimpleGalleryApplicationVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplicationVersion_Update.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplicationVersion_Update.json // this example is just showing the usage of "GalleryApplicationVersions_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -77,7 +77,7 @@ public async Task Update_UpdateASimpleGalleryApplicationVersion() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryApplicationVersionWithReplicationStatus() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplicationVersion_Get_WithReplicationStatus.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplicationVersion_Get_WithReplicationStatus.json // this example is just showing the usage of "GalleryApplicationVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -111,7 +111,7 @@ public async Task Get_GetAGalleryApplicationVersionWithReplicationStatus() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryApplicationVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplicationVersion_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplicationVersion_Get.json // this example is just showing the usage of "GalleryApplicationVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -144,7 +144,7 @@ public async Task Get_GetAGalleryApplicationVersion() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteAGalleryApplicationVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryApplicationVersion_Delete.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryApplicationVersion_Delete.json // this example is just showing the usage of "GalleryApplicationVersions_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryCollection.cs index ce8881a84707d..ef98c9cc34acc 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_GalleryCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateACommunityGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/CommunityGallery_Create.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/CommunityGallery_Create.json // this example is just showing the usage of "Galleries_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -74,7 +74,7 @@ public async Task CreateOrUpdate_CreateACommunityGallery() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryWithSharingProfile() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_Create_WithSharingProfile.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_Create_WithSharingProfile.json // this example is just showing the usage of "Galleries_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -117,7 +117,7 @@ public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryWithSharingProfile( [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryWithSoftDeletionEnabled() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_Create_SoftDeletionEnabled.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_Create_SoftDeletionEnabled.json // this example is just showing the usage of "Galleries_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -157,7 +157,7 @@ public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryWithSoftDeletionEna [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateASimpleGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_Create.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_Create.json // this example is just showing the usage of "Galleries_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -196,7 +196,7 @@ public async Task CreateOrUpdate_CreateOrUpdateASimpleGallery() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetACommunityGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/CommunityGallery_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/CommunityGallery_Get.json // this example is just showing the usage of "Galleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -230,7 +230,7 @@ public async Task Get_GetACommunityGallery() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetACommunityGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/CommunityGallery_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/CommunityGallery_Get.json // this example is just showing the usage of "Galleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -260,7 +260,7 @@ public async Task Exists_GetACommunityGallery() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetACommunityGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/CommunityGallery_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/CommunityGallery_Get.json // this example is just showing the usage of "Galleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -302,7 +302,7 @@ public async Task GetIfExists_GetACommunityGallery() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryWithExpandSharingProfileGroups() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_Get_WithExpandSharingProfileGroups.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_Get_WithExpandSharingProfileGroups.json // this example is just showing the usage of "Galleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -337,7 +337,7 @@ public async Task Get_GetAGalleryWithExpandSharingProfileGroups() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetAGalleryWithExpandSharingProfileGroups() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_Get_WithExpandSharingProfileGroups.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_Get_WithExpandSharingProfileGroups.json // this example is just showing the usage of "Galleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -368,7 +368,7 @@ public async Task Exists_GetAGalleryWithExpandSharingProfileGroups() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetAGalleryWithExpandSharingProfileGroups() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_Get_WithExpandSharingProfileGroups.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_Get_WithExpandSharingProfileGroups.json // this example is just showing the usage of "Galleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -411,7 +411,7 @@ public async Task GetIfExists_GetAGalleryWithExpandSharingProfileGroups() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryWithSelectPermissions() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_Get_WithSelectPermissions.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_Get_WithSelectPermissions.json // this example is just showing the usage of "Galleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -446,7 +446,7 @@ public async Task Get_GetAGalleryWithSelectPermissions() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetAGalleryWithSelectPermissions() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_Get_WithSelectPermissions.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_Get_WithSelectPermissions.json // this example is just showing the usage of "Galleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -477,7 +477,7 @@ public async Task Exists_GetAGalleryWithSelectPermissions() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetAGalleryWithSelectPermissions() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_Get_WithSelectPermissions.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_Get_WithSelectPermissions.json // this example is just showing the usage of "Galleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -520,7 +520,7 @@ public async Task GetIfExists_GetAGalleryWithSelectPermissions() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_Get.json // this example is just showing the usage of "Galleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -554,7 +554,7 @@ public async Task Get_GetAGallery() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetAGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_Get.json // this example is just showing the usage of "Galleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -584,7 +584,7 @@ public async Task Exists_GetAGallery() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetAGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_Get.json // this example is just showing the usage of "Galleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -626,7 +626,7 @@ public async Task GetIfExists_GetAGallery() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListGalleriesInAResourceGroup() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_ListByResourceGroup.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_ListByResourceGroup.json // this example is just showing the usage of "Galleries_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryImageCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryImageCollection.cs index e164355d46825..260d68bcfffe4 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryImageCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryImageCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_GalleryImageCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImage() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImage_Create.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImage_Create.json // this example is just showing the usage of "GalleryImages_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -66,7 +66,7 @@ public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImage() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryImage() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImage_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImage_Get.json // this example is just showing the usage of "GalleryImages_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -101,7 +101,7 @@ public async Task Get_GetAGalleryImage() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetAGalleryImage() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImage_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImage_Get.json // this example is just showing the usage of "GalleryImages_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -132,7 +132,7 @@ public async Task Exists_GetAGalleryImage() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetAGalleryImage() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImage_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImage_Get.json // this example is just showing the usage of "GalleryImages_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -175,7 +175,7 @@ public async Task GetIfExists_GetAGalleryImage() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListGalleryImagesInAGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImage_ListByGallery.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImage_ListByGallery.json // this example is just showing the usage of "GalleryImages_ListByGallery" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryImageResource.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryImageResource.cs index aaf04050e3d4e..6c00453e48cc2 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryImageResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryImageResource.cs @@ -23,7 +23,7 @@ public partial class Sample_GalleryImageResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateASimpleGalleryImage() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImage_Update.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImage_Update.json // this example is just showing the usage of "GalleryImages_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -63,7 +63,7 @@ public async Task Update_UpdateASimpleGalleryImage() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryImage() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImage_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImage_Get.json // this example is just showing the usage of "GalleryImages_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -95,7 +95,7 @@ public async Task Get_GetAGalleryImage() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteAGalleryImage() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImage_Delete.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImage_Delete.json // this example is just showing the usage of "GalleryImages_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryImageVersionCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryImageVersionCollection.cs index da8ed8bdf88c8..ac9096c78de3a 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryImageVersionCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryImageVersionCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_GalleryImageVersionCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionUsingVMAsSource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Create_WithVmAsSource.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Create_WithVmAsSource.json // this example is just showing the usage of "GalleryImageVersions_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -124,7 +124,7 @@ public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionUsingVM [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionUsingCommunityGalleryImageAsSource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Create_WithCommunityImageVersionAsSource.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Create_WithCommunityImageVersionAsSource.json // this example is just showing the usage of "GalleryImageVersions_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -225,7 +225,7 @@ public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionUsingCo [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionUsingManagedImageAsSource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Create.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Create.json // this example is just showing the usage of "GalleryImageVersions_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -326,7 +326,7 @@ public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionUsingMa [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionUsingMixOfDisksAndSnapshotsAsASource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Create_WithSnapshotsAsSource.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Create_WithSnapshotsAsSource.json // this example is just showing the usage of "GalleryImageVersions_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -436,7 +436,7 @@ public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionUsingMi [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionUsingShallowReplicationMode() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Create_WithShallowReplicationMode.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Create_WithShallowReplicationMode.json // this example is just showing the usage of "GalleryImageVersions_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -499,7 +499,7 @@ public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionUsingSh [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionUsingSharedImageAsSource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Create_WithImageVersionAsSource.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Create_WithImageVersionAsSource.json // this example is just showing the usage of "GalleryImageVersions_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -600,7 +600,7 @@ public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionUsingSh [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionUsingSnapshotsAsASource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Create_WithSnapshotsAsSource.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Create_WithSnapshotsAsSource.json // this example is just showing the usage of "GalleryImageVersions_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -710,7 +710,7 @@ public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionUsingSn [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionUsingVhdAsASourceWithCustomUEFIKeys() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Create_WithVHD_UefiSettings.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Create_WithVHD_UefiSettings.json // this example is just showing the usage of "GalleryImageVersions_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -851,7 +851,7 @@ public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionUsingVh [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionUsingVhdAsASource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Create_WithVHD.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Create_WithVHD.json // this example is just showing the usage of "GalleryImageVersions_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -949,7 +949,7 @@ public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionUsingVh [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionWithTargetExtendedLocationsSpecified() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Create_WithTargetExtendedLocations.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Create_WithTargetExtendedLocations.json // this example is just showing the usage of "GalleryImageVersions_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1050,7 +1050,7 @@ public async Task CreateOrUpdate_CreateOrUpdateASimpleGalleryImageVersionWithTar [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryImageVersionWithReplicationStatus() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Get_WithReplicationStatus.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Get_WithReplicationStatus.json // this example is just showing the usage of "GalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1087,7 +1087,7 @@ public async Task Get_GetAGalleryImageVersionWithReplicationStatus() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetAGalleryImageVersionWithReplicationStatus() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Get_WithReplicationStatus.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Get_WithReplicationStatus.json // this example is just showing the usage of "GalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1120,7 +1120,7 @@ public async Task Exists_GetAGalleryImageVersionWithReplicationStatus() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetAGalleryImageVersionWithReplicationStatus() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Get_WithReplicationStatus.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Get_WithReplicationStatus.json // this example is just showing the usage of "GalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1165,7 +1165,7 @@ public async Task GetIfExists_GetAGalleryImageVersionWithReplicationStatus() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryImageVersionWithSnapshotsAsASource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Get_WithSnapshotsAsSource.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Get_WithSnapshotsAsSource.json // this example is just showing the usage of "GalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1201,7 +1201,7 @@ public async Task Get_GetAGalleryImageVersionWithSnapshotsAsASource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetAGalleryImageVersionWithSnapshotsAsASource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Get_WithSnapshotsAsSource.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Get_WithSnapshotsAsSource.json // this example is just showing the usage of "GalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1233,7 +1233,7 @@ public async Task Exists_GetAGalleryImageVersionWithSnapshotsAsASource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetAGalleryImageVersionWithSnapshotsAsASource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Get_WithSnapshotsAsSource.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Get_WithSnapshotsAsSource.json // this example is just showing the usage of "GalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1277,7 +1277,7 @@ public async Task GetIfExists_GetAGalleryImageVersionWithSnapshotsAsASource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryImageVersionWithVhdAsASource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Get_WithVhdAsSource.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Get_WithVhdAsSource.json // this example is just showing the usage of "GalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1313,7 +1313,7 @@ public async Task Get_GetAGalleryImageVersionWithVhdAsASource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetAGalleryImageVersionWithVhdAsASource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Get_WithVhdAsSource.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Get_WithVhdAsSource.json // this example is just showing the usage of "GalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1345,7 +1345,7 @@ public async Task Exists_GetAGalleryImageVersionWithVhdAsASource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetAGalleryImageVersionWithVhdAsASource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Get_WithVhdAsSource.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Get_WithVhdAsSource.json // this example is just showing the usage of "GalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1389,7 +1389,7 @@ public async Task GetIfExists_GetAGalleryImageVersionWithVhdAsASource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryImageVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Get.json // this example is just showing the usage of "GalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1425,7 +1425,7 @@ public async Task Get_GetAGalleryImageVersion() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetAGalleryImageVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Get.json // this example is just showing the usage of "GalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1457,7 +1457,7 @@ public async Task Exists_GetAGalleryImageVersion() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetAGalleryImageVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Get.json // this example is just showing the usage of "GalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1501,7 +1501,7 @@ public async Task GetIfExists_GetAGalleryImageVersion() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListGalleryImageVersionsInAGalleryImageDefinition() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_ListByGalleryImage.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_ListByGalleryImage.json // this example is just showing the usage of "GalleryImageVersions_ListByGalleryImage" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryImageVersionResource.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryImageVersionResource.cs index e8289f66046b6..c7d86cf1d4a23 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryImageVersionResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryImageVersionResource.cs @@ -23,7 +23,7 @@ public partial class Sample_GalleryImageVersionResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateASimpleGalleryImageVersionManagedImageAsSource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Update.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Update.json // this example is just showing the usage of "GalleryImageVersions_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -81,7 +81,7 @@ public async Task Update_UpdateASimpleGalleryImageVersionManagedImageAsSource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateASimpleGalleryImageVersionWithoutSourceId() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Update_WithoutSourceId.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Update_WithoutSourceId.json // this example is just showing the usage of "GalleryImageVersions_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -133,7 +133,7 @@ public async Task Update_UpdateASimpleGalleryImageVersionWithoutSourceId() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryImageVersionWithReplicationStatus() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Get_WithReplicationStatus.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Get_WithReplicationStatus.json // this example is just showing the usage of "GalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -167,7 +167,7 @@ public async Task Get_GetAGalleryImageVersionWithReplicationStatus() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryImageVersionWithSnapshotsAsASource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Get_WithSnapshotsAsSource.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Get_WithSnapshotsAsSource.json // this example is just showing the usage of "GalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -200,7 +200,7 @@ public async Task Get_GetAGalleryImageVersionWithSnapshotsAsASource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryImageVersionWithVhdAsASource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Get_WithVhdAsSource.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Get_WithVhdAsSource.json // this example is just showing the usage of "GalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -233,7 +233,7 @@ public async Task Get_GetAGalleryImageVersionWithVhdAsASource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryImageVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Get.json // this example is just showing the usage of "GalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -266,7 +266,7 @@ public async Task Get_GetAGalleryImageVersion() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteAGalleryImageVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/GalleryImageVersion_Delete.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/GalleryImageVersion_Delete.json // this example is just showing the usage of "GalleryImageVersions_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryResource.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryResource.cs index 65b827c188bf0..b6a3becf74a57 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_GalleryResource.cs @@ -24,7 +24,7 @@ public partial class Sample_GalleryResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateASimpleGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_Update.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_Update.json // this example is just showing the usage of "Galleries_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -60,7 +60,7 @@ public async Task Update_UpdateASimpleGallery() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetACommunityGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/CommunityGallery_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/CommunityGallery_Get.json // this example is just showing the usage of "Galleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -91,7 +91,7 @@ public async Task Get_GetACommunityGallery() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryWithExpandSharingProfileGroups() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_Get_WithExpandSharingProfileGroups.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_Get_WithExpandSharingProfileGroups.json // this example is just showing the usage of "Galleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -123,7 +123,7 @@ public async Task Get_GetAGalleryWithExpandSharingProfileGroups() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGalleryWithSelectPermissions() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_Get_WithSelectPermissions.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_Get_WithSelectPermissions.json // this example is just showing the usage of "Galleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -155,7 +155,7 @@ public async Task Get_GetAGalleryWithSelectPermissions() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_Get.json // this example is just showing the usage of "Galleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -186,7 +186,7 @@ public async Task Get_GetAGallery() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteAGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_Delete.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_Delete.json // this example is just showing the usage of "Galleries_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -213,7 +213,7 @@ public async Task Delete_DeleteAGallery() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetGalleries_ListGalleriesInASubscription() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_ListBySubscription.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_ListBySubscription.json // this example is just showing the usage of "Galleries_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -245,7 +245,7 @@ public async Task GetGalleries_ListGalleriesInASubscription() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task UpdateSharingProfile_AddSharingIdToTheSharingProfileOfAGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_AddToSharingProfile.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_AddToSharingProfile.json // this example is just showing the usage of "GallerySharingProfile_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -294,7 +294,7 @@ public async Task UpdateSharingProfile_AddSharingIdToTheSharingProfileOfAGallery [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task UpdateSharingProfile_ResetSharingProfileOfAGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_ResetSharingProfile.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_ResetSharingProfile.json // this example is just showing the usage of "GallerySharingProfile_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -323,7 +323,7 @@ public async Task UpdateSharingProfile_ResetSharingProfileOfAGallery() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task UpdateSharingProfile_ShareAGalleryToCommunity() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/Gallery_EnableCommunityGallery.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/galleryExamples/Gallery_EnableCommunityGallery.json // this example is just showing the usage of "GallerySharingProfile_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_ManagedDiskCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_ManagedDiskCollection.cs index e6fd3c633cf98..6f184d2681538 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_ManagedDiskCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_ManagedDiskCollection.cs @@ -25,7 +25,7 @@ public partial class Sample_ManagedDiskCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAConfidentialVMSupportedDiskEncryptedWithCustomerManagedKey() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_ConfidentialVMSupportedDiskEncryptedWithCMK.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_ConfidentialVMSupportedDiskEncryptedWithCMK.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -76,7 +76,7 @@ public async Task CreateOrUpdate_CreateAConfidentialVMSupportedDiskEncryptedWith [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskAndAssociateWithDiskAccessResource() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_WithDiskAccess.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_WithDiskAccess.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -118,7 +118,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskAndAssociateWithDiskAccessRes [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskAndAssociateWithDiskEncryptionSet() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_WithDiskEncryptionSet.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_WithDiskEncryptionSet.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -162,7 +162,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskAndAssociateWithDiskEncryptio [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskByCopyingASnapshot() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_ByCopyingASnapshot.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_ByCopyingASnapshot.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -204,7 +204,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskByCopyingASnapshot() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskByImportingAnUnmanagedBlobFromADifferentSubscription() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_ByImportingBlobFromADifferentSubscription.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_ByImportingBlobFromADifferentSubscription.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -247,7 +247,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskByImportingAnUnmanagedBlobFro [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskByImportingAnUnmanagedBlobFromTheSameSubscription() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_ByImportingBlobFromTheSameSubscription.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_ByImportingBlobFromTheSameSubscription.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -289,7 +289,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskByImportingAnUnmanagedBlobFro [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskFromImportSecureCreateOption() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_FromImportSecure.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_FromImportSecure.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -338,7 +338,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskFromImportSecureCreateOption( [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskFromUploadPreparedSecureCreateOption() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_FromUploadPreparedSecure.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_FromUploadPreparedSecure.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -385,7 +385,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskFromUploadPreparedSecureCreat [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskFromAPlatformImage() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_FromAPlatformImage.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_FromAPlatformImage.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -431,7 +431,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskFromAPlatformImage() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskFromAnAzureComputeGalleryCommunityImage() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_FromAnAzureComputeGalleryCommunityImage.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_FromAnAzureComputeGalleryCommunityImage.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -477,7 +477,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskFromAnAzureComputeGalleryComm [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskFromAnAzureComputeGalleryDirectSharedImage() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_FromAnAzureComputeGalleryDirectSharedImage.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_FromAnAzureComputeGalleryDirectSharedImage.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -523,7 +523,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskFromAnAzureComputeGalleryDire [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskFromAnAzureComputeGalleryImage() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_FromAnAzureComputeGalleryImage.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_FromAnAzureComputeGalleryImage.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -569,7 +569,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskFromAnAzureComputeGalleryImag [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskFromAnExistingManagedDiskInTheSameOrDifferentSubscription() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_FromAnExistingManagedDisk.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_FromAnExistingManagedDisk.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -611,7 +611,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskFromAnExistingManagedDiskInTh [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskFromElasticSanVolumeSnapshot() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_FromAnElasticSanVolumeSnapshot.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_FromAnElasticSanVolumeSnapshot.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -653,7 +653,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskFromElasticSanVolumeSnapshot( [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskWithDataAccessAuthMode() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_WithDataAccessAuthMode.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_WithDataAccessAuthMode.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -694,7 +694,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskWithDataAccessAuthMode() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskWithOptimizedForFrequentAttach() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_WithOptimizedForFrequentAttach.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_WithOptimizedForFrequentAttach.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -735,7 +735,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskWithOptimizedForFrequentAttac [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskWithPerformancePlus() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_PerformancePlus.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_PerformancePlus.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -777,7 +777,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskWithPerformancePlus() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskWithPremiumV2AccountType() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_WithPremiumV2_LRSAccountType.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_WithPremiumV2_LRSAccountType.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -823,7 +823,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskWithPremiumV2AccountType() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskWithSecurityProfile() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_WithSecurityProfile.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_WithSecurityProfile.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -873,7 +873,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskWithSecurityProfile() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskWithSsdZrsAccountType() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_WithSSDZRSAccountType.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_WithSSDZRSAccountType.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -917,7 +917,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskWithSsdZrsAccountType() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedDiskWithUltraAccountTypeWithReadOnlyPropertySet() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_WithUltraSSD_ReadOnly.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_WithUltraSSD_ReadOnly.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -970,7 +970,7 @@ public async Task CreateOrUpdate_CreateAManagedDiskWithUltraAccountTypeWithReadO [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAManagedUploadDisk() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_UploadDisk.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_UploadDisk.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1012,7 +1012,7 @@ public async Task CreateOrUpdate_CreateAManagedUploadDisk() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAnEmptyManagedDiskInExtendedLocation() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_InExtendedLocation.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_InExtendedLocation.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1056,7 +1056,7 @@ public async Task CreateOrUpdate_CreateAnEmptyManagedDiskInExtendedLocation() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAnEmptyManagedDisk() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_Empty.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_Empty.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1096,7 +1096,7 @@ public async Task CreateOrUpdate_CreateAnEmptyManagedDisk() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAnUltraManagedDiskWithLogicalSectorSize512E() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Create_WithLogicalSectorSize.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Create_WithLogicalSectorSize.json // this example is just showing the usage of "Disks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1143,7 +1143,7 @@ public async Task CreateOrUpdate_CreateAnUltraManagedDiskWithLogicalSectorSize51 [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetInformationAboutAManagedDisk() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Get.json // this example is just showing the usage of "Disks_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1177,7 +1177,7 @@ public async Task Get_GetInformationAboutAManagedDisk() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetInformationAboutAManagedDisk() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Get.json // this example is just showing the usage of "Disks_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1207,7 +1207,7 @@ public async Task Exists_GetInformationAboutAManagedDisk() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetInformationAboutAManagedDisk() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Get.json // this example is just showing the usage of "Disks_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1249,7 +1249,7 @@ public async Task GetIfExists_GetInformationAboutAManagedDisk() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListAllManagedDisksInAResourceGroup() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_ListByResourceGroup.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_ListByResourceGroup.json // this example is just showing the usage of "Disks_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_ManagedDiskResource.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_ManagedDiskResource.cs index af92a637a7cbb..a9dafab0e4ddf 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_ManagedDiskResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_ManagedDiskResource.cs @@ -24,7 +24,7 @@ public partial class Sample_ManagedDiskResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateOrUpdateABurstingEnabledManagedDisk() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_CreateOrUpdate_BurstingEnabled.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_CreateOrUpdate_BurstingEnabled.json // this example is just showing the usage of "Disks_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -61,7 +61,7 @@ public async Task Update_CreateOrUpdateABurstingEnabledManagedDisk() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateAManagedDiskToAddAcceleratedNetworking() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Update_AddAcceleratedNetworking.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Update_AddAcceleratedNetworking.json // this example is just showing the usage of "Disks_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -100,7 +100,7 @@ public async Task Update_UpdateAManagedDiskToAddAcceleratedNetworking() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateAManagedDiskToAddArchitecture() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Update_ToAddArchitecture.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Update_ToAddArchitecture.json // this example is just showing the usage of "Disks_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -139,7 +139,7 @@ public async Task Update_UpdateAManagedDiskToAddArchitecture() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateAManagedDiskToAddPurchasePlan() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Update_AddPurchasePlan.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Update_AddPurchasePlan.json // this example is just showing the usage of "Disks_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -178,7 +178,7 @@ public async Task Update_UpdateAManagedDiskToAddPurchasePlan() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateAManagedDiskToAddSupportsHibernation() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Update_AddSupportsHibernation.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Update_AddSupportsHibernation.json // this example is just showing the usage of "Disks_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -214,7 +214,7 @@ public async Task Update_UpdateAManagedDiskToAddSupportsHibernation() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateAManagedDiskToChangeTier() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Update_ChangeTier.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Update_ChangeTier.json // this example is just showing the usage of "Disks_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -250,7 +250,7 @@ public async Task Update_UpdateAManagedDiskToChangeTier() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateAManagedDiskToDisableBursting() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Update_DisableBursting.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Update_DisableBursting.json // this example is just showing the usage of "Disks_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -286,7 +286,7 @@ public async Task Update_UpdateAManagedDiskToDisableBursting() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateAManagedDiskToDisableOptimizedForFrequentAttach() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Update_DisableOptimizedForFrequentAttach.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Update_DisableOptimizedForFrequentAttach.json // this example is just showing the usage of "Disks_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -322,7 +322,7 @@ public async Task Update_UpdateAManagedDiskToDisableOptimizedForFrequentAttach() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateAManagedDiskWithDiskControllerTypes() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Update_AddDiskControllerTypes.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Update_AddDiskControllerTypes.json // this example is just showing the usage of "Disks_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -361,7 +361,7 @@ public async Task Update_UpdateAManagedDiskWithDiskControllerTypes() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateManagedDiskToRemoveDiskAccessResourceAssociation() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Update_RemoveDiskAccess.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Update_RemoveDiskAccess.json // this example is just showing the usage of "Disks_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -397,7 +397,7 @@ public async Task Update_UpdateManagedDiskToRemoveDiskAccessResourceAssociation( [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetInformationAboutAManagedDisk() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Get.json // this example is just showing the usage of "Disks_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -428,7 +428,7 @@ public async Task Get_GetInformationAboutAManagedDisk() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteAManagedDisk() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_Delete.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_Delete.json // this example is just showing the usage of "Disks_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -455,7 +455,7 @@ public async Task Delete_DeleteAManagedDisk() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetManagedDisks_ListAllManagedDisksInASubscription() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_ListBySubscription.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_ListBySubscription.json // this example is just showing the usage of "Disks_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -487,7 +487,7 @@ public async Task GetManagedDisks_ListAllManagedDisksInASubscription() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GrantAccess_GetASasOnAManagedDisk() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_BeginGetAccess.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_BeginGetAccess.json // this example is just showing the usage of "Disks_GrantAccess" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -519,7 +519,7 @@ public async Task GrantAccess_GetASasOnAManagedDisk() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GrantAccess_GetSasOnManagedDiskAndVMGuestState() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_BeginGetAccess_WithVMGuestState.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_BeginGetAccess_WithVMGuestState.json // this example is just showing the usage of "Disks_GrantAccess" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -551,7 +551,7 @@ public async Task GrantAccess_GetSasOnManagedDiskAndVMGuestState() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task RevokeAccess_RevokeAccessToAManagedDisk() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/diskExamples/Disk_EndGetAccess.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/diskExamples/Disk_EndGetAccess.json // this example is just showing the usage of "Disks_RevokeAccess" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryCollection.cs index 452cd65ca38a3..aff26bd6425d6 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_SharedGalleryCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListSharedGalleries() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/sharedGalleryExamples/SharedGallery_List.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/sharedGalleryExamples/SharedGallery_List.json // this example is just showing the usage of "SharedGalleries_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -59,7 +59,7 @@ public async Task GetAll_ListSharedGalleries() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetASharedGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/sharedGalleryExamples/SharedGallery_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/sharedGalleryExamples/SharedGallery_Get.json // this example is just showing the usage of "SharedGalleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -93,7 +93,7 @@ public async Task Get_GetASharedGallery() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetASharedGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/sharedGalleryExamples/SharedGallery_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/sharedGalleryExamples/SharedGallery_Get.json // this example is just showing the usage of "SharedGalleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -123,7 +123,7 @@ public async Task Exists_GetASharedGallery() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetASharedGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/sharedGalleryExamples/SharedGallery_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/sharedGalleryExamples/SharedGallery_Get.json // this example is just showing the usage of "SharedGalleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryImageCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryImageCollection.cs index 94faaf219e42d..d9c3af7dcd21c 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryImageCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryImageCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_SharedGalleryImageCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListSharedGalleryImages() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/sharedGalleryExamples/SharedGalleryImages_List.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/sharedGalleryExamples/SharedGalleryImages_List.json // this example is just showing the usage of "SharedGalleryImages_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -59,7 +59,7 @@ public async Task GetAll_ListSharedGalleryImages() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetASharedGalleryImage() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/sharedGalleryExamples/SharedGalleryImage_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/sharedGalleryExamples/SharedGalleryImage_Get.json // this example is just showing the usage of "SharedGalleryImages_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -94,7 +94,7 @@ public async Task Get_GetASharedGalleryImage() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetASharedGalleryImage() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/sharedGalleryExamples/SharedGalleryImage_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/sharedGalleryExamples/SharedGalleryImage_Get.json // this example is just showing the usage of "SharedGalleryImages_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -125,7 +125,7 @@ public async Task Exists_GetASharedGalleryImage() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetASharedGalleryImage() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/sharedGalleryExamples/SharedGalleryImage_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/sharedGalleryExamples/SharedGalleryImage_Get.json // this example is just showing the usage of "SharedGalleryImages_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryImageResource.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryImageResource.cs index 445a24ff8ccee..b007f81de524c 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryImageResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryImageResource.cs @@ -21,7 +21,7 @@ public partial class Sample_SharedGalleryImageResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetASharedGalleryImage() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/sharedGalleryExamples/SharedGalleryImage_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/sharedGalleryExamples/SharedGalleryImage_Get.json // this example is just showing the usage of "SharedGalleryImages_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryImageVersionCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryImageVersionCollection.cs index 1f4649d686566..4991795297c1e 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryImageVersionCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryImageVersionCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_SharedGalleryImageVersionCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListSharedGalleryImageVersions() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/sharedGalleryExamples/SharedGalleryImageVersions_List.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/sharedGalleryExamples/SharedGalleryImageVersions_List.json // this example is just showing the usage of "SharedGalleryImageVersions_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -60,7 +60,7 @@ public async Task GetAll_ListSharedGalleryImageVersions() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetASharedGalleryImageVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/sharedGalleryExamples/SharedGalleryImageVersion_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/sharedGalleryExamples/SharedGalleryImageVersion_Get.json // this example is just showing the usage of "SharedGalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -96,7 +96,7 @@ public async Task Get_GetASharedGalleryImageVersion() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetASharedGalleryImageVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/sharedGalleryExamples/SharedGalleryImageVersion_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/sharedGalleryExamples/SharedGalleryImageVersion_Get.json // this example is just showing the usage of "SharedGalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -128,7 +128,7 @@ public async Task Exists_GetASharedGalleryImageVersion() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetASharedGalleryImageVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/sharedGalleryExamples/SharedGalleryImageVersion_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/sharedGalleryExamples/SharedGalleryImageVersion_Get.json // this example is just showing the usage of "SharedGalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryImageVersionResource.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryImageVersionResource.cs index 5b671735985cc..01e6932033234 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryImageVersionResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryImageVersionResource.cs @@ -21,7 +21,7 @@ public partial class Sample_SharedGalleryImageVersionResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetASharedGalleryImageVersion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/sharedGalleryExamples/SharedGalleryImageVersion_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/sharedGalleryExamples/SharedGalleryImageVersion_Get.json // this example is just showing the usage of "SharedGalleryImageVersions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryResource.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryResource.cs index cca4c7b14a3c6..73a56a6882ba4 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SharedGalleryResource.cs @@ -21,7 +21,7 @@ public partial class Sample_SharedGalleryResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetASharedGallery() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/sharedGalleryExamples/SharedGallery_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2023-07-03/examples/sharedGalleryExamples/SharedGallery_Get.json // this example is just showing the usage of "SharedGalleries_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SnapshotCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SnapshotCollection.cs index 09ffcdb51d563..caf3383a59627 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SnapshotCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SnapshotCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_SnapshotCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateASnapshotByImportingAnUnmanagedBlobFromADifferentSubscription() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_Create_ByImportingAnUnmanagedBlobFromADifferentSubscription.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_Create_ByImportingAnUnmanagedBlobFromADifferentSubscription.json // this example is just showing the usage of "Snapshots_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -67,7 +67,7 @@ public async Task CreateOrUpdate_CreateASnapshotByImportingAnUnmanagedBlobFromAD [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateASnapshotByImportingAnUnmanagedBlobFromTheSameSubscription() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_Create_ByImportingAnUnmanagedBlobFromTheSameSubscription.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_Create_ByImportingAnUnmanagedBlobFromTheSameSubscription.json // this example is just showing the usage of "Snapshots_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -109,7 +109,7 @@ public async Task CreateOrUpdate_CreateASnapshotByImportingAnUnmanagedBlobFromTh [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateASnapshotFromAnElasticSanVolumeSnapshot() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_Create_FromAnElasticSanVolumeSnapshot.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_Create_FromAnElasticSanVolumeSnapshot.json // this example is just showing the usage of "Snapshots_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -146,12 +146,55 @@ public async Task CreateOrUpdate_CreateASnapshotFromAnElasticSanVolumeSnapshot() Console.WriteLine($"Succeeded on id: {resourceData.Id}"); } + // Create a snapshot from an existing snapshot in the same or a different subscription in a different region with quicker copy speed. + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_CreateASnapshotFromAnExistingSnapshotInTheSameOrADifferentSubscriptionInADifferentRegionWithQuickerCopySpeed() + { + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_Create_EnhancedProvisionedBandwidthCopySpeed.json + // this example is just showing the usage of "Snapshots_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "{subscription-id}"; + string resourceGroupName = "myResourceGroup"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this SnapshotResource + SnapshotCollection collection = resourceGroupResource.GetSnapshots(); + + // invoke the operation + string snapshotName = "mySnapshot2"; + SnapshotData data = new SnapshotData(new AzureLocation("West US")) + { + CreationData = new DiskCreationData(DiskCreateOption.CopyStart) + { + SourceResourceId = new ResourceIdentifier("subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot1"), + ProvisionedBandwidthCopySpeed = ProvisionedBandwidthCopyOption.Enhanced, + }, + }; + ArmOperation<SnapshotResource> lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, snapshotName, data); + SnapshotResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + SnapshotData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + // Create a snapshot from an existing snapshot in the same or a different subscription in a different region. [NUnit.Framework.Test] [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateASnapshotFromAnExistingSnapshotInTheSameOrADifferentSubscriptionInADifferentRegion() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_Create_FromAnExistingSnapshotInDifferentRegion.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_Create_FromAnExistingSnapshotInDifferentRegion.json // this example is just showing the usage of "Snapshots_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -193,7 +236,7 @@ public async Task CreateOrUpdate_CreateASnapshotFromAnExistingSnapshotInTheSameO [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateASnapshotFromAnExistingSnapshotInTheSameOrADifferentSubscription() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_Create_FromAnExistingSnapshot.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_Create_FromAnExistingSnapshot.json // this example is just showing the usage of "Snapshots_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -235,7 +278,7 @@ public async Task CreateOrUpdate_CreateASnapshotFromAnExistingSnapshotInTheSameO [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetInformationAboutASnapshot() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_Get.json // this example is just showing the usage of "Snapshots_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -269,7 +312,7 @@ public async Task Get_GetInformationAboutASnapshot() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetInformationAboutASnapshot() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_Get.json // this example is just showing the usage of "Snapshots_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -299,7 +342,7 @@ public async Task Exists_GetInformationAboutASnapshot() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetInformationAboutASnapshot() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_Get.json // this example is just showing the usage of "Snapshots_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -341,7 +384,7 @@ public async Task GetIfExists_GetInformationAboutASnapshot() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetInformationAboutAnIncrementalSnapshot() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_GetIncrementalSnapshot.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_GetIncrementalSnapshot.json // this example is just showing the usage of "Snapshots_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -375,7 +418,7 @@ public async Task Get_GetInformationAboutAnIncrementalSnapshot() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetInformationAboutAnIncrementalSnapshot() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_GetIncrementalSnapshot.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_GetIncrementalSnapshot.json // this example is just showing the usage of "Snapshots_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -405,7 +448,7 @@ public async Task Exists_GetInformationAboutAnIncrementalSnapshot() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIfExists_GetInformationAboutAnIncrementalSnapshot() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_GetIncrementalSnapshot.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_GetIncrementalSnapshot.json // this example is just showing the usage of "Snapshots_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -447,7 +490,7 @@ public async Task GetIfExists_GetInformationAboutAnIncrementalSnapshot() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListAllSnapshotsInAResourceGroup() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_ListByResourceGroup.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_ListByResourceGroup.json // this example is just showing the usage of "Snapshots_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SnapshotResource.cs b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SnapshotResource.cs index db148b01714c2..d24c512d287ab 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SnapshotResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SnapshotResource.cs @@ -24,7 +24,7 @@ public partial class Sample_SnapshotResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateASnapshotWithAcceleratedNetworking() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_Update_WithAcceleratedNetwork.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_Update_WithAcceleratedNetwork.json // this example is just showing the usage of "Snapshots_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -69,7 +69,7 @@ public async Task Update_UpdateASnapshotWithAcceleratedNetworking() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateASnapshot() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_Update.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_Update.json // this example is just showing the usage of "Snapshots_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -110,7 +110,7 @@ public async Task Update_UpdateASnapshot() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetInformationAboutASnapshot() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_Get.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_Get.json // this example is just showing the usage of "Snapshots_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -141,7 +141,7 @@ public async Task Get_GetInformationAboutASnapshot() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetInformationAboutAnIncrementalSnapshot() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_GetIncrementalSnapshot.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_GetIncrementalSnapshot.json // this example is just showing the usage of "Snapshots_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -172,7 +172,7 @@ public async Task Get_GetInformationAboutAnIncrementalSnapshot() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteASnapshot() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_Delete.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_Delete.json // this example is just showing the usage of "Snapshots_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -199,7 +199,7 @@ public async Task Delete_DeleteASnapshot() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetSnapshots_ListAllSnapshotsInASubscription() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_ListBySubscription.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_ListBySubscription.json // this example is just showing the usage of "Snapshots_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -231,7 +231,7 @@ public async Task GetSnapshots_ListAllSnapshotsInASubscription() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GrantAccess_GetASasOnASnapshot() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_BeginGetAccess.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_BeginGetAccess.json // this example is just showing the usage of "Snapshots_GrantAccess" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -263,7 +263,7 @@ public async Task GrantAccess_GetASasOnASnapshot() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task RevokeAccess_RevokeAccessToASnapshot() { - // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-04-02/examples/snapshotExamples/Snapshot_EndGetAccess.json + // Generated from example definition: specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2023-10-02/examples/snapshotExamples/Snapshot_EndGetAccess.json // this example is just showing the usage of "Snapshots_RevokeAccess" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ArmComputeModelFactory.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ArmComputeModelFactory.cs index 45e8ca2046c2a..803de88ababbb 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ArmComputeModelFactory.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ArmComputeModelFactory.cs @@ -1747,10 +1747,11 @@ public static DiskSku DiskSku(DiskStorageAccountType? name = null, string tier = /// <param name="securityDataUri"> If createOption is ImportSecure, this is the URI of a blob to be imported into VM guest state. </param> /// <param name="isPerformancePlusEnabled"> Set this flag to true to get a boost on the performance target of the disk deployed, see here on the respective performance target. This flag can only be set on disk creation time and cannot be disabled after enabled. </param> /// <param name="elasticSanResourceId"> Required if createOption is CopyFromSanSnapshot. This is the ARM id of the source elastic san volume snapshot. </param> + /// <param name="provisionedBandwidthCopySpeed"> If this field is set on a snapshot and createOption is CopyStart, the snapshot will be copied at a quicker speed. </param> /// <returns> A new <see cref="Models.DiskCreationData"/> instance for mocking. </returns> - public static DiskCreationData DiskCreationData(DiskCreateOption createOption = default, ResourceIdentifier storageAccountId = null, ImageDiskReference imageReference = null, ImageDiskReference galleryImageReference = null, Uri sourceUri = null, ResourceIdentifier sourceResourceId = null, string sourceUniqueId = null, long? uploadSizeBytes = null, int? logicalSectorSize = null, Uri securityDataUri = null, bool? isPerformancePlusEnabled = null, ResourceIdentifier elasticSanResourceId = null) + public static DiskCreationData DiskCreationData(DiskCreateOption createOption = default, ResourceIdentifier storageAccountId = null, ImageDiskReference imageReference = null, ImageDiskReference galleryImageReference = null, Uri sourceUri = null, ResourceIdentifier sourceResourceId = null, string sourceUniqueId = null, long? uploadSizeBytes = null, int? logicalSectorSize = null, Uri securityDataUri = null, bool? isPerformancePlusEnabled = null, ResourceIdentifier elasticSanResourceId = null, ProvisionedBandwidthCopyOption? provisionedBandwidthCopySpeed = null) { - return new DiskCreationData(createOption, storageAccountId, imageReference, galleryImageReference, sourceUri, sourceResourceId, sourceUniqueId, uploadSizeBytes, logicalSectorSize, securityDataUri, isPerformancePlusEnabled, elasticSanResourceId, serializedAdditionalRawData: null); + return new DiskCreationData(createOption, storageAccountId, imageReference, galleryImageReference, sourceUri, sourceResourceId, sourceUniqueId, uploadSizeBytes, logicalSectorSize, securityDataUri, isPerformancePlusEnabled, elasticSanResourceId, provisionedBandwidthCopySpeed, serializedAdditionalRawData: null); } /// <summary> Initializes a new instance of <see cref="Models.ShareInfoElement"/>. </summary> @@ -2921,5 +2922,25 @@ public static OSVersionPropertiesBase OSVersionPropertiesBase(string version = n { return new OSVersionPropertiesBase(version, label, isDefault, isActive, serializedAdditionalRawData: null); } + + /// <summary> Initializes a new instance of <see cref="T:Azure.ResourceManager.Compute.Models.DiskCreationData" />. </summary> + /// <param name="createOption"> This enumerates the possible sources of a disk's creation. </param> + /// <param name="storageAccountId"> Required if createOption is Import. The Azure Resource Manager identifier of the storage account containing the blob to import as a disk. </param> + /// <param name="imageReference"> Disk source information for PIR or user images. </param> + /// <param name="galleryImageReference"> Required if creating from a Gallery Image. The id/sharedGalleryImageId/communityGalleryImageId of the ImageDiskReference will be the ARM id of the shared galley image version from which to create a disk. </param> + /// <param name="sourceUri"> If createOption is Import, this is the URI of a blob to be imported into a managed disk. </param> + /// <param name="sourceResourceId"> If createOption is Copy, this is the ARM id of the source snapshot or disk. </param> + /// <param name="sourceUniqueId"> If this field is set, this is the unique id identifying the source of this resource. </param> + /// <param name="uploadSizeBytes"> If createOption is Upload, this is the size of the contents of the upload including the VHD footer. This value should be between 20972032 (20 MiB + 512 bytes for the VHD footer) and 35183298347520 bytes (32 TiB + 512 bytes for the VHD footer). </param> + /// <param name="logicalSectorSize"> Logical sector size in bytes for Ultra disks. Supported values are 512 ad 4096. 4096 is the default. </param> + /// <param name="securityDataUri"> If createOption is ImportSecure, this is the URI of a blob to be imported into VM guest state. </param> + /// <param name="isPerformancePlusEnabled"> Set this flag to true to get a boost on the performance target of the disk deployed, see here on the respective performance target. This flag can only be set on disk creation time and cannot be disabled after enabled. </param> + /// <param name="elasticSanResourceId"> Required if createOption is CopyFromSanSnapshot. This is the ARM id of the source elastic san volume snapshot. </param> + /// <returns> A new <see cref="T:Azure.ResourceManager.Compute.Models.DiskCreationData" /> instance for mocking. </returns> + [EditorBrowsable(EditorBrowsableState.Never)] + public static DiskCreationData DiskCreationData(DiskCreateOption createOption, ResourceIdentifier storageAccountId, ImageDiskReference imageReference, ImageDiskReference galleryImageReference, Uri sourceUri, ResourceIdentifier sourceResourceId, string sourceUniqueId, long? uploadSizeBytes, int? logicalSectorSize, Uri securityDataUri, bool? isPerformancePlusEnabled, ResourceIdentifier elasticSanResourceId) + { + return DiskCreationData(createOption: createOption, storageAccountId: storageAccountId, imageReference: imageReference, galleryImageReference: galleryImageReference, sourceUri: sourceUri, sourceResourceId: sourceResourceId, sourceUniqueId: sourceUniqueId, uploadSizeBytes: uploadSizeBytes, logicalSectorSize: logicalSectorSize, securityDataUri: securityDataUri, isPerformancePlusEnabled: isPerformancePlusEnabled, elasticSanResourceId: elasticSanResourceId, provisionedBandwidthCopySpeed: default); + } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryCollection.cs index cdd2f73f155f4..0ffbb3f6c1d47 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -111,7 +111,7 @@ public virtual async Task<Response<CommunityGalleryResource>> GetAsync(AzureLoca /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -158,7 +158,7 @@ public virtual Response<CommunityGalleryResource> Get(AzureLocation location, st /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -202,7 +202,7 @@ public virtual async Task<Response<bool>> ExistsAsync(AzureLocation location, st /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -246,7 +246,7 @@ public virtual Response<bool> Exists(AzureLocation location, string publicGaller /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -293,7 +293,7 @@ public virtual async Task<NullableResponse<CommunityGalleryResource>> GetIfExist /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryImageCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryImageCollection.cs index 138f360f74649..8639dad85439f 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryImageCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryImageCollection.cs @@ -66,7 +66,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -112,7 +112,7 @@ public virtual async Task<Response<CommunityGalleryImageResource>> GetAsync(stri /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -158,7 +158,7 @@ public virtual Response<CommunityGalleryImageResource> Get(string galleryImageNa /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -188,7 +188,7 @@ public virtual AsyncPageable<CommunityGalleryImageResource> GetAllAsync(Cancella /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -218,7 +218,7 @@ public virtual Pageable<CommunityGalleryImageResource> GetAll(CancellationToken /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -261,7 +261,7 @@ public virtual async Task<Response<bool>> ExistsAsync(string galleryImageName, C /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -304,7 +304,7 @@ public virtual Response<bool> Exists(string galleryImageName, CancellationToken /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -350,7 +350,7 @@ public virtual async Task<NullableResponse<CommunityGalleryImageResource>> GetIf /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryImageResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryImageResource.cs index d21841336eff7..904e18ae103a4 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryImageResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryImageResource.cs @@ -110,7 +110,7 @@ public virtual CommunityGalleryImageVersionCollection GetCommunityGalleryImageVe /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -141,7 +141,7 @@ public virtual async Task<Response<CommunityGalleryImageVersionResource>> GetCom /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -172,7 +172,7 @@ public virtual Response<CommunityGalleryImageVersionResource> GetCommunityGaller /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -213,7 +213,7 @@ public virtual async Task<Response<CommunityGalleryImageResource>> GetAsync(Canc /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryImageVersionCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryImageVersionCollection.cs index 4339b3d8c1182..f4528a4c8f38c 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryImageVersionCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryImageVersionCollection.cs @@ -66,7 +66,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -112,7 +112,7 @@ public virtual async Task<Response<CommunityGalleryImageVersionResource>> GetAsy /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -158,7 +158,7 @@ public virtual Response<CommunityGalleryImageVersionResource> Get(string gallery /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -188,7 +188,7 @@ public virtual AsyncPageable<CommunityGalleryImageVersionResource> GetAllAsync(C /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -218,7 +218,7 @@ public virtual Pageable<CommunityGalleryImageVersionResource> GetAll(Cancellatio /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -261,7 +261,7 @@ public virtual async Task<Response<bool>> ExistsAsync(string galleryImageVersion /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -304,7 +304,7 @@ public virtual Response<bool> Exists(string galleryImageVersionName, Cancellatio /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -350,7 +350,7 @@ public virtual async Task<NullableResponse<CommunityGalleryImageVersionResource> /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryImageVersionResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryImageVersionResource.cs index 7de1821e48008..eab19c7f88c20 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryImageVersionResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryImageVersionResource.cs @@ -104,7 +104,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -145,7 +145,7 @@ public virtual async Task<Response<CommunityGalleryImageVersionResource>> GetAsy /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryResource.cs index 5ca80ea76bf90..426193549d5d7 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CommunityGalleryResource.cs @@ -110,7 +110,7 @@ public virtual CommunityGalleryImageCollection GetCommunityGalleryImages() /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -141,7 +141,7 @@ public virtual async Task<Response<CommunityGalleryImageResource>> GetCommunityG /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -172,7 +172,7 @@ public virtual Response<CommunityGalleryImageResource> GetCommunityGalleryImage( /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -213,7 +213,7 @@ public virtual async Task<Response<CommunityGalleryResource>> GetAsync(Cancellat /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ComputePrivateEndpointConnectionCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ComputePrivateEndpointConnectionCollection.cs index 0c04631a12d19..2f1c23ebe250c 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ComputePrivateEndpointConnectionCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ComputePrivateEndpointConnectionCollection.cs @@ -66,7 +66,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -115,7 +115,7 @@ public virtual async Task<ArmOperation<ComputePrivateEndpointConnectionResource> /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -164,7 +164,7 @@ public virtual ArmOperation<ComputePrivateEndpointConnectionResource> CreateOrUp /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -209,7 +209,7 @@ public virtual async Task<Response<ComputePrivateEndpointConnectionResource>> Ge /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -254,7 +254,7 @@ public virtual Response<ComputePrivateEndpointConnectionResource> Get(string pri /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -284,7 +284,7 @@ public virtual AsyncPageable<ComputePrivateEndpointConnectionResource> GetAllAsy /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -314,7 +314,7 @@ public virtual Pageable<ComputePrivateEndpointConnectionResource> GetAll(Cancell /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -357,7 +357,7 @@ public virtual async Task<Response<bool>> ExistsAsync(string privateEndpointConn /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -400,7 +400,7 @@ public virtual Response<bool> Exists(string privateEndpointConnectionName, Cance /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -445,7 +445,7 @@ public virtual async Task<NullableResponse<ComputePrivateEndpointConnectionResou /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ComputePrivateEndpointConnectionResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ComputePrivateEndpointConnectionResource.cs index bd783c7f9b58f..6520f0f1caa25 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ComputePrivateEndpointConnectionResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ComputePrivateEndpointConnectionResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -143,7 +143,7 @@ public virtual async Task<Response<ComputePrivateEndpointConnectionResource>> Ge /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -183,7 +183,7 @@ public virtual Response<ComputePrivateEndpointConnectionResource> Get(Cancellati /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -225,7 +225,7 @@ public virtual async Task<ArmOperation> DeleteAsync(WaitUntil waitUntil, Cancell /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -267,7 +267,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -313,7 +313,7 @@ public virtual async Task<ArmOperation<ComputePrivateEndpointConnectionResource> /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskAccessCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskAccessCollection.cs index 298e46d4c3a63..2eb6ba45aac42 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskAccessCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskAccessCollection.cs @@ -67,7 +67,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -116,7 +116,7 @@ public virtual async Task<ArmOperation<DiskAccessResource>> CreateOrUpdateAsync( /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -165,7 +165,7 @@ public virtual ArmOperation<DiskAccessResource> CreateOrUpdate(WaitUntil waitUnt /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -210,7 +210,7 @@ public virtual async Task<Response<DiskAccessResource>> GetAsync(string diskAcce /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -255,7 +255,7 @@ public virtual Response<DiskAccessResource> Get(string diskAccessName, Cancellat /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -285,7 +285,7 @@ public virtual AsyncPageable<DiskAccessResource> GetAllAsync(CancellationToken c /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -315,7 +315,7 @@ public virtual Pageable<DiskAccessResource> GetAll(CancellationToken cancellatio /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -358,7 +358,7 @@ public virtual async Task<Response<bool>> ExistsAsync(string diskAccessName, Can /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -401,7 +401,7 @@ public virtual Response<bool> Exists(string diskAccessName, CancellationToken ca /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -446,7 +446,7 @@ public virtual async Task<NullableResponse<DiskAccessResource>> GetIfExistsAsync /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskAccessResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskAccessResource.cs index fba2bf4d91c59..4ceb547a23eca 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskAccessResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskAccessResource.cs @@ -113,7 +113,7 @@ public virtual ComputePrivateEndpointConnectionCollection GetComputePrivateEndpo /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -144,7 +144,7 @@ public virtual async Task<Response<ComputePrivateEndpointConnectionResource>> Ge /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -175,7 +175,7 @@ public virtual Response<ComputePrivateEndpointConnectionResource> GetComputePriv /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -215,7 +215,7 @@ public virtual async Task<Response<DiskAccessResource>> GetAsync(CancellationTok /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -255,7 +255,7 @@ public virtual Response<DiskAccessResource> Get(CancellationToken cancellationTo /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -297,7 +297,7 @@ public virtual async Task<ArmOperation> DeleteAsync(WaitUntil waitUntil, Cancell /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -339,7 +339,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -385,7 +385,7 @@ public virtual async Task<ArmOperation<DiskAccessResource>> UpdateAsync(WaitUnti /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -431,7 +431,7 @@ public virtual ArmOperation<DiskAccessResource> Update(WaitUntil waitUntil, Disk /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -460,7 +460,7 @@ public virtual AsyncPageable<ComputePrivateLinkResourceData> GetPrivateLinkResou /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -489,7 +489,7 @@ public virtual Pageable<ComputePrivateLinkResourceData> GetPrivateLinkResources( /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -551,7 +551,7 @@ public virtual async Task<Response<DiskAccessResource>> AddTagAsync(string key, /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -613,7 +613,7 @@ public virtual Response<DiskAccessResource> AddTag(string key, string value, Can /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -670,7 +670,7 @@ public virtual async Task<Response<DiskAccessResource>> SetTagsAsync(IDictionary /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -727,7 +727,7 @@ public virtual Response<DiskAccessResource> SetTags(IDictionary<string, string> /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -787,7 +787,7 @@ public virtual async Task<Response<DiskAccessResource>> RemoveTagAsync(string ke /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskEncryptionSetCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskEncryptionSetCollection.cs index 20dc958f11f98..3281406a91934 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskEncryptionSetCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskEncryptionSetCollection.cs @@ -67,7 +67,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -116,7 +116,7 @@ public virtual async Task<ArmOperation<DiskEncryptionSetResource>> CreateOrUpdat /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -165,7 +165,7 @@ public virtual ArmOperation<DiskEncryptionSetResource> CreateOrUpdate(WaitUntil /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -210,7 +210,7 @@ public virtual async Task<Response<DiskEncryptionSetResource>> GetAsync(string d /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -255,7 +255,7 @@ public virtual Response<DiskEncryptionSetResource> Get(string diskEncryptionSetN /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -285,7 +285,7 @@ public virtual AsyncPageable<DiskEncryptionSetResource> GetAllAsync(Cancellation /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -315,7 +315,7 @@ public virtual Pageable<DiskEncryptionSetResource> GetAll(CancellationToken canc /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -358,7 +358,7 @@ public virtual async Task<Response<bool>> ExistsAsync(string diskEncryptionSetNa /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -401,7 +401,7 @@ public virtual Response<bool> Exists(string diskEncryptionSetName, CancellationT /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -446,7 +446,7 @@ public virtual async Task<NullableResponse<DiskEncryptionSetResource>> GetIfExis /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskEncryptionSetResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskEncryptionSetResource.cs index 75e1461985885..474855b63c5e2 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskEncryptionSetResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskEncryptionSetResource.cs @@ -106,7 +106,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -146,7 +146,7 @@ public virtual async Task<Response<DiskEncryptionSetResource>> GetAsync(Cancella /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -186,7 +186,7 @@ public virtual Response<DiskEncryptionSetResource> Get(CancellationToken cancell /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -228,7 +228,7 @@ public virtual async Task<ArmOperation> DeleteAsync(WaitUntil waitUntil, Cancell /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -270,7 +270,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -316,7 +316,7 @@ public virtual async Task<ArmOperation<DiskEncryptionSetResource>> UpdateAsync(W /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -362,7 +362,7 @@ public virtual ArmOperation<DiskEncryptionSetResource> Update(WaitUntil waitUnti /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -392,7 +392,7 @@ public virtual AsyncPageable<string> GetAssociatedResourcesAsync(CancellationTok /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -422,7 +422,7 @@ public virtual Pageable<string> GetAssociatedResources(CancellationToken cancell /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -484,7 +484,7 @@ public virtual async Task<Response<DiskEncryptionSetResource>> AddTagAsync(strin /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -546,7 +546,7 @@ public virtual Response<DiskEncryptionSetResource> AddTag(string key, string val /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -603,7 +603,7 @@ public virtual async Task<Response<DiskEncryptionSetResource>> SetTagsAsync(IDic /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -660,7 +660,7 @@ public virtual Response<DiskEncryptionSetResource> SetTags(IDictionary<string, s /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -720,7 +720,7 @@ public virtual async Task<Response<DiskEncryptionSetResource>> RemoveTagAsync(st /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskRestorePointCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskRestorePointCollection.cs index c205c21bf5b14..e2790cbb4f59f 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskRestorePointCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskRestorePointCollection.cs @@ -66,7 +66,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -111,7 +111,7 @@ public virtual async Task<Response<DiskRestorePointResource>> GetAsync(string di /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -156,7 +156,7 @@ public virtual Response<DiskRestorePointResource> Get(string diskRestorePointNam /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -186,7 +186,7 @@ public virtual AsyncPageable<DiskRestorePointResource> GetAllAsync(CancellationT /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -216,7 +216,7 @@ public virtual Pageable<DiskRestorePointResource> GetAll(CancellationToken cance /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -259,7 +259,7 @@ public virtual async Task<Response<bool>> ExistsAsync(string diskRestorePointNam /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -302,7 +302,7 @@ public virtual Response<bool> Exists(string diskRestorePointName, CancellationTo /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -347,7 +347,7 @@ public virtual async Task<NullableResponse<DiskRestorePointResource>> GetIfExist /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskRestorePointResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskRestorePointResource.cs index 640f18bab0e2a..17922748afb2e 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskRestorePointResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskRestorePointResource.cs @@ -105,7 +105,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -145,7 +145,7 @@ public virtual async Task<Response<DiskRestorePointResource>> GetAsync(Cancellat /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -185,7 +185,7 @@ public virtual Response<DiskRestorePointResource> Get(CancellationToken cancella /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -231,7 +231,7 @@ public virtual async Task<ArmOperation<AccessUri>> GrantAccessAsync(WaitUntil wa /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -277,7 +277,7 @@ public virtual ArmOperation<AccessUri> GrantAccess(WaitUntil waitUntil, GrantAcc /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -319,7 +319,7 @@ public virtual async Task<ArmOperation> RevokeAccessAsync(WaitUntil waitUntil, C /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/ComputeExtensions.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/ComputeExtensions.cs index 06ca08be477f2..7abb77da8cd49 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/ComputeExtensions.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/ComputeExtensions.cs @@ -1714,7 +1714,7 @@ public static ManagedDiskCollection GetManagedDisks(this ResourceGroupResource r /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -1752,7 +1752,7 @@ public static async Task<Response<ManagedDiskResource>> GetManagedDiskAsync(this /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -1807,7 +1807,7 @@ public static DiskAccessCollection GetDiskAccesses(this ResourceGroupResource re /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -1845,7 +1845,7 @@ public static async Task<Response<DiskAccessResource>> GetDiskAccessAsync(this R /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -1900,7 +1900,7 @@ public static DiskEncryptionSetCollection GetDiskEncryptionSets(this ResourceGro /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -1938,7 +1938,7 @@ public static async Task<Response<DiskEncryptionSetResource>> GetDiskEncryptionS /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -1993,7 +1993,7 @@ public static SnapshotCollection GetSnapshots(this ResourceGroupResource resourc /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -2031,7 +2031,7 @@ public static async Task<Response<SnapshotResource>> GetSnapshotAsync(this Resou /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -2086,7 +2086,7 @@ public static GalleryCollection GetGalleries(this ResourceGroupResource resource /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -2126,7 +2126,7 @@ public static async Task<Response<GalleryResource>> GetGalleryAsync(this Resourc /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -2379,7 +2379,7 @@ public static SharedGalleryCollection GetSharedGalleries(this SubscriptionResour /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -2418,7 +2418,7 @@ public static async Task<Response<SharedGalleryResource>> GetSharedGalleryAsync( /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -2474,7 +2474,7 @@ public static CommunityGalleryCollection GetCommunityGalleries(this Subscription /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -2513,7 +2513,7 @@ public static async Task<Response<CommunityGalleryResource>> GetCommunityGallery /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -4732,7 +4732,7 @@ public static Response<RunCommandDocument> GetVirtualMachineRunCommand(this Subs /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -4768,7 +4768,7 @@ public static AsyncPageable<ManagedDiskResource> GetManagedDisksAsync(this Subsc /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -4804,7 +4804,7 @@ public static Pageable<ManagedDiskResource> GetManagedDisks(this SubscriptionRes /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -4840,7 +4840,7 @@ public static AsyncPageable<DiskAccessResource> GetDiskAccessesAsync(this Subscr /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -4876,7 +4876,7 @@ public static Pageable<DiskAccessResource> GetDiskAccesses(this SubscriptionReso /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -4912,7 +4912,7 @@ public static AsyncPageable<DiskEncryptionSetResource> GetDiskEncryptionSetsAsyn /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -4948,7 +4948,7 @@ public static Pageable<DiskEncryptionSetResource> GetDiskEncryptionSets(this Sub /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -4984,7 +4984,7 @@ public static AsyncPageable<SnapshotResource> GetSnapshotsAsync(this Subscriptio /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -5088,7 +5088,7 @@ public static Pageable<ComputeResourceSku> GetComputeResourceSkus(this Subscript /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -5124,7 +5124,7 @@ public static AsyncPageable<GalleryResource> GetGalleriesAsync(this Subscription /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/MockableComputeResourceGroupResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/MockableComputeResourceGroupResource.cs index c1b29d8652e92..a6a97d5ea109a 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/MockableComputeResourceGroupResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/MockableComputeResourceGroupResource.cs @@ -692,7 +692,7 @@ public virtual ManagedDiskCollection GetManagedDisks() /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -723,7 +723,7 @@ public virtual async Task<Response<ManagedDiskResource>> GetManagedDiskAsync(str /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -761,7 +761,7 @@ public virtual DiskAccessCollection GetDiskAccesses() /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -792,7 +792,7 @@ public virtual async Task<Response<DiskAccessResource>> GetDiskAccessAsync(strin /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -830,7 +830,7 @@ public virtual DiskEncryptionSetCollection GetDiskEncryptionSets() /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -861,7 +861,7 @@ public virtual async Task<Response<DiskEncryptionSetResource>> GetDiskEncryption /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -899,7 +899,7 @@ public virtual SnapshotCollection GetSnapshots() /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -930,7 +930,7 @@ public virtual async Task<Response<SnapshotResource>> GetSnapshotAsync(string sn /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -968,7 +968,7 @@ public virtual GalleryCollection GetGalleries() /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -1001,7 +1001,7 @@ public virtual async Task<Response<GalleryResource>> GetGalleryAsync(string gall /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/MockableComputeSubscriptionResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/MockableComputeSubscriptionResource.cs index 9cd88139dc30d..2866ced7c4284 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/MockableComputeSubscriptionResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/MockableComputeSubscriptionResource.cs @@ -229,7 +229,7 @@ public virtual SharedGalleryCollection GetSharedGalleries(AzureLocation location /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -261,7 +261,7 @@ public virtual async Task<Response<SharedGalleryResource>> GetSharedGalleryAsync /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -300,7 +300,7 @@ public virtual CommunityGalleryCollection GetCommunityGalleries() /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -332,7 +332,7 @@ public virtual async Task<Response<CommunityGalleryResource>> GetCommunityGaller /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -2334,7 +2334,7 @@ public virtual Response<RunCommandDocument> GetVirtualMachineRunCommand(AzureLoc /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -2364,7 +2364,7 @@ public virtual AsyncPageable<ManagedDiskResource> GetManagedDisksAsync(Cancellat /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -2394,7 +2394,7 @@ public virtual Pageable<ManagedDiskResource> GetManagedDisks(CancellationToken c /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -2424,7 +2424,7 @@ public virtual AsyncPageable<DiskAccessResource> GetDiskAccessesAsync(Cancellati /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -2454,7 +2454,7 @@ public virtual Pageable<DiskAccessResource> GetDiskAccesses(CancellationToken ca /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -2484,7 +2484,7 @@ public virtual AsyncPageable<DiskEncryptionSetResource> GetDiskEncryptionSetsAsy /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -2514,7 +2514,7 @@ public virtual Pageable<DiskEncryptionSetResource> GetDiskEncryptionSets(Cancell /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -2544,7 +2544,7 @@ public virtual AsyncPageable<SnapshotResource> GetSnapshotsAsync(CancellationTok /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -2630,7 +2630,7 @@ public virtual Pageable<ComputeResourceSku> GetComputeResourceSkus(string filter /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -2660,7 +2660,7 @@ public virtual AsyncPageable<GalleryResource> GetGalleriesAsync(CancellationToke /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationCollection.cs index 8721de1f10fa1..45ee98480e947 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationCollection.cs @@ -66,7 +66,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -115,7 +115,7 @@ public virtual async Task<ArmOperation<GalleryApplicationResource>> CreateOrUpda /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -164,7 +164,7 @@ public virtual ArmOperation<GalleryApplicationResource> CreateOrUpdate(WaitUntil /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -209,7 +209,7 @@ public virtual async Task<Response<GalleryApplicationResource>> GetAsync(string /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -254,7 +254,7 @@ public virtual Response<GalleryApplicationResource> Get(string galleryApplicatio /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -284,7 +284,7 @@ public virtual AsyncPageable<GalleryApplicationResource> GetAllAsync(Cancellatio /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -314,7 +314,7 @@ public virtual Pageable<GalleryApplicationResource> GetAll(CancellationToken can /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -357,7 +357,7 @@ public virtual async Task<Response<bool>> ExistsAsync(string galleryApplicationN /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -400,7 +400,7 @@ public virtual Response<bool> Exists(string galleryApplicationName, Cancellation /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -445,7 +445,7 @@ public virtual async Task<NullableResponse<GalleryApplicationResource>> GetIfExi /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationResource.cs index e54004edc3d81..9fad9f9ffab29 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationResource.cs @@ -112,7 +112,7 @@ public virtual GalleryApplicationVersionCollection GetGalleryApplicationVersions /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -144,7 +144,7 @@ public virtual async Task<Response<GalleryApplicationVersionResource>> GetGaller /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -176,7 +176,7 @@ public virtual Response<GalleryApplicationVersionResource> GetGalleryApplication /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -216,7 +216,7 @@ public virtual async Task<Response<GalleryApplicationResource>> GetAsync(Cancell /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -256,7 +256,7 @@ public virtual Response<GalleryApplicationResource> Get(CancellationToken cancel /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -298,7 +298,7 @@ public virtual async Task<ArmOperation> DeleteAsync(WaitUntil waitUntil, Cancell /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -340,7 +340,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -386,7 +386,7 @@ public virtual async Task<ArmOperation<GalleryApplicationResource>> UpdateAsync( /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -432,7 +432,7 @@ public virtual ArmOperation<GalleryApplicationResource> Update(WaitUntil waitUnt /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -494,7 +494,7 @@ public virtual async Task<Response<GalleryApplicationResource>> AddTagAsync(stri /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -556,7 +556,7 @@ public virtual Response<GalleryApplicationResource> AddTag(string key, string va /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -613,7 +613,7 @@ public virtual async Task<Response<GalleryApplicationResource>> SetTagsAsync(IDi /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -670,7 +670,7 @@ public virtual Response<GalleryApplicationResource> SetTags(IDictionary<string, /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -730,7 +730,7 @@ public virtual async Task<Response<GalleryApplicationResource>> RemoveTagAsync(s /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationVersionCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationVersionCollection.cs index 4144264f750f8..a40c300d5e384 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationVersionCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationVersionCollection.cs @@ -67,7 +67,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -116,7 +116,7 @@ public virtual async Task<ArmOperation<GalleryApplicationVersionResource>> Creat /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -165,7 +165,7 @@ public virtual ArmOperation<GalleryApplicationVersionResource> CreateOrUpdate(Wa /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -211,7 +211,7 @@ public virtual async Task<Response<GalleryApplicationVersionResource>> GetAsync( /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -257,7 +257,7 @@ public virtual Response<GalleryApplicationVersionResource> Get(string galleryApp /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -287,7 +287,7 @@ public virtual AsyncPageable<GalleryApplicationVersionResource> GetAllAsync(Canc /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -317,7 +317,7 @@ public virtual Pageable<GalleryApplicationVersionResource> GetAll(CancellationTo /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -361,7 +361,7 @@ public virtual async Task<Response<bool>> ExistsAsync(string galleryApplicationV /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -405,7 +405,7 @@ public virtual Response<bool> Exists(string galleryApplicationVersionName, Repli /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -451,7 +451,7 @@ public virtual async Task<NullableResponse<GalleryApplicationVersionResource>> G /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationVersionResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationVersionResource.cs index 0a211a13dc38a..27304fc808a2f 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationVersionResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationVersionResource.cs @@ -106,7 +106,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -147,7 +147,7 @@ public virtual async Task<Response<GalleryApplicationVersionResource>> GetAsync( /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -188,7 +188,7 @@ public virtual Response<GalleryApplicationVersionResource> Get(ReplicationStatus /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -230,7 +230,7 @@ public virtual async Task<ArmOperation> DeleteAsync(WaitUntil waitUntil, Cancell /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -272,7 +272,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -318,7 +318,7 @@ public virtual async Task<ArmOperation<GalleryApplicationVersionResource>> Updat /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -364,7 +364,7 @@ public virtual ArmOperation<GalleryApplicationVersionResource> Update(WaitUntil /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -426,7 +426,7 @@ public virtual async Task<Response<GalleryApplicationVersionResource>> AddTagAsy /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -488,7 +488,7 @@ public virtual Response<GalleryApplicationVersionResource> AddTag(string key, st /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -545,7 +545,7 @@ public virtual async Task<Response<GalleryApplicationVersionResource>> SetTagsAs /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -602,7 +602,7 @@ public virtual Response<GalleryApplicationVersionResource> SetTags(IDictionary<s /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -662,7 +662,7 @@ public virtual async Task<Response<GalleryApplicationVersionResource>> RemoveTag /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryCollection.cs index a17497560a9da..9eadf2b01d934 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryCollection.cs @@ -68,7 +68,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -117,7 +117,7 @@ public virtual async Task<ArmOperation<GalleryResource>> CreateOrUpdateAsync(Wai /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -166,7 +166,7 @@ public virtual ArmOperation<GalleryResource> CreateOrUpdate(WaitUntil waitUntil, /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -213,7 +213,7 @@ public virtual async Task<Response<GalleryResource>> GetAsync(string galleryName /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -260,7 +260,7 @@ public virtual Response<GalleryResource> Get(string galleryName, SelectPermissio /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -290,7 +290,7 @@ public virtual AsyncPageable<GalleryResource> GetAllAsync(CancellationToken canc /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -320,7 +320,7 @@ public virtual Pageable<GalleryResource> GetAll(CancellationToken cancellationTo /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -365,7 +365,7 @@ public virtual async Task<Response<bool>> ExistsAsync(string galleryName, Select /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -410,7 +410,7 @@ public virtual Response<bool> Exists(string galleryName, SelectPermission? selec /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -457,7 +457,7 @@ public virtual async Task<NullableResponse<GalleryResource>> GetIfExistsAsync(st /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageCollection.cs index 8b5b96931c76e..f7ff080f66c25 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageCollection.cs @@ -66,7 +66,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -115,7 +115,7 @@ public virtual async Task<ArmOperation<GalleryImageResource>> CreateOrUpdateAsyn /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -164,7 +164,7 @@ public virtual ArmOperation<GalleryImageResource> CreateOrUpdate(WaitUntil waitU /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -209,7 +209,7 @@ public virtual async Task<Response<GalleryImageResource>> GetAsync(string galler /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -254,7 +254,7 @@ public virtual Response<GalleryImageResource> Get(string galleryImageName, Cance /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -284,7 +284,7 @@ public virtual AsyncPageable<GalleryImageResource> GetAllAsync(CancellationToken /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -314,7 +314,7 @@ public virtual Pageable<GalleryImageResource> GetAll(CancellationToken cancellat /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -357,7 +357,7 @@ public virtual async Task<Response<bool>> ExistsAsync(string galleryImageName, C /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -400,7 +400,7 @@ public virtual Response<bool> Exists(string galleryImageName, CancellationToken /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -445,7 +445,7 @@ public virtual async Task<NullableResponse<GalleryImageResource>> GetIfExistsAsy /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageResource.cs index b6c4c6e5f1974..ab4edfd3ad610 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageResource.cs @@ -112,7 +112,7 @@ public virtual GalleryImageVersionCollection GetGalleryImageVersions() /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -144,7 +144,7 @@ public virtual async Task<Response<GalleryImageVersionResource>> GetGalleryImage /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -176,7 +176,7 @@ public virtual Response<GalleryImageVersionResource> GetGalleryImageVersion(stri /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -216,7 +216,7 @@ public virtual async Task<Response<GalleryImageResource>> GetAsync(CancellationT /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -256,7 +256,7 @@ public virtual Response<GalleryImageResource> Get(CancellationToken cancellation /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -298,7 +298,7 @@ public virtual async Task<ArmOperation> DeleteAsync(WaitUntil waitUntil, Cancell /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -340,7 +340,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -386,7 +386,7 @@ public virtual async Task<ArmOperation<GalleryImageResource>> UpdateAsync(WaitUn /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -432,7 +432,7 @@ public virtual ArmOperation<GalleryImageResource> Update(WaitUntil waitUntil, Ga /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -495,7 +495,7 @@ public virtual async Task<Response<GalleryImageResource>> AddTagAsync(string key /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -558,7 +558,7 @@ public virtual Response<GalleryImageResource> AddTag(string key, string value, C /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -616,7 +616,7 @@ public virtual async Task<Response<GalleryImageResource>> SetTagsAsync(IDictiona /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -674,7 +674,7 @@ public virtual Response<GalleryImageResource> SetTags(IDictionary<string, string /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -735,7 +735,7 @@ public virtual async Task<Response<GalleryImageResource>> RemoveTagAsync(string /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageVersionCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageVersionCollection.cs index 6597f15c75274..06b6201bbf28d 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageVersionCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageVersionCollection.cs @@ -67,7 +67,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -116,7 +116,7 @@ public virtual async Task<ArmOperation<GalleryImageVersionResource>> CreateOrUpd /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -165,7 +165,7 @@ public virtual ArmOperation<GalleryImageVersionResource> CreateOrUpdate(WaitUnti /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -211,7 +211,7 @@ public virtual async Task<Response<GalleryImageVersionResource>> GetAsync(string /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -257,7 +257,7 @@ public virtual Response<GalleryImageVersionResource> Get(string galleryImageVers /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -287,7 +287,7 @@ public virtual AsyncPageable<GalleryImageVersionResource> GetAllAsync(Cancellati /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -317,7 +317,7 @@ public virtual Pageable<GalleryImageVersionResource> GetAll(CancellationToken ca /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -361,7 +361,7 @@ public virtual async Task<Response<bool>> ExistsAsync(string galleryImageVersion /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -405,7 +405,7 @@ public virtual Response<bool> Exists(string galleryImageVersionName, Replication /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -451,7 +451,7 @@ public virtual async Task<NullableResponse<GalleryImageVersionResource>> GetIfEx /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageVersionResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageVersionResource.cs index 9e63d71a70ba9..096edb034fc30 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageVersionResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageVersionResource.cs @@ -106,7 +106,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -147,7 +147,7 @@ public virtual async Task<Response<GalleryImageVersionResource>> GetAsync(Replic /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -188,7 +188,7 @@ public virtual Response<GalleryImageVersionResource> Get(ReplicationStatusType? /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -230,7 +230,7 @@ public virtual async Task<ArmOperation> DeleteAsync(WaitUntil waitUntil, Cancell /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -272,7 +272,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -318,7 +318,7 @@ public virtual async Task<ArmOperation<GalleryImageVersionResource>> UpdateAsync /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -364,7 +364,7 @@ public virtual ArmOperation<GalleryImageVersionResource> Update(WaitUntil waitUn /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -426,7 +426,7 @@ public virtual async Task<Response<GalleryImageVersionResource>> AddTagAsync(str /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -488,7 +488,7 @@ public virtual Response<GalleryImageVersionResource> AddTag(string key, string v /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -545,7 +545,7 @@ public virtual async Task<Response<GalleryImageVersionResource>> SetTagsAsync(ID /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -602,7 +602,7 @@ public virtual Response<GalleryImageVersionResource> SetTags(IDictionary<string, /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -662,7 +662,7 @@ public virtual async Task<Response<GalleryImageVersionResource>> RemoveTagAsync( /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryResource.cs index 001e3d9972b7b..7decb6812dcc7 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryResource.cs @@ -116,7 +116,7 @@ public virtual GalleryImageCollection GetGalleryImages() /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -147,7 +147,7 @@ public virtual async Task<Response<GalleryImageResource>> GetGalleryImageAsync(s /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -185,7 +185,7 @@ public virtual GalleryApplicationCollection GetGalleryApplications() /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -216,7 +216,7 @@ public virtual async Task<Response<GalleryApplicationResource>> GetGalleryApplic /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -247,7 +247,7 @@ public virtual Response<GalleryApplicationResource> GetGalleryApplication(string /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -289,7 +289,7 @@ public virtual async Task<Response<GalleryResource>> GetAsync(SelectPermission? /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -331,7 +331,7 @@ public virtual Response<GalleryResource> Get(SelectPermission? select = null, Ga /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -373,7 +373,7 @@ public virtual async Task<ArmOperation> DeleteAsync(WaitUntil waitUntil, Cancell /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -415,7 +415,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -461,7 +461,7 @@ public virtual async Task<ArmOperation<GalleryResource>> UpdateAsync(WaitUntil w /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -507,7 +507,7 @@ public virtual ArmOperation<GalleryResource> Update(WaitUntil waitUntil, Gallery /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// </list> /// </summary> @@ -549,7 +549,7 @@ public virtual async Task<ArmOperation<SharingUpdate>> UpdateSharingProfileAsync /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// </list> /// </summary> @@ -591,7 +591,7 @@ public virtual ArmOperation<SharingUpdate> UpdateSharingProfile(WaitUntil waitUn /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -653,7 +653,7 @@ public virtual async Task<Response<GalleryResource>> AddTagAsync(string key, str /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -715,7 +715,7 @@ public virtual Response<GalleryResource> AddTag(string key, string value, Cancel /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -772,7 +772,7 @@ public virtual async Task<Response<GalleryResource>> SetTagsAsync(IDictionary<st /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -829,7 +829,7 @@ public virtual Response<GalleryResource> SetTags(IDictionary<string, string> tag /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -889,7 +889,7 @@ public virtual async Task<Response<GalleryResource>> RemoveTagAsync(string key, /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ManagedDiskCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ManagedDiskCollection.cs index ad3335f3ac867..f98a54d6c2216 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ManagedDiskCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ManagedDiskCollection.cs @@ -67,7 +67,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -116,7 +116,7 @@ public virtual async Task<ArmOperation<ManagedDiskResource>> CreateOrUpdateAsync /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -165,7 +165,7 @@ public virtual ArmOperation<ManagedDiskResource> CreateOrUpdate(WaitUntil waitUn /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -210,7 +210,7 @@ public virtual async Task<Response<ManagedDiskResource>> GetAsync(string diskNam /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -255,7 +255,7 @@ public virtual Response<ManagedDiskResource> Get(string diskName, CancellationTo /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -285,7 +285,7 @@ public virtual AsyncPageable<ManagedDiskResource> GetAllAsync(CancellationToken /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -315,7 +315,7 @@ public virtual Pageable<ManagedDiskResource> GetAll(CancellationToken cancellati /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -358,7 +358,7 @@ public virtual async Task<Response<bool>> ExistsAsync(string diskName, Cancellat /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -401,7 +401,7 @@ public virtual Response<bool> Exists(string diskName, CancellationToken cancella /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -446,7 +446,7 @@ public virtual async Task<NullableResponse<ManagedDiskResource>> GetIfExistsAsyn /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ManagedDiskResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ManagedDiskResource.cs index 52926ef46c183..d45e98e3708f5 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ManagedDiskResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ManagedDiskResource.cs @@ -105,7 +105,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -145,7 +145,7 @@ public virtual async Task<Response<ManagedDiskResource>> GetAsync(CancellationTo /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -185,7 +185,7 @@ public virtual Response<ManagedDiskResource> Get(CancellationToken cancellationT /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -227,7 +227,7 @@ public virtual async Task<ArmOperation> DeleteAsync(WaitUntil waitUntil, Cancell /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -269,7 +269,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -315,7 +315,7 @@ public virtual async Task<ArmOperation<ManagedDiskResource>> UpdateAsync(WaitUnt /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -361,7 +361,7 @@ public virtual ArmOperation<ManagedDiskResource> Update(WaitUntil waitUntil, Man /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -407,7 +407,7 @@ public virtual async Task<ArmOperation<AccessUri>> GrantAccessAsync(WaitUntil wa /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -453,7 +453,7 @@ public virtual ArmOperation<AccessUri> GrantAccess(WaitUntil waitUntil, GrantAcc /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -495,7 +495,7 @@ public virtual async Task<ArmOperation> RevokeAccessAsync(WaitUntil waitUntil, C /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -537,7 +537,7 @@ public virtual ArmOperation RevokeAccess(WaitUntil waitUntil, CancellationToken /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -599,7 +599,7 @@ public virtual async Task<Response<ManagedDiskResource>> AddTagAsync(string key, /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -661,7 +661,7 @@ public virtual Response<ManagedDiskResource> AddTag(string key, string value, Ca /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -718,7 +718,7 @@ public virtual async Task<Response<ManagedDiskResource>> SetTagsAsync(IDictionar /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -775,7 +775,7 @@ public virtual Response<ManagedDiskResource> SetTags(IDictionary<string, string> /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -835,7 +835,7 @@ public virtual async Task<Response<ManagedDiskResource>> RemoveTagAsync(string k /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/DiskCreationData.Serialization.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/DiskCreationData.Serialization.cs index 650f10c619670..b09d07c42fc27 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/DiskCreationData.Serialization.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/DiskCreationData.Serialization.cs @@ -83,6 +83,11 @@ void IJsonModel<DiskCreationData>.Write(Utf8JsonWriter writer, ModelReaderWriter writer.WritePropertyName("elasticSanResourceId"u8); writer.WriteStringValue(ElasticSanResourceId); } + if (Optional.IsDefined(ProvisionedBandwidthCopySpeed)) + { + writer.WritePropertyName("provisionedBandwidthCopySpeed"u8); + writer.WriteStringValue(ProvisionedBandwidthCopySpeed.Value.ToString()); + } if (options.Format != "W" && _serializedAdditionalRawData != null) { foreach (var item in _serializedAdditionalRawData) @@ -133,6 +138,7 @@ internal static DiskCreationData DeserializeDiskCreationData(JsonElement element Optional<Uri> securityDataUri = default; Optional<bool> performancePlus = default; Optional<ResourceIdentifier> elasticSanResourceId = default; + Optional<ProvisionedBandwidthCopyOption> provisionedBandwidthCopySpeed = default; IDictionary<string, BinaryData> serializedAdditionalRawData = default; Dictionary<string, BinaryData> additionalPropertiesDictionary = new Dictionary<string, BinaryData>(); foreach (var property in element.EnumerateObject()) @@ -237,13 +243,22 @@ internal static DiskCreationData DeserializeDiskCreationData(JsonElement element elasticSanResourceId = new ResourceIdentifier(property.Value.GetString()); continue; } + if (property.NameEquals("provisionedBandwidthCopySpeed"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisionedBandwidthCopySpeed = new ProvisionedBandwidthCopyOption(property.Value.GetString()); + continue; + } if (options.Format != "W") { additionalPropertiesDictionary.Add(property.Name, BinaryData.FromString(property.Value.GetRawText())); } } serializedAdditionalRawData = additionalPropertiesDictionary; - return new DiskCreationData(createOption, storageAccountId.Value, imageReference.Value, galleryImageReference.Value, sourceUri.Value, sourceResourceId.Value, sourceUniqueId.Value, Optional.ToNullable(uploadSizeBytes), Optional.ToNullable(logicalSectorSize), securityDataUri.Value, Optional.ToNullable(performancePlus), elasticSanResourceId.Value, serializedAdditionalRawData); + return new DiskCreationData(createOption, storageAccountId.Value, imageReference.Value, galleryImageReference.Value, sourceUri.Value, sourceResourceId.Value, sourceUniqueId.Value, Optional.ToNullable(uploadSizeBytes), Optional.ToNullable(logicalSectorSize), securityDataUri.Value, Optional.ToNullable(performancePlus), elasticSanResourceId.Value, Optional.ToNullable(provisionedBandwidthCopySpeed), serializedAdditionalRawData); } BinaryData IPersistableModel<DiskCreationData>.Write(ModelReaderWriterOptions options) diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/DiskCreationData.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/DiskCreationData.cs index 3a34245d2f0a4..5073b6e10503b 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/DiskCreationData.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/DiskCreationData.cs @@ -66,8 +66,9 @@ public DiskCreationData(DiskCreateOption createOption) /// <param name="securityDataUri"> If createOption is ImportSecure, this is the URI of a blob to be imported into VM guest state. </param> /// <param name="isPerformancePlusEnabled"> Set this flag to true to get a boost on the performance target of the disk deployed, see here on the respective performance target. This flag can only be set on disk creation time and cannot be disabled after enabled. </param> /// <param name="elasticSanResourceId"> Required if createOption is CopyFromSanSnapshot. This is the ARM id of the source elastic san volume snapshot. </param> + /// <param name="provisionedBandwidthCopySpeed"> If this field is set on a snapshot and createOption is CopyStart, the snapshot will be copied at a quicker speed. </param> /// <param name="serializedAdditionalRawData"> Keeps track of any properties unknown to the library. </param> - internal DiskCreationData(DiskCreateOption createOption, ResourceIdentifier storageAccountId, ImageDiskReference imageReference, ImageDiskReference galleryImageReference, Uri sourceUri, ResourceIdentifier sourceResourceId, string sourceUniqueId, long? uploadSizeBytes, int? logicalSectorSize, Uri securityDataUri, bool? isPerformancePlusEnabled, ResourceIdentifier elasticSanResourceId, IDictionary<string, BinaryData> serializedAdditionalRawData) + internal DiskCreationData(DiskCreateOption createOption, ResourceIdentifier storageAccountId, ImageDiskReference imageReference, ImageDiskReference galleryImageReference, Uri sourceUri, ResourceIdentifier sourceResourceId, string sourceUniqueId, long? uploadSizeBytes, int? logicalSectorSize, Uri securityDataUri, bool? isPerformancePlusEnabled, ResourceIdentifier elasticSanResourceId, ProvisionedBandwidthCopyOption? provisionedBandwidthCopySpeed, IDictionary<string, BinaryData> serializedAdditionalRawData) { CreateOption = createOption; StorageAccountId = storageAccountId; @@ -81,6 +82,7 @@ internal DiskCreationData(DiskCreateOption createOption, ResourceIdentifier stor SecurityDataUri = securityDataUri; IsPerformancePlusEnabled = isPerformancePlusEnabled; ElasticSanResourceId = elasticSanResourceId; + ProvisionedBandwidthCopySpeed = provisionedBandwidthCopySpeed; _serializedAdditionalRawData = serializedAdditionalRawData; } @@ -113,5 +115,7 @@ internal DiskCreationData() public bool? IsPerformancePlusEnabled { get; set; } /// <summary> Required if createOption is CopyFromSanSnapshot. This is the ARM id of the source elastic san volume snapshot. </summary> public ResourceIdentifier ElasticSanResourceId { get; set; } + /// <summary> If this field is set on a snapshot and createOption is CopyStart, the snapshot will be copied at a quicker speed. </summary> + public ProvisionedBandwidthCopyOption? ProvisionedBandwidthCopySpeed { get; set; } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/DiskSecurityType.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/DiskSecurityType.cs index c5d6bede6c9e7..ea70d8f27769c 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/DiskSecurityType.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/DiskSecurityType.cs @@ -26,6 +26,7 @@ public DiskSecurityType(string value) private const string ConfidentialVmGuestStateOnlyEncryptedWithPlatformKeyValue = "ConfidentialVM_VMGuestStateOnlyEncryptedWithPlatformKey"; private const string ConfidentialVmDiskEncryptedWithPlatformKeyValue = "ConfidentialVM_DiskEncryptedWithPlatformKey"; private const string ConfidentialVmDiskEncryptedWithCustomerKeyValue = "ConfidentialVM_DiskEncryptedWithCustomerKey"; + private const string ConfidentialVmNonPersistedTPMValue = "ConfidentialVM_NonPersistedTPM"; /// <summary> Trusted Launch provides security features such as secure boot and virtual Trusted Platform Module (vTPM). </summary> public static DiskSecurityType TrustedLaunch { get; } = new DiskSecurityType(TrustedLaunchValue); @@ -35,6 +36,8 @@ public DiskSecurityType(string value) public static DiskSecurityType ConfidentialVmDiskEncryptedWithPlatformKey { get; } = new DiskSecurityType(ConfidentialVmDiskEncryptedWithPlatformKeyValue); /// <summary> Indicates Confidential VM disk with both OS disk and VM guest state encrypted with a customer managed key. </summary> public static DiskSecurityType ConfidentialVmDiskEncryptedWithCustomerKey { get; } = new DiskSecurityType(ConfidentialVmDiskEncryptedWithCustomerKeyValue); + /// <summary> Indicates Confidential VM disk with a ephemeral vTPM. vTPM state is not persisted across VM reboots. </summary> + public static DiskSecurityType ConfidentialVmNonPersistedTPM { get; } = new DiskSecurityType(ConfidentialVmNonPersistedTPMValue); /// <summary> Determines if two <see cref="DiskSecurityType"/> values are the same. </summary> public static bool operator ==(DiskSecurityType left, DiskSecurityType right) => left.Equals(right); /// <summary> Determines if two <see cref="DiskSecurityType"/> values are not the same. </summary> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/ProvisionedBandwidthCopyOption.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/ProvisionedBandwidthCopyOption.cs new file mode 100644 index 0000000000000..aa5bad14a07e1 --- /dev/null +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/ProvisionedBandwidthCopyOption.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// <auto-generated/> + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Compute.Models +{ + /// <summary> If this field is set on a snapshot and createOption is CopyStart, the snapshot will be copied at a quicker speed. </summary> + public readonly partial struct ProvisionedBandwidthCopyOption : IEquatable<ProvisionedBandwidthCopyOption> + { + private readonly string _value; + + /// <summary> Initializes a new instance of <see cref="ProvisionedBandwidthCopyOption"/>. </summary> + /// <exception cref="ArgumentNullException"> <paramref name="value"/> is null. </exception> + public ProvisionedBandwidthCopyOption(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string NoneValue = "None"; + private const string EnhancedValue = "Enhanced"; + + /// <summary> None. </summary> + public static ProvisionedBandwidthCopyOption None { get; } = new ProvisionedBandwidthCopyOption(NoneValue); + /// <summary> Enhanced. </summary> + public static ProvisionedBandwidthCopyOption Enhanced { get; } = new ProvisionedBandwidthCopyOption(EnhancedValue); + /// <summary> Determines if two <see cref="ProvisionedBandwidthCopyOption"/> values are the same. </summary> + public static bool operator ==(ProvisionedBandwidthCopyOption left, ProvisionedBandwidthCopyOption right) => left.Equals(right); + /// <summary> Determines if two <see cref="ProvisionedBandwidthCopyOption"/> values are not the same. </summary> + public static bool operator !=(ProvisionedBandwidthCopyOption left, ProvisionedBandwidthCopyOption right) => !left.Equals(right); + /// <summary> Converts a string to a <see cref="ProvisionedBandwidthCopyOption"/>. </summary> + public static implicit operator ProvisionedBandwidthCopyOption(string value) => new ProvisionedBandwidthCopyOption(value); + + /// <inheritdoc /> + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is ProvisionedBandwidthCopyOption other && Equals(other); + /// <inheritdoc /> + public bool Equals(ProvisionedBandwidthCopyOption other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// <inheritdoc /> + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// <inheritdoc /> + public override string ToString() => _value; + } +} diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/CommunityGalleriesRestOperations.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/CommunityGalleriesRestOperations.cs index 15d5a47f52fbc..956b146f6e84b 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/CommunityGalleriesRestOperations.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/CommunityGalleriesRestOperations.cs @@ -32,7 +32,7 @@ public CommunityGalleriesRestOperations(HttpPipeline pipeline, string applicatio { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-08-03"; + _apiVersion = apiVersion ?? "2023-07-03"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/CommunityGalleryImageVersionsRestOperations.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/CommunityGalleryImageVersionsRestOperations.cs index a0ec5f04f7302..416a6c9a96202 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/CommunityGalleryImageVersionsRestOperations.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/CommunityGalleryImageVersionsRestOperations.cs @@ -33,7 +33,7 @@ public CommunityGalleryImageVersionsRestOperations(HttpPipeline pipeline, string { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-08-03"; + _apiVersion = apiVersion ?? "2023-07-03"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/CommunityGalleryImagesRestOperations.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/CommunityGalleryImagesRestOperations.cs index 4f7bd2e7b4f38..99223110ffccb 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/CommunityGalleryImagesRestOperations.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/CommunityGalleryImagesRestOperations.cs @@ -33,7 +33,7 @@ public CommunityGalleryImagesRestOperations(HttpPipeline pipeline, string applic { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-08-03"; + _apiVersion = apiVersion ?? "2023-07-03"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/DiskAccessesRestOperations.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/DiskAccessesRestOperations.cs index 28b6dc7b63597..e097afa384202 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/DiskAccessesRestOperations.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/DiskAccessesRestOperations.cs @@ -33,7 +33,7 @@ public DiskAccessesRestOperations(HttpPipeline pipeline, string applicationId, U { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2023-04-02"; + _apiVersion = apiVersion ?? "2023-10-02"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/DiskEncryptionSetsRestOperations.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/DiskEncryptionSetsRestOperations.cs index 5aff445d19a8e..7054e4ffc65d8 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/DiskEncryptionSetsRestOperations.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/DiskEncryptionSetsRestOperations.cs @@ -33,7 +33,7 @@ public DiskEncryptionSetsRestOperations(HttpPipeline pipeline, string applicatio { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2023-04-02"; + _apiVersion = apiVersion ?? "2023-10-02"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/DiskRestorePointRestOperations.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/DiskRestorePointRestOperations.cs index aa8433fe2be58..99c755e427b42 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/DiskRestorePointRestOperations.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/DiskRestorePointRestOperations.cs @@ -33,7 +33,7 @@ public DiskRestorePointRestOperations(HttpPipeline pipeline, string applicationI { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2023-04-02"; + _apiVersion = apiVersion ?? "2023-10-02"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/DisksRestOperations.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/DisksRestOperations.cs index aec775c85151a..b167cf0cf39c7 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/DisksRestOperations.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/DisksRestOperations.cs @@ -33,7 +33,7 @@ public DisksRestOperations(HttpPipeline pipeline, string applicationId, Uri endp { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2023-04-02"; + _apiVersion = apiVersion ?? "2023-10-02"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleriesRestOperations.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleriesRestOperations.cs index 60de714d8b003..15810cd345ce1 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleriesRestOperations.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleriesRestOperations.cs @@ -33,7 +33,7 @@ public GalleriesRestOperations(HttpPipeline pipeline, string applicationId, Uri { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-08-03"; + _apiVersion = apiVersion ?? "2023-07-03"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleryApplicationVersionsRestOperations.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleryApplicationVersionsRestOperations.cs index 443a411aadbc5..ef8d718b38898 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleryApplicationVersionsRestOperations.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleryApplicationVersionsRestOperations.cs @@ -33,7 +33,7 @@ public GalleryApplicationVersionsRestOperations(HttpPipeline pipeline, string ap { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-08-03"; + _apiVersion = apiVersion ?? "2023-07-03"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleryApplicationsRestOperations.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleryApplicationsRestOperations.cs index 1c3e230cbeab4..c58f2b46fa4be 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleryApplicationsRestOperations.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleryApplicationsRestOperations.cs @@ -33,7 +33,7 @@ public GalleryApplicationsRestOperations(HttpPipeline pipeline, string applicati { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-08-03"; + _apiVersion = apiVersion ?? "2023-07-03"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleryImageVersionsRestOperations.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleryImageVersionsRestOperations.cs index 64f207b01dd46..079e5b1c3b3b9 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleryImageVersionsRestOperations.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleryImageVersionsRestOperations.cs @@ -33,7 +33,7 @@ public GalleryImageVersionsRestOperations(HttpPipeline pipeline, string applicat { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-08-03"; + _apiVersion = apiVersion ?? "2023-07-03"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleryImagesRestOperations.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleryImagesRestOperations.cs index 4797d04db3912..8647271fec912 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleryImagesRestOperations.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GalleryImagesRestOperations.cs @@ -33,7 +33,7 @@ public GalleryImagesRestOperations(HttpPipeline pipeline, string applicationId, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-08-03"; + _apiVersion = apiVersion ?? "2023-07-03"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GallerySharingProfileRestOperations.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GallerySharingProfileRestOperations.cs index 7cbb359084af8..595e6191b89a0 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GallerySharingProfileRestOperations.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/GallerySharingProfileRestOperations.cs @@ -32,7 +32,7 @@ public GallerySharingProfileRestOperations(HttpPipeline pipeline, string applica { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-08-03"; + _apiVersion = apiVersion ?? "2023-07-03"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/SharedGalleriesRestOperations.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/SharedGalleriesRestOperations.cs index 82939c0c0a494..b37642998f9e4 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/SharedGalleriesRestOperations.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/SharedGalleriesRestOperations.cs @@ -33,7 +33,7 @@ public SharedGalleriesRestOperations(HttpPipeline pipeline, string applicationId { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-08-03"; + _apiVersion = apiVersion ?? "2023-07-03"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/SharedGalleryImageVersionsRestOperations.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/SharedGalleryImageVersionsRestOperations.cs index 3e8c708b57801..278e8adf47b40 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/SharedGalleryImageVersionsRestOperations.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/SharedGalleryImageVersionsRestOperations.cs @@ -33,7 +33,7 @@ public SharedGalleryImageVersionsRestOperations(HttpPipeline pipeline, string ap { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-08-03"; + _apiVersion = apiVersion ?? "2023-07-03"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/SharedGalleryImagesRestOperations.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/SharedGalleryImagesRestOperations.cs index 0d4c09f5977db..3788b7de169bc 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/SharedGalleryImagesRestOperations.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/SharedGalleryImagesRestOperations.cs @@ -33,7 +33,7 @@ public SharedGalleryImagesRestOperations(HttpPipeline pipeline, string applicati { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-08-03"; + _apiVersion = apiVersion ?? "2023-07-03"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/SnapshotsRestOperations.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/SnapshotsRestOperations.cs index 84df50ab23691..5034f6bebfcdd 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/SnapshotsRestOperations.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/SnapshotsRestOperations.cs @@ -33,7 +33,7 @@ public SnapshotsRestOperations(HttpPipeline pipeline, string applicationId, Uri { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2023-04-02"; + _apiVersion = apiVersion ?? "2023-10-02"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointResource.cs index 658ec97b1c9ce..eda55ba011c1e 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointResource.cs @@ -111,7 +111,7 @@ public virtual DiskRestorePointCollection GetDiskRestorePoints() /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -142,7 +142,7 @@ public virtual async Task<Response<DiskRestorePointResource>> GetDiskRestorePoin /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryCollection.cs index 3798e4bc8cbba..8f3ee1a1d21ae 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryCollection.cs @@ -71,7 +71,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -117,7 +117,7 @@ public virtual async Task<Response<SharedGalleryResource>> GetAsync(string galle /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -163,7 +163,7 @@ public virtual Response<SharedGalleryResource> Get(string galleryUniqueName, Can /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -194,7 +194,7 @@ public virtual AsyncPageable<SharedGalleryResource> GetAllAsync(SharedToValue? s /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -225,7 +225,7 @@ public virtual Pageable<SharedGalleryResource> GetAll(SharedToValue? sharedTo = /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -268,7 +268,7 @@ public virtual async Task<Response<bool>> ExistsAsync(string galleryUniqueName, /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -311,7 +311,7 @@ public virtual Response<bool> Exists(string galleryUniqueName, CancellationToken /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -357,7 +357,7 @@ public virtual async Task<NullableResponse<SharedGalleryResource>> GetIfExistsAs /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryImageCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryImageCollection.cs index 0e8bb0b8288cc..d98ad11a131d3 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryImageCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryImageCollection.cs @@ -67,7 +67,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -113,7 +113,7 @@ public virtual async Task<Response<SharedGalleryImageResource>> GetAsync(string /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -159,7 +159,7 @@ public virtual Response<SharedGalleryImageResource> Get(string galleryImageName, /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -190,7 +190,7 @@ public virtual AsyncPageable<SharedGalleryImageResource> GetAllAsync(SharedToVal /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -221,7 +221,7 @@ public virtual Pageable<SharedGalleryImageResource> GetAll(SharedToValue? shared /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -264,7 +264,7 @@ public virtual async Task<Response<bool>> ExistsAsync(string galleryImageName, C /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -307,7 +307,7 @@ public virtual Response<bool> Exists(string galleryImageName, CancellationToken /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -353,7 +353,7 @@ public virtual async Task<NullableResponse<SharedGalleryImageResource>> GetIfExi /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryImageResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryImageResource.cs index 4f9b5ac69b3ca..fe1394c797c5b 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryImageResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryImageResource.cs @@ -110,7 +110,7 @@ public virtual SharedGalleryImageVersionCollection GetSharedGalleryImageVersions /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -141,7 +141,7 @@ public virtual async Task<Response<SharedGalleryImageVersionResource>> GetShared /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -172,7 +172,7 @@ public virtual Response<SharedGalleryImageVersionResource> GetSharedGalleryImage /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -213,7 +213,7 @@ public virtual async Task<Response<SharedGalleryImageResource>> GetAsync(Cancell /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryImageVersionCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryImageVersionCollection.cs index 309444f2a35e5..6235c859c6882 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryImageVersionCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryImageVersionCollection.cs @@ -67,7 +67,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -113,7 +113,7 @@ public virtual async Task<Response<SharedGalleryImageVersionResource>> GetAsync( /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -159,7 +159,7 @@ public virtual Response<SharedGalleryImageVersionResource> Get(string galleryIma /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -190,7 +190,7 @@ public virtual AsyncPageable<SharedGalleryImageVersionResource> GetAllAsync(Shar /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -221,7 +221,7 @@ public virtual Pageable<SharedGalleryImageVersionResource> GetAll(SharedToValue? /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -264,7 +264,7 @@ public virtual async Task<Response<bool>> ExistsAsync(string galleryImageVersion /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -307,7 +307,7 @@ public virtual Response<bool> Exists(string galleryImageVersionName, Cancellatio /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -353,7 +353,7 @@ public virtual async Task<NullableResponse<SharedGalleryImageVersionResource>> G /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryImageVersionResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryImageVersionResource.cs index a761026e61959..201606a569dae 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryImageVersionResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryImageVersionResource.cs @@ -104,7 +104,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -145,7 +145,7 @@ public virtual async Task<Response<SharedGalleryImageVersionResource>> GetAsync( /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryResource.cs index be99ee6e58f55..efc8271b88521 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SharedGalleryResource.cs @@ -110,7 +110,7 @@ public virtual SharedGalleryImageCollection GetSharedGalleryImages() /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -141,7 +141,7 @@ public virtual async Task<Response<SharedGalleryImageResource>> GetSharedGallery /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -172,7 +172,7 @@ public virtual Response<SharedGalleryImageResource> GetSharedGalleryImage(string /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> @@ -213,7 +213,7 @@ public virtual async Task<Response<SharedGalleryResource>> GetAsync(Cancellation /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2022-08-03</description> + /// <description>2023-07-03</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SnapshotCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SnapshotCollection.cs index fecb038a79a4e..abf1b721a3310 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SnapshotCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SnapshotCollection.cs @@ -67,7 +67,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -116,7 +116,7 @@ public virtual async Task<ArmOperation<SnapshotResource>> CreateOrUpdateAsync(Wa /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -165,7 +165,7 @@ public virtual ArmOperation<SnapshotResource> CreateOrUpdate(WaitUntil waitUntil /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -210,7 +210,7 @@ public virtual async Task<Response<SnapshotResource>> GetAsync(string snapshotNa /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -255,7 +255,7 @@ public virtual Response<SnapshotResource> Get(string snapshotName, CancellationT /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -285,7 +285,7 @@ public virtual AsyncPageable<SnapshotResource> GetAllAsync(CancellationToken can /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -315,7 +315,7 @@ public virtual Pageable<SnapshotResource> GetAll(CancellationToken cancellationT /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -358,7 +358,7 @@ public virtual async Task<Response<bool>> ExistsAsync(string snapshotName, Cance /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -401,7 +401,7 @@ public virtual Response<bool> Exists(string snapshotName, CancellationToken canc /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -446,7 +446,7 @@ public virtual async Task<NullableResponse<SnapshotResource>> GetIfExistsAsync(s /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SnapshotResource.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SnapshotResource.cs index b3fe47c8ce5eb..3001d46132e3b 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SnapshotResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SnapshotResource.cs @@ -105,7 +105,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -145,7 +145,7 @@ public virtual async Task<Response<SnapshotResource>> GetAsync(CancellationToken /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -185,7 +185,7 @@ public virtual Response<SnapshotResource> Get(CancellationToken cancellationToke /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -227,7 +227,7 @@ public virtual async Task<ArmOperation> DeleteAsync(WaitUntil waitUntil, Cancell /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -269,7 +269,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -315,7 +315,7 @@ public virtual async Task<ArmOperation<SnapshotResource>> UpdateAsync(WaitUntil /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -361,7 +361,7 @@ public virtual ArmOperation<SnapshotResource> Update(WaitUntil waitUntil, Snapsh /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -407,7 +407,7 @@ public virtual async Task<ArmOperation<AccessUri>> GrantAccessAsync(WaitUntil wa /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -453,7 +453,7 @@ public virtual ArmOperation<AccessUri> GrantAccess(WaitUntil waitUntil, GrantAcc /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -495,7 +495,7 @@ public virtual async Task<ArmOperation> RevokeAccessAsync(WaitUntil waitUntil, C /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -537,7 +537,7 @@ public virtual ArmOperation RevokeAccess(WaitUntil waitUntil, CancellationToken /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -599,7 +599,7 @@ public virtual async Task<Response<SnapshotResource>> AddTagAsync(string key, st /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -661,7 +661,7 @@ public virtual Response<SnapshotResource> AddTag(string key, string value, Cance /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -718,7 +718,7 @@ public virtual async Task<Response<SnapshotResource>> SetTagsAsync(IDictionary<s /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -775,7 +775,7 @@ public virtual Response<SnapshotResource> SetTags(IDictionary<string, string> ta /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> @@ -835,7 +835,7 @@ public virtual async Task<Response<SnapshotResource>> RemoveTagAsync(string key, /// </item> /// <item> /// <term>Default Api Version</term> - /// <description>2023-04-02</description> + /// <description>2023-10-02</description> /// </item> /// <item> /// <term>Resource</term> diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/autorest.md b/sdk/compute/Azure.ResourceManager.Compute/src/autorest.md index 3769808690b06..1bdf7edecc219 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/autorest.md +++ b/sdk/compute/Azure.ResourceManager.Compute/src/autorest.md @@ -10,7 +10,7 @@ Run `dotnet build /t:GenerateCode` to generate code. azure-arm: true library-name: Compute namespace: Azure.ResourceManager.Compute -require: https://github.com/Azure/azure-rest-api-specs/blob/d6665aaea57eb608c4142d729d747d75c77e3c14/specification/compute/resource-manager/readme.md +require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/compute/resource-manager/readme.md output-folder: $(this-folder)/Generated clear-output-folder: true sample-gen: