Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.AlertsManagement to add …
Browse files Browse the repository at this point in the history
…version stable/2019-06-01 (Azure#11833)

* Changing Swagger file

* Changing examples

* Fixing tags example

* Fixing tags example

* Fixing tags example

* prettier fix for white spaces
  • Loading branch information
napolish authored and josuh committed Jan 6, 2021
1 parent 62351af commit 435f3ac
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,10 @@
},
"tags": {
"type": "object",
"description": "The resource tags."
"description": "The resource tags.",
"additionalProperties": {
"type": "string"
}
}
},
"x-ms-azure-resource": true,
Expand Down Expand Up @@ -440,7 +443,10 @@
},
"tags": {
"type": "object",
"description": "The resource tags."
"description": "The resource tags.",
"additionalProperties": {
"type": "string"
}
},
"properties": {
"x-ms-client-flatten": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"type": "Microsoft.AlertsManagement/smartDetectorAlertRules",
"name": "MyAlertRule",
"location": "global",
"tags": "",
"tags": {},
"properties": {
"description": "Sample smart detector alert rule description",
"state": "Enabled",
Expand Down Expand Up @@ -65,7 +65,7 @@
"type": "Microsoft.AlertsManagement/smartDetectorAlertRules",
"name": "MyAlertRule",
"location": "global",
"tags": "",
"tags": {},
"properties": {
"description": "Sample smart detector alert rule description",
"state": "Enabled",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "Microsoft.AlertsManagement/smartDetectorAlertRules",
"name": "MyAlertRule",
"location": "global",
"tags": "",
"tags": {},
"properties": {
"description": "Sample smart detector alert rule description",
"state": "Enabled",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "Microsoft.AlertsManagement/smartDetectorAlertRules",
"name": "MyAlertRule",
"location": "global",
"tags": "",
"tags": {},
"properties": {
"description": "Sample smart detector alert rule description",
"state": "Enabled",
Expand All @@ -41,7 +41,7 @@
"type": "Microsoft.AlertsManagement/smartDetectorAlertRules",
"name": "MySecondAlertRule",
"location": "global",
"tags": "",
"tags": {},
"properties": {
"description": "Sample smart detector alert rule description",
"state": "Disabled",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "Microsoft.AlertsManagement/smartDetectorAlertRules",
"name": "MyAlertRule",
"location": "global",
"tags": "",
"tags": {},
"properties": {
"description": "Sample smart detector alert rule description",
"state": "Enabled",
Expand All @@ -41,7 +41,7 @@
"type": "Microsoft.AlertsManagement/smartDetectorAlertRules",
"name": "MySecondAlertRule",
"location": "global",
"tags": "",
"tags": {},
"properties": {
"description": "Sample smart detector alert rule description",
"state": "Disabled",
Expand Down

0 comments on commit 435f3ac

Please sign in to comment.