Skip to content

Commit a19a975

Browse files
Merge branch 'compute-2020-06' into compute-2020-06
2 parents 1a52fb6 + aec83a3 commit a19a975

File tree

372 files changed

+33997
-838
lines changed

Some content is hidden

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

372 files changed

+33997
-838
lines changed

.azure-pipelines-preproduction/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines-preproduction/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"description": "Tests for Azure REST API Specifications",
1111
"license": "MIT",
1212
"devDependencies": {
13-
"@azure/avocado": "^0.6.3",
13+
"@azure/avocado": "^0.6.4",
1414
"@azure/rest-api-specs-scripts": "^0.9.1",
1515
"@ts-common/commonmark-to-markdown": "^1.2.0",
1616
"@ts-common/fs": "0.2.0",

.github/issue_assignment.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
- rule:
3+
booleanFilterExpression: "needs-triage"
4+
assignees:
5+
- yungezz
6+
- zikalino
7+
- erich-wang
8+
- NullMDR
9+
- raych1
10+
- lirenhe
11+
- weidongxu-microsoft
12+
- ArcturusZhang
13+
- xccc-msft
14+
- ChenTanyi
15+
- fengzhou-msft
16+
- njuCZ
17+
- akning-ms
18+
- markcowl
19+
- leni-msft
20+
- qianwens
21+
- ruowan
22+
- MyronFanQiu
Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
---
2+
- rule:
3+
# data-plane PR
4+
paths:
5+
- "specification/**/data-plane/**"
6+
reviewers:
7+
- anuchandy
8+
- jhendrixMSFT
9+
- lmazuel
10+
- tjprescott
11+
12+
- rule:
13+
paths:
14+
- "specification/network/**"
15+
reviewers:
16+
- lirenhe
17+
- MyronFanQiu
18+
19+
- rule:
20+
paths:
21+
- "specification/@(applicationinsights|operationalinsights)/**"
22+
reviewers:
23+
- MyronFanQiu
24+
25+
- rule:
26+
paths: "specification/compute/**"
27+
reviewers:
28+
- ArcturusZhang
29+
- fengzhou-msft
30+
- yungezz
31+
32+
- rule:
33+
paths: "specification/resources/**"
34+
reviewers:
35+
- raych1
36+
37+
- rule:
38+
paths:
39+
- "specification/machinelearningservices/**"
40+
reviewers:
41+
- ArcturusZhang
42+
43+
- rule:
44+
paths:
45+
- "specification/@(azureactivedirectory|appplatform)/**"
46+
reviewers:
47+
- njuCZ
48+
49+
- rule:
50+
paths:
51+
- "specification/authorization/**"
52+
reviewers:
53+
- qianwens
54+
- yungezz
55+
56+
- rule:
57+
paths:
58+
- "specification/datafactory/**"
59+
reviewers:
60+
- qianwens
61+
62+
- rule:
63+
paths:
64+
- "specification/monitor/**"
65+
reviewers:
66+
- weidongxu-microsoft
67+
- MyronFanQiu
68+
69+
- rule:
70+
paths:
71+
- "specification/storage/**"
72+
reviewers:
73+
- qianwens
74+
- Juliehzl
75+
76+
- rule:
77+
paths: "specification/mediaservices/**"
78+
reviewers:
79+
- allenjzhang
80+
81+
- rule:
82+
paths:
83+
- "specification/@(keyvault|notificationhubs)/**"
84+
- "specification/@(databricks|containerregistry)/**"
85+
reviewers:
86+
- fengzhou-msft
87+
88+
- rule:
89+
paths:
90+
- "specification/@(containerservice|containerinstance)/**"
91+
reviewers:
92+
- NullMDR
93+
- fengzhou-msft
94+
- yungezz
95+
96+
- rule:
97+
paths:
98+
- "specification/mixedreality/**"
99+
reviewers:
100+
- leni-msft
101+
102+
- rule:
103+
paths:
104+
- "specification/portal/**"
105+
reviewers:
106+
- NullMDR
107+
108+
- rule:
109+
paths:
110+
- "specification/web/**"
111+
reviewers:
112+
- weidongxu-microsoft
113+
114+
- rule:
115+
paths:
116+
- "documentation/**"
117+
reviewers:
118+
- josefree
119+
- akning-ms
120+
121+
- rule:
122+
paths:
123+
- "**/package.json"
124+
- ".github/**"
125+
- "**/azure-pipelines.yml"
126+
- ".azure-pipelines/**"
127+
- ".azure-pipelines-preproduction/**"
128+
reviewers:
129+
- akning-ms
130+
- NullMDR
131+
- raych1
132+
133+
- rule:
134+
# manager-plane PR
135+
paths:
136+
- "**"
137+
reviewers:
138+
- yungezz
139+
- zikalino
140+
- erich-wang
141+
- NullMDR
142+
- raych1
143+
- lirenhe
144+
- weidongxu-microsoft
145+
- ArcturusZhang
146+
- xccc-msft
147+
- ChenTanyi
148+
- fengzhou-msft
149+
- njuCZ
150+
- akning-ms
151+
- markcowl
152+
- leni-msft
153+
- qianwens
154+
- ruowan

preproduction-azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ jobs:
1919
- template: .azure-pipelines/BreakingChange.yml
2020
- template: .azure-pipelines/ModelValidation.yml
2121
- template: .azure-pipelines/LintDiff.yml
22+
- template: .azure-pipelines/Avocado.yml

specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/AlertsManagement.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,13 @@
16891689
"enum": [
16901690
"AlertCreated",
16911691
"StateChange",
1692-
"MonitorConditionChange"
1692+
"MonitorConditionChange",
1693+
"SeverityChange",
1694+
"ActionRuleTriggered",
1695+
"ActionRuleSuppressed",
1696+
"ActionsTriggered",
1697+
"ActionsSuppressed",
1698+
"ActionsFailed"
16931699
],
16941700
"x-ms-enum": {
16951701
"name": "AlertModificationEvent"
@@ -2023,7 +2029,8 @@
20232029
"description": "type of target scope",
20242030
"enum": [
20252031
"ResourceGroup",
2026-
"Resource"
2032+
"Resource",
2033+
"Subscription"
20272034
],
20282035
"x-ms-enum": {
20292036
"name": "ScopeType",

specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2020-02-15/kusto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2877,7 +2877,7 @@
28772877
"description": "The statistics of the database."
28782878
},
28792879
"isFollowed": {
2880-
"type": "string",
2880+
"type": "boolean",
28812881
"readOnly": true,
28822882
"description": "Indicates whether the database is followed."
28832883
}

0 commit comments

Comments
 (0)