Skip to content

Commit 80f7c46

Browse files
authored
Sync branch release-network 2024 -10-01 (#28559)
2 parents d43fcea + ccf2e1e commit 80f7c46

File tree

1,254 files changed

+58952
-22182
lines changed

Some content is hidden

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

1,254 files changed

+58952
-22182
lines changed

.azure-pipelines/batch-generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ variables:
3030
MaxParallelTestLinuxJobs: 5
3131
MaxParallelTestMacJobs: 5
3232
WindowsAgentPoolName: pool-windows-2019
33-
LinuxAgentPoolName: pool-ubuntu-2004
33+
LinuxAgentPoolName: pool-ubuntu-2404
3434
MacOSAgentPoolName: 'Azure Pipelines'
3535
MacOSAgentPoolVMImage: macOS-latest
3636

.azure-pipelines/release-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ parameters:
3030

3131
variables:
3232
winAgentPoolName: pool-windows-2019
33-
linuxAgentPoolName: pool-ubuntu-2004
33+
linuxAgentPoolName: pool-ubuntu-2404
3434
macOsAgentPoolName: Azure Pipelines
3535
macOsAgentPoolVMImage: macOS-latest
3636

.azure-pipelines/sync-tools-folder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- ${{ each ToBranch in parameters.ToBranches }}:
4646
- job: Sync_${{ replace(ToBranch, '/', '_') }}
4747
displayName: "Sync To ${{ ToBranch }}"
48-
pool: pool-ubuntu-2004
48+
pool: pool-ubuntu-2404
4949

5050
steps:
5151
- template: util/get-github-pat-steps.yml

.github/policies/resourceManagement.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2604,6 +2604,9 @@ configuration:
26042604
mentionees:
26052605
- ambhatna
26062606
- deepthiprasad
2607+
- akning-ms
2608+
- junsu-msft
2609+
- coffeemug
26072610
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
26082611
assignMentionees: False
26092612
- if:
@@ -3094,6 +3097,9 @@ configuration:
30943097
mentionees:
30953098
- ambhatna
30963099
- deepthiprasad
3100+
- akning-ms
3101+
- junsu-msft
3102+
- coffeemug
30973103
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
30983104
assignMentionees: False
30993105
- if:
@@ -3112,6 +3118,9 @@ configuration:
31123118
- daeunyim
31133119
- rajsell
31143120
- deepthiprasad
3121+
- akning-ms
3122+
- junsu-msft
3123+
- coffeemug
31153124
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
31163125
assignMentionees: False
31173126
- if:

NuGet.Config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434

3535

3636

37+
38+
39+
40+
3741

3842

3943

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
1-
// ----------------------------------------------------------------------------------
2-
//
3-
// Copyright Microsoft Corporation
4-
// Licensed under the Apache License, Version 2.0 (the "License");
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0 (the ""License"");
53
// you may not use this file except in compliance with the License.
64
// You may obtain a copy of the License at
75
// http://www.apache.org/licenses/LICENSE-2.0
86
// Unless required by applicable law or agreed to in writing, software
9-
// distributed under the License is distributed on an "AS IS" BASIS,
7+
// distributed under the License is distributed on an ""AS IS"" BASIS,
108
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
119
// See the License for the specific language governing permissions and
1210
// limitations under the License.
13-
// ----------------------------------------------------------------------------------
11+
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
12+
// is regenerated.
1413

1514
using System;
1615
using System.Reflection;
16+
using System.Runtime.CompilerServices;
1717
using System.Runtime.InteropServices;
1818

19-
[assembly: AssemblyTitle("Microsoft Azure Powershell - CloudService")]
20-
[assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)]
21-
[assembly: AssemblyProduct(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyProduct)]
22-
[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)]
23-
24-
[assembly: ComVisible(false)]
25-
[assembly: CLSCompliant(false)]
26-
[assembly: Guid("d6032dad-d733-4990-85ed-dad18681d1fe")]
27-
[assembly: AssemblyVersion("2.1.0")]
28-
[assembly: AssemblyFileVersion("2.1.0")]
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 - CloudService")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.1.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("2.1.0")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

generated/CloudService/CloudService.Autorest/exports/New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ param(
4242
[Parameter()]
4343
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Category('Body')]
4444
[System.String]
45-
# Name of FrontendIpConfigration.
45+
# Name of FrontendIpConfiguration.
4646
${Name},
4747

4848
[Parameter(ParameterSetName='DefaultParameterSet')]

generated/CloudService/CloudService.Autorest/exports/ProxyCmdletDefinitions.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5626,7 +5626,7 @@ param(
56265626
[Parameter()]
56275627
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Category('Body')]
56285628
[System.String]
5629-
# Name of FrontendIpConfigration.
5629+
# Name of FrontendIpConfiguration.
56305630
${Name},
56315631

56325632
[Parameter(ParameterSetName='DefaultParameterSet')]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "f75fc427-d5a9-4621-809f-472136726c10"
2+
"generate_Id": "0c134ecb-184e-4347-ac0b-b64bbaaa9e6f"
33
}

generated/CloudService/CloudService.Autorest/generated/cmdlets/GetAzCloudServiceInstanceView_Get.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.CloudService.Cmdlets
1313
/// [OpenAPI] GetInstanceView=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/instanceView"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzCloudServiceInstanceView_Get")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceInstanceView", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"Statuses","RoleInstanceStatusesSummary","PrivateId"}, NewOutputProperties=new string[] {"Statuses","RoleInstanceStatusesSummary","PrivateId"}, ChangeDescription="The types of the properties 'Statuses', 'RoleInstanceStatusesSummary', and 'PrivateId' will be changed from object to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceInstanceView))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.CloudService.Description(@"Gets the status of a cloud service.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.CloudService.Generated]

0 commit comments

Comments
 (0)