Skip to content

Commit b7e2a55

Browse files
[skip ci] Archive 0d652f9 (#28330)
Co-authored-by: azure-powershell-bot <[email protected]>
1 parent a8ab243 commit b7e2a55

File tree

118 files changed

+202
-99
lines changed

Some content is hidden

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

118 files changed

+202
-99
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0 (the ""License"");
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an ""AS IS"" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
12+
// is regenerated.
13+
14+
using System;
15+
using System.Reflection;
16+
using System.Runtime.CompilerServices;
17+
using System.Runtime.InteropServices;
18+
19+
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
20+
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
21+
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
22+
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - NetworkCloud")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

generated/NetworkCloud/NetworkCloud.Autorest/exports/Invoke-AzNetworkCloudBareMetalMachineDataExtract.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $command = @{
2727
arguments = "commandArguments"
2828
}
2929
30-
Invoke-AzNetworkCloudBareMetalMachineDataExtract -BareMetalMachineName bmmName -ResourceGroupName resourcceGroupName -SubscriptionId subscriptionId -Command $command -LimitTimeSecond limitTimeInSeconds -Debug
30+
Invoke-AzNetworkCloudBareMetalMachineDataExtract -BareMetalMachineName bmmName -ResourceGroupName resourceGroupName -SubscriptionId subscriptionId -Command $command -LimitTimeSecond limitTimeInSeconds -Debug
3131
3232
.Inputs
3333
Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity

generated/NetworkCloud/NetworkCloud.Autorest/exports/New-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Create an in-memory object for BgpServiceLoadBalancerConfiguration.
2323
2424
$ipAddressPools=New-AzNetworkCloudIpAddressPoolObject -Address @("198.51.102.0/24") -Name "pool1" -AutoAssign True -OnlyUseHostIP True
2525
26-
$serviceLoadBalancerBgpPeer=New-AzNetworkCloudServiceLoadBalancerBgpPeerObject -Name name -PeerAddress "203.0.113.254" -PeerAsn "64497" -BfdEnabled False -BgpMultiHop False -HoldTime "P300s" -KeepAliveTime "P300s" -MyAsn 64512 -Password passsword -PeerPort 1234
26+
$serviceLoadBalancerBgpPeer=New-AzNetworkCloudServiceLoadBalancerBgpPeerObject -Name name -PeerAddress "203.0.113.254" -PeerAsn "64497" -BfdEnabled False -BgpMultiHop False -HoldTime "P300s" -KeepAliveTime "P300s" -MyAsn 64512 -Password REDACTED -PeerPort 1234
2727
2828
$bgpAdvertisement=New-AzNetworkCloudBgpAdvertisementObject -IPAddressPool @("pool1","pool2") -AdvertiseToFabric "True" -Community @("communityString") -Peer @("peer1")
2929

generated/NetworkCloud/NetworkCloud.Autorest/exports/New-AzNetworkCloudL3Network.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,14 @@ param(
134134
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Category('Body')]
135135
[System.String]
136136
# The IPV4 prefix (CIDR) assigned to this L3 network.
137-
# Required when the IP allocation typeis IPV4 or DualStack.
137+
# Required when the IP allocation type is IPV4 or DualStack.
138138
${Ipv4ConnectedPrefix},
139139

140140
[Parameter()]
141141
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Category('Body')]
142142
[System.String]
143143
# The IPV6 prefix (CIDR) assigned to this L3 network.
144-
# Required when the IP allocation typeis IPV6 or DualStack.
144+
# Required when the IP allocation type is IPV6 or DualStack.
145145
${Ipv6ConnectedPrefix},
146146

147147
[Parameter()]

generated/NetworkCloud/NetworkCloud.Autorest/exports/New-AzNetworkCloudServiceLoadBalancerBgpPeerObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Create an in-memory object for ServiceLoadBalancerBgpPeer.
2020
.Description
2121
Create an in-memory object for ServiceLoadBalancerBgpPeer.
2222
.Example
23-
New-AzNetworkCloudServiceLoadBalancerBgpPeerObject -Name name -PeerAddress "203.0.113.254" -PeerAsn "64497" -BfdEnabled False -BgpMultiHop False -HoldTime "P300s" -KeepAliveTime "P300s" -MyAsn 64512 -Password passsword -PeerPort 1234
23+
New-AzNetworkCloudServiceLoadBalancerBgpPeerObject -Name name -PeerAddress "203.0.113.254" -PeerAsn "64497" -BfdEnabled False -BgpMultiHop False -HoldTime "P300s" -KeepAliveTime "P300s" -MyAsn 64512 -Password REDACTED -PeerPort 1234
2424
2525
.Outputs
2626
Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20250201.ServiceLoadBalancerBgpPeer

generated/NetworkCloud/NetworkCloud.Autorest/exports/ProxyCmdletDefinitions.ps1

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5194,7 +5194,7 @@ $command = @{
51945194
arguments = "commandArguments"
51955195
}
51965196

5197-
Invoke-AzNetworkCloudBareMetalMachineDataExtract -BareMetalMachineName bmmName -ResourceGroupName resourcceGroupName -SubscriptionId subscriptionId -Command $command -LimitTimeSecond limitTimeInSeconds -Debug
5197+
Invoke-AzNetworkCloudBareMetalMachineDataExtract -BareMetalMachineName bmmName -ResourceGroupName resourceGroupName -SubscriptionId subscriptionId -Command $command -LimitTimeSecond limitTimeInSeconds -Debug
51985198

51995199
.Inputs
52005200
Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity
@@ -10864,14 +10864,14 @@ param(
1086410864
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Category('Body')]
1086510865
[System.String]
1086610866
# The IPV4 prefix (CIDR) assigned to this L3 network.
10867-
# Required when the IP allocation typeis IPV4 or DualStack.
10867+
# Required when the IP allocation type is IPV4 or DualStack.
1086810868
${Ipv4ConnectedPrefix},
1086910869

1087010870
[Parameter()]
1087110871
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Category('Body')]
1087210872
[System.String]
1087310873
# The IPV6 prefix (CIDR) assigned to this L3 network.
10874-
# Required when the IP allocation typeis IPV6 or DualStack.
10874+
# Required when the IP allocation type is IPV6 or DualStack.
1087510875
${Ipv6ConnectedPrefix},
1087610876

1087710877
[Parameter()]
@@ -18534,7 +18534,7 @@ param(
1853418534
[Parameter()]
1853518535
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Category('Body')]
1853618536
[System.String]
18537-
# The details provided by the customer during the creation of rack manifeststhat allows for custom data to be associated with this machine.
18537+
# The details provided by the customer during the creation of rack manifests that allows for custom data to be associated with this machine.
1853818538
${MachineDetail},
1853918539

1854018540
[Parameter()]
@@ -19301,7 +19301,7 @@ AGGREGATORORSINGLERACKDEFINITIONSTORAGEAPPLIANCECONFIGURATION <IStorageAppliance
1930119301
SerialNumber <String>: The serial number of the appliance.
1930219302
[StorageApplianceName <String>]: The user-provided name for the storage appliance that will be created from this specification.
1930319303

19304-
COMPUTERACKDEFINITION <IRackDefinition[]>: The list of rack definitions for the compute racks in a multi-rackcluster, or an empty list in a single-rack cluster.
19304+
COMPUTERACKDEFINITION <IRackDefinition[]>: The list of rack definitions for the compute racks in a multi-rack cluster, or an empty list in a single-rack cluster.
1930519305
NetworkRackId <String>: The resource ID of the network rack that matches this rack definition.
1930619306
RackSerialNumber <String>: The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.
1930719307
RackSkuId <String>: The resource ID of the sku for the rack being added.
@@ -19538,7 +19538,7 @@ param(
1953819538
[AllowEmptyCollection()]
1953919539
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Category('Body')]
1954019540
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20250201.IRackDefinition[]]
19541-
# The list of rack definitions for the compute racks in a multi-rackcluster, or an empty list in a single-rack cluster.
19541+
# The list of rack definitions for the compute racks in a multi-rack cluster, or an empty list in a single-rack cluster.
1954219542
# To construct, see NOTES section for COMPUTERACKDEFINITION properties and create a hash table.
1954319543
${ComputeRackDefinition},
1954419544

@@ -23187,7 +23187,7 @@ Create an in-memory object for BgpServiceLoadBalancerConfiguration.
2318723187

2318823188
$ipAddressPools=New-AzNetworkCloudIpAddressPoolObject -Address @("198.51.102.0/24") -Name "pool1" -AutoAssign True -OnlyUseHostIP True
2318923189

23190-
$serviceLoadBalancerBgpPeer=New-AzNetworkCloudServiceLoadBalancerBgpPeerObject -Name name -PeerAddress "203.0.113.254" -PeerAsn "64497" -BfdEnabled False -BgpMultiHop False -HoldTime "P300s" -KeepAliveTime "P300s" -MyAsn 64512 -Password passsword -PeerPort 1234
23190+
$serviceLoadBalancerBgpPeer=New-AzNetworkCloudServiceLoadBalancerBgpPeerObject -Name name -PeerAddress "203.0.113.254" -PeerAsn "64497" -BfdEnabled False -BgpMultiHop False -HoldTime "P300s" -KeepAliveTime "P300s" -MyAsn 64512 -Password REDACTED -PeerPort 1234
2319123191

2319223192
$bgpAdvertisement=New-AzNetworkCloudBgpAdvertisementObject -IPAddressPool @("pool1","pool2") -AdvertiseToFabric "True" -Community @("communityString") -Peer @("peer1")
2319323193

@@ -24655,7 +24655,7 @@ Create an in-memory object for ServiceLoadBalancerBgpPeer.
2465524655
.Description
2465624656
Create an in-memory object for ServiceLoadBalancerBgpPeer.
2465724657
.Example
24658-
New-AzNetworkCloudServiceLoadBalancerBgpPeerObject -Name name -PeerAddress "203.0.113.254" -PeerAsn "64497" -BfdEnabled False -BgpMultiHop False -HoldTime "P300s" -KeepAliveTime "P300s" -MyAsn 64512 -Password passsword -PeerPort 1234
24658+
New-AzNetworkCloudServiceLoadBalancerBgpPeerObject -Name name -PeerAddress "203.0.113.254" -PeerAsn "64497" -BfdEnabled False -BgpMultiHop False -HoldTime "P300s" -KeepAliveTime "P300s" -MyAsn 64512 -Password REDACTED -PeerPort 1234
2465924659

2466024660
.Outputs
2466124661
Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20250201.ServiceLoadBalancerBgpPeer

generated/NetworkCloud/NetworkCloud.Autorest/exports/Update-AzNetworkCloudBareMetalMachine.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ param(
110110
[Parameter()]
111111
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Category('Body')]
112112
[System.String]
113-
# The details provided by the customer during the creation of rack manifeststhat allows for custom data to be associated with this machine.
113+
# The details provided by the customer during the creation of rack manifests that allows for custom data to be associated with this machine.
114114
${MachineDetail},
115115

116116
[Parameter()]

generated/NetworkCloud/NetworkCloud.Autorest/exports/Update-AzNetworkCloudCluster.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ AGGREGATORORSINGLERACKDEFINITIONSTORAGEAPPLIANCECONFIGURATION <IStorageAppliance
7474
SerialNumber <String>: The serial number of the appliance.
7575
[StorageApplianceName <String>]: The user-provided name for the storage appliance that will be created from this specification.
7676
77-
COMPUTERACKDEFINITION <IRackDefinition[]>: The list of rack definitions for the compute racks in a multi-rackcluster, or an empty list in a single-rack cluster.
77+
COMPUTERACKDEFINITION <IRackDefinition[]>: The list of rack definitions for the compute racks in a multi-rack cluster, or an empty list in a single-rack cluster.
7878
NetworkRackId <String>: The resource ID of the network rack that matches this rack definition.
7979
RackSerialNumber <String>: The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.
8080
RackSkuId <String>: The resource ID of the sku for the rack being added.
@@ -311,7 +311,7 @@ param(
311311
[AllowEmptyCollection()]
312312
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Category('Body')]
313313
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20250201.IRackDefinition[]]
314-
# The list of rack definitions for the compute racks in a multi-rackcluster, or an empty list in a single-rack cluster.
314+
# The list of rack definitions for the compute racks in a multi-rack cluster, or an empty list in a single-rack cluster.
315315
# To construct, see NOTES section for COMPUTERACKDEFINITION properties and create a hash table.
316316
${ComputeRackDefinition},
317317

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "f72e5da3-7d64-4eab-8e85-effd309af004"
2+
"generate_Id": "48ebe054-8b3a-45d6-9b34-ee4f1ab573de"
33
}

generated/NetworkCloud/NetworkCloud.Autorest/generated/api/Models/Api20250201/BareMetalMachinePatchParameters.cs

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ public partial class BareMetalMachinePatchParameters :
1616
{
1717

1818
/// <summary>
19-
/// The details provided by the customer during the creation of rack manifests
20-
/// that allows for custom data to be associated with this machine.
19+
/// The details provided by the customer during the creation of rack manifests that allows for custom data to be associated
20+
/// with this machine.
2121
/// </summary>
2222
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Origin(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PropertyOrigin.Inlined)]
2323
public string MachineDetail { get => ((Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20250201.IBareMetalMachinePatchPropertiesInternal)Property).MachineDetail; set => ((Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20250201.IBareMetalMachinePatchPropertiesInternal)Property).MachineDetail = value ?? null; }
@@ -50,14 +50,13 @@ public partial interface IBareMetalMachinePatchParameters :
5050
Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
5151
{
5252
/// <summary>
53-
/// The details provided by the customer during the creation of rack manifests
54-
/// that allows for custom data to be associated with this machine.
53+
/// The details provided by the customer during the creation of rack manifests that allows for custom data to be associated
54+
/// with this machine.
5555
/// </summary>
5656
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(
5757
Required = false,
5858
ReadOnly = false,
59-
Description = @"The details provided by the customer during the creation of rack manifests
60-
that allows for custom data to be associated with this machine.",
59+
Description = @"The details provided by the customer during the creation of rack manifests that allows for custom data to be associated with this machine.",
6160
SerializedName = @"machineDetails",
6261
PossibleTypes = new [] { typeof(string) })]
6362
string MachineDetail { get; set; }
@@ -76,8 +75,8 @@ internal partial interface IBareMetalMachinePatchParametersInternal
7675

7776
{
7877
/// <summary>
79-
/// The details provided by the customer during the creation of rack manifests
80-
/// that allows for custom data to be associated with this machine.
78+
/// The details provided by the customer during the creation of rack manifests that allows for custom data to be associated
79+
/// with this machine.
8180
/// </summary>
8281
string MachineDetail { get; set; }
8382
/// <summary>The list of the resource properties.</summary>

0 commit comments

Comments
 (0)