Skip to content

Commit

Permalink
Operationalinsights/data export delete all tables param (Azure#10775)
Browse files Browse the repository at this point in the history
* microsoft.operationalinsights_add_data_export

* fix

* fix

* delete_unneeded_property

Co-authored-by: Hodaya Hershkovich <hohershk@microsoft.com>
  • Loading branch information
2 people authored and nitegupt committed Sep 25, 2020
1 parent d0115cf commit ba346df
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"resourceId": "/subscriptions/192b9f85-a39a-4276-b96d-d5cd351703f9/resourceGroups/OIAutoRest1234/providers/Microsoft.EventHub/namespaces/test",
"type": "EventHub"
},
"allTables": false,
"tableNames": [
"Heartbeat"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"resourceId": "/subscriptions/192b9f85-a39a-4276-b96d-d5cd351703f9/resourceGroups/OIAutoRest1234/providers/Microsoft.EventHub/namespaces/test",
"type": "EventHub"
},
"allTables": false,
"tableNames": [
"Heartbeat"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"resourceId": "/subscriptions/192b9f85-a39a-4276-b96d-d5cd351703f9/resourceGroups/OIAutoRest1234/providers/Microsoft.EventHub/namespaces/test",
"type": "EventHub"
},
"allTables": false,
"tableNames": [
"Heartbeat"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,6 @@
"type": "string",
"description": "The data export rule ID."
},
"allTables": {
"type": "boolean",
"description": "When ‘true’, all workspace's tables are exported."
},
"tableNames": {
"type": "array",
"items": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"resourceId": "/subscriptions/192b9f85-a39a-4276-b96d-d5cd351703f9/resourceGroups/OIAutoRest1234/providers/Microsoft.EventHub/namespaces/test",
"type": "EventHub"
},
"allTables": false,
"tableNames": [
"Heartbeat"
],
Expand All @@ -46,7 +45,6 @@
"resourceId": "/subscriptions/192b9f85-a39a-4276-b96d-d5cd351703f9/resourceGroups/OIAutoRest1234/providers/Microsoft.EventHub/namespaces/test",
"type": "EventHub"
},
"allTables": false,
"tableNames": [
"Heartbeat"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"resourceId": "/subscriptions/192b9f85-a39a-4276-b96d-d5cd351703f9/resourceGroups/OIAutoRest1234/providers/Microsoft.EventHub/namespaces/test",
"type": "EventHub"
},
"allTables": false,
"tableNames": [
"Heartbeat"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"resourceId": "/subscriptions/192b9f85-a39a-4276-b96d-d5cd351703f9/resourceGroups/OIAutoRest1234/providers/Microsoft.EventHub/namespaces/test",
"type": "EventHub"
},
"allTables": false,
"tableNames": [
"Heartbeat"
],
Expand Down

0 comments on commit ba346df

Please sign in to comment.