Skip to content

Commit

Permalink
Dev monitor microsoft.insights 2021 02 01 preview custom properties (A…
Browse files Browse the repository at this point in the history
…zure#14942)

* Modified Actions definition, added missing type property for objects

* Removed directive to delete ResourceGroupNameParameter

* Added suppression for OperationsAPIImplementation

Co-authored-by: Avi Jerafi <avjerafi@microsoft.com>
  • Loading branch information
avjerafi and Avi Jerafi authored Jun 24, 2021
1 parent 18aa5fc commit c2e43f8
Show file tree
Hide file tree
Showing 9 changed files with 139 additions and 133 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
]
},
"muteActionsDuration": "PT30M",
"actions": [
{
"actionGroupId": "/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup",
"webHookProperties": {
"key11": "value11",
"key12": "value12"
}
"actions": {
"actionGroups": [
"/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup"
],
"customProperties": {
"key11": "value11",
"key12": "value12"
}
]
}
}
}
},
Expand Down Expand Up @@ -111,15 +111,15 @@
]
},
"muteActionsDuration": "PT30M",
"actions": [
{
"actionGroupId": "/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup",
"webHookProperties": {
"key11": "value11",
"key12": "value12"
}
"actions": {
"actionGroups": [
"/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup"
],
"customProperties": {
"key11": "value11",
"key12": "value12"
}
]
}
}
}
},
Expand Down Expand Up @@ -173,15 +173,15 @@
]
},
"muteActionsDuration": "PT30M",
"actions": [
{
"actionGroupId": "/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup",
"webHookProperties": {
"key11": "value11",
"key12": "value12"
}
"actions": {
"actionGroups": [
"/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup"
],
"customProperties": {
"key11": "value11",
"key12": "value12"
}
]
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
]
},
"muteActionsDuration": "PT30M",
"actions": [
{
"actionGroupId": "/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup",
"webHookProperties": {
"key11": "value11",
"key12": "value12"
}
"actions": {
"actionGroups": [
"/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup"
],
"customProperties": {
"key11": "value11",
"key12": "value12"
}
]
}
}
}
},
Expand Down Expand Up @@ -83,15 +83,15 @@
]
},
"muteActionsDuration": "PT30M",
"actions": [
{
"actionGroupId": "/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup",
"webHookProperties": {
"key11": "value11",
"key12": "value12"
}
"actions": {
"actionGroups": [
"/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup"
],
"customProperties": {
"key11": "value11",
"key12": "value12"
}
]
}
}
}
},
Expand Down Expand Up @@ -131,15 +131,15 @@
]
},
"muteActionsDuration": "PT30M",
"actions": [
{
"actionGroupId": "/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup",
"webHookProperties": {
"key11": "value11",
"key12": "value12"
}
"actions": {
"actionGroups": [
"/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup"
],
"customProperties": {
"key11": "value11",
"key12": "value12"
}
]
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
]
},
"muteActionsDuration": "PT30M",
"actions": [
{
"actionGroupId": "/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup",
"webHookProperties": {
"key11": "value11",
"key12": "value12"
}
"actions": {
"actionGroups": [
"/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup"
],
"customProperties": {
"key11": "value11",
"key12": "value12"
}
]
}
}
}
},
Expand Down Expand Up @@ -117,15 +117,15 @@
]
},
"muteActionsDuration": "PT30M",
"actions": [
{
"actionGroupId": "/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup",
"webHookProperties": {
"key11": "value11",
"key12": "value12"
}
"actions": {
"actionGroups": [
"/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup"
],
"customProperties": {
"key11": "value11",
"key12": "value12"
}
]
}
}
}
},
Expand Down Expand Up @@ -182,15 +182,15 @@
]
},
"muteActionsDuration": "PT30M",
"actions": [
{
"actionGroupId": "/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup",
"webHookProperties": {
"key11": "value11",
"key12": "value12"
}
"actions": {
"actionGroups": [
"/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup"
],
"customProperties": {
"key11": "value11",
"key12": "value12"
}
]
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
]
},
"muteActionsDuration": "PT30M",
"actions": [
{
"actionGroupId": "/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup",
"webHookProperties": {
"key11": "value11",
"key12": "value12"
}
"actions": {
"actionGroups": [
"/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup"
],
"customProperties": {
"key11": "value11",
"key12": "value12"
}
]
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@
]
},
"muteActionsDuration": "PT30M",
"actions": [
{
"actionGroupId": "/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup",
"webHookProperties": {
"key11": "value11",
"key12": "value12"
}
"actions": {
"actionGroups": [
"/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup"
],
"customProperties": {
"key11": "value11",
"key12": "value12"
}
]
}
}
},
{
Expand Down Expand Up @@ -105,15 +105,15 @@
]
},
"muteActionsDuration": "PT30M",
"actions": [
{
"actionGroupId": "/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup",
"webHookProperties": {
"key11": "value11",
"key12": "value12"
}
"actions": {
"actionGroups": [
"/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup"
],
"customProperties": {
"key11": "value11",
"key12": "value12"
}
]
}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
]
},
"muteActionsDuration": "PT30M",
"actions": [
{
"actionGroupId": "/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup",
"webHookProperties": {
"key11": "value11",
"key12": "value12"
}
"actions": {
"actionGroups": [
"/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup"
],
"customProperties": {
"key11": "value11",
"key12": "value12"
}
]
}
}
},
{
Expand Down Expand Up @@ -104,15 +104,15 @@
]
},
"muteActionsDuration": "PT30M",
"actions": [
{
"actionGroupId": "/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup",
"webHookProperties": {
"key11": "value11",
"key12": "value12"
}
"actions": {
"actionGroups": [
"/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup"
],
"customProperties": {
"key11": "value11",
"key12": "value12"
}
]
}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
]
},
"muteActionsDuration": "PT30M",
"actions": [
{
"actionGroupId": "/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup",
"webHookProperties": {
"key11": "value11",
"key12": "value12"
}
"actions": {
"actionGroups": [
"/subscriptions/1cf177ed-1330-4692-80ea-fd3d7783b147/resourcegroups/sqrapi/providers/microsoft.insights/actiongroups/myactiongroup"
],
"customProperties": {
"key11": "value11",
"key12": "value12"
}
]
}
}
}
}
Expand Down
Loading

0 comments on commit c2e43f8

Please sign in to comment.