Skip to content

Commit 4275ad6

Browse files
committed
Merge branch 'main' of https://github.com/Azure/azure-powershell into jinpei/main/Automanage-v4
2 parents 02ff8e9 + 5e06d22 commit 4275ad6

File tree

943 files changed

+34047
-14230
lines changed

Some content is hidden

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

943 files changed

+34047
-14230
lines changed

.azure-pipelines/azure-powershell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ variables:
2020
WindowsAgentPoolName: pool-windows-2019
2121
WindowsAgentPoolVMImage: ''
2222
LinuxName: linux
23-
LinuxAgentPoolName: pool-ubuntu-2004
23+
LinuxAgentPoolName: pool-ubuntu-2404
2424
LinuxAgentPoolVMImage: ''
2525
MacOSName: macOS
2626
MacOSAgentPoolName: 'Azure Pipelines'

.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/powershell-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ variables:
33
WindowsAgentPoolName: pool-windows-2019
44
WindowsAgentPoolVMImage: ''
55
LinuxName: linux
6-
LinuxAgentPoolName: pool-ubuntu-2004
6+
LinuxAgentPoolName: pool-ubuntu-2404
77
LinuxAgentPoolVMImage: ''
88
MacOSName: macOS
99
MacOSAgentPoolName: 'Azure Pipelines'

.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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636

3737

3838

39+
40+
3941

4042

4143

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')]

0 commit comments

Comments
 (0)