diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/CHANGELOG.md b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/CHANGELOG.md index 78a8d111dfa5..4c970d57e204 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/CHANGELOG.md +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/CHANGELOG.md @@ -1,6 +1,20 @@ # Release History -## 1.3.0-beta.1 (Unreleased) +## 1.4.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + +## 1.3.0 (2025-10-21) + +- Upgraded api-version tag from 'package-2025-07-01-preview' to 'package-2025-09-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/ccd751d5bf9d1457426de7fe6d857a4cfe890cd5/specification/networkcloud/resource-manager/readme.md + +## 1.3.0-beta.1 (2025-09-21) - Upgraded api-version tag from 'package-2025-02-01' to 'package-2025-07-01-preview'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/a83122b78a412ed2733042cb468a98484d99ecc2/specification/networkcloud/resource-manager/readme.md diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/api/Azure.ResourceManager.NetworkCloud.net8.0.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/api/Azure.ResourceManager.NetworkCloud.net8.0.cs index 1537de9f5872..36d81f3cf47a 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/api/Azure.ResourceManager.NetworkCloud.net8.0.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/api/Azure.ResourceManager.NetworkCloud.net8.0.cs @@ -3163,6 +3163,7 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer public CommandOutputType(string value) { throw null; } public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType BareMetalMachineRunCommand { get { throw null; } } public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType BareMetalMachineRunDataExtracts { get { throw null; } } + public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType BareMetalMachineRunDataExtractsRestricted { get { throw null; } } public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType BareMetalMachineRunReadCommands { get { throw null; } } public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType StorageRunReadCommands { get { throw null; } } public bool Equals(Azure.ResourceManager.NetworkCloud.Models.CommandOutputType other) { throw null; } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/api/Azure.ResourceManager.NetworkCloud.netstandard2.0.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/api/Azure.ResourceManager.NetworkCloud.netstandard2.0.cs index 1537de9f5872..36d81f3cf47a 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/api/Azure.ResourceManager.NetworkCloud.netstandard2.0.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/api/Azure.ResourceManager.NetworkCloud.netstandard2.0.cs @@ -3163,6 +3163,7 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer public CommandOutputType(string value) { throw null; } public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType BareMetalMachineRunCommand { get { throw null; } } public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType BareMetalMachineRunDataExtracts { get { throw null; } } + public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType BareMetalMachineRunDataExtractsRestricted { get { throw null; } } public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType BareMetalMachineRunReadCommands { get { throw null; } } public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType StorageRunReadCommands { get { throw null; } } public bool Equals(Azure.ResourceManager.NetworkCloud.Models.CommandOutputType other) { throw null; } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/assets.json b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/assets.json index d06a49ab7bc5..167efad2e033 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/assets.json +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/assets.json @@ -2,5 +2,5 @@ "AssetsRepo": "Azure/azure-sdk-assets", "AssetsRepoPrefixPath": "net", "TagPrefix": "net/networkcloud/Azure.ResourceManager.NetworkCloud", - "Tag": "net/networkcloud/Azure.ResourceManager.NetworkCloud_3b65ec4257" + "Tag": "net/networkcloud/Azure.ResourceManager.NetworkCloud_bb64e3a105" } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Azure.ResourceManager.NetworkCloud.csproj b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Azure.ResourceManager.NetworkCloud.csproj index be5003cee4b8..914d3587cd4e 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Azure.ResourceManager.NetworkCloud.csproj +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Azure.ResourceManager.NetworkCloud.csproj @@ -1,6 +1,6 @@ - 1.3.0-beta.1 + 1.3.0 1.2.0 Azure.ResourceManager.NetworkCloud diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/ArmNetworkCloudModelFactory.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/ArmNetworkCloudModelFactory.cs index 9d6bf0686186..132adb2fd791 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/ArmNetworkCloudModelFactory.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/ArmNetworkCloudModelFactory.cs @@ -423,15 +423,12 @@ public static ClusterAvailableVersion ClusterAvailableVersion(string supportExpi /// The customer-provided location information to identify where the cluster resides. /// The latest connectivity status between cluster manager and the cluster. /// The resource ID of the cluster manager that manages this cluster. This is set by the Cluster Manager when the cluster is created. - /// Deprecated: Use managed identity to provide cluster privileges. The service principal to be used by the cluster during Arc Appliance installation. + /// Field Deprecated: Use managed identity to provide cluster privileges. The service principal to be used by the cluster during Arc Appliance installation. /// The type of rack configuration for the cluster. /// The current runtime version of the cluster. /// The settings for commands run in this cluster, such as bare metal machine run read only commands and data extracts. /// The validation threshold indicating the allowable failures of compute machines during environment validation and deployment. - /// - /// The list of rack definitions for the compute racks in a multi-rack - /// cluster, or an empty list in a single-rack cluster. - /// + /// The list of rack definitions for the compute racks in a multi-rack cluster, or an empty list in a single-rack cluster. /// The current detailed status of the cluster. /// The descriptive message about the detailed status. /// Field Deprecated. This field will not be populated in an upcoming version. The extended location (custom location) that represents the Hybrid AKS control plane location. This extended location is used when creating provisioned clusters (Hybrid AKS clusters). @@ -505,10 +502,7 @@ public static NetworkCloudClusterData NetworkCloudClusterData(ResourceIdentifier /// The MAC address of the BMC for this machine. /// The MAC address associated with the PXE NIC card. /// The free-form additional information about the machine, e.g. an asset tag. - /// - /// The user-provided name for the bare metal machine created from this specification. - /// If not provided, the machine name will be generated programmatically. - /// + /// The user-provided name for the bare metal machine created from this specification. If not provided, the machine name will be generated programmatically. /// The slot the physical machine is in the rack based on the BOM configuration. /// The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag. /// A new instance for mocking. @@ -705,46 +699,13 @@ public static KubernetesClusterNode KubernetesClusterNode(ResourceIdentifier age } /// Initializes a new instance of . - /// - /// The resource ID of the associated network attached to the virtual machine. - /// It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources. - /// - /// - /// The indicator of whether this is the default gateway. - /// Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True. - /// - /// - /// The IP allocation mechanism for the virtual machine. - /// Dynamic and Static are only valid for l3Network which may also specify Disabled. - /// Otherwise, Disabled is the only permitted value. - /// - /// - /// The IPv4 address of the virtual machine. - /// - /// This field is used only if the attached network has IPAllocationType of IPV4 or DualStack. - /// - /// If IPAllocationMethod is: - /// Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network. - /// Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network. - /// Disabled - this field will be empty. - /// - /// - /// The IPv6 address of the virtual machine. - /// - /// This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. - /// - /// If IPAllocationMethod is: - /// Static - this field must contain an IPv6 address range from within the range specified in the attached network. - /// Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. - /// Disabled - this field will be empty. - /// + /// The resource ID of the associated network attached to the virtual machine. It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources. + /// The indicator of whether this is the default gateway. Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True. + /// The IP allocation mechanism for the virtual machine. Dynamic and Static are only valid for l3Network which may also specify Disabled. Otherwise, Disabled is the only permitted value. + /// The IPv4 address of the virtual machine. This field is used only if the attached network has IPAllocationType of IPV4 or DualStack. If IPAllocationMethod is: Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network. Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network. Disabled - this field will be empty. + /// The IPv6 address of the virtual machine. This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. If IPAllocationMethod is: Static - this field must contain an IPv6 address range from within the range specified in the attached network. Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. Disabled - this field will be empty. /// The MAC address of the interface for the virtual machine that corresponds to this network attachment. - /// - /// The associated network's interface name. - /// If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. - /// If the user doesn’t specify this value, the default interface name of the network resource will be used. - /// For a CloudServicesNetwork resource, this name will be ignored. - /// + /// The associated network's interface name. If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. If the user doesn’t specify this value, the default interface name of the network resource will be used. For a CloudServicesNetwork resource, this name will be ignored. /// A new instance for mocking. public static NetworkAttachment NetworkAttachment(ResourceIdentifier attachedNetworkArmId = null, DefaultGateway? defaultGateway = null, VirtualMachineIPAllocationMethod ipAllocationMethod = default, string ipv4Address = null, string ipv6Address = null, string macAddress = null, string networkAttachmentName = null) { @@ -826,14 +787,8 @@ public static NetworkCloudL2NetworkData NetworkCloudL2NetworkData(ResourceIdenti /// Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS. /// The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine. /// The type of the IP address allocation, defaulted to "DualStack". - /// - /// The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type - /// is IPV4 or DualStack. - /// - /// - /// The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type - /// is IPV6 or DualStack. - /// + /// The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV4 or DualStack. + /// The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV6 or DualStack. /// The resource ID of the Network Fabric l3IsolationDomain. /// The provisioning state of the L3 network. /// Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this L3 network. @@ -1170,14 +1125,14 @@ public static NetworkCloudTrunkedNetworkData NetworkCloudTrunkedNetworkData(Reso /// Field Deprecated, the value will be ignored if provided. The indicator of whether one of the specified CPU cores is isolated to run the emulator thread for this virtual machine. /// The memory size of the virtual machine. Allocations are measured in gibibytes. /// The list of network attachments to the virtual machine. - /// Deprecated: The Base64 encoded cloud-init network data. The networkDataContent property will be used in preference to this property. + /// Field Deprecated: The Base64 encoded cloud-init network data. The networkDataContent property will be used in preference to this property. /// The Base64 encoded cloud-init network data. /// The scheduling hints for the virtual machine. /// The power state of the virtual machine. /// The provisioning state of the virtual machine. /// The list of ssh public keys. Each key will be added to the virtual machine using the cloud-init ssh_authorized_keys mechanism for the adminUsername. /// The storage profile that specifies size and other parameters about the disks related to the virtual machine. - /// Deprecated: The Base64 encoded cloud-init user data. The userDataContent property will be used in preference to this property. + /// Field Deprecated: The Base64 encoded cloud-init user data. The userDataContent property will be used in preference to this property. /// The Base64 encoded cloud-init user data. /// Field Deprecated, use virtualizationModel instead. The type of the virtio interface. /// The type of the device model to use. @@ -1314,10 +1269,7 @@ public static NetworkCloudOperationStatusResult NetworkCloudOperationStatusResul /// Initializes a new instance of . /// The list of string arguments that will be passed to the script in order as separate arguments. - /// - /// The maximum time the script is allowed to run. - /// If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). - /// + /// The maximum time the script is allowed to run. If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). /// The base64 encoded script to execute on the bare metal machine. /// A new instance for mocking. public static BareMetalMachineRunCommandContent BareMetalMachineRunCommandContent(IEnumerable arguments = null, long limitTimeSeconds = default, string script = null) diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Extensions/MockableNetworkCloudResourceGroupResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Extensions/MockableNetworkCloudResourceGroupResource.cs index 1b8069e20154..e24e4f5906d3 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Extensions/MockableNetworkCloudResourceGroupResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Extensions/MockableNetworkCloudResourceGroupResource.cs @@ -53,7 +53,7 @@ public virtual NetworkCloudBareMetalMachineCollection GetNetworkCloudBareMetalMa /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -84,7 +84,7 @@ public virtual async Task> GetNet /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -122,7 +122,7 @@ public virtual NetworkCloudCloudServicesNetworkCollection GetNetworkCloudCloudSe /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -153,7 +153,7 @@ public virtual async Task> Ge /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -191,7 +191,7 @@ public virtual NetworkCloudClusterManagerCollection GetNetworkCloudClusterManage /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -222,7 +222,7 @@ public virtual async Task> GetNetwo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -260,7 +260,7 @@ public virtual NetworkCloudClusterCollection GetNetworkCloudClusters() /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -291,7 +291,7 @@ public virtual async Task> GetNetworkCloud /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -329,7 +329,7 @@ public virtual NetworkCloudKubernetesClusterCollection GetNetworkCloudKubernetes /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -360,7 +360,7 @@ public virtual async Task> GetNe /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -398,7 +398,7 @@ public virtual NetworkCloudL2NetworkCollection GetNetworkCloudL2Networks() /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -429,7 +429,7 @@ public virtual async Task> GetNetworkClo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -467,7 +467,7 @@ public virtual NetworkCloudL3NetworkCollection GetNetworkCloudL3Networks() /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -498,7 +498,7 @@ public virtual async Task> GetNetworkClo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -536,7 +536,7 @@ public virtual NetworkCloudRackCollection GetNetworkCloudRacks() /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -567,7 +567,7 @@ public virtual async Task> GetNetworkCloudRac /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -605,7 +605,7 @@ public virtual NetworkCloudStorageApplianceCollection GetNetworkCloudStorageAppl /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -636,7 +636,7 @@ public virtual async Task> GetNet /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -674,7 +674,7 @@ public virtual NetworkCloudTrunkedNetworkCollection GetNetworkCloudTrunkedNetwor /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -705,7 +705,7 @@ public virtual async Task> GetNetwo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -743,7 +743,7 @@ public virtual NetworkCloudVirtualMachineCollection GetNetworkCloudVirtualMachin /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -774,7 +774,7 @@ public virtual async Task> GetNetwo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -812,7 +812,7 @@ public virtual NetworkCloudVolumeCollection GetNetworkCloudVolumes() /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -843,7 +843,7 @@ public virtual async Task> GetNetworkCloudV /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Extensions/MockableNetworkCloudSubscriptionResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Extensions/MockableNetworkCloudSubscriptionResource.cs index 5f167d3a445d..1f876140b89a 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Extensions/MockableNetworkCloudSubscriptionResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Extensions/MockableNetworkCloudSubscriptionResource.cs @@ -105,7 +105,7 @@ public virtual NetworkCloudRackSkuCollection GetNetworkCloudRackSkus() /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -136,7 +136,7 @@ public virtual async Task> GetNetworkCloud /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -167,7 +167,7 @@ public virtual Response GetNetworkCloudRackSku(stri /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -199,7 +199,7 @@ public virtual AsyncPageable GetNetworkClo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -231,7 +231,7 @@ public virtual Pageable GetNetworkCloudBar /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -263,7 +263,7 @@ public virtual AsyncPageable GetNetwor /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -295,7 +295,7 @@ public virtual Pageable GetNetworkClou /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -327,7 +327,7 @@ public virtual AsyncPageable GetNetworkCloud /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -359,7 +359,7 @@ public virtual Pageable GetNetworkCloudClust /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -391,7 +391,7 @@ public virtual AsyncPageable GetNetworkCloudCluster /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -423,7 +423,7 @@ public virtual Pageable GetNetworkCloudClusters(int /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -455,7 +455,7 @@ public virtual AsyncPageable GetNetworkCl /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -487,7 +487,7 @@ public virtual Pageable GetNetworkCloudKu /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -519,7 +519,7 @@ public virtual AsyncPageable GetNetworkCloudL2Net /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -551,7 +551,7 @@ public virtual Pageable GetNetworkCloudL2Networks /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -583,7 +583,7 @@ public virtual AsyncPageable GetNetworkCloudL3Net /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -615,7 +615,7 @@ public virtual Pageable GetNetworkCloudL3Networks /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -647,7 +647,7 @@ public virtual AsyncPageable GetNetworkCloudRacksAsync /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -679,7 +679,7 @@ public virtual Pageable GetNetworkCloudRacks(int? top /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -711,7 +711,7 @@ public virtual AsyncPageable GetNetworkClo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -743,7 +743,7 @@ public virtual Pageable GetNetworkCloudSto /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -775,7 +775,7 @@ public virtual AsyncPageable GetNetworkCloud /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -807,7 +807,7 @@ public virtual Pageable GetNetworkCloudTrunk /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -839,7 +839,7 @@ public virtual AsyncPageable GetNetworkCloud /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -871,7 +871,7 @@ public virtual Pageable GetNetworkCloudVirtu /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -903,7 +903,7 @@ public virtual AsyncPageable GetNetworkCloudVolumesA /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Extensions/NetworkCloudExtensions.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Extensions/NetworkCloudExtensions.cs index 601f0c460e78..130aedb61c0d 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Extensions/NetworkCloudExtensions.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Extensions/NetworkCloudExtensions.cs @@ -423,7 +423,7 @@ public static NetworkCloudBareMetalMachineCollection GetNetworkCloudBareMetalMac /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -461,7 +461,7 @@ public static async Task> GetNetw /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -516,7 +516,7 @@ public static NetworkCloudCloudServicesNetworkCollection GetNetworkCloudCloudSer /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -554,7 +554,7 @@ public static async Task> Get /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -609,7 +609,7 @@ public static NetworkCloudClusterManagerCollection GetNetworkCloudClusterManager /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -647,7 +647,7 @@ public static async Task> GetNetwor /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -702,7 +702,7 @@ public static NetworkCloudClusterCollection GetNetworkCloudClusters(this Resourc /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -740,7 +740,7 @@ public static async Task> GetNetworkCloudC /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -795,7 +795,7 @@ public static NetworkCloudKubernetesClusterCollection GetNetworkCloudKubernetesC /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -833,7 +833,7 @@ public static async Task> GetNet /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -888,7 +888,7 @@ public static NetworkCloudL2NetworkCollection GetNetworkCloudL2Networks(this Res /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -926,7 +926,7 @@ public static async Task> GetNetworkClou /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -981,7 +981,7 @@ public static NetworkCloudL3NetworkCollection GetNetworkCloudL3Networks(this Res /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1019,7 +1019,7 @@ public static async Task> GetNetworkClou /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1074,7 +1074,7 @@ public static NetworkCloudRackCollection GetNetworkCloudRacks(this ResourceGroup /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1112,7 +1112,7 @@ public static async Task> GetNetworkCloudRack /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1167,7 +1167,7 @@ public static NetworkCloudStorageApplianceCollection GetNetworkCloudStorageAppli /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1205,7 +1205,7 @@ public static async Task> GetNetw /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1260,7 +1260,7 @@ public static NetworkCloudTrunkedNetworkCollection GetNetworkCloudTrunkedNetwork /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1298,7 +1298,7 @@ public static async Task> GetNetwor /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1353,7 +1353,7 @@ public static NetworkCloudVirtualMachineCollection GetNetworkCloudVirtualMachine /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1391,7 +1391,7 @@ public static async Task> GetNetwor /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1446,7 +1446,7 @@ public static NetworkCloudVolumeCollection GetNetworkCloudVolumes(this ResourceG /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1484,7 +1484,7 @@ public static async Task> GetNetworkCloudVo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1539,7 +1539,7 @@ public static NetworkCloudRackSkuCollection GetNetworkCloudRackSkus(this Subscri /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1577,7 +1577,7 @@ public static async Task> GetNetworkCloudR /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1615,7 +1615,7 @@ public static Response GetNetworkCloudRackSku(this /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1653,7 +1653,7 @@ public static AsyncPageable GetNetworkClou /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1691,7 +1691,7 @@ public static Pageable GetNetworkCloudBare /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1729,7 +1729,7 @@ public static AsyncPageable GetNetwork /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1767,7 +1767,7 @@ public static Pageable GetNetworkCloud /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1805,7 +1805,7 @@ public static AsyncPageable GetNetworkCloudC /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1843,7 +1843,7 @@ public static Pageable GetNetworkCloudCluste /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1881,7 +1881,7 @@ public static AsyncPageable GetNetworkCloudClusters /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1919,7 +1919,7 @@ public static Pageable GetNetworkCloudClusters(this /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1957,7 +1957,7 @@ public static AsyncPageable GetNetworkClo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1995,7 +1995,7 @@ public static Pageable GetNetworkCloudKub /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -2033,7 +2033,7 @@ public static AsyncPageable GetNetworkCloudL2Netw /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -2071,7 +2071,7 @@ public static Pageable GetNetworkCloudL2Networks( /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -2109,7 +2109,7 @@ public static AsyncPageable GetNetworkCloudL3Netw /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -2147,7 +2147,7 @@ public static Pageable GetNetworkCloudL3Networks( /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -2185,7 +2185,7 @@ public static AsyncPageable GetNetworkCloudRacksAsync( /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -2223,7 +2223,7 @@ public static Pageable GetNetworkCloudRacks(this Subsc /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -2261,7 +2261,7 @@ public static AsyncPageable GetNetworkClou /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -2299,7 +2299,7 @@ public static Pageable GetNetworkCloudStor /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -2337,7 +2337,7 @@ public static AsyncPageable GetNetworkCloudT /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -2375,7 +2375,7 @@ public static Pageable GetNetworkCloudTrunke /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -2413,7 +2413,7 @@ public static AsyncPageable GetNetworkCloudV /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -2451,7 +2451,7 @@ public static Pageable GetNetworkCloudVirtua /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -2489,7 +2489,7 @@ public static AsyncPageable GetNetworkCloudVolumesAs /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/BareMetalMachineConfiguration.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/BareMetalMachineConfiguration.cs index 91c32b1f8fad..0c2ac6459cd6 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/BareMetalMachineConfiguration.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/BareMetalMachineConfiguration.cs @@ -72,10 +72,7 @@ public BareMetalMachineConfiguration(AdministrativeCredentials bmcCredentials, s /// The MAC address of the BMC for this machine. /// The MAC address associated with the PXE NIC card. /// The free-form additional information about the machine, e.g. an asset tag. - /// - /// The user-provided name for the bare metal machine created from this specification. - /// If not provided, the machine name will be generated programmatically. - /// + /// The user-provided name for the bare metal machine created from this specification. If not provided, the machine name will be generated programmatically. /// The slot the physical machine is in the rack based on the BOM configuration. /// The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag. /// Keeps track of any properties unknown to the library. @@ -107,10 +104,7 @@ internal BareMetalMachineConfiguration() public string BootMacAddress { get; set; } /// The free-form additional information about the machine, e.g. an asset tag. public string MachineDetails { get; set; } - /// - /// The user-provided name for the bare metal machine created from this specification. - /// If not provided, the machine name will be generated programmatically. - /// + /// The user-provided name for the bare metal machine created from this specification. If not provided, the machine name will be generated programmatically. public string MachineName { get; set; } /// The slot the physical machine is in the rack based on the BOM configuration. public long RackSlot { get; set; } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/BareMetalMachineRunCommandContent.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/BareMetalMachineRunCommandContent.cs index 692a32c40fe0..8a3db7d03325 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/BareMetalMachineRunCommandContent.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/BareMetalMachineRunCommandContent.cs @@ -46,10 +46,7 @@ public partial class BareMetalMachineRunCommandContent private IDictionary _serializedAdditionalRawData; /// Initializes a new instance of . - /// - /// The maximum time the script is allowed to run. - /// If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). - /// + /// The maximum time the script is allowed to run. If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). /// The base64 encoded script to execute on the bare metal machine. /// is null. public BareMetalMachineRunCommandContent(long limitTimeSeconds, string script) @@ -63,10 +60,7 @@ public BareMetalMachineRunCommandContent(long limitTimeSeconds, string script) /// Initializes a new instance of . /// The list of string arguments that will be passed to the script in order as separate arguments. - /// - /// The maximum time the script is allowed to run. - /// If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). - /// + /// The maximum time the script is allowed to run. If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). /// The base64 encoded script to execute on the bare metal machine. /// Keeps track of any properties unknown to the library. internal BareMetalMachineRunCommandContent(IList arguments, long limitTimeSeconds, string script, IDictionary serializedAdditionalRawData) @@ -84,10 +78,7 @@ internal BareMetalMachineRunCommandContent() /// The list of string arguments that will be passed to the script in order as separate arguments. public IList Arguments { get; } - /// - /// The maximum time the script is allowed to run. - /// If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). - /// + /// The maximum time the script is allowed to run. If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). public long LimitTimeSeconds { get; } /// The base64 encoded script to execute on the bare metal machine. public string Script { get; } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/BareMetalMachineRunDataExtractsParameters.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/BareMetalMachineRunDataExtractsParameters.cs index fdde1610a6e5..bb3afde2e11d 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/BareMetalMachineRunDataExtractsParameters.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/BareMetalMachineRunDataExtractsParameters.cs @@ -48,10 +48,7 @@ public partial class BareMetalMachineRunDataExtractsParameters /// Initializes a new instance of . /// The list of curated data extraction commands to be executed directly against the target machine. - /// - /// The maximum time the commands are allowed to run. - /// If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). - /// + /// The maximum time the commands are allowed to run. If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). /// is null. public BareMetalMachineRunDataExtractsParameters(IEnumerable commands, long limitTimeSeconds) { @@ -63,10 +60,7 @@ public BareMetalMachineRunDataExtractsParameters(IEnumerable Initializes a new instance of . /// The list of curated data extraction commands to be executed directly against the target machine. - /// - /// The maximum time the commands are allowed to run. - /// If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). - /// + /// The maximum time the commands are allowed to run. If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). /// Keeps track of any properties unknown to the library. internal BareMetalMachineRunDataExtractsParameters(IList commands, long limitTimeSeconds, IDictionary serializedAdditionalRawData) { @@ -82,10 +76,7 @@ internal BareMetalMachineRunDataExtractsParameters() /// The list of curated data extraction commands to be executed directly against the target machine. public IList Commands { get; } - /// - /// The maximum time the commands are allowed to run. - /// If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). - /// + /// The maximum time the commands are allowed to run. If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). public long LimitTimeSeconds { get; } } } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/BareMetalMachineRunReadCommandsContent.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/BareMetalMachineRunReadCommandsContent.cs index ebc6056a7d7c..9b8fbe1b278f 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/BareMetalMachineRunReadCommandsContent.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/BareMetalMachineRunReadCommandsContent.cs @@ -48,10 +48,7 @@ public partial class BareMetalMachineRunReadCommandsContent /// Initializes a new instance of . /// The list of read-only commands to be executed directly against the target machine. - /// - /// The maximum time the commands are allowed to run. - /// If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). - /// + /// The maximum time the commands are allowed to run. If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). /// is null. public BareMetalMachineRunReadCommandsContent(IEnumerable commands, long limitTimeSeconds) { @@ -63,10 +60,7 @@ public BareMetalMachineRunReadCommandsContent(IEnumerable Initializes a new instance of . /// The list of read-only commands to be executed directly against the target machine. - /// - /// The maximum time the commands are allowed to run. - /// If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). - /// + /// The maximum time the commands are allowed to run. If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). /// Keeps track of any properties unknown to the library. internal BareMetalMachineRunReadCommandsContent(IList commands, long limitTimeSeconds, IDictionary serializedAdditionalRawData) { @@ -82,10 +76,7 @@ internal BareMetalMachineRunReadCommandsContent() /// The list of read-only commands to be executed directly against the target machine. public IList Commands { get; } - /// - /// The maximum time the commands are allowed to run. - /// If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). - /// + /// The maximum time the commands are allowed to run. If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). public long LimitTimeSeconds { get; } } } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/ClusterUpdateStrategy.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/ClusterUpdateStrategy.cs index 1fc2b06748a3..f9147780b3fc 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/ClusterUpdateStrategy.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/ClusterUpdateStrategy.cs @@ -57,10 +57,7 @@ public ClusterUpdateStrategy(ClusterUpdateStrategyType strategyType, ValidationT } /// Initializes a new instance of . - /// - /// The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack. - /// Limited by the maximum number of machines in the increment. Defaults to the whole increment size. - /// + /// The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack. Limited by the maximum number of machines in the increment. Defaults to the whole increment size. /// The mode of operation for runtime protection. /// Selection of how the threshold should be evaluated. /// The numeric threshold value. @@ -81,10 +78,7 @@ internal ClusterUpdateStrategy() { } - /// - /// The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack. - /// Limited by the maximum number of machines in the increment. Defaults to the whole increment size. - /// + /// The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack. Limited by the maximum number of machines in the increment. Defaults to the whole increment size. public long? MaxUnavailable { get; set; } /// The mode of operation for runtime protection. public ClusterUpdateStrategyType StrategyType { get; set; } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/CommandOutputType.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/CommandOutputType.cs index d5df67d9c187..028a15f6409d 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/CommandOutputType.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/CommandOutputType.cs @@ -26,6 +26,7 @@ public CommandOutputType(string value) private const string BareMetalMachineRunDataExtractsValue = "BareMetalMachineRunDataExtracts"; private const string BareMetalMachineRunReadCommandsValue = "BareMetalMachineRunReadCommands"; private const string StorageRunReadCommandsValue = "StorageRunReadCommands"; + private const string BareMetalMachineRunDataExtractsRestrictedValue = "BareMetalMachineRunDataExtractsRestricted"; /// BareMetalMachineRunCommand. public static CommandOutputType BareMetalMachineRunCommand { get; } = new CommandOutputType(BareMetalMachineRunCommandValue); @@ -35,6 +36,8 @@ public CommandOutputType(string value) public static CommandOutputType BareMetalMachineRunReadCommands { get; } = new CommandOutputType(BareMetalMachineRunReadCommandsValue); /// StorageRunReadCommands. public static CommandOutputType StorageRunReadCommands { get; } = new CommandOutputType(StorageRunReadCommandsValue); + /// BareMetalMachineRunDataExtractsRestricted. + public static CommandOutputType BareMetalMachineRunDataExtractsRestricted { get; } = new CommandOutputType(BareMetalMachineRunDataExtractsRestrictedValue); /// Determines if two values are the same. public static bool operator ==(CommandOutputType left, CommandOutputType right) => left.Equals(right); /// Determines if two values are not the same. diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/DefaultGateway.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/DefaultGateway.cs index b5e77033f6bb..d82b7fd03bf0 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/DefaultGateway.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/DefaultGateway.cs @@ -10,10 +10,7 @@ namespace Azure.ResourceManager.NetworkCloud.Models { - /// - /// The indicator of whether this is the default gateway. - /// Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True. - /// + /// The indicator of whether this is the default gateway. Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True. public readonly partial struct DefaultGateway : IEquatable { private readonly string _value; diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/NetworkAttachment.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/NetworkAttachment.cs index 734fe82c5121..7005a89475b1 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/NetworkAttachment.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/NetworkAttachment.cs @@ -47,15 +47,8 @@ public partial class NetworkAttachment private IDictionary _serializedAdditionalRawData; /// Initializes a new instance of . - /// - /// The resource ID of the associated network attached to the virtual machine. - /// It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources. - /// - /// - /// The IP allocation mechanism for the virtual machine. - /// Dynamic and Static are only valid for l3Network which may also specify Disabled. - /// Otherwise, Disabled is the only permitted value. - /// + /// The resource ID of the associated network attached to the virtual machine. It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources. + /// The IP allocation mechanism for the virtual machine. Dynamic and Static are only valid for l3Network which may also specify Disabled. Otherwise, Disabled is the only permitted value. /// is null. public NetworkAttachment(ResourceIdentifier attachedNetworkArmId, VirtualMachineIPAllocationMethod ipAllocationMethod) { @@ -66,46 +59,13 @@ public NetworkAttachment(ResourceIdentifier attachedNetworkArmId, VirtualMachine } /// Initializes a new instance of . - /// - /// The resource ID of the associated network attached to the virtual machine. - /// It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources. - /// - /// - /// The indicator of whether this is the default gateway. - /// Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True. - /// - /// - /// The IP allocation mechanism for the virtual machine. - /// Dynamic and Static are only valid for l3Network which may also specify Disabled. - /// Otherwise, Disabled is the only permitted value. - /// - /// - /// The IPv4 address of the virtual machine. - /// - /// This field is used only if the attached network has IPAllocationType of IPV4 or DualStack. - /// - /// If IPAllocationMethod is: - /// Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network. - /// Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network. - /// Disabled - this field will be empty. - /// - /// - /// The IPv6 address of the virtual machine. - /// - /// This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. - /// - /// If IPAllocationMethod is: - /// Static - this field must contain an IPv6 address range from within the range specified in the attached network. - /// Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. - /// Disabled - this field will be empty. - /// + /// The resource ID of the associated network attached to the virtual machine. It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources. + /// The indicator of whether this is the default gateway. Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True. + /// The IP allocation mechanism for the virtual machine. Dynamic and Static are only valid for l3Network which may also specify Disabled. Otherwise, Disabled is the only permitted value. + /// The IPv4 address of the virtual machine. This field is used only if the attached network has IPAllocationType of IPV4 or DualStack. If IPAllocationMethod is: Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network. Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network. Disabled - this field will be empty. + /// The IPv6 address of the virtual machine. This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. If IPAllocationMethod is: Static - this field must contain an IPv6 address range from within the range specified in the attached network. Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. Disabled - this field will be empty. /// The MAC address of the interface for the virtual machine that corresponds to this network attachment. - /// - /// The associated network's interface name. - /// If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. - /// If the user doesn’t specify this value, the default interface name of the network resource will be used. - /// For a CloudServicesNetwork resource, this name will be ignored. - /// + /// The associated network's interface name. If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. If the user doesn’t specify this value, the default interface name of the network resource will be used. For a CloudServicesNetwork resource, this name will be ignored. /// Keeps track of any properties unknown to the library. internal NetworkAttachment(ResourceIdentifier attachedNetworkArmId, DefaultGateway? defaultGateway, VirtualMachineIPAllocationMethod ipAllocationMethod, string ipv4Address, string ipv6Address, string macAddress, string networkAttachmentName, IDictionary serializedAdditionalRawData) { @@ -124,52 +84,19 @@ internal NetworkAttachment() { } - /// - /// The resource ID of the associated network attached to the virtual machine. - /// It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources. - /// + /// The resource ID of the associated network attached to the virtual machine. It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources. public ResourceIdentifier AttachedNetworkArmId { get; set; } - /// - /// The indicator of whether this is the default gateway. - /// Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True. - /// + /// The indicator of whether this is the default gateway. Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True. public DefaultGateway? DefaultGateway { get; set; } - /// - /// The IP allocation mechanism for the virtual machine. - /// Dynamic and Static are only valid for l3Network which may also specify Disabled. - /// Otherwise, Disabled is the only permitted value. - /// + /// The IP allocation mechanism for the virtual machine. Dynamic and Static are only valid for l3Network which may also specify Disabled. Otherwise, Disabled is the only permitted value. public VirtualMachineIPAllocationMethod IPAllocationMethod { get; set; } - /// - /// The IPv4 address of the virtual machine. - /// - /// This field is used only if the attached network has IPAllocationType of IPV4 or DualStack. - /// - /// If IPAllocationMethod is: - /// Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network. - /// Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network. - /// Disabled - this field will be empty. - /// + /// The IPv4 address of the virtual machine. This field is used only if the attached network has IPAllocationType of IPV4 or DualStack. If IPAllocationMethod is: Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network. Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network. Disabled - this field will be empty. public string IPv4Address { get; set; } - /// - /// The IPv6 address of the virtual machine. - /// - /// This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. - /// - /// If IPAllocationMethod is: - /// Static - this field must contain an IPv6 address range from within the range specified in the attached network. - /// Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. - /// Disabled - this field will be empty. - /// + /// The IPv6 address of the virtual machine. This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. If IPAllocationMethod is: Static - this field must contain an IPv6 address range from within the range specified in the attached network. Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. Disabled - this field will be empty. public string IPv6Address { get; set; } /// The MAC address of the interface for the virtual machine that corresponds to this network attachment. public string MacAddress { get; } - /// - /// The associated network's interface name. - /// If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. - /// If the user doesn’t specify this value, the default interface name of the network resource will be used. - /// For a CloudServicesNetwork resource, this name will be ignored. - /// + /// The associated network's interface name. If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. If the user doesn’t specify this value, the default interface name of the network resource will be used. For a CloudServicesNetwork resource, this name will be ignored. public string NetworkAttachmentName { get; set; } } } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/NetworkCloudBareMetalMachinePatch.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/NetworkCloudBareMetalMachinePatch.cs index a10437b610bd..c88fa9d0215a 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/NetworkCloudBareMetalMachinePatch.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/NetworkCloudBareMetalMachinePatch.cs @@ -53,10 +53,7 @@ public NetworkCloudBareMetalMachinePatch() /// Initializes a new instance of . /// The Azure resource tags that will replace the existing ones. - /// - /// The details provided by the customer during the creation of rack manifests - /// that allows for custom data to be associated with this machine. - /// + /// The details provided by the customer during the creation of rack manifests that allows for custom data to be associated with this machine. /// Keeps track of any properties unknown to the library. internal NetworkCloudBareMetalMachinePatch(IDictionary tags, string machineDetails, IDictionary serializedAdditionalRawData) { @@ -67,10 +64,7 @@ internal NetworkCloudBareMetalMachinePatch(IDictionary tags, str /// The Azure resource tags that will replace the existing ones. public IDictionary Tags { get; } - /// - /// The details provided by the customer during the creation of rack manifests - /// that allows for custom data to be associated with this machine. - /// + /// The details provided by the customer during the creation of rack manifests that allows for custom data to be associated with this machine. public string MachineDetails { get; set; } } } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/NetworkCloudClusterPatch.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/NetworkCloudClusterPatch.cs index 0d194b4108d9..3683c15c82c5 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/NetworkCloudClusterPatch.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/NetworkCloudClusterPatch.cs @@ -59,13 +59,10 @@ public NetworkCloudClusterPatch() /// The rack definition that is intended to reflect only a single rack in a single rack cluster, or an aggregator rack in a multi-rack cluster. /// The settings for the log analytics workspace used for output of logs from this cluster. /// The customer-provided location information to identify where the cluster resides. - /// Deprecated: Use managed identity to provide cluster privileges. The service principal to be used by the cluster during Arc Appliance installation. + /// Field Deprecated: Use managed identity to provide cluster privileges. The service principal to be used by the cluster during Arc Appliance installation. /// The settings for commands run in this cluster, such as bare metal machine run read only commands and data extracts. /// The validation threshold indicating the allowable failures of compute machines during environment validation and deployment. - /// - /// The list of rack definitions for the compute racks in a multi-rack - /// cluster, or an empty list in a single-rack cluster. - /// + /// The list of rack definitions for the compute racks in a multi-rack cluster, or an empty list in a single-rack cluster. /// The settings for cluster runtime protection. /// The configuration for use of a key vault to store secrets for later retrieval by the operator. /// The settings for the secret archive used to hold credentials for the cluster. @@ -101,16 +98,13 @@ internal NetworkCloudClusterPatch(ManagedServiceIdentity identity, IDictionary The customer-provided location information to identify where the cluster resides. public string ClusterLocation { get; set; } - /// Deprecated: Use managed identity to provide cluster privileges. The service principal to be used by the cluster during Arc Appliance installation. + /// Field Deprecated: Use managed identity to provide cluster privileges. The service principal to be used by the cluster during Arc Appliance installation. public ServicePrincipalInformation ClusterServicePrincipal { get; set; } /// The settings for commands run in this cluster, such as bare metal machine run read only commands and data extracts. public CommandOutputSettings CommandOutputSettings { get; set; } /// The validation threshold indicating the allowable failures of compute machines during environment validation and deployment. public ValidationThreshold ComputeDeploymentThreshold { get; set; } - /// - /// The list of rack definitions for the compute racks in a multi-rack - /// cluster, or an empty list in a single-rack cluster. - /// + /// The list of rack definitions for the compute racks in a multi-rack cluster, or an empty list in a single-rack cluster. public IList ComputeRackDefinitions { get; } /// The settings for cluster runtime protection. internal RuntimeProtectionConfiguration RuntimeProtectionConfiguration { get; set; } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/VirtualMachineIPAllocationMethod.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/VirtualMachineIPAllocationMethod.cs index e39f56898a23..221732fe72d5 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/VirtualMachineIPAllocationMethod.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/Models/VirtualMachineIPAllocationMethod.cs @@ -10,11 +10,7 @@ namespace Azure.ResourceManager.NetworkCloud.Models { - /// - /// The IP allocation mechanism for the virtual machine. - /// Dynamic and Static are only valid for l3Network which may also specify Disabled. - /// Otherwise, Disabled is the only permitted value. - /// + /// The IP allocation mechanism for the virtual machine. Dynamic and Static are only valid for l3Network which may also specify Disabled. Otherwise, Disabled is the only permitted value. public readonly partial struct VirtualMachineIPAllocationMethod : IEquatable { private readonly string _value; diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudAgentPoolCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudAgentPoolCollection.cs index d4d73d721fa3..a8188957996e 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudAgentPoolCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudAgentPoolCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -115,7 +115,7 @@ public virtual async Task> CreateOrU /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -166,7 +166,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUn /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -211,7 +211,7 @@ public virtual async Task> GetAsync(stri /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -256,7 +256,7 @@ public virtual Response Get(string agentPoolName, /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -288,7 +288,7 @@ public virtual AsyncPageable GetAllAsync(int? top /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -320,7 +320,7 @@ public virtual Pageable GetAll(int? top = null, s /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -363,7 +363,7 @@ public virtual async Task> ExistsAsync(string agentPoolName, Canc /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -406,7 +406,7 @@ public virtual Response Exists(string agentPoolName, CancellationToken can /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -451,7 +451,7 @@ public virtual async Task> GetIf /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudAgentPoolResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudAgentPoolResource.cs index 9b5a4ee3a612..bbcab34d7fba 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudAgentPoolResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudAgentPoolResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -143,7 +143,7 @@ public virtual async Task> GetAsync(Canc /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -183,7 +183,7 @@ public virtual Response Get(CancellationToken can /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -227,7 +227,7 @@ public virtual async Task> Delet /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -271,7 +271,7 @@ public virtual ArmOperation Delete(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -319,7 +319,7 @@ public virtual async Task> UpdateAsy /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -367,7 +367,7 @@ public virtual ArmOperation Update(WaitUntil wait /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -429,7 +429,7 @@ public virtual async Task> AddTagAsync(s /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -491,7 +491,7 @@ public virtual Response AddTag(string key, string /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -548,7 +548,7 @@ public virtual async Task> SetTagsAsync( /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -605,7 +605,7 @@ public virtual Response SetTags(IDictionary /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -665,7 +665,7 @@ public virtual async Task> RemoveTagAsyn /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBareMetalMachineCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBareMetalMachineCollection.cs index cd700dc14bed..5f6763e93ef5 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBareMetalMachineCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBareMetalMachineCollection.cs @@ -65,7 +65,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -110,7 +110,7 @@ public virtual async Task> GetAsy /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -155,7 +155,7 @@ public virtual Response Get(string bareMet /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -187,7 +187,7 @@ public virtual AsyncPageable GetAllAsync(i /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -219,7 +219,7 @@ public virtual Pageable GetAll(int? top = /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -262,7 +262,7 @@ public virtual async Task> ExistsAsync(string bareMetalMachineNam /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -305,7 +305,7 @@ public virtual Response Exists(string bareMetalMachineName, CancellationTo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -350,7 +350,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBareMetalMachineKeySetCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBareMetalMachineKeySetCollection.cs index 0ff0c9148970..501d84f508d5 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBareMetalMachineKeySetCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBareMetalMachineKeySetCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -115,7 +115,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -166,7 +166,7 @@ public virtual ArmOperation CreateOr /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -211,7 +211,7 @@ public virtual async Task> /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -256,7 +256,7 @@ public virtual Response Get(string b /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -288,7 +288,7 @@ public virtual AsyncPageable GetAllA /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -320,7 +320,7 @@ public virtual Pageable GetAll(int? /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -363,7 +363,7 @@ public virtual async Task> ExistsAsync(string bareMetalMachineKey /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -406,7 +406,7 @@ public virtual Response Exists(string bareMetalMachineKeySetName, Cancella /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -451,7 +451,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBareMetalMachineKeySetResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBareMetalMachineKeySetResource.cs index 26236e14631e..1e94199304c6 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBareMetalMachineKeySetResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBareMetalMachineKeySetResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -143,7 +143,7 @@ public virtual async Task> /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -183,7 +183,7 @@ public virtual Response Get(Cancella /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -227,7 +227,7 @@ public virtual async Task> Delet /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -271,7 +271,7 @@ public virtual ArmOperation Delete(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -319,7 +319,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -367,7 +367,7 @@ public virtual ArmOperation Update(W /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -429,7 +429,7 @@ public virtual async Task> /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -491,7 +491,7 @@ public virtual Response AddTag(strin /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -548,7 +548,7 @@ public virtual async Task> /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -605,7 +605,7 @@ public virtual Response SetTags(IDic /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -665,7 +665,7 @@ public virtual async Task> /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBareMetalMachineResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBareMetalMachineResource.cs index ec2b3b681f89..5f3e4a65a5e5 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBareMetalMachineResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBareMetalMachineResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -143,7 +143,7 @@ public virtual async Task> GetAsy /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -183,7 +183,7 @@ public virtual Response Get(CancellationTo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -231,7 +231,7 @@ public virtual async Task> Up /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -279,7 +279,7 @@ public virtual ArmOperation Update(WaitUnt /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -322,7 +322,7 @@ public virtual async Task> Cordo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -365,7 +365,7 @@ public virtual ArmOperation Cordon(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -408,7 +408,7 @@ public virtual async Task> Power /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -451,7 +451,7 @@ public virtual ArmOperation PowerOff(WaitUnti /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -493,7 +493,7 @@ public virtual async Task> Reima /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -535,7 +535,7 @@ public virtual ArmOperation Reimage(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -578,7 +578,7 @@ public virtual async Task> Repla /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -621,7 +621,7 @@ public virtual ArmOperation Replace(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -663,7 +663,7 @@ public virtual async Task> Resta /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -705,7 +705,7 @@ public virtual ArmOperation Restart(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -751,7 +751,7 @@ public virtual async Task> RunCo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -797,7 +797,7 @@ public virtual ArmOperation RunCommand(WaitUn /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -843,7 +843,7 @@ public virtual async Task> RunDa /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -889,7 +889,7 @@ public virtual ArmOperation RunDataExtracts(W /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -935,7 +935,7 @@ public virtual async Task> RunDa /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -981,7 +981,7 @@ public virtual ArmOperation RunDataExtractsRe /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1027,7 +1027,7 @@ public virtual async Task> RunRe /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1073,7 +1073,7 @@ public virtual ArmOperation RunReadCommands(W /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1115,7 +1115,7 @@ public virtual async Task> Start /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1157,7 +1157,7 @@ public virtual ArmOperation Start(WaitUntil w /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1199,7 +1199,7 @@ public virtual async Task> Uncor /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1241,7 +1241,7 @@ public virtual ArmOperation Uncordon(WaitUnti /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1303,7 +1303,7 @@ public virtual async Task> AddTag /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1365,7 +1365,7 @@ public virtual Response AddTag(string key, /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1422,7 +1422,7 @@ public virtual async Task> SetTag /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1479,7 +1479,7 @@ public virtual Response SetTags(IDictionar /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1539,7 +1539,7 @@ public virtual async Task> Remove /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBmcKeySetCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBmcKeySetCollection.cs index 9a6305b9adc6..50507a24c921 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBmcKeySetCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBmcKeySetCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -115,7 +115,7 @@ public virtual async Task> CreateOrU /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -166,7 +166,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUn /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -211,7 +211,7 @@ public virtual async Task> GetAsync(stri /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -256,7 +256,7 @@ public virtual Response Get(string bmcKeySetName, /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -288,7 +288,7 @@ public virtual AsyncPageable GetAllAsync(int? top /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -320,7 +320,7 @@ public virtual Pageable GetAll(int? top = null, s /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -363,7 +363,7 @@ public virtual async Task> ExistsAsync(string bmcKeySetName, Canc /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -406,7 +406,7 @@ public virtual Response Exists(string bmcKeySetName, CancellationToken can /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -451,7 +451,7 @@ public virtual async Task> GetIf /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBmcKeySetResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBmcKeySetResource.cs index 1cd7a9016913..84e60ecc18a0 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBmcKeySetResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudBmcKeySetResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -143,7 +143,7 @@ public virtual async Task> GetAsync(Canc /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -183,7 +183,7 @@ public virtual Response Get(CancellationToken can /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -227,7 +227,7 @@ public virtual async Task> Delet /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -271,7 +271,7 @@ public virtual ArmOperation Delete(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -319,7 +319,7 @@ public virtual async Task> UpdateAsy /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -367,7 +367,7 @@ public virtual ArmOperation Update(WaitUntil wait /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -429,7 +429,7 @@ public virtual async Task> AddTagAsync(s /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -491,7 +491,7 @@ public virtual Response AddTag(string key, string /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -548,7 +548,7 @@ public virtual async Task> SetTagsAsync( /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -605,7 +605,7 @@ public virtual Response SetTags(IDictionary /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -665,7 +665,7 @@ public virtual async Task> RemoveTagAsyn /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudCloudServicesNetworkCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudCloudServicesNetworkCollection.cs index 518701221cb1..c27f73e6a5df 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudCloudServicesNetworkCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudCloudServicesNetworkCollection.cs @@ -65,7 +65,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -116,7 +116,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -167,7 +167,7 @@ public virtual ArmOperation CreateOrUp /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -212,7 +212,7 @@ public virtual async Task> Ge /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -257,7 +257,7 @@ public virtual Response Get(string clo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -289,7 +289,7 @@ public virtual AsyncPageable GetAllAsy /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -321,7 +321,7 @@ public virtual Pageable GetAll(int? to /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -364,7 +364,7 @@ public virtual async Task> ExistsAsync(string cloudServicesNetwor /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -407,7 +407,7 @@ public virtual Response Exists(string cloudServicesNetworkName, Cancellati /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -452,7 +452,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudCloudServicesNetworkData.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudCloudServicesNetworkData.cs index 1f47b4aed21a..8504af151e31 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudCloudServicesNetworkData.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudCloudServicesNetworkData.cs @@ -15,10 +15,7 @@ namespace Azure.ResourceManager.NetworkCloud { /// /// A class representing the NetworkCloudCloudServicesNetwork data model. - /// Upon creation, the additional services that are provided by the platform will be allocated and - /// represented in the status of this resource. All resources associated with this cloud services network will be part - /// of the same layer 2 (L2) isolation domain. At least one service network must be created but may be reused across many - /// virtual machines and/or Hybrid AKS clusters. + /// Upon creation, the additional services that are provided by the platform will be allocated and represented in the status of this resource. All resources associated with this cloud services network will be part of the same layer 2 (L2) isolation domain. At least one service network must be created but may be reused across many virtual machines and/or Hybrid AKS clusters. /// public partial class NetworkCloudCloudServicesNetworkData : TrackedResourceData { diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudCloudServicesNetworkResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudCloudServicesNetworkResource.cs index 362183123a12..f6b4b236df0a 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudCloudServicesNetworkResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudCloudServicesNetworkResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -143,7 +143,7 @@ public virtual async Task> Ge /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -183,7 +183,7 @@ public virtual Response Get(Cancellati /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -227,7 +227,7 @@ public virtual async Task> Delet /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -271,7 +271,7 @@ public virtual ArmOperation Delete(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -319,7 +319,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -367,7 +367,7 @@ public virtual ArmOperation Update(Wai /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -429,7 +429,7 @@ public virtual async Task> Ad /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -491,7 +491,7 @@ public virtual Response AddTag(string /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -548,7 +548,7 @@ public virtual async Task> Se /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -605,7 +605,7 @@ public virtual Response SetTags(IDicti /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -665,7 +665,7 @@ public virtual async Task> Re /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterCollection.cs index ff7ff0c575ba..7e6f3c829c1d 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterCollection.cs @@ -65,7 +65,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -116,7 +116,7 @@ public virtual async Task> CreateOrUpd /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -167,7 +167,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUnti /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -212,7 +212,7 @@ public virtual async Task> GetAsync(string /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -257,7 +257,7 @@ public virtual Response Get(string clusterName, Can /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -289,7 +289,7 @@ public virtual AsyncPageable GetAllAsync(int? top = /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -321,7 +321,7 @@ public virtual Pageable GetAll(int? top = null, str /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -364,7 +364,7 @@ public virtual async Task> ExistsAsync(string clusterName, Cancel /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -407,7 +407,7 @@ public virtual Response Exists(string clusterName, CancellationToken cance /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -452,7 +452,7 @@ public virtual async Task> GetIfEx /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterData.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterData.cs index 980db0a6e5d5..48dc8f6e26ef 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterData.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterData.cs @@ -98,15 +98,12 @@ public NetworkCloudClusterData(AzureLocation location, ExtendedLocation extended /// The customer-provided location information to identify where the cluster resides. /// The latest connectivity status between cluster manager and the cluster. /// The resource ID of the cluster manager that manages this cluster. This is set by the Cluster Manager when the cluster is created. - /// Deprecated: Use managed identity to provide cluster privileges. The service principal to be used by the cluster during Arc Appliance installation. + /// Field Deprecated: Use managed identity to provide cluster privileges. The service principal to be used by the cluster during Arc Appliance installation. /// The type of rack configuration for the cluster. /// The current runtime version of the cluster. /// The settings for commands run in this cluster, such as bare metal machine run read only commands and data extracts. /// The validation threshold indicating the allowable failures of compute machines during environment validation and deployment. - /// - /// The list of rack definitions for the compute racks in a multi-rack - /// cluster, or an empty list in a single-rack cluster. - /// + /// The list of rack definitions for the compute racks in a multi-rack cluster, or an empty list in a single-rack cluster. /// The current detailed status of the cluster. /// The descriptive message about the detailed status. /// Field Deprecated. This field will not be populated in an upcoming version. The extended location (custom location) that represents the Hybrid AKS control plane location. This extended location is used when creating provisioned clusters (Hybrid AKS clusters). @@ -194,7 +191,7 @@ internal NetworkCloudClusterData() public ClusterManagerConnectionStatus? ClusterManagerConnectionStatus { get; } /// The resource ID of the cluster manager that manages this cluster. This is set by the Cluster Manager when the cluster is created. public ResourceIdentifier ClusterManagerId { get; } - /// Deprecated: Use managed identity to provide cluster privileges. The service principal to be used by the cluster during Arc Appliance installation. + /// Field Deprecated: Use managed identity to provide cluster privileges. The service principal to be used by the cluster during Arc Appliance installation. public ServicePrincipalInformation ClusterServicePrincipal { get; set; } /// The type of rack configuration for the cluster. public ClusterType ClusterType { get; set; } @@ -204,10 +201,7 @@ internal NetworkCloudClusterData() public CommandOutputSettings CommandOutputSettings { get; set; } /// The validation threshold indicating the allowable failures of compute machines during environment validation and deployment. public ValidationThreshold ComputeDeploymentThreshold { get; set; } - /// - /// The list of rack definitions for the compute racks in a multi-rack - /// cluster, or an empty list in a single-rack cluster. - /// + /// The list of rack definitions for the compute racks in a multi-rack cluster, or an empty list in a single-rack cluster. public IList ComputeRackDefinitions { get; } /// The current detailed status of the cluster. public ClusterDetailedStatus? DetailedStatus { get; } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterManagerCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterManagerCollection.cs index acccbae9b221..ae1d7240850e 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterManagerCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterManagerCollection.cs @@ -65,7 +65,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -116,7 +116,7 @@ public virtual async Task> Crea /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -167,7 +167,7 @@ public virtual ArmOperation CreateOrUpdate(W /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -212,7 +212,7 @@ public virtual async Task> GetAsync /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -257,7 +257,7 @@ public virtual Response Get(string clusterMa /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -289,7 +289,7 @@ public virtual AsyncPageable GetAllAsync(int /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -321,7 +321,7 @@ public virtual Pageable GetAll(int? top = nu /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -364,7 +364,7 @@ public virtual async Task> ExistsAsync(string clusterManagerName, /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -407,7 +407,7 @@ public virtual Response Exists(string clusterManagerName, CancellationToke /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -452,7 +452,7 @@ public virtual async Task> /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterManagerResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterManagerResource.cs index 6d3dc5c6a0cd..b3796274146e 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterManagerResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterManagerResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -143,7 +143,7 @@ public virtual async Task> GetAsync /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -183,7 +183,7 @@ public virtual Response Get(CancellationToke /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -227,7 +227,7 @@ public virtual async Task> Delet /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -271,7 +271,7 @@ public virtual ArmOperation Delete(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -315,7 +315,7 @@ public virtual async Task> UpdateAs /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -359,7 +359,7 @@ public virtual Response Update(NetworkCloudC /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -421,7 +421,7 @@ public virtual async Task> AddTagAs /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -483,7 +483,7 @@ public virtual Response AddTag(string key, s /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -540,7 +540,7 @@ public virtual async Task> SetTagsA /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -597,7 +597,7 @@ public virtual Response SetTags(IDictionary< /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -657,7 +657,7 @@ public virtual async Task> RemoveTa /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterMetricsConfigurationCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterMetricsConfigurationCollection.cs index 47e6933b274e..65b5d05c1eb4 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterMetricsConfigurationCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterMetricsConfigurationCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -115,7 +115,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -166,7 +166,7 @@ public virtual ArmOperation Cre /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -211,7 +211,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -256,7 +256,7 @@ public virtual Response Get(str /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -288,7 +288,7 @@ public virtual AsyncPageable Ge /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -320,7 +320,7 @@ public virtual Pageable GetAll( /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -363,7 +363,7 @@ public virtual async Task> ExistsAsync(string metricsConfiguratio /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -406,7 +406,7 @@ public virtual Response Exists(string metricsConfigurationName, Cancellati /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -451,7 +451,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterMetricsConfigurationResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterMetricsConfigurationResource.cs index e88ac4c05c37..7b6643fa9e7b 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterMetricsConfigurationResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterMetricsConfigurationResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -143,7 +143,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -183,7 +183,7 @@ public virtual Response Get(Can /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -227,7 +227,7 @@ public virtual async Task> Delet /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -271,7 +271,7 @@ public virtual ArmOperation Delete(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -319,7 +319,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -367,7 +367,7 @@ public virtual ArmOperation Upd /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -429,7 +429,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -491,7 +491,7 @@ public virtual Response AddTag( /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -548,7 +548,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -605,7 +605,7 @@ public virtual Response SetTags /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -665,7 +665,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterResource.cs index cfa216b6e6e2..c7d404631f45 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudClusterResource.cs @@ -110,7 +110,7 @@ public virtual NetworkCloudBareMetalMachineKeySetCollection GetNetworkCloudBareM /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -141,7 +141,7 @@ public virtual async Task> /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -179,7 +179,7 @@ public virtual NetworkCloudBmcKeySetCollection GetNetworkCloudBmcKeySets() /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -210,7 +210,7 @@ public virtual async Task> GetNetworkClo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -248,7 +248,7 @@ public virtual NetworkCloudClusterMetricsConfigurationCollection GetNetworkCloud /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -279,7 +279,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -310,7 +310,7 @@ public virtual Response GetNetw /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -350,7 +350,7 @@ public virtual async Task> GetAsync(Cancel /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -390,7 +390,7 @@ public virtual Response Get(CancellationToken cance /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -434,7 +434,7 @@ public virtual async Task> Delet /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -478,7 +478,7 @@ public virtual ArmOperation Delete(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -526,7 +526,7 @@ public virtual async Task> UpdateAsync /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -574,7 +574,7 @@ public virtual ArmOperation Update(WaitUntil waitUn /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -620,7 +620,7 @@ public virtual async Task> Conti /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -666,7 +666,7 @@ public virtual ArmOperation ContinueUpdateVer /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -709,7 +709,7 @@ public virtual async Task> Deplo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -752,7 +752,7 @@ public virtual ArmOperation Deploy(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -795,7 +795,7 @@ public virtual async Task> ScanR /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -838,7 +838,7 @@ public virtual ArmOperation ScanRuntime(WaitU /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -884,7 +884,7 @@ public virtual async Task> Updat /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -930,7 +930,7 @@ public virtual ArmOperation UpdateVersion(Wai /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -992,7 +992,7 @@ public virtual async Task> AddTagAsync(str /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1054,7 +1054,7 @@ public virtual Response AddTag(string key, string v /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1111,7 +1111,7 @@ public virtual async Task> SetTagsAsync(ID /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1168,7 +1168,7 @@ public virtual Response SetTags(IDictionary /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1228,7 +1228,7 @@ public virtual async Task> RemoveTagAsync( /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudKubernetesClusterCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudKubernetesClusterCollection.cs index 5f354249c774..a22fdb9565fc 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudKubernetesClusterCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudKubernetesClusterCollection.cs @@ -65,7 +65,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -116,7 +116,7 @@ public virtual async Task> C /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -167,7 +167,7 @@ public virtual ArmOperation CreateOrUpdat /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -212,7 +212,7 @@ public virtual async Task> GetAs /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -257,7 +257,7 @@ public virtual Response Get(string kubern /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -289,7 +289,7 @@ public virtual AsyncPageable GetAllAsync( /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -321,7 +321,7 @@ public virtual Pageable GetAll(int? top = /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -364,7 +364,7 @@ public virtual async Task> ExistsAsync(string kubernetesClusterNa /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -407,7 +407,7 @@ public virtual Response Exists(string kubernetesClusterName, CancellationT /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -452,7 +452,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudKubernetesClusterFeatureCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudKubernetesClusterFeatureCollection.cs index b46e77c2b20e..88b3ae7dedd0 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudKubernetesClusterFeatureCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudKubernetesClusterFeatureCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -115,7 +115,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -166,7 +166,7 @@ public virtual ArmOperation Create /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -211,7 +211,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -256,7 +256,7 @@ public virtual Response Get(string /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -288,7 +288,7 @@ public virtual AsyncPageable GetAl /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -320,7 +320,7 @@ public virtual Pageable GetAll(int /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -363,7 +363,7 @@ public virtual async Task> ExistsAsync(string featureName, Cancel /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -406,7 +406,7 @@ public virtual Response Exists(string featureName, CancellationToken cance /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -451,7 +451,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudKubernetesClusterFeatureResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudKubernetesClusterFeatureResource.cs index 63b4874d79e2..6e8a00006047 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudKubernetesClusterFeatureResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudKubernetesClusterFeatureResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -143,7 +143,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -183,7 +183,7 @@ public virtual Response Get(Cancel /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -227,7 +227,7 @@ public virtual async Task> Delet /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -271,7 +271,7 @@ public virtual ArmOperation Delete(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -319,7 +319,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -367,7 +367,7 @@ public virtual ArmOperation Update /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -429,7 +429,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -491,7 +491,7 @@ public virtual Response AddTag(str /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -548,7 +548,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -605,7 +605,7 @@ public virtual Response SetTags(ID /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -665,7 +665,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudKubernetesClusterResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudKubernetesClusterResource.cs index 4c186aae48c6..0969f7e5661c 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudKubernetesClusterResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudKubernetesClusterResource.cs @@ -110,7 +110,7 @@ public virtual NetworkCloudAgentPoolCollection GetNetworkCloudAgentPools() /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -141,7 +141,7 @@ public virtual async Task> GetNetworkClo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -179,7 +179,7 @@ public virtual NetworkCloudKubernetesClusterFeatureCollection GetNetworkCloudKub /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -210,7 +210,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -241,7 +241,7 @@ public virtual Response GetNetwork /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -281,7 +281,7 @@ public virtual async Task> GetAs /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -321,7 +321,7 @@ public virtual Response Get(CancellationT /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -365,7 +365,7 @@ public virtual async Task> Delet /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -409,7 +409,7 @@ public virtual ArmOperation Delete(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -457,7 +457,7 @@ public virtual async Task> U /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -505,7 +505,7 @@ public virtual ArmOperation Update(WaitUn /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -551,7 +551,7 @@ public virtual async Task> Resta /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -597,7 +597,7 @@ public virtual ArmOperation RestartNode(WaitU /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -659,7 +659,7 @@ public virtual async Task> AddTa /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -721,7 +721,7 @@ public virtual Response AddTag(string key /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -778,7 +778,7 @@ public virtual async Task> SetTa /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -835,7 +835,7 @@ public virtual Response SetTags(IDictiona /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -895,7 +895,7 @@ public virtual async Task> Remov /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL2NetworkCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL2NetworkCollection.cs index 7e993cd0d8ae..26029940c4a3 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL2NetworkCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL2NetworkCollection.cs @@ -65,7 +65,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -116,7 +116,7 @@ public virtual async Task> CreateOrU /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -167,7 +167,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUn /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -212,7 +212,7 @@ public virtual async Task> GetAsync(stri /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -257,7 +257,7 @@ public virtual Response Get(string l2NetworkName, /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -289,7 +289,7 @@ public virtual AsyncPageable GetAllAsync(int? top /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -321,7 +321,7 @@ public virtual Pageable GetAll(int? top = null, s /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -364,7 +364,7 @@ public virtual async Task> ExistsAsync(string l2NetworkName, Canc /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -407,7 +407,7 @@ public virtual Response Exists(string l2NetworkName, CancellationToken can /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -452,7 +452,7 @@ public virtual async Task> GetIf /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL2NetworkResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL2NetworkResource.cs index dd6a97e2d3f0..70764b5b67d3 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL2NetworkResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL2NetworkResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -143,7 +143,7 @@ public virtual async Task> GetAsync(Canc /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -183,7 +183,7 @@ public virtual Response Get(CancellationToken can /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -227,7 +227,7 @@ public virtual async Task> Delet /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -271,7 +271,7 @@ public virtual ArmOperation Delete(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -315,7 +315,7 @@ public virtual async Task> UpdateAsync(N /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -359,7 +359,7 @@ public virtual Response Update(NetworkCloudL2Netw /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -421,7 +421,7 @@ public virtual async Task> AddTagAsync(s /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -483,7 +483,7 @@ public virtual Response AddTag(string key, string /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -540,7 +540,7 @@ public virtual async Task> SetTagsAsync( /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -597,7 +597,7 @@ public virtual Response SetTags(IDictionary /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -657,7 +657,7 @@ public virtual async Task> RemoveTagAsyn /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL3NetworkCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL3NetworkCollection.cs index af4089affd14..f2cb1d352acf 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL3NetworkCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL3NetworkCollection.cs @@ -65,7 +65,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -116,7 +116,7 @@ public virtual async Task> CreateOrU /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -167,7 +167,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUn /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -212,7 +212,7 @@ public virtual async Task> GetAsync(stri /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -257,7 +257,7 @@ public virtual Response Get(string l3NetworkName, /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -289,7 +289,7 @@ public virtual AsyncPageable GetAllAsync(int? top /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -321,7 +321,7 @@ public virtual Pageable GetAll(int? top = null, s /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -364,7 +364,7 @@ public virtual async Task> ExistsAsync(string l3NetworkName, Canc /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -407,7 +407,7 @@ public virtual Response Exists(string l3NetworkName, CancellationToken can /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -452,7 +452,7 @@ public virtual async Task> GetIf /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL3NetworkData.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL3NetworkData.cs index 746281611a3e..816c1ce1e431 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL3NetworkData.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL3NetworkData.cs @@ -88,14 +88,8 @@ public NetworkCloudL3NetworkData(AzureLocation location, ExtendedLocation extend /// Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS. /// The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine. /// The type of the IP address allocation, defaulted to "DualStack". - /// - /// The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type - /// is IPV4 or DualStack. - /// - /// - /// The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type - /// is IPV6 or DualStack. - /// + /// The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV4 or DualStack. + /// The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV6 or DualStack. /// The resource ID of the Network Fabric l3IsolationDomain. /// The provisioning state of the L3 network. /// Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this L3 network. @@ -150,15 +144,9 @@ internal NetworkCloudL3NetworkData() public string InterfaceName { get; set; } /// The type of the IP address allocation, defaulted to "DualStack". public IPAllocationType? IPAllocationType { get; set; } - /// - /// The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type - /// is IPV4 or DualStack. - /// + /// The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV4 or DualStack. public string IPv4ConnectedPrefix { get; set; } - /// - /// The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type - /// is IPV6 or DualStack. - /// + /// The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV6 or DualStack. public string IPv6ConnectedPrefix { get; set; } /// The resource ID of the Network Fabric l3IsolationDomain. public ResourceIdentifier L3IsolationDomainId { get; set; } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL3NetworkResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL3NetworkResource.cs index 298d3dbd2f23..86f96a09eade 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL3NetworkResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudL3NetworkResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -143,7 +143,7 @@ public virtual async Task> GetAsync(Canc /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -183,7 +183,7 @@ public virtual Response Get(CancellationToken can /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -227,7 +227,7 @@ public virtual async Task> Delet /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -271,7 +271,7 @@ public virtual ArmOperation Delete(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -315,7 +315,7 @@ public virtual async Task> UpdateAsync(N /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -359,7 +359,7 @@ public virtual Response Update(NetworkCloudL3Netw /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -421,7 +421,7 @@ public virtual async Task> AddTagAsync(s /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -483,7 +483,7 @@ public virtual Response AddTag(string key, string /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -540,7 +540,7 @@ public virtual async Task> SetTagsAsync( /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -597,7 +597,7 @@ public virtual Response SetTags(IDictionary /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -657,7 +657,7 @@ public virtual async Task> RemoveTagAsyn /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudRackCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudRackCollection.cs index a031f9244575..61e3bb228bd5 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudRackCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudRackCollection.cs @@ -65,7 +65,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -110,7 +110,7 @@ public virtual async Task> GetAsync(string ra /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -155,7 +155,7 @@ public virtual Response Get(string rackName, Cancellat /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -187,7 +187,7 @@ public virtual AsyncPageable GetAllAsync(int? top = nu /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -219,7 +219,7 @@ public virtual Pageable GetAll(int? top = null, string /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -262,7 +262,7 @@ public virtual async Task> ExistsAsync(string rackName, Cancellat /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -305,7 +305,7 @@ public virtual Response Exists(string rackName, CancellationToken cancella /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -350,7 +350,7 @@ public virtual async Task> GetIfExist /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudRackResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudRackResource.cs index 1cf7986f5062..25e1e96ec694 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudRackResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudRackResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -143,7 +143,7 @@ public virtual async Task> GetAsync(Cancellat /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -183,7 +183,7 @@ public virtual Response Get(CancellationToken cancella /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -231,7 +231,7 @@ public virtual async Task> UpdateAsync(Wa /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -279,7 +279,7 @@ public virtual ArmOperation Update(WaitUntil waitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -341,7 +341,7 @@ public virtual async Task> AddTagAsync(string /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -403,7 +403,7 @@ public virtual Response AddTag(string key, string valu /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -460,7 +460,7 @@ public virtual async Task> SetTagsAsync(IDict /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -517,7 +517,7 @@ public virtual Response SetTags(IDictionary /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -577,7 +577,7 @@ public virtual async Task> RemoveTagAsync(str /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudRackSkuCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudRackSkuCollection.cs index 13b45ce2dd8e..7ae7ced53fe9 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudRackSkuCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudRackSkuCollection.cs @@ -65,7 +65,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -110,7 +110,7 @@ public virtual async Task> GetAsync(string /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -155,7 +155,7 @@ public virtual Response Get(string rackSkuName, Can /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -185,7 +185,7 @@ public virtual AsyncPageable GetAllAsync(Cancellati /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -215,7 +215,7 @@ public virtual Pageable GetAll(CancellationToken ca /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -258,7 +258,7 @@ public virtual async Task> ExistsAsync(string rackSkuName, Cancel /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -301,7 +301,7 @@ public virtual Response Exists(string rackSkuName, CancellationToken cance /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -346,7 +346,7 @@ public virtual async Task> GetIfEx /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudRackSkuResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudRackSkuResource.cs index 13ca030226c5..2748a54d98c5 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudRackSkuResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudRackSkuResource.cs @@ -100,7 +100,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -140,7 +140,7 @@ public virtual async Task> GetAsync(Cancel /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudStorageApplianceCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudStorageApplianceCollection.cs index 9d6e5dfc6be3..31d9da5fc2b7 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudStorageApplianceCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudStorageApplianceCollection.cs @@ -65,7 +65,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -110,7 +110,7 @@ public virtual async Task> GetAsy /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -155,7 +155,7 @@ public virtual Response Get(string storage /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -187,7 +187,7 @@ public virtual AsyncPageable GetAllAsync(i /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -219,7 +219,7 @@ public virtual Pageable GetAll(int? top = /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -262,7 +262,7 @@ public virtual async Task> ExistsAsync(string storageApplianceNam /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -305,7 +305,7 @@ public virtual Response Exists(string storageApplianceName, CancellationTo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -350,7 +350,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudStorageApplianceResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudStorageApplianceResource.cs index 10c55e2ef601..f17327fb5416 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudStorageApplianceResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudStorageApplianceResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -143,7 +143,7 @@ public virtual async Task> GetAsy /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -183,7 +183,7 @@ public virtual Response Get(CancellationTo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -231,7 +231,7 @@ public virtual async Task> Up /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -279,7 +279,7 @@ public virtual ArmOperation Update(WaitUnt /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -321,7 +321,7 @@ public virtual async Task> Disab /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -363,7 +363,7 @@ public virtual ArmOperation DisableRemoteVend /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -406,7 +406,7 @@ public virtual async Task> Enabl /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -449,7 +449,7 @@ public virtual ArmOperation EnableRemoteVendo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -495,7 +495,7 @@ public virtual async Task> RunRe /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -541,7 +541,7 @@ public virtual ArmOperation RunReadCommands(W /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -603,7 +603,7 @@ public virtual async Task> AddTag /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -665,7 +665,7 @@ public virtual Response AddTag(string key, /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -722,7 +722,7 @@ public virtual async Task> SetTag /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -779,7 +779,7 @@ public virtual Response SetTags(IDictionar /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -839,7 +839,7 @@ public virtual async Task> Remove /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudTrunkedNetworkCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudTrunkedNetworkCollection.cs index cf4d0397df30..1d19fd0211be 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudTrunkedNetworkCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudTrunkedNetworkCollection.cs @@ -65,7 +65,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -116,7 +116,7 @@ public virtual async Task> Crea /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -167,7 +167,7 @@ public virtual ArmOperation CreateOrUpdate(W /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -212,7 +212,7 @@ public virtual async Task> GetAsync /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -257,7 +257,7 @@ public virtual Response Get(string trunkedNe /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -289,7 +289,7 @@ public virtual AsyncPageable GetAllAsync(int /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -321,7 +321,7 @@ public virtual Pageable GetAll(int? top = nu /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -364,7 +364,7 @@ public virtual async Task> ExistsAsync(string trunkedNetworkName, /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -407,7 +407,7 @@ public virtual Response Exists(string trunkedNetworkName, CancellationToke /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -452,7 +452,7 @@ public virtual async Task> /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudTrunkedNetworkResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudTrunkedNetworkResource.cs index af2fd7b0a91c..0bef59a32bde 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudTrunkedNetworkResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudTrunkedNetworkResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -143,7 +143,7 @@ public virtual async Task> GetAsync /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -183,7 +183,7 @@ public virtual Response Get(CancellationToke /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -227,7 +227,7 @@ public virtual async Task> Delet /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -271,7 +271,7 @@ public virtual ArmOperation Delete(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -315,7 +315,7 @@ public virtual async Task> UpdateAs /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -359,7 +359,7 @@ public virtual Response Update(NetworkCloudT /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -421,7 +421,7 @@ public virtual async Task> AddTagAs /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -483,7 +483,7 @@ public virtual Response AddTag(string key, s /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -540,7 +540,7 @@ public virtual async Task> SetTagsA /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -597,7 +597,7 @@ public virtual Response SetTags(IDictionary< /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -657,7 +657,7 @@ public virtual async Task> RemoveTa /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineCollection.cs index 53d67e6d9151..e2dc38a7b3b3 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineCollection.cs @@ -65,7 +65,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -116,7 +116,7 @@ public virtual async Task> Crea /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -167,7 +167,7 @@ public virtual ArmOperation CreateOrUpdate(W /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -212,7 +212,7 @@ public virtual async Task> GetAsync /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -257,7 +257,7 @@ public virtual Response Get(string virtualMa /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -289,7 +289,7 @@ public virtual AsyncPageable GetAllAsync(int /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -321,7 +321,7 @@ public virtual Pageable GetAll(int? top = nu /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -364,7 +364,7 @@ public virtual async Task> ExistsAsync(string virtualMachineName, /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -407,7 +407,7 @@ public virtual Response Exists(string virtualMachineName, CancellationToke /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -452,7 +452,7 @@ public virtual async Task> /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineConsoleCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineConsoleCollection.cs index 46346fbe3c75..adac567a51ce 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineConsoleCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineConsoleCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -115,7 +115,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -166,7 +166,7 @@ public virtual ArmOperation CreateOrU /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -211,7 +211,7 @@ public virtual async Task> G /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -256,7 +256,7 @@ public virtual Response Get(string co /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -288,7 +288,7 @@ public virtual AsyncPageable GetAllAs /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -320,7 +320,7 @@ public virtual Pageable GetAll(int? t /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -363,7 +363,7 @@ public virtual async Task> ExistsAsync(string consoleName, Cancel /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -406,7 +406,7 @@ public virtual Response Exists(string consoleName, CancellationToken cance /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -451,7 +451,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineConsoleResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineConsoleResource.cs index dea419b384f8..3e201bf3f842 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineConsoleResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineConsoleResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -143,7 +143,7 @@ public virtual async Task> G /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -183,7 +183,7 @@ public virtual Response Get(Cancellat /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -227,7 +227,7 @@ public virtual async Task> Delet /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -271,7 +271,7 @@ public virtual ArmOperation Delete(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -319,7 +319,7 @@ public virtual async Task /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -367,7 +367,7 @@ public virtual ArmOperation Update(Wa /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -429,7 +429,7 @@ public virtual async Task> A /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -491,7 +491,7 @@ public virtual Response AddTag(string /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -548,7 +548,7 @@ public virtual async Task> S /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -605,7 +605,7 @@ public virtual Response SetTags(IDict /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -665,7 +665,7 @@ public virtual async Task> R /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineData.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineData.cs index 6559a62a5924..fd2a5a8a239a 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineData.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineData.cs @@ -105,14 +105,14 @@ public NetworkCloudVirtualMachineData(AzureLocation location, ExtendedLocation e /// Field Deprecated, the value will be ignored if provided. The indicator of whether one of the specified CPU cores is isolated to run the emulator thread for this virtual machine. /// The memory size of the virtual machine. Allocations are measured in gibibytes. /// The list of network attachments to the virtual machine. - /// Deprecated: The Base64 encoded cloud-init network data. The networkDataContent property will be used in preference to this property. + /// Field Deprecated: The Base64 encoded cloud-init network data. The networkDataContent property will be used in preference to this property. /// The Base64 encoded cloud-init network data. /// The scheduling hints for the virtual machine. /// The power state of the virtual machine. /// The provisioning state of the virtual machine. /// The list of ssh public keys. Each key will be added to the virtual machine using the cloud-init ssh_authorized_keys mechanism for the adminUsername. /// The storage profile that specifies size and other parameters about the disks related to the virtual machine. - /// Deprecated: The Base64 encoded cloud-init user data. The userDataContent property will be used in preference to this property. + /// Field Deprecated: The Base64 encoded cloud-init user data. The userDataContent property will be used in preference to this property. /// The Base64 encoded cloud-init user data. /// Field Deprecated, use virtualizationModel instead. The type of the virtio interface. /// The type of the device model to use. @@ -192,7 +192,7 @@ internal NetworkCloudVirtualMachineData() public long MemorySizeInGB { get; set; } /// The list of network attachments to the virtual machine. public IList NetworkAttachments { get; } - /// Deprecated: The Base64 encoded cloud-init network data. The networkDataContent property will be used in preference to this property. + /// Field Deprecated: The Base64 encoded cloud-init network data. The networkDataContent property will be used in preference to this property. public string NetworkData { get; set; } /// The Base64 encoded cloud-init network data. public string NetworkDataContent { get; set; } @@ -206,7 +206,7 @@ internal NetworkCloudVirtualMachineData() public IList SshPublicKeys { get; } /// The storage profile that specifies size and other parameters about the disks related to the virtual machine. public NetworkCloudStorageProfile StorageProfile { get; set; } - /// Deprecated: The Base64 encoded cloud-init user data. The userDataContent property will be used in preference to this property. + /// Field Deprecated: The Base64 encoded cloud-init user data. The userDataContent property will be used in preference to this property. public string UserData { get; set; } /// The Base64 encoded cloud-init user data. public string UserDataContent { get; set; } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineResource.cs index baba9177ea0f..5ffb4f67c168 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVirtualMachineResource.cs @@ -110,7 +110,7 @@ public virtual NetworkCloudVirtualMachineConsoleCollection GetNetworkCloudVirtua /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -141,7 +141,7 @@ public virtual async Task> G /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -172,7 +172,7 @@ public virtual Response GetNetworkClo /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -212,7 +212,7 @@ public virtual async Task> GetAsync /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -252,7 +252,7 @@ public virtual Response Get(CancellationToke /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -296,7 +296,7 @@ public virtual async Task> Delet /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -340,7 +340,7 @@ public virtual ArmOperation Delete(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -388,7 +388,7 @@ public virtual async Task> Upda /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -436,7 +436,7 @@ public virtual ArmOperation Update(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -479,7 +479,7 @@ public virtual async Task> Assig /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -522,7 +522,7 @@ public virtual ArmOperation AssignRelay(WaitU /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -565,7 +565,7 @@ public virtual async Task> Power /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -608,7 +608,7 @@ public virtual ArmOperation PowerOff(WaitUnti /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -650,7 +650,7 @@ public virtual async Task> Reima /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -692,7 +692,7 @@ public virtual ArmOperation Reimage(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -734,7 +734,7 @@ public virtual async Task> Resta /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -776,7 +776,7 @@ public virtual ArmOperation Restart(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -818,7 +818,7 @@ public virtual async Task> Start /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -860,7 +860,7 @@ public virtual ArmOperation Start(WaitUntil w /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -922,7 +922,7 @@ public virtual async Task> AddTagAs /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -984,7 +984,7 @@ public virtual Response AddTag(string key, s /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1041,7 +1041,7 @@ public virtual async Task> SetTagsA /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1098,7 +1098,7 @@ public virtual Response SetTags(IDictionary< /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -1158,7 +1158,7 @@ public virtual async Task> RemoveTa /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVolumeCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVolumeCollection.cs index da057a5125d8..9971b437264b 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVolumeCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVolumeCollection.cs @@ -65,7 +65,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -116,7 +116,7 @@ public virtual async Task> CreateOrUpda /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -167,7 +167,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -212,7 +212,7 @@ public virtual async Task> GetAsync(string /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -257,7 +257,7 @@ public virtual Response Get(string volumeName, Cance /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -289,7 +289,7 @@ public virtual AsyncPageable GetAllAsync(int? top = /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -321,7 +321,7 @@ public virtual Pageable GetAll(int? top = null, stri /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -364,7 +364,7 @@ public virtual async Task> ExistsAsync(string volumeName, Cancell /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -407,7 +407,7 @@ public virtual Response Exists(string volumeName, CancellationToken cancel /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -452,7 +452,7 @@ public virtual async Task> GetIfExi /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVolumeResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVolumeResource.cs index c7be5e2dc340..76339fb06c4c 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVolumeResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/NetworkCloudVolumeResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -143,7 +143,7 @@ public virtual async Task> GetAsync(Cancell /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -183,7 +183,7 @@ public virtual Response Get(CancellationToken cancel /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -227,7 +227,7 @@ public virtual async Task> Delet /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -271,7 +271,7 @@ public virtual ArmOperation Delete(WaitUntil /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -315,7 +315,7 @@ public virtual async Task> UpdateAsync(Netw /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -359,7 +359,7 @@ public virtual Response Update(NetworkCloudVolumePat /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -421,7 +421,7 @@ public virtual async Task> AddTagAsync(stri /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -483,7 +483,7 @@ public virtual Response AddTag(string key, string va /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -540,7 +540,7 @@ public virtual async Task> SetTagsAsync(IDi /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -597,7 +597,7 @@ public virtual Response SetTags(IDictionary /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource @@ -657,7 +657,7 @@ public virtual async Task> RemoveTagAsync(s /// /// /// Default Api Version - /// 2025-07-01-preview + /// 2025-09-01 /// /// /// Resource diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/AgentPoolsRestOperations.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/AgentPoolsRestOperations.cs index caa9317852fb..d243c484890e 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/AgentPoolsRestOperations.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/AgentPoolsRestOperations.cs @@ -32,7 +32,7 @@ public AgentPoolsRestOperations(HttpPipeline pipeline, string applicationId, Uri { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2025-07-01-preview"; + _apiVersion = apiVersion ?? "2025-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/BareMetalMachineKeySetsRestOperations.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/BareMetalMachineKeySetsRestOperations.cs index 79a44959902d..f8af92379221 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/BareMetalMachineKeySetsRestOperations.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/BareMetalMachineKeySetsRestOperations.cs @@ -32,7 +32,7 @@ public BareMetalMachineKeySetsRestOperations(HttpPipeline pipeline, string appli { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2025-07-01-preview"; + _apiVersion = apiVersion ?? "2025-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/BareMetalMachinesRestOperations.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/BareMetalMachinesRestOperations.cs index ba063e4a8dca..7c9a0dd04cc3 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/BareMetalMachinesRestOperations.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/BareMetalMachinesRestOperations.cs @@ -32,7 +32,7 @@ public BareMetalMachinesRestOperations(HttpPipeline pipeline, string application { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2025-07-01-preview"; + _apiVersion = apiVersion ?? "2025-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/BmcKeySetsRestOperations.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/BmcKeySetsRestOperations.cs index deeee54ba0f2..1cb655718f02 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/BmcKeySetsRestOperations.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/BmcKeySetsRestOperations.cs @@ -32,7 +32,7 @@ public BmcKeySetsRestOperations(HttpPipeline pipeline, string applicationId, Uri { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2025-07-01-preview"; + _apiVersion = apiVersion ?? "2025-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/CloudServicesNetworksRestOperations.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/CloudServicesNetworksRestOperations.cs index 6788e741fba8..466249731dc6 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/CloudServicesNetworksRestOperations.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/CloudServicesNetworksRestOperations.cs @@ -32,7 +32,7 @@ public CloudServicesNetworksRestOperations(HttpPipeline pipeline, string applica { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2025-07-01-preview"; + _apiVersion = apiVersion ?? "2025-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/ClusterManagersRestOperations.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/ClusterManagersRestOperations.cs index 255367b6c75f..871a7b70f10f 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/ClusterManagersRestOperations.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/ClusterManagersRestOperations.cs @@ -32,7 +32,7 @@ public ClusterManagersRestOperations(HttpPipeline pipeline, string applicationId { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2025-07-01-preview"; + _apiVersion = apiVersion ?? "2025-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/ClustersRestOperations.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/ClustersRestOperations.cs index 4153924d37d8..570a37ddd9f2 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/ClustersRestOperations.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/ClustersRestOperations.cs @@ -32,7 +32,7 @@ public ClustersRestOperations(HttpPipeline pipeline, string applicationId, Uri e { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2025-07-01-preview"; + _apiVersion = apiVersion ?? "2025-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/ConsolesRestOperations.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/ConsolesRestOperations.cs index 37529f9b6b97..453102f67125 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/ConsolesRestOperations.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/ConsolesRestOperations.cs @@ -32,7 +32,7 @@ public ConsolesRestOperations(HttpPipeline pipeline, string applicationId, Uri e { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2025-07-01-preview"; + _apiVersion = apiVersion ?? "2025-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/KubernetesClusterFeaturesRestOperations.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/KubernetesClusterFeaturesRestOperations.cs index 9f6023d9121a..278f7336cefc 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/KubernetesClusterFeaturesRestOperations.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/KubernetesClusterFeaturesRestOperations.cs @@ -32,7 +32,7 @@ public KubernetesClusterFeaturesRestOperations(HttpPipeline pipeline, string app { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2025-07-01-preview"; + _apiVersion = apiVersion ?? "2025-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/KubernetesClustersRestOperations.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/KubernetesClustersRestOperations.cs index fce28438ebf7..61dc69476c3a 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/KubernetesClustersRestOperations.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/KubernetesClustersRestOperations.cs @@ -32,7 +32,7 @@ public KubernetesClustersRestOperations(HttpPipeline pipeline, string applicatio { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2025-07-01-preview"; + _apiVersion = apiVersion ?? "2025-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/L2NetworksRestOperations.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/L2NetworksRestOperations.cs index 55f4a35eb3bf..1c6b4f0d487a 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/L2NetworksRestOperations.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/L2NetworksRestOperations.cs @@ -32,7 +32,7 @@ public L2NetworksRestOperations(HttpPipeline pipeline, string applicationId, Uri { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2025-07-01-preview"; + _apiVersion = apiVersion ?? "2025-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/L3NetworksRestOperations.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/L3NetworksRestOperations.cs index 827f09307860..f79e12e0292d 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/L3NetworksRestOperations.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/L3NetworksRestOperations.cs @@ -32,7 +32,7 @@ public L3NetworksRestOperations(HttpPipeline pipeline, string applicationId, Uri { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2025-07-01-preview"; + _apiVersion = apiVersion ?? "2025-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/MetricsConfigurationsRestOperations.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/MetricsConfigurationsRestOperations.cs index 6ec100674eab..b78cf7a1a6be 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/MetricsConfigurationsRestOperations.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/MetricsConfigurationsRestOperations.cs @@ -32,7 +32,7 @@ public MetricsConfigurationsRestOperations(HttpPipeline pipeline, string applica { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2025-07-01-preview"; + _apiVersion = apiVersion ?? "2025-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/RackSkusRestOperations.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/RackSkusRestOperations.cs index 811abcb4568f..74fcc1a784fb 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/RackSkusRestOperations.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/RackSkusRestOperations.cs @@ -32,7 +32,7 @@ public RackSkusRestOperations(HttpPipeline pipeline, string applicationId, Uri e { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2025-07-01-preview"; + _apiVersion = apiVersion ?? "2025-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/RacksRestOperations.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/RacksRestOperations.cs index fff349eb97e2..a9a86a1a1c96 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/RacksRestOperations.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/RacksRestOperations.cs @@ -32,7 +32,7 @@ public RacksRestOperations(HttpPipeline pipeline, string applicationId, Uri endp { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2025-07-01-preview"; + _apiVersion = apiVersion ?? "2025-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/StorageAppliancesRestOperations.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/StorageAppliancesRestOperations.cs index 39a26aa68d4c..41fb108601f1 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/StorageAppliancesRestOperations.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/StorageAppliancesRestOperations.cs @@ -32,7 +32,7 @@ public StorageAppliancesRestOperations(HttpPipeline pipeline, string application { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2025-07-01-preview"; + _apiVersion = apiVersion ?? "2025-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/TrunkedNetworksRestOperations.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/TrunkedNetworksRestOperations.cs index fa4312efac52..da4b348257d9 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/TrunkedNetworksRestOperations.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/TrunkedNetworksRestOperations.cs @@ -32,7 +32,7 @@ public TrunkedNetworksRestOperations(HttpPipeline pipeline, string applicationId { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2025-07-01-preview"; + _apiVersion = apiVersion ?? "2025-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/VirtualMachinesRestOperations.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/VirtualMachinesRestOperations.cs index 1d789316b772..8ed8e72dba56 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/VirtualMachinesRestOperations.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/VirtualMachinesRestOperations.cs @@ -32,7 +32,7 @@ public VirtualMachinesRestOperations(HttpPipeline pipeline, string applicationId { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2025-07-01-preview"; + _apiVersion = apiVersion ?? "2025-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/VolumesRestOperations.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/VolumesRestOperations.cs index 136f78cca292..7631f025de5e 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/VolumesRestOperations.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/RestOperations/VolumesRestOperations.cs @@ -32,7 +32,7 @@ public VolumesRestOperations(HttpPipeline pipeline, string applicationId, Uri en { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2025-07-01-preview"; + _apiVersion = apiVersion ?? "2025-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/autorest.md b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/autorest.md index 50fc6c2f2e2a..b8439ad27307 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/autorest.md +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/autorest.md @@ -7,8 +7,8 @@ azure-arm: true csharp: true library-name: NetworkCloud namespace: Azure.ResourceManager.NetworkCloud -require: https://github.com/Azure/azure-rest-api-specs/blob/a83122b78a412ed2733042cb468a98484d99ecc2/specification/networkcloud/resource-manager/readme.md -#tag: package-2025-07-01-preview +require: https://github.com/Azure/azure-rest-api-specs/blob/ccd751d5bf9d1457426de7fe6d857a4cfe890cd5/specification/networkcloud/resource-manager/readme.md +#tag: package-2025-09-01 output-folder: $(this-folder)/Generated clear-output-folder: true sample-gen: diff --git a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudAgentPoolCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudAgentPoolCollection.cs index cd58c1b99ed4..a7c110c84817 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudAgentPoolCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudAgentPoolCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudAgentPoolCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_CreateOrUpdateKubernetesClusterAgentPool() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/AgentPools_Create.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/AgentPools_Create.json // this example is just showing the usage of "AgentPools_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 @@ -96,7 +96,7 @@ public async Task CreateOrUpdate_CreateOrUpdateKubernetesClusterAgentPool() [Ignore("Only validating compilation of examples")] public async Task Get_GetKubernetesClusterAgentPool() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/AgentPools_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/AgentPools_Get.json // this example is just showing the usage of "AgentPools_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 @@ -130,7 +130,7 @@ public async Task Get_GetKubernetesClusterAgentPool() [Ignore("Only validating compilation of examples")] public async Task GetAll_ListAgentPoolsOfTheKubernetesCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/AgentPools_ListByKubernetesCluster.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/AgentPools_ListByKubernetesCluster.json // this example is just showing the usage of "AgentPools_ListByKubernetesCluster" 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 @@ -166,7 +166,7 @@ public async Task GetAll_ListAgentPoolsOfTheKubernetesCluster() [Ignore("Only validating compilation of examples")] public async Task Exists_GetKubernetesClusterAgentPool() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/AgentPools_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/AgentPools_Get.json // this example is just showing the usage of "AgentPools_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 @@ -196,7 +196,7 @@ public async Task Exists_GetKubernetesClusterAgentPool() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_GetKubernetesClusterAgentPool() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/AgentPools_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/AgentPools_Get.json // this example is just showing the usage of "AgentPools_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudAgentPoolResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudAgentPoolResource.cs index c0737bf3544d..1eeda0cd9008 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudAgentPoolResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudAgentPoolResource.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudAgentPoolResource [Ignore("Only validating compilation of examples")] public async Task Get_GetKubernetesClusterAgentPool() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/AgentPools_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/AgentPools_Get.json // this example is just showing the usage of "AgentPools_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 @@ -51,7 +51,7 @@ public async Task Get_GetKubernetesClusterAgentPool() [Ignore("Only validating compilation of examples")] public async Task Update_PatchKubernetesClusterAgentPool() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/AgentPools_Patch.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/AgentPools_Patch.json // this example is just showing the usage of "AgentPools_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBareMetalMachineCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBareMetalMachineCollection.cs index 131461eba1d6..f83bfc145189 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBareMetalMachineCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBareMetalMachineCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudBareMetalMachineCollection [Ignore("Only validating compilation of examples")] public async Task Get_GetBareMetalMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachines_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachines_Get.json // this example is just showing the usage of "BareMetalMachines_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 @@ -53,7 +53,7 @@ public async Task Get_GetBareMetalMachine() [Ignore("Only validating compilation of examples")] public async Task GetAll_ListBareMetalMachinesForResourceGroup() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachines_ListByResourceGroup.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachines_ListByResourceGroup.json // this example is just showing the usage of "BareMetalMachines_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 @@ -88,7 +88,7 @@ public async Task GetAll_ListBareMetalMachinesForResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_GetBareMetalMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachines_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachines_Get.json // this example is just showing the usage of "BareMetalMachines_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 @@ -117,7 +117,7 @@ public async Task Exists_GetBareMetalMachine() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_GetBareMetalMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachines_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachines_Get.json // this example is just showing the usage of "BareMetalMachines_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBareMetalMachineKeySetCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBareMetalMachineKeySetCollection.cs index 143e9e70c54f..fbcd2a08f16b 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBareMetalMachineKeySetCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBareMetalMachineKeySetCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_NetworkCloudBareMetalMachineKeySetCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_CreateOrUpdateBareMetalMachineKeySetOfCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachineKeySets_Create.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachineKeySets_Create.json // this example is just showing the usage of "BareMetalMachineKeySets_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 @@ -85,7 +85,7 @@ public async Task CreateOrUpdate_CreateOrUpdateBareMetalMachineKeySetOfCluster() [Ignore("Only validating compilation of examples")] public async Task Get_GetBareMetalMachineKeySetOfCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachineKeySets_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachineKeySets_Get.json // this example is just showing the usage of "BareMetalMachineKeySets_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_GetBareMetalMachineKeySetOfCluster() [Ignore("Only validating compilation of examples")] public async Task GetAll_ListBareMetalMachineKeySetsOfTheCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachineKeySets_ListByCluster.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachineKeySets_ListByCluster.json // this example is just showing the usage of "BareMetalMachineKeySets_ListByCluster" 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 GetAll_ListBareMetalMachineKeySetsOfTheCluster() [Ignore("Only validating compilation of examples")] public async Task Exists_GetBareMetalMachineKeySetOfCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachineKeySets_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachineKeySets_Get.json // this example is just showing the usage of "BareMetalMachineKeySets_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 @@ -185,7 +185,7 @@ public async Task Exists_GetBareMetalMachineKeySetOfCluster() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_GetBareMetalMachineKeySetOfCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachineKeySets_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachineKeySets_Get.json // this example is just showing the usage of "BareMetalMachineKeySets_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBareMetalMachineKeySetResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBareMetalMachineKeySetResource.cs index 7ef77ae944b3..f8f9679f76ac 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBareMetalMachineKeySetResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBareMetalMachineKeySetResource.cs @@ -21,7 +21,7 @@ public partial class Sample_NetworkCloudBareMetalMachineKeySetResource [Ignore("Only validating compilation of examples")] public async Task Get_GetBareMetalMachineKeySetOfCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachineKeySets_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachineKeySets_Get.json // this example is just showing the usage of "BareMetalMachineKeySets_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 @@ -52,7 +52,7 @@ public async Task Get_GetBareMetalMachineKeySetOfCluster() [Ignore("Only validating compilation of examples")] public async Task Update_PatchBareMetalMachineKeySetOfCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachineKeySets_Patch.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachineKeySets_Patch.json // this example is just showing the usage of "BareMetalMachineKeySets_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBareMetalMachineResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBareMetalMachineResource.cs index 467d5ccbdc01..7e6c597dd80e 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBareMetalMachineResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBareMetalMachineResource.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudBareMetalMachineResource [Ignore("Only validating compilation of examples")] public async Task Get_GetBareMetalMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachines_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachines_Get.json // this example is just showing the usage of "BareMetalMachines_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 @@ -50,7 +50,7 @@ public async Task Get_GetBareMetalMachine() [Ignore("Only validating compilation of examples")] public async Task Update_PatchBareMetalMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachines_Patch.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachines_Patch.json // this example is just showing the usage of "BareMetalMachines_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 @@ -90,7 +90,7 @@ public async Task Update_PatchBareMetalMachine() [Ignore("Only validating compilation of examples")] public async Task Cordon_CordonBareMetalMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachines_Cordon.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachines_Cordon.json // this example is just showing the usage of "BareMetalMachines_Cordon" 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 @@ -121,7 +121,7 @@ public async Task Cordon_CordonBareMetalMachine() [Ignore("Only validating compilation of examples")] public async Task PowerOff_PowerOffBareMetalMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachines_PowerOff.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachines_PowerOff.json // this example is just showing the usage of "BareMetalMachines_PowerOff" 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 @@ -152,7 +152,7 @@ public async Task PowerOff_PowerOffBareMetalMachine() [Ignore("Only validating compilation of examples")] public async Task Reimage_ReimageBareMetalMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachines_Reimage.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachines_Reimage.json // this example is just showing the usage of "BareMetalMachines_Reimage" 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 Reimage_ReimageBareMetalMachine() [Ignore("Only validating compilation of examples")] public async Task Replace_ReplaceBareMetalMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachines_Replace.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachines_Replace.json // this example is just showing the usage of "BareMetalMachines_Replace" 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 @@ -219,7 +219,7 @@ public async Task Replace_ReplaceBareMetalMachine() [Ignore("Only validating compilation of examples")] public async Task Restart_RestartBareMetalMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachines_Restart.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachines_Restart.json // this example is just showing the usage of "BareMetalMachines_Restart" 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 Restart_RestartBareMetalMachine() [Ignore("Only validating compilation of examples")] public async Task RunCommand_RunCommandOnBareMetalMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachines_RunCommand.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachines_RunCommand.json // this example is just showing the usage of "BareMetalMachines_RunCommand" 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 @@ -277,7 +277,7 @@ public async Task RunCommand_RunCommandOnBareMetalMachine() [Ignore("Only validating compilation of examples")] public async Task RunDataExtracts_RunDataExtractionOnBareMetalMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachines_RunDataExtracts.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachines_RunDataExtracts.json // this example is just showing the usage of "BareMetalMachines_RunDataExtracts" 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 @@ -311,7 +311,7 @@ public async Task RunDataExtracts_RunDataExtractionOnBareMetalMachine() [Ignore("Only validating compilation of examples")] public async Task RunDataExtractsRestricted_RunRestrictedDataExtractionOnBareMetalMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachines_RunDataExtractsRestricted.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachines_RunDataExtractsRestricted.json // this example is just showing the usage of "BareMetalMachines_RunDataExtractsRestricted" 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 @@ -345,7 +345,7 @@ public async Task RunDataExtractsRestricted_RunRestrictedDataExtractionOnBareMet [Ignore("Only validating compilation of examples")] public async Task RunReadCommands_RunAndRetrieveOutputFromASingleReadOnlyCommandOnBareMetalMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachines_RunReadCommands_Hostname.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachines_RunReadCommands_Hostname.json // this example is just showing the usage of "BareMetalMachines_RunReadCommands" 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 @@ -376,7 +376,7 @@ public async Task RunReadCommands_RunAndRetrieveOutputFromASingleReadOnlyCommand [Ignore("Only validating compilation of examples")] public async Task RunReadCommands_RunAndRetrieveOutputFromReadOnlyCommandsOnBareMetalMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachines_RunReadCommands_Multiple.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachines_RunReadCommands_Multiple.json // this example is just showing the usage of "BareMetalMachines_RunReadCommands" 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 @@ -414,7 +414,7 @@ public async Task RunReadCommands_RunAndRetrieveOutputFromReadOnlyCommandsOnBare [Ignore("Only validating compilation of examples")] public async Task Start_StartBareMetalMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachines_Start.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachines_Start.json // this example is just showing the usage of "BareMetalMachines_Start" 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 @@ -441,7 +441,7 @@ public async Task Start_StartBareMetalMachine() [Ignore("Only validating compilation of examples")] public async Task Uncordon_UncordonBareMetalMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachines_Uncordon.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachines_Uncordon.json // this example is just showing the usage of "BareMetalMachines_Uncordon" 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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBmcKeySetCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBmcKeySetCollection.cs index 0c686bb58717..89f63e94ce1e 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBmcKeySetCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBmcKeySetCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudBmcKeySetCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_CreateOrUpdateBaseboardManagementControllerKeySetOfCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BmcKeySets_Create.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BmcKeySets_Create.json // this example is just showing the usage of "BmcKeySets_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 @@ -81,7 +81,7 @@ public async Task CreateOrUpdate_CreateOrUpdateBaseboardManagementControllerKeyS [Ignore("Only validating compilation of examples")] public async Task Get_GetBaseboardManagementControllerKeySetOfCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BmcKeySets_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BmcKeySets_Get.json // this example is just showing the usage of "BmcKeySets_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 @@ -115,7 +115,7 @@ public async Task Get_GetBaseboardManagementControllerKeySetOfCluster() [Ignore("Only validating compilation of examples")] public async Task GetAll_ListBaseboardManagementControllerKeySetsOfTheCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BmcKeySets_ListByCluster.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BmcKeySets_ListByCluster.json // this example is just showing the usage of "BmcKeySets_ListByCluster" 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 @@ -151,7 +151,7 @@ public async Task GetAll_ListBaseboardManagementControllerKeySetsOfTheCluster() [Ignore("Only validating compilation of examples")] public async Task Exists_GetBaseboardManagementControllerKeySetOfCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BmcKeySets_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BmcKeySets_Get.json // this example is just showing the usage of "BmcKeySets_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 @@ -181,7 +181,7 @@ public async Task Exists_GetBaseboardManagementControllerKeySetOfCluster() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_GetBaseboardManagementControllerKeySetOfCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BmcKeySets_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BmcKeySets_Get.json // this example is just showing the usage of "BmcKeySets_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBmcKeySetResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBmcKeySetResource.cs index 8cd3f7f62422..3c1c0cb0b563 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBmcKeySetResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudBmcKeySetResource.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudBmcKeySetResource [Ignore("Only validating compilation of examples")] public async Task Get_GetBaseboardManagementControllerKeySetOfCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BmcKeySets_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BmcKeySets_Get.json // this example is just showing the usage of "BmcKeySets_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 @@ -51,7 +51,7 @@ public async Task Get_GetBaseboardManagementControllerKeySetOfCluster() [Ignore("Only validating compilation of examples")] public async Task Update_PatchBaseboardManagementControllerKeySetOfCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BmcKeySets_Patch.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BmcKeySets_Patch.json // this example is just showing the usage of "BmcKeySets_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudCloudServicesNetworkCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudCloudServicesNetworkCollection.cs index 0b61967ab453..28b87ab64805 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudCloudServicesNetworkCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudCloudServicesNetworkCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_NetworkCloudCloudServicesNetworkCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_CreateOrUpdateCloudServicesNetwork() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/CloudServicesNetworks_Create.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/CloudServicesNetworks_Create.json // this example is just showing the usage of "CloudServicesNetworks_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 @@ -77,7 +77,7 @@ public async Task CreateOrUpdate_CreateOrUpdateCloudServicesNetwork() [Ignore("Only validating compilation of examples")] public async Task Get_GetCloudServicesNetwork() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/CloudServicesNetworks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/CloudServicesNetworks_Get.json // this example is just showing the usage of "CloudServicesNetworks_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 @@ -110,7 +110,7 @@ public async Task Get_GetCloudServicesNetwork() [Ignore("Only validating compilation of examples")] public async Task GetAll_ListCloudServicesNetworksForResourceGroup() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/CloudServicesNetworks_ListByResourceGroup.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/CloudServicesNetworks_ListByResourceGroup.json // this example is just showing the usage of "CloudServicesNetworks_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 @@ -145,7 +145,7 @@ public async Task GetAll_ListCloudServicesNetworksForResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_GetCloudServicesNetwork() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/CloudServicesNetworks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/CloudServicesNetworks_Get.json // this example is just showing the usage of "CloudServicesNetworks_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 @@ -174,7 +174,7 @@ public async Task Exists_GetCloudServicesNetwork() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_GetCloudServicesNetwork() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/CloudServicesNetworks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/CloudServicesNetworks_Get.json // this example is just showing the usage of "CloudServicesNetworks_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudCloudServicesNetworkResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudCloudServicesNetworkResource.cs index 758620551225..b8048d26570d 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudCloudServicesNetworkResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudCloudServicesNetworkResource.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudCloudServicesNetworkResource [Ignore("Only validating compilation of examples")] public async Task Get_GetCloudServicesNetwork() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/CloudServicesNetworks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/CloudServicesNetworks_Get.json // this example is just showing the usage of "CloudServicesNetworks_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 @@ -50,7 +50,7 @@ public async Task Get_GetCloudServicesNetwork() [Ignore("Only validating compilation of examples")] public async Task Update_PatchCloudServicesNetwork() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/CloudServicesNetworks_Patch.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/CloudServicesNetworks_Patch.json // this example is just showing the usage of "CloudServicesNetworks_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterCollection.cs index 513a8fa57fc3..fd7f0d81fe0f 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_NetworkCloudClusterCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_CreateOrUpdateCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_Create.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_Create.json // this example is just showing the usage of "Clusters_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 @@ -179,7 +179,7 @@ public async Task CreateOrUpdate_CreateOrUpdateCluster() [Ignore("Only validating compilation of examples")] public async Task Get_GetCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_Get.json // this example is just showing the usage of "Clusters_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 Get_GetCluster() [Ignore("Only validating compilation of examples")] public async Task GetAll_ListClustersForResourceGroup() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_ListByResourceGroup.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_ListByResourceGroup.json // this example is just showing the usage of "Clusters_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 @@ -247,7 +247,7 @@ public async Task GetAll_ListClustersForResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_GetCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_Get.json // this example is just showing the usage of "Clusters_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 @@ -276,7 +276,7 @@ public async Task Exists_GetCluster() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_GetCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_Get.json // this example is just showing the usage of "Clusters_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterManagerCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterManagerCollection.cs index cadbef65dbab..ca474817256f 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterManagerCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterManagerCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_NetworkCloudClusterManagerCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_CreateOrUpdateClusterManager() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/ClusterManagers_Create.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/ClusterManagers_Create.json // this example is just showing the usage of "ClusterManagers_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 @@ -71,7 +71,7 @@ public async Task CreateOrUpdate_CreateOrUpdateClusterManager() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_CreateOrUpdateClusterManagerWithUserAssignedIdentity() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/ClusterManagers_Create_Uami.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/ClusterManagers_Create_Uami.json // this example is just showing the usage of "ClusterManagers_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 @@ -126,7 +126,7 @@ public async Task CreateOrUpdate_CreateOrUpdateClusterManagerWithUserAssignedIde [Ignore("Only validating compilation of examples")] public async Task Get_GetClusterManager() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/ClusterManagers_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/ClusterManagers_Get.json // this example is just showing the usage of "ClusterManagers_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 @@ -159,7 +159,7 @@ public async Task Get_GetClusterManager() [Ignore("Only validating compilation of examples")] public async Task GetAll_ListClusterManagersForResourceGroup() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/ClusterManagers_ListByResourceGroup.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/ClusterManagers_ListByResourceGroup.json // this example is just showing the usage of "ClusterManagers_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 @@ -194,7 +194,7 @@ public async Task GetAll_ListClusterManagersForResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_GetClusterManager() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/ClusterManagers_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/ClusterManagers_Get.json // this example is just showing the usage of "ClusterManagers_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 @@ -223,7 +223,7 @@ public async Task Exists_GetClusterManager() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_GetClusterManager() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/ClusterManagers_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/ClusterManagers_Get.json // this example is just showing the usage of "ClusterManagers_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterManagerResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterManagerResource.cs index 5de35f4cf0cc..5f171d22e25e 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterManagerResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterManagerResource.cs @@ -21,7 +21,7 @@ public partial class Sample_NetworkCloudClusterManagerResource [Ignore("Only validating compilation of examples")] public async Task Get_GetClusterManager() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/ClusterManagers_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/ClusterManagers_Get.json // this example is just showing the usage of "ClusterManagers_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 @@ -51,7 +51,7 @@ public async Task Get_GetClusterManager() [Ignore("Only validating compilation of examples")] public async Task Update_PatchClusterManager() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/ClusterManagers_Patch.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/ClusterManagers_Patch.json // this example is just showing the usage of "ClusterManagers_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterMetricsConfigurationCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterMetricsConfigurationCollection.cs index a2630038d70f..8a1fe05b49ba 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterMetricsConfigurationCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterMetricsConfigurationCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudClusterMetricsConfigurationCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_CreateOrUpdateMetricsConfigurationOfCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/ClusterMetricsConfigurations_Create.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/ClusterMetricsConfigurations_Create.json // this example is just showing the usage of "MetricsConfigurations_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 @@ -64,7 +64,7 @@ public async Task CreateOrUpdate_CreateOrUpdateMetricsConfigurationOfCluster() [Ignore("Only validating compilation of examples")] public async Task Get_GetMetricsConfigurationOfCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/ClusterMetricsConfigurations_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/ClusterMetricsConfigurations_Get.json // this example is just showing the usage of "MetricsConfigurations_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 @@ -98,7 +98,7 @@ public async Task Get_GetMetricsConfigurationOfCluster() [Ignore("Only validating compilation of examples")] public async Task GetAll_ListMetricsConfigurationsOfTheCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/ClusterMetricsConfigurations_ListByCluster.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/ClusterMetricsConfigurations_ListByCluster.json // this example is just showing the usage of "MetricsConfigurations_ListByCluster" 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 GetAll_ListMetricsConfigurationsOfTheCluster() [Ignore("Only validating compilation of examples")] public async Task Exists_GetMetricsConfigurationOfCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/ClusterMetricsConfigurations_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/ClusterMetricsConfigurations_Get.json // this example is just showing the usage of "MetricsConfigurations_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 @@ -164,7 +164,7 @@ public async Task Exists_GetMetricsConfigurationOfCluster() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_GetMetricsConfigurationOfCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/ClusterMetricsConfigurations_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/ClusterMetricsConfigurations_Get.json // this example is just showing the usage of "MetricsConfigurations_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterMetricsConfigurationResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterMetricsConfigurationResource.cs index bdc2fb01d5fd..95bc6616434e 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterMetricsConfigurationResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterMetricsConfigurationResource.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudClusterMetricsConfigurationResource [Ignore("Only validating compilation of examples")] public async Task Get_GetMetricsConfigurationOfCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/ClusterMetricsConfigurations_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/ClusterMetricsConfigurations_Get.json // this example is just showing the usage of "MetricsConfigurations_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 @@ -51,7 +51,7 @@ public async Task Get_GetMetricsConfigurationOfCluster() [Ignore("Only validating compilation of examples")] public async Task Update_PatchMetricsConfigurationOfCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/ClusterMetricsConfigurations_Patch.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/ClusterMetricsConfigurations_Patch.json // this example is just showing the usage of "MetricsConfigurations_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterResource.cs index 23830e93897e..8ca5a74f40c6 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudClusterResource.cs @@ -21,7 +21,7 @@ public partial class Sample_NetworkCloudClusterResource [Ignore("Only validating compilation of examples")] public async Task Get_GetCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_Get.json // this example is just showing the usage of "Clusters_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 @@ -51,7 +51,7 @@ public async Task Get_GetCluster() [Ignore("Only validating compilation of examples")] public async Task Update_PatchClusterAggregatorOrSingleRackDefinition() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_Patch_AggregatorOrSingleRackDefinition.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_Patch_AggregatorOrSingleRackDefinition.json // this example is just showing the usage of "Clusters_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 @@ -117,7 +117,7 @@ public async Task Update_PatchClusterAggregatorOrSingleRackDefinition() [Ignore("Only validating compilation of examples")] public async Task Update_PatchClusterAnalyticsOutput() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_Patch_AnalyticsOutput.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_Patch_AnalyticsOutput.json // this example is just showing the usage of "Clusters_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 @@ -173,7 +173,7 @@ public async Task Update_PatchClusterAnalyticsOutput() [Ignore("Only validating compilation of examples")] public async Task Update_PatchClusterCommandOutput() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_Patch_CommandOutput.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_Patch_CommandOutput.json // this example is just showing the usage of "Clusters_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 @@ -239,7 +239,7 @@ public async Task Update_PatchClusterCommandOutput() [Ignore("Only validating compilation of examples")] public async Task Update_PatchClusterLocation() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_Patch_Location.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_Patch_Location.json // this example is just showing the usage of "Clusters_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 @@ -279,7 +279,7 @@ public async Task Update_PatchClusterLocation() [Ignore("Only validating compilation of examples")] public async Task Update_PatchRuntimeProtectionConfiguration() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_Patch_RuntimeProtectionConfiguration.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_Patch_RuntimeProtectionConfiguration.json // this example is just showing the usage of "Clusters_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 @@ -319,7 +319,7 @@ public async Task Update_PatchRuntimeProtectionConfiguration() [Ignore("Only validating compilation of examples")] public async Task Update_PatchSecretArchive() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_Patch_SecretArchive.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_Patch_SecretArchive.json // this example is just showing the usage of "Clusters_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 @@ -367,7 +367,7 @@ public async Task Update_PatchSecretArchive() [Ignore("Only validating compilation of examples")] public async Task Update_PatchUpdateStrategy() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_Patch_UpdateStrategy.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_Patch_UpdateStrategy.json // this example is just showing the usage of "Clusters_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 @@ -411,7 +411,7 @@ public async Task Update_PatchUpdateStrategy() [Ignore("Only validating compilation of examples")] public async Task Update_PatchVulnerabilityScanning() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_Patch_VulnerabilityScanning.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_Patch_VulnerabilityScanning.json // this example is just showing the usage of "Clusters_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 @@ -451,7 +451,7 @@ public async Task Update_PatchVulnerabilityScanning() [Ignore("Only validating compilation of examples")] public async Task ContinueUpdateVersion_ContinueUpdateClusterVersion() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_ContinueUpdateVersion.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_ContinueUpdateVersion.json // this example is just showing the usage of "Clusters_ContinueUpdateVersion" 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 @@ -482,7 +482,7 @@ public async Task ContinueUpdateVersion_ContinueUpdateClusterVersion() [Ignore("Only validating compilation of examples")] public async Task Deploy_DeployCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_Deploy.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_Deploy.json // this example is just showing the usage of "Clusters_Deploy" 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 @@ -510,7 +510,7 @@ public async Task Deploy_DeployCluster() [Ignore("Only validating compilation of examples")] public async Task Deploy_DeployClusterSkippingValidation() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_Deploy_SkipValidation.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_Deploy_SkipValidation.json // this example is just showing the usage of "Clusters_Deploy" 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 @@ -541,7 +541,7 @@ public async Task Deploy_DeployClusterSkippingValidation() [Ignore("Only validating compilation of examples")] public async Task ScanRuntime_ExecuteARuntimeProtectionScanOnTheCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_ScanRuntime.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_ScanRuntime.json // this example is just showing the usage of "Clusters_ScanRuntime" 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 @@ -572,7 +572,7 @@ public async Task ScanRuntime_ExecuteARuntimeProtectionScanOnTheCluster() [Ignore("Only validating compilation of examples")] public async Task UpdateVersion_UpdateClusterVersion() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_UpdateVersion.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_UpdateVersion.json // this example is just showing the usage of "Clusters_UpdateVersion" 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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudKubernetesClusterCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudKubernetesClusterCollection.cs index 50d3c5a78981..1b31f25d199a 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudKubernetesClusterCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudKubernetesClusterCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_NetworkCloudKubernetesClusterCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_CreateOrUpdateKubernetesCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/KubernetesClusters_Create.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/KubernetesClusters_Create.json // this example is just showing the usage of "KubernetesClusters_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 @@ -171,7 +171,7 @@ public async Task CreateOrUpdate_CreateOrUpdateKubernetesCluster() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_CreateOrUpdateKubernetesClusterWithALayer2LoadBalancer() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/KubernetesClusters_L2LoadBalancer_Create.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/KubernetesClusters_L2LoadBalancer_Create.json // this example is just showing the usage of "KubernetesClusters_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 @@ -300,7 +300,7 @@ public async Task CreateOrUpdate_CreateOrUpdateKubernetesClusterWithALayer2LoadB [Ignore("Only validating compilation of examples")] public async Task Get_GetKubernetesCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/KubernetesClusters_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/KubernetesClusters_Get.json // this example is just showing the usage of "KubernetesClusters_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 @@ -333,7 +333,7 @@ public async Task Get_GetKubernetesCluster() [Ignore("Only validating compilation of examples")] public async Task GetAll_ListKubernetesClustersForResourceGroup() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/KubernetesClusters_ListByResourceGroup.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/KubernetesClusters_ListByResourceGroup.json // this example is just showing the usage of "KubernetesClusters_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 @@ -368,7 +368,7 @@ public async Task GetAll_ListKubernetesClustersForResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_GetKubernetesCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/KubernetesClusters_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/KubernetesClusters_Get.json // this example is just showing the usage of "KubernetesClusters_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 @@ -397,7 +397,7 @@ public async Task Exists_GetKubernetesCluster() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_GetKubernetesCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/KubernetesClusters_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/KubernetesClusters_Get.json // this example is just showing the usage of "KubernetesClusters_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudKubernetesClusterFeatureCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudKubernetesClusterFeatureCollection.cs index 40b90c859fbc..aef473af72c4 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudKubernetesClusterFeatureCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudKubernetesClusterFeatureCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudKubernetesClusterFeatureCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_CreateOrUpdateKubernetesClusterFeature() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/KubernetesClusterFeatures_Create.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/KubernetesClusterFeatures_Create.json // this example is just showing the usage of "KubernetesClusterFeatures_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 @@ -64,7 +64,7 @@ public async Task CreateOrUpdate_CreateOrUpdateKubernetesClusterFeature() [Ignore("Only validating compilation of examples")] public async Task Get_GetKubernetesClusterFeature() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/KubernetesClusterFeatures_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/KubernetesClusterFeatures_Get.json // this example is just showing the usage of "KubernetesClusterFeatures_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 @@ -98,7 +98,7 @@ public async Task Get_GetKubernetesClusterFeature() [Ignore("Only validating compilation of examples")] public async Task GetAll_ListFeaturesForTheKubernetesCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/KubernetesClusterFeatures_ListByKubernetesCluster.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/KubernetesClusterFeatures_ListByKubernetesCluster.json // this example is just showing the usage of "KubernetesClusterFeatures_ListByKubernetesCluster" 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 GetAll_ListFeaturesForTheKubernetesCluster() [Ignore("Only validating compilation of examples")] public async Task Exists_GetKubernetesClusterFeature() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/KubernetesClusterFeatures_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/KubernetesClusterFeatures_Get.json // this example is just showing the usage of "KubernetesClusterFeatures_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 @@ -164,7 +164,7 @@ public async Task Exists_GetKubernetesClusterFeature() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_GetKubernetesClusterFeature() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/KubernetesClusterFeatures_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/KubernetesClusterFeatures_Get.json // this example is just showing the usage of "KubernetesClusterFeatures_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudKubernetesClusterFeatureResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudKubernetesClusterFeatureResource.cs index 07309fcf0583..7ac7a369b179 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudKubernetesClusterFeatureResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudKubernetesClusterFeatureResource.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudKubernetesClusterFeatureResource [Ignore("Only validating compilation of examples")] public async Task Get_GetKubernetesClusterFeature() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/KubernetesClusterFeatures_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/KubernetesClusterFeatures_Get.json // this example is just showing the usage of "KubernetesClusterFeatures_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 @@ -51,7 +51,7 @@ public async Task Get_GetKubernetesClusterFeature() [Ignore("Only validating compilation of examples")] public async Task Delete_DeleteKubernetesClusterFeature() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/KubernetesClusterFeatures_Delete.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/KubernetesClusterFeatures_Delete.json // this example is just showing the usage of "KubernetesClusterFeatures_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 @@ -79,7 +79,7 @@ public async Task Delete_DeleteKubernetesClusterFeature() [Ignore("Only validating compilation of examples")] public async Task Update_PatchKubernetesClusterFeature() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/KubernetesClusterFeatures_Patch.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/KubernetesClusterFeatures_Patch.json // this example is just showing the usage of "KubernetesClusterFeatures_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudKubernetesClusterResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudKubernetesClusterResource.cs index a78af29182a5..6913afdb59b8 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudKubernetesClusterResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudKubernetesClusterResource.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudKubernetesClusterResource [Ignore("Only validating compilation of examples")] public async Task Get_GetKubernetesCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/KubernetesClusters_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/KubernetesClusters_Get.json // this example is just showing the usage of "KubernetesClusters_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 @@ -50,7 +50,7 @@ public async Task Get_GetKubernetesCluster() [Ignore("Only validating compilation of examples")] public async Task Update_PatchKubernetesCluster() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/KubernetesClusters_Patch.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/KubernetesClusters_Patch.json // this example is just showing the usage of "KubernetesClusters_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 @@ -96,7 +96,7 @@ public async Task Update_PatchKubernetesCluster() [Ignore("Only validating compilation of examples")] public async Task RestartNode_RestartAKubernetesClusterNode() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/KubernetesClusters_RestartNode.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/KubernetesClusters_RestartNode.json // this example is just showing the usage of "KubernetesClusters_RestartNode" 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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudL2NetworkCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudL2NetworkCollection.cs index 1268ae3a3777..5716db48ee05 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudL2NetworkCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudL2NetworkCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_NetworkCloudL2NetworkCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_CreateOrUpdateL2Network() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/L2Networks_Create.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/L2Networks_Create.json // this example is just showing the usage of "L2Networks_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 @@ -65,7 +65,7 @@ public async Task CreateOrUpdate_CreateOrUpdateL2Network() [Ignore("Only validating compilation of examples")] public async Task Get_GetL2Network() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/L2Networks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/L2Networks_Get.json // this example is just showing the usage of "L2Networks_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 @@ -98,7 +98,7 @@ public async Task Get_GetL2Network() [Ignore("Only validating compilation of examples")] public async Task GetAll_ListL2NetworksForResourceGroup() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/L2Networks_ListByResourceGroup.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/L2Networks_ListByResourceGroup.json // this example is just showing the usage of "L2Networks_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 @@ -133,7 +133,7 @@ public async Task GetAll_ListL2NetworksForResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_GetL2Network() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/L2Networks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/L2Networks_Get.json // this example is just showing the usage of "L2Networks_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 @@ -162,7 +162,7 @@ public async Task Exists_GetL2Network() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_GetL2Network() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/L2Networks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/L2Networks_Get.json // this example is just showing the usage of "L2Networks_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudL2NetworkResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudL2NetworkResource.cs index 0ed7576eb5b7..3661bfa88bfc 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudL2NetworkResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudL2NetworkResource.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudL2NetworkResource [Ignore("Only validating compilation of examples")] public async Task Get_GetL2Network() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/L2Networks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/L2Networks_Get.json // this example is just showing the usage of "L2Networks_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 @@ -50,7 +50,7 @@ public async Task Get_GetL2Network() [Ignore("Only validating compilation of examples")] public async Task Update_PatchL2Network() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/L2Networks_Patch.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/L2Networks_Patch.json // this example is just showing the usage of "L2Networks_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudL3NetworkCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudL3NetworkCollection.cs index 929584971c4d..ea9a20de08db 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudL3NetworkCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudL3NetworkCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_NetworkCloudL3NetworkCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_CreateOrUpdateL3Network() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/L3Networks_Create.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/L3Networks_Create.json // this example is just showing the usage of "L3Networks_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_CreateOrUpdateL3Network() [Ignore("Only validating compilation of examples")] public async Task Get_GetL3network() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/L3Networks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/L3Networks_Get.json // this example is just showing the usage of "L3Networks_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 @@ -100,7 +100,7 @@ public async Task Get_GetL3network() [Ignore("Only validating compilation of examples")] public async Task GetAll_ListL3NetworksForResourceGroup() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/L3Networks_ListByResourceGroup.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/L3Networks_ListByResourceGroup.json // this example is just showing the usage of "L3Networks_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 @@ -135,7 +135,7 @@ public async Task GetAll_ListL3NetworksForResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_GetL3network() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/L3Networks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/L3Networks_Get.json // this example is just showing the usage of "L3Networks_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 @@ -164,7 +164,7 @@ public async Task Exists_GetL3network() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_GetL3network() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/L3Networks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/L3Networks_Get.json // this example is just showing the usage of "L3Networks_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudL3NetworkResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudL3NetworkResource.cs index cbf64032a952..9d8d8e774c98 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudL3NetworkResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudL3NetworkResource.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudL3NetworkResource [Ignore("Only validating compilation of examples")] public async Task Get_GetL3network() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/L3Networks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/L3Networks_Get.json // this example is just showing the usage of "L3Networks_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 @@ -50,7 +50,7 @@ public async Task Get_GetL3network() [Ignore("Only validating compilation of examples")] public async Task Update_PatchL3Network() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/L3Networks_Patch.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/L3Networks_Patch.json // this example is just showing the usage of "L3Networks_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudRackCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudRackCollection.cs index 248e6bb02f47..cb737ad3eef5 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudRackCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudRackCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudRackCollection [Ignore("Only validating compilation of examples")] public async Task Get_GetRack() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Racks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Racks_Get.json // this example is just showing the usage of "Racks_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 @@ -53,7 +53,7 @@ public async Task Get_GetRack() [Ignore("Only validating compilation of examples")] public async Task GetAll_ListRacksForResourceGroup() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Racks_ListByResourceGroup.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Racks_ListByResourceGroup.json // this example is just showing the usage of "Racks_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 @@ -88,7 +88,7 @@ public async Task GetAll_ListRacksForResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_GetRack() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Racks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Racks_Get.json // this example is just showing the usage of "Racks_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 @@ -117,7 +117,7 @@ public async Task Exists_GetRack() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_GetRack() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Racks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Racks_Get.json // this example is just showing the usage of "Racks_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudRackResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudRackResource.cs index baf191043550..e007b9bc55f0 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudRackResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudRackResource.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudRackResource [Ignore("Only validating compilation of examples")] public async Task Get_GetRack() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Racks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Racks_Get.json // this example is just showing the usage of "Racks_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 @@ -50,7 +50,7 @@ public async Task Get_GetRack() [Ignore("Only validating compilation of examples")] public async Task Update_PatchRack() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Racks_Patch.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Racks_Patch.json // this example is just showing the usage of "Racks_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudRackSkuCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudRackSkuCollection.cs index 782ebc4574a1..f577a5b41faf 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudRackSkuCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudRackSkuCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudRackSkuCollection [Ignore("Only validating compilation of examples")] public async Task Get_GetRackSKUResource() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/RackSkus_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/RackSkus_Get.json // this example is just showing the usage of "RackSkus_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 @@ -52,7 +52,7 @@ public async Task Get_GetRackSKUResource() [Ignore("Only validating compilation of examples")] public async Task GetAll_ListRackSKUsForSubscription() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/RackSkus_ListBySubscription.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/RackSkus_ListBySubscription.json // this example is just showing the usage of "RackSkus_ListBySubscription" 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 @@ -86,7 +86,7 @@ public async Task GetAll_ListRackSKUsForSubscription() [Ignore("Only validating compilation of examples")] public async Task Exists_GetRackSKUResource() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/RackSkus_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/RackSkus_Get.json // this example is just showing the usage of "RackSkus_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 @@ -114,7 +114,7 @@ public async Task Exists_GetRackSKUResource() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_GetRackSKUResource() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/RackSkus_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/RackSkus_Get.json // this example is just showing the usage of "RackSkus_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudRackSkuResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudRackSkuResource.cs index 918c0fdb5911..296d4280b9af 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudRackSkuResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudRackSkuResource.cs @@ -19,7 +19,7 @@ public partial class Sample_NetworkCloudRackSkuResource [Ignore("Only validating compilation of examples")] public async Task Get_GetRackSKUResource() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/RackSkus_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/RackSkus_Get.json // this example is just showing the usage of "RackSkus_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudStorageApplianceCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudStorageApplianceCollection.cs index d262e2147252..13d0be6ff44a 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudStorageApplianceCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudStorageApplianceCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudStorageApplianceCollection [Ignore("Only validating compilation of examples")] public async Task Get_GetStorageAppliance() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/StorageAppliances_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/StorageAppliances_Get.json // this example is just showing the usage of "StorageAppliances_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 @@ -53,7 +53,7 @@ public async Task Get_GetStorageAppliance() [Ignore("Only validating compilation of examples")] public async Task GetAll_ListStorageAppliancesForResourceGroup() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/StorageAppliances_ListByResourceGroup.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/StorageAppliances_ListByResourceGroup.json // this example is just showing the usage of "StorageAppliances_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 @@ -88,7 +88,7 @@ public async Task GetAll_ListStorageAppliancesForResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_GetStorageAppliance() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/StorageAppliances_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/StorageAppliances_Get.json // this example is just showing the usage of "StorageAppliances_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 @@ -117,7 +117,7 @@ public async Task Exists_GetStorageAppliance() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_GetStorageAppliance() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/StorageAppliances_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/StorageAppliances_Get.json // this example is just showing the usage of "StorageAppliances_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudStorageApplianceResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudStorageApplianceResource.cs index 28c39923ab34..25bad671aafe 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudStorageApplianceResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudStorageApplianceResource.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudStorageApplianceResource [Ignore("Only validating compilation of examples")] public async Task Get_GetStorageAppliance() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/StorageAppliances_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/StorageAppliances_Get.json // this example is just showing the usage of "StorageAppliances_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 @@ -50,7 +50,7 @@ public async Task Get_GetStorageAppliance() [Ignore("Only validating compilation of examples")] public async Task Update_PatchStorageAppliance() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/StorageAppliances_Patch.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/StorageAppliances_Patch.json // this example is just showing the usage of "StorageAppliances_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 @@ -90,7 +90,7 @@ public async Task Update_PatchStorageAppliance() [Ignore("Only validating compilation of examples")] public async Task DisableRemoteVendorManagement_TurnOffRemoteVendorManagementForStorageAppliance() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/StorageAppliances_DisableRemoteVendorManagement.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/StorageAppliances_DisableRemoteVendorManagement.json // this example is just showing the usage of "StorageAppliances_DisableRemoteVendorManagement" 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 DisableRemoteVendorManagement_TurnOffRemoteVendorManagementFor [Ignore("Only validating compilation of examples")] public async Task EnableRemoteVendorManagement_TurnOnRemoteVendorManagementForStorageAppliance() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/StorageAppliances_EnableRemoteVendorManagement.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/StorageAppliances_EnableRemoteVendorManagement.json // this example is just showing the usage of "StorageAppliances_EnableRemoteVendorManagement" 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 EnableRemoteVendorManagement_TurnOnRemoteVendorManagementForSt [Ignore("Only validating compilation of examples")] public async Task RunReadCommands_RunAndRetrieveOutputFromReadOnlyCommandsOnStorageAppliance() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/StorageAppliances_RunReadCommands.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/StorageAppliances_RunReadCommands.json // this example is just showing the usage of "StorageAppliances_RunReadCommands" 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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudTrunkedNetworkCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudTrunkedNetworkCollection.cs index cd161a602e8b..dccf71f8e9c1 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudTrunkedNetworkCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudTrunkedNetworkCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_NetworkCloudTrunkedNetworkCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_CreateOrUpdateTrunkedNetwork() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/TrunkedNetworks_Create.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/TrunkedNetworks_Create.json // this example is just showing the usage of "TrunkedNetworks_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 @@ -64,7 +64,7 @@ public async Task CreateOrUpdate_CreateOrUpdateTrunkedNetwork() [Ignore("Only validating compilation of examples")] public async Task Get_GetTrunkedNetwork() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/TrunkedNetworks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/TrunkedNetworks_Get.json // this example is just showing the usage of "TrunkedNetworks_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 @@ -97,7 +97,7 @@ public async Task Get_GetTrunkedNetwork() [Ignore("Only validating compilation of examples")] public async Task GetAll_ListTrunkedNetworksForResourceGroup() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/TrunkedNetworks_ListByResourceGroup.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/TrunkedNetworks_ListByResourceGroup.json // this example is just showing the usage of "TrunkedNetworks_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 @@ -132,7 +132,7 @@ public async Task GetAll_ListTrunkedNetworksForResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_GetTrunkedNetwork() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/TrunkedNetworks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/TrunkedNetworks_Get.json // this example is just showing the usage of "TrunkedNetworks_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 @@ -161,7 +161,7 @@ public async Task Exists_GetTrunkedNetwork() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_GetTrunkedNetwork() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/TrunkedNetworks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/TrunkedNetworks_Get.json // this example is just showing the usage of "TrunkedNetworks_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudTrunkedNetworkResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudTrunkedNetworkResource.cs index 997627e0cf27..9d654133ba6f 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudTrunkedNetworkResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudTrunkedNetworkResource.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudTrunkedNetworkResource [Ignore("Only validating compilation of examples")] public async Task Get_GetTrunkedNetwork() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/TrunkedNetworks_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/TrunkedNetworks_Get.json // this example is just showing the usage of "TrunkedNetworks_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 @@ -50,7 +50,7 @@ public async Task Get_GetTrunkedNetwork() [Ignore("Only validating compilation of examples")] public async Task Update_PatchTrunkedNetwork() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/TrunkedNetworks_Patch.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/TrunkedNetworks_Patch.json // this example is just showing the usage of "TrunkedNetworks_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVirtualMachineCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVirtualMachineCollection.cs index fdd1896367eb..85ef26fcff74 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVirtualMachineCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVirtualMachineCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_NetworkCloudVirtualMachineCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_CreateOrUpdateVirtualMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/VirtualMachines_Create.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/VirtualMachines_Create.json // this example is just showing the usage of "VirtualMachines_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 @@ -103,7 +103,7 @@ public async Task CreateOrUpdate_CreateOrUpdateVirtualMachine() [Ignore("Only validating compilation of examples")] public async Task Get_GetVirtualMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/VirtualMachines_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/VirtualMachines_Get.json // this example is just showing the usage of "VirtualMachines_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 @@ -136,7 +136,7 @@ public async Task Get_GetVirtualMachine() [Ignore("Only validating compilation of examples")] public async Task GetAll_ListVirtualMachinesForResourceGroup() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/VirtualMachines_ListByResourceGroup.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/VirtualMachines_ListByResourceGroup.json // this example is just showing the usage of "VirtualMachines_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 @@ -171,7 +171,7 @@ public async Task GetAll_ListVirtualMachinesForResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_GetVirtualMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/VirtualMachines_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/VirtualMachines_Get.json // this example is just showing the usage of "VirtualMachines_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 Exists_GetVirtualMachine() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_GetVirtualMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/VirtualMachines_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/VirtualMachines_Get.json // this example is just showing the usage of "VirtualMachines_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVirtualMachineConsoleCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVirtualMachineConsoleCollection.cs index 59ab9e1b5356..103b027c0cf5 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVirtualMachineConsoleCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVirtualMachineConsoleCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudVirtualMachineConsoleCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_CreateOrUpdateVirtualMachineConsole() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Consoles_Create.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Consoles_Create.json // this example is just showing the usage of "Consoles_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 @@ -64,7 +64,7 @@ public async Task CreateOrUpdate_CreateOrUpdateVirtualMachineConsole() [Ignore("Only validating compilation of examples")] public async Task Get_GetVirtualMachineConsole() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Consoles_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Consoles_Get.json // this example is just showing the usage of "Consoles_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 @@ -98,7 +98,7 @@ public async Task Get_GetVirtualMachineConsole() [Ignore("Only validating compilation of examples")] public async Task GetAll_ListConsolesOfTheVirtualMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Consoles_ListByVirtualMachine.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Consoles_ListByVirtualMachine.json // this example is just showing the usage of "Consoles_ListByVirtualMachine" 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 GetAll_ListConsolesOfTheVirtualMachine() [Ignore("Only validating compilation of examples")] public async Task Exists_GetVirtualMachineConsole() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Consoles_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Consoles_Get.json // this example is just showing the usage of "Consoles_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 @@ -164,7 +164,7 @@ public async Task Exists_GetVirtualMachineConsole() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_GetVirtualMachineConsole() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Consoles_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Consoles_Get.json // this example is just showing the usage of "Consoles_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVirtualMachineConsoleResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVirtualMachineConsoleResource.cs index 2ce55b7fe91b..7fa81c737e77 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVirtualMachineConsoleResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVirtualMachineConsoleResource.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudVirtualMachineConsoleResource [Ignore("Only validating compilation of examples")] public async Task Get_GetVirtualMachineConsole() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Consoles_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Consoles_Get.json // this example is just showing the usage of "Consoles_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 @@ -51,7 +51,7 @@ public async Task Get_GetVirtualMachineConsole() [Ignore("Only validating compilation of examples")] public async Task Update_PatchVirtualMachineConsole() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Consoles_Patch.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Consoles_Patch.json // this example is just showing the usage of "Consoles_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVirtualMachineResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVirtualMachineResource.cs index a0f838c2d6dc..5c3420aa9395 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVirtualMachineResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVirtualMachineResource.cs @@ -21,7 +21,7 @@ public partial class Sample_NetworkCloudVirtualMachineResource [Ignore("Only validating compilation of examples")] public async Task Get_GetVirtualMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/VirtualMachines_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/VirtualMachines_Get.json // this example is just showing the usage of "VirtualMachines_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 @@ -51,7 +51,7 @@ public async Task Get_GetVirtualMachine() [Ignore("Only validating compilation of examples")] public async Task Update_PatchVirtualMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/VirtualMachines_Patch.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/VirtualMachines_Patch.json // this example is just showing the usage of "VirtualMachines_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 @@ -101,7 +101,7 @@ public async Task Update_PatchVirtualMachine() [Ignore("Only validating compilation of examples")] public async Task AssignRelay_AssignRelayToTheMicrosoftHybridComputeMachineForAVirtualMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/VirtualMachines_AssignRelay.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/VirtualMachines_AssignRelay.json // this example is just showing the usage of "VirtualMachines_AssignRelay" 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 AssignRelay_AssignRelayToTheMicrosoftHybridComputeMachineForAV [Ignore("Only validating compilation of examples")] public async Task PowerOff_PowerOffVirtualMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/VirtualMachines_PowerOff.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/VirtualMachines_PowerOff.json // this example is just showing the usage of "VirtualMachines_PowerOff" 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 @@ -163,7 +163,7 @@ public async Task PowerOff_PowerOffVirtualMachine() [Ignore("Only validating compilation of examples")] public async Task Reimage_ReimageVirtualMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/VirtualMachines_Reimage.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/VirtualMachines_Reimage.json // this example is just showing the usage of "VirtualMachines_Reimage" 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 @@ -190,7 +190,7 @@ public async Task Reimage_ReimageVirtualMachine() [Ignore("Only validating compilation of examples")] public async Task Restart_RestartVirtualMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/VirtualMachines_Restart.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/VirtualMachines_Restart.json // this example is just showing the usage of "VirtualMachines_Restart" 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 @@ -217,7 +217,7 @@ public async Task Restart_RestartVirtualMachine() [Ignore("Only validating compilation of examples")] public async Task Start_StartVirtualMachine() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/VirtualMachines_Start.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/VirtualMachines_Start.json // this example is just showing the usage of "VirtualMachines_Start" 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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVolumeCollection.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVolumeCollection.cs index 80246e4d3596..4951278a4e36 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVolumeCollection.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVolumeCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_NetworkCloudVolumeCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_CreateOrUpdateVolume() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Volumes_Create.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Volumes_Create.json // this example is just showing the usage of "Volumes_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 @@ -64,7 +64,7 @@ public async Task CreateOrUpdate_CreateOrUpdateVolume() [Ignore("Only validating compilation of examples")] public async Task Get_GetVolume() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Volumes_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Volumes_Get.json // this example is just showing the usage of "Volumes_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 @@ -97,7 +97,7 @@ public async Task Get_GetVolume() [Ignore("Only validating compilation of examples")] public async Task GetAll_ListVolumesForResourceGroup() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Volumes_ListByResourceGroup.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Volumes_ListByResourceGroup.json // this example is just showing the usage of "Volumes_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 @@ -132,7 +132,7 @@ public async Task GetAll_ListVolumesForResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_GetVolume() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Volumes_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Volumes_Get.json // this example is just showing the usage of "Volumes_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 @@ -161,7 +161,7 @@ public async Task Exists_GetVolume() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_GetVolume() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Volumes_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Volumes_Get.json // this example is just showing the usage of "Volumes_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVolumeResource.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVolumeResource.cs index c257c8739e24..5ed889478b52 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVolumeResource.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_NetworkCloudVolumeResource.cs @@ -20,7 +20,7 @@ public partial class Sample_NetworkCloudVolumeResource [Ignore("Only validating compilation of examples")] public async Task Get_GetVolume() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Volumes_Get.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Volumes_Get.json // this example is just showing the usage of "Volumes_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 @@ -50,7 +50,7 @@ public async Task Get_GetVolume() [Ignore("Only validating compilation of examples")] public async Task Update_PatchVolume() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Volumes_Patch.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Volumes_Patch.json // this example is just showing the usage of "Volumes_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/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_SubscriptionResourceExtensions.cs b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_SubscriptionResourceExtensions.cs index c18dda42b711..e5c95b13c704 100644 --- a/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_SubscriptionResourceExtensions.cs +++ b/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/tests/Generated/Samples/Sample_SubscriptionResourceExtensions.cs @@ -20,7 +20,7 @@ public partial class Sample_SubscriptionResourceExtensions [Ignore("Only validating compilation of examples")] public async Task GetNetworkCloudBareMetalMachines_ListBareMetalMachinesForSubscription() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/BareMetalMachines_ListBySubscription.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/BareMetalMachines_ListBySubscription.json // this example is just showing the usage of "BareMetalMachines_ListBySubscription" 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 @@ -51,7 +51,7 @@ public async Task GetNetworkCloudBareMetalMachines_ListBareMetalMachinesForSubsc [Ignore("Only validating compilation of examples")] public async Task GetNetworkCloudCloudServicesNetworks_ListCloudServicesNetworksForSubscription() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/CloudServicesNetworks_ListBySubscription.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/CloudServicesNetworks_ListBySubscription.json // this example is just showing the usage of "CloudServicesNetworks_ListBySubscription" 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 @@ -82,7 +82,7 @@ public async Task GetNetworkCloudCloudServicesNetworks_ListCloudServicesNetworks [Ignore("Only validating compilation of examples")] public async Task GetNetworkCloudClusterManagers_ListClusterManagersForSubscription() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/ClusterManagers_ListBySubscription.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/ClusterManagers_ListBySubscription.json // this example is just showing the usage of "ClusterManagers_ListBySubscription" 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 GetNetworkCloudClusterManagers_ListClusterManagersForSubscript [Ignore("Only validating compilation of examples")] public async Task GetNetworkCloudClusters_ListClustersForSubscription() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Clusters_ListBySubscription.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Clusters_ListBySubscription.json // this example is just showing the usage of "Clusters_ListBySubscription" 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 GetNetworkCloudClusters_ListClustersForSubscription() [Ignore("Only validating compilation of examples")] public async Task GetNetworkCloudKubernetesClusters_ListKubernetesClustersForSubscription() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/KubernetesClusters_ListBySubscription.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/KubernetesClusters_ListBySubscription.json // this example is just showing the usage of "KubernetesClusters_ListBySubscription" 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 GetNetworkCloudKubernetesClusters_ListKubernetesClustersForSub [Ignore("Only validating compilation of examples")] public async Task GetNetworkCloudL2Networks_ListL2NetworksForSubscription() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/L2Networks_ListBySubscription.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/L2Networks_ListBySubscription.json // this example is just showing the usage of "L2Networks_ListBySubscription" 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 @@ -206,7 +206,7 @@ public async Task GetNetworkCloudL2Networks_ListL2NetworksForSubscription() [Ignore("Only validating compilation of examples")] public async Task GetNetworkCloudL3Networks_ListL3NetworksForSubscription() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/L3Networks_ListBySubscription.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/L3Networks_ListBySubscription.json // this example is just showing the usage of "L3Networks_ListBySubscription" 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 GetNetworkCloudL3Networks_ListL3NetworksForSubscription() [Ignore("Only validating compilation of examples")] public async Task GetNetworkCloudRacks_ListRacksForSubscription() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Racks_ListBySubscription.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Racks_ListBySubscription.json // this example is just showing the usage of "Racks_ListBySubscription" 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 @@ -268,7 +268,7 @@ public async Task GetNetworkCloudRacks_ListRacksForSubscription() [Ignore("Only validating compilation of examples")] public async Task GetNetworkCloudStorageAppliances_ListStorageAppliancesForSubscription() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/StorageAppliances_ListBySubscription.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/StorageAppliances_ListBySubscription.json // this example is just showing the usage of "StorageAppliances_ListBySubscription" 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 +299,7 @@ public async Task GetNetworkCloudStorageAppliances_ListStorageAppliancesForSubsc [Ignore("Only validating compilation of examples")] public async Task GetNetworkCloudTrunkedNetworks_ListTrunkedNetworksForSubscription() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/TrunkedNetworks_ListBySubscription.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/TrunkedNetworks_ListBySubscription.json // this example is just showing the usage of "TrunkedNetworks_ListBySubscription" 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 @@ -330,7 +330,7 @@ public async Task GetNetworkCloudTrunkedNetworks_ListTrunkedNetworksForSubscript [Ignore("Only validating compilation of examples")] public async Task GetNetworkCloudVirtualMachines_ListVirtualMachinesForSubscription() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/VirtualMachines_ListBySubscription.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/VirtualMachines_ListBySubscription.json // this example is just showing the usage of "VirtualMachines_ListBySubscription" 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 GetNetworkCloudVirtualMachines_ListVirtualMachinesForSubscript [Ignore("Only validating compilation of examples")] public async Task GetNetworkCloudVolumes_ListVolumeForSubscription() { - // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/preview/2025-07-01-preview/examples/Volumes_ListBySubscription.json + // Generated from example definition: specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/examples/Volumes_ListBySubscription.json // this example is just showing the usage of "Volumes_ListBySubscription" 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