Skip to content

Commit 1df7b8e

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 8e6ddf9 + 88aae44 commit 1df7b8e

127 files changed

Lines changed: 9676 additions & 873 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/azure-pipelines-data-container.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ steps:
3939
repository: $(CONTAINER_REGISTRY_REPOSITORY_NAME)
4040
tags: |
4141
latest
42-
$(IMAGE_TAG_PREFIX)$(Build.BuildNumber)

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ If there are following updates in the PR, ensure to request an approval from API
4848
- [ ] Updating API in stable version with Breaking Change Validation errors
4949
- [ ] Updating API(s) in preview over 1 year
5050

51-
**Action**: to initiate an evaluation of the breaking change, create a new intake using the [template for breaking changes](https://msazure.visualstudio.com/One/_workitems/create/Scenario?templateId=d1c215ec-5d6a-4cb3-a193-95ddd0a1ba96&ownerId=85bb92fb-21fe-41ca-9309-47f2c5f57515). Addition details on the process and office hours are on the [Breaking change Wiki](https://dev.azure.com/msazure/AzureWiki/_wiki/wikis/AzureWiki.wiki/37684/Breaking-Changes).
51+
**Action**: to initiate an evaluation of the breaking change, create a new intake using the [template for breaking changes](https://aka.ms/Breakingchangetemplate). Addition details on the process and office hours are on the [Breaking change Wiki](https://dev.azure.com/msazure/AzureWiki/_wiki/wikis/AzureWiki.wiki/37684/Breaking-Changes).
5252

53-
Please follow the link to find more details on [PR review process](https://aka.ms/SwaggerPRReview).
53+
Please follow the link to find more details on [PR review process](https://aka.ms/SwaggerPRReview).

.github/comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- rule:
2020
type: label
2121
label: BreakingChangeReviewRequired
22-
onLabeledComments: "Hi @${PRAuthor}, one or multiple breaking change(s) is detected in your PR. Please check out the breaking change(s), and provide business justification in the PR comment and @ PR assignee why you must have these change(s), and how external customer impact can be mitigated. Please ensure to follow [breaking change policy](https://aka.ms/AzBreakingChangesPolicy) to request breaking change review and approval before proceeding swagger PR review. </br>**Action**: To initiate an evaluation of the breaking change, create a new intake using the [template for breaking changes](https://msazure.visualstudio.com/One/_workitems/create/Scenario?templateId=d1c215ec-5d6a-4cb3-a193-95ddd0a1ba96&ownerId=85bb92fb-21fe-41ca-9309-47f2c5f57515). Addition details on the process and office hours are on the [Breaking change Wiki](https://dev.azure.com/msazure/AzureWiki/_wiki/wikis/AzureWiki.wiki/37684/Breaking-Changes).</br> If you think it is false positive breaking change, please provide the reasons in the PR comment, report to Swagger Tooling Team via https://aka.ma/swaggerfeedback."
22+
onLabeledComments: "Hi @${PRAuthor}, one or multiple breaking change(s) is detected in your PR. Please check out the breaking change(s), and provide business justification in the PR comment and @ PR assignee why you must have these change(s), and how external customer impact can be mitigated. Please ensure to follow [breaking change policy](https://aka.ms/AzBreakingChangesPolicy) to request breaking change review and approval before proceeding swagger PR review. </br>**Action**: To initiate an evaluation of the breaking change, create a new intake using the [template for breaking changes](https://aka.ms/Breakingchangetemplate). Addition details on the process and office hours are on the [Breaking change Wiki](https://dev.azure.com/msazure/AzureWiki/_wiki/wikis/AzureWiki.wiki/37684/Breaking-Changes).</br> If you think it is false positive breaking change, please provide the reasons in the PR comment, report to Swagger Tooling Team via https://aka.ma/swaggerfeedback."
2323

2424
- rule:
2525
type: label

.github/pull_request_assignment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
reviewers:
2121
- anuchandy
2222
- jhendrixMSFT
23-
- lmazuel
2423
- tjprescott
2524

2625

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@
7878
/specification/trafficmanager/ @allencal @hrkulkarmsft
7979
/specification/web/ @naveedaz @Azure/azure-app-service-control-plane
8080
/profile/ @shahabhijeet
81+
/specification/**/*.md @lirenhe

custom-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,7 @@ mbaldwin
10141014
Mbps
10151015
MCAS
10161016
MDATP
1017+
mebibytes
10171018
mediaservices
10181019
Mesos
10191020
messagingplan
File renamed without changes.

specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2020-08-04-preview/ResourceHealthAlertRules.json

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457
"namespace": {
458458
"type": "string",
459459
"enum": [
460-
"VmGuestHealth"
460+
"GuestVmHealth"
461461
],
462462
"x-ms-enum": {
463463
"name": "HealthAlertsNamespace",
@@ -472,17 +472,27 @@
472472
"description": "The rule criterion that defines the conditions of the alert rule."
473473
},
474474
"VmGuestHealthAlertCriterion": {
475-
"x-ms-discriminator-value": "VmGuestHealth",
475+
"x-ms-discriminator-value": "GuestVmHealth",
476476
"type": "object",
477477
"allOf": [
478478
{
479479
"$ref": "#/definitions/HealthAlertCriterion"
480480
}
481481
],
482482
"properties": {
483-
"healthMonitorName": {
484-
"type": "string",
485-
"description": "Name of health monitor on which to define alert"
483+
"monitorNames": {
484+
"type": "array",
485+
"items": {
486+
"type": "string"
487+
},
488+
"description": "Names of health monitor on which to define alert"
489+
},
490+
"monitorTypes": {
491+
"type": "array",
492+
"items": {
493+
"type": "string"
494+
},
495+
"description": "Names of health monitor type on which to define alert"
486496
},
487497
"healthStates": {
488498
"type": "array",
@@ -493,7 +503,7 @@
493503
}
494504
},
495505
"required": [
496-
"healthMonitorName"
506+
"healthStates"
497507
],
498508
"description": "Specifies the health alert criteria to alert on."
499509
},
@@ -502,10 +512,19 @@
502512
"properties": {
503513
"healthStateName": {
504514
"type": "string",
505-
"description": "Health state"
515+
"description": "Health state name",
516+
"enum": [
517+
"Warning",
518+
"Critical"
519+
],
520+
"x-ms-enum": {
521+
"name": "HealthStateName",
522+
"modelAsString": true
523+
}
506524
},
507525
"severity": {
508-
"type": "string",
526+
"type": "integer",
527+
"format": "int64",
509528
"description": "Severity of alert fired"
510529
}
511530
},

specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2020-08-04-preview/examples/createOrUpdateResourceHealthAlertRule.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,17 @@
1818
"monitorNames": [
1919
"root"
2020
],
21-
"namespace": "VmGuestHealth"
21+
"healthStates": [
22+
{
23+
"name": "Critical",
24+
"severity": 2
25+
},
26+
{
27+
"name": "Warning",
28+
"severity": 3
29+
}
30+
],
31+
"namespace": "GuestVmHealth"
2232
}
2333
]
2434
},
@@ -51,7 +61,7 @@
5161
"allOf": [
5262
{
5363
"monitorNames": "root",
54-
"namespace": "VmGuestHealth"
64+
"namespace": "GuestVmHealth"
5565
}
5666
]
5767
},

specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2020-08-04-preview/examples/getResourceHealthAlertRule.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,17 @@
2424
"monitorNames": [
2525
"root"
2626
],
27-
"namespace": "VmGuestHealth"
27+
"healthStates": [
28+
{
29+
"name": "Critical",
30+
"severity": 2
31+
},
32+
{
33+
"name": "Warning",
34+
"severity": 3
35+
}
36+
],
37+
"namespace": "GuestVmHealth"
2838
}
2939
]
3040
},

0 commit comments

Comments
 (0)