Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firewall Policy Insights with region #12711

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c15b3fc
Adds base for updating Microsoft.Network from version stable/2020-07-…
MikhailTryakhov Nov 4, 2020
ccbb4e1
Updates readme
MikhailTryakhov Nov 4, 2020
9ac38e5
Updates API version in new specs and examples
MikhailTryakhov Nov 4, 2020
57c1220
add patch operation for express route gateway (#11553)
nimaller Nov 16, 2020
7dc2ad6
Added new cloud service NIC and PIP APIs (#11650)
richajain Nov 16, 2020
05b40bc
Adding support for Vpn Link Connection Mode (#11574)
abhi7860 Nov 18, 2020
1aebb6e
Reverting the changes made for address space update as the changes in…
harics24 Nov 20, 2020
df62eff
VPN NAT for Virtual WAN feature changes (#11815)
Nilambari Dec 2, 2020
7a6f0f0
Add edge zone parameters for networking resources and add extendedLoc…
wdehrich Dec 4, 2020
1a252a7
Add location parameter to Loadbalancer Backend Address Pool Propertie…
Kawilki-M Dec 7, 2020
eb8d91d
Support for Listing IKE Security Associations for Virtual Network Gat…
abhi7860 Dec 14, 2020
3001750
[Fix] GetIkeSas returns result as string (#12225)
abhi7860 Dec 28, 2020
6f0cd18
Add extended location properties for private link service and private…
wdehrich Dec 30, 2020
6d39747
Add missing properties of SecurityRule, Route and RouteTable (#12215)
wangxu724 Jan 4, 2021
0a16cf1
Added placeholder instead of password (#12299)
MikhailTryakhov Jan 6, 2021
66f8777
resolving conflicts
saisujithreddym Jan 20, 2021
ada0a78
resolving conflicts
saisujithreddym Jan 20, 2021
483425d
resolving conflicts
saisujithreddym Jan 20, 2021
04381f0
new api version
saisujithreddym Jan 20, 2021
ea0255d
resolving conflicts
saisujithreddym Jan 20, 2021
c5ec82a
resolving the conflicts
saisujithreddym Jan 25, 2021
1d8a34e
fixing network validation
saisujithreddym Jan 25, 2021
eeb1f16
running prettier
saisujithreddym Jan 25, 2021
d9b5ad4
fixing network valdiation
saisujithreddym Jan 25, 2021
4209037
fixing network valdiation
saisujithreddym Jan 25, 2021
2e57899
Passing in the regions to backend
saisujithreddym Jan 28, 2021
3bd17a4
Passing in the regions to backend
saisujithreddym Jan 28, 2021
832f743
changed the reference definition
saisujithreddym Jan 28, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,18 @@
"isEnabled": true,
"retentionDays": 100,
"logAnalyticsResources": {
"workspaceIds": [
"workspaces": [
{
"id": "/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/workspace1"
"region": "westus",
"workspaceId": {
"id": "/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/workspace1"
}
},
{
"id": "/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/workspace2"
"region": "eastus",
"workspaceId": {
"id": "/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/workspace2"
}
}
],
"defaultWorkspaceId": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,18 @@
"isEnabled": true,
"retentionDays": 100,
"logAnalyticsResources": {
"workspaceIds": [
"workspaces": [
{
"id": "/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/workspace1"
"region": "westus",
"workspaceId": {
"id": "/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/workspace1"
}
},
{
"id": "/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/workspace2"
"region": "eastus",
"workspaceId": {
"id": "/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/workspace2"
}
}
],
"defaultWorkspaceId": {
Expand Down Expand Up @@ -121,12 +127,18 @@
"isEnabled": true,
"retentionDays": 100,
"logAnalyticsResources": {
"workspaceIds": [
"workspaces": [
{
"id": "/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/workspace1"
"region": "westus",
"workspaceId": {
"id": "/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/workspace1"
}
},
{
"id": "/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/workspace2"
"region": "eastus",
"workspaceId": {
"id": "/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/workspace2"
}
}
],
"defaultWorkspaceId": {
Expand Down Expand Up @@ -219,12 +231,18 @@
"isEnabled": true,
"retentionDays": 100,
"logAnalyticsResources": {
"workspaceIds": [
"workspaces": [
{
"id": "/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/workspace1"
"region": "westus",
"workspaceId": {
"id": "/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/workspace1"
}
},
{
"id": "/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/workspace2"
"region": "eastus",
"workspaceId": {
"id": "/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/workspace2"
}
}
],
"defaultWorkspaceId": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1376,18 +1376,32 @@
"description": "Log Analytics Resources for Firewall Policy Insights.",
"x-ms-discriminator-value": "FirewallPolicyLogAnalyticsResources",
"properties": {
"workspaceIds": {
"workspaces": {
"type": "array",
"description": "List of workspace Ids for Firewall Policy Insights.",
"description": "List of workspaces for Firewall Policy Insights.",
"items": {
"$ref": "./network.json#/definitions/SubResource"
"$ref": "#/definitions/FirewallPolicyLogAnalyticsWorkspace"
}
},
"defaultWorkspaceId": {
"$ref": "./network.json#/definitions/SubResource",
"description": "The default workspace Id for Firewall Policy Insights."
}
}
},
"FirewallPolicyLogAnalyticsWorkspace": {
"description": "Log Analytics Workspace for Firewall Policy Insights.",
"x-ms-discriminator-value": "FirewallPolicyLogAnalyticsWorkspace",
"properties": {
"region": {
"type": "string",
"description": "Region to configure the Workspace."
},
"workspaceId": {
"$ref": "./network.json#/definitions/SubResource",
"description": "The workspace Id for Firewall Policy Insights."
}
}
}
}
}