Skip to content

Commit 90271e5

Browse files
committed
Merge branch 'dev' into aaz-mcp-server
2 parents 2bb282f + 6094ba6 commit 90271e5

1,223 files changed

Lines changed: 1622978 additions & 546278 deletions

File tree

Some content is hidden

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

.azure-pipelines/breaking-change-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
fetchDepth: 0
2222
fetchTags: true
2323
- task: UsePythonVersion@0
24-
displayName: 'Use Python 3.12'
24+
displayName: 'Use Python 3.13'
2525
inputs:
26-
versionSpec: 3.12
26+
versionSpec: 3.13
2727
- template: ${{ variables.Pipeline.Workspace }}/.azure-pipelines/templates/azdev_setup.yml
2828
- bash: |
2929
set -ev

.github/policies/resourceManagement.yml

Lines changed: 57 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,19 @@ configuration:
585585
- kushagraThapar
586586
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
587587
assignMentionees: False
588+
- if:
589+
- hasLabel:
590+
label: Service Attention
591+
- hasLabel:
592+
label: AzureDataTransfer
593+
then:
594+
- mentionUsers:
595+
mentionees:
596+
- lasuredd-msft
597+
- fzkhan
598+
- pkuma-msft
599+
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
600+
assignMentionees: False
588601
- if:
589602
- hasLabel:
590603
label: Service Attention
@@ -619,8 +632,8 @@ configuration:
619632
then:
620633
- mentionUsers:
621634
mentionees:
622-
- cabbpt
623-
- theelderwand
635+
- muazmian
636+
- us6193
624637
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
625638
assignMentionees: False
626639
- if:
@@ -1435,6 +1448,19 @@ configuration:
14351448
- NateB2
14361449
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
14371450
assignMentionees: False
1451+
- if:
1452+
- hasLabel:
1453+
label: Service Attention
1454+
- hasLabel:
1455+
label: Data Transfer
1456+
then:
1457+
- mentionUsers:
1458+
mentionees:
1459+
- fzkhan
1460+
- lasuredd-msft
1461+
- pkuma-msft
1462+
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
1463+
assignMentionees: False
14381464
- if:
14391465
- hasLabel:
14401466
label: Service Attention
@@ -1928,7 +1954,7 @@ configuration:
19281954
- mentionUsers:
19291955
mentionees:
19301956
- ambhatna
1931-
- savjani
1957+
- deepthiprasad
19321958
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
19331959
assignMentionees: False
19341960
- if:
@@ -2195,6 +2221,7 @@ configuration:
21952221
- mentionUsers:
21962222
mentionees:
21972223
- AzMonEssential
2224+
- LarryZhang19
21982225
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
21992226
assignMentionees: False
22002227
- if:
@@ -2245,6 +2272,19 @@ configuration:
22452272
- AzMonEssential
22462273
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
22472274
assignMentionees: False
2275+
- if:
2276+
- hasLabel:
2277+
label: Service Attention
2278+
- hasLabel:
2279+
label: Monitor - ScheduledQueryRule
2280+
then:
2281+
- mentionUsers:
2282+
mentionees:
2283+
- azmonapplicationinsights
2284+
- asafst
2285+
- efratbp
2286+
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
2287+
assignMentionees: False
22482288
- if:
22492289
- hasLabel:
22502290
label: Service Attention
@@ -2254,7 +2294,7 @@ configuration:
22542294
- mentionUsers:
22552295
mentionees:
22562296
- ambhatna
2257-
- savjani
2297+
- deepthiprasad
22582298
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
22592299
assignMentionees: False
22602300
- if:
@@ -2267,6 +2307,7 @@ configuration:
22672307
mentionees:
22682308
- daeunyim
22692309
- rajsell
2310+
- deepthiprasad
22702311
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
22712312
assignMentionees: False
22722313
- if:
@@ -2676,6 +2717,7 @@ configuration:
26762717
- mentionUsers:
26772718
mentionees:
26782719
- jfggdl
2720+
- damodaravadhani
26792721
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
26802722
assignMentionees: False
26812723
- if:
@@ -2723,6 +2765,17 @@ configuration:
27232765
- stephbaron
27242766
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
27252767
assignMentionees: False
2768+
- if:
2769+
- hasLabel:
2770+
label: Service Attention
2771+
- hasLabel:
2772+
label: ResourceMover
2773+
then:
2774+
- mentionUsers:
2775+
mentionees:
2776+
- yashjain4
2777+
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
2778+
assignMentionees: False
27262779
- if:
27272780
- hasLabel:
27282781
label: Service Attention

azure-pipelines-full-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ variables:
1616
- template: ${{ variables.Pipeline.Workspace }}/.azure-pipelines/templates/variables.yml
1717

1818
jobs:
19-
- job: AutomationFullTestPython39ProfileLatest
20-
displayName: Automation Full Test Python39 Profile Latest
19+
- job: AutomationFullTestPython312ProfileLatest
20+
displayName: Automation Full Test Python312 Profile Latest
2121
timeoutInMinutes: 9999
2222
strategy:
2323
maxParallel: 8
@@ -43,15 +43,15 @@ jobs:
4343
steps:
4444
- template: .azure-pipelines/templates/automation_test.yml
4545
parameters:
46-
pythonVersion: '3.9'
46+
pythonVersion: '3.12'
4747
profile: 'latest'
4848
instance_cnt: '8'
4949
instance_idx: '$(Instance_idx)'
5050
fullTest: true
5151
jobName: 'FullTest'
5252

53-
- job: AutomationFullTestPython312ProfileLatest
54-
displayName: Automation Full Test Python312 Profile Latest
53+
- job: AutomationFullTestPython313ProfileLatest
54+
displayName: Automation Full Test Python313 Profile Latest
5555
timeoutInMinutes: 9999
5656
strategy:
5757
maxParallel: 8
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
- template: .azure-pipelines/templates/automation_test.yml
7979
parameters:
80-
pythonVersion: '3.12'
80+
pythonVersion: '3.13'
8181
profile: 'latest'
8282
instance_cnt: '8'
8383
instance_idx: '$(Instance_idx)'

0 commit comments

Comments
 (0)