Skip to content

Commit 98e27ba

Browse files
committed
Update scheduledQueryRule_API.json
Aligned RP name to pascal format
1 parent 504c205 commit 98e27ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specification/monitor/resource-manager/Microsoft.Insights/stable/2018-04-16/scheduledQueryRule_API.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"paths": {
37-
"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.insights/scheduledQueryRules/{ruleName}": {
37+
"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/scheduledQueryRules/{ruleName}": {
3838
"put": {
3939
"description": "Creates or updates an log search rule.",
4040
"tags": [
@@ -226,7 +226,7 @@
226226
}
227227
}
228228
},
229-
"/subscriptions/{subscriptionId}/providers/microsoft.insights/scheduledQueryRules": {
229+
"/subscriptions/{subscriptionId}/providers/Microsoft.Insights/scheduledQueryRules": {
230230
"get": {
231231
"tags": [
232232
"scheduledQueryRules"
@@ -269,7 +269,7 @@
269269
"x-ms-odata": "#/definitions/LogSearchRuleResource"
270270
}
271271
},
272-
"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.insights/scheduledQueryRules": {
272+
"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/scheduledQueryRules": {
273273
"get": {
274274
"tags": [
275275
"scheduledQueryRules"

0 commit comments

Comments
 (0)