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

Update Policy Library (automated) #373

Merged
merged 3 commits into from
Nov 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 @@ -6,10 +6,10 @@
"properties": {
"policyType": "Custom",
"mode": "All",
"displayName": "Deploy an Azure DDoS Protection Standard plan",
"description": "Deploys an Azure DDoS Protection Standard plan",
"displayName": "Deploy an Azure DDoS Network Protection",
"description": "Deploys an Azure DDoS Network Protection",
"metadata": {
"version": "1.0.0",
"version": "1.0.1",
"category": "Network",
"source": "https://github.com/Azure/Enterprise-Scale/",
"alzCloudEnvironments": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"properties": {
"policyType": "Custom",
"mode": "Indexed",
"displayName": "Deploys NSG flow logs and traffic analytics to Log Analytics",
"description": "Deploys NSG flow logs and traffic analytics to Log Analytics with a specfied retention period.",
"displayName": "[Deprecated] Deploys NSG flow logs and traffic analytics to Log Analytics",
"description": "[Deprecated] Deprecated by built-in policy. Deploys NSG flow logs and traffic analytics to Log Analytics with a specfied retention period.",
"metadata": {
"version": "1.1.0",
"deprecated": true,
"version": "1.1.0-deprecated",
"category": "Monitoring",
"source": "https://github.com/Azure/Enterprise-Scale/",
"alzCloudEnvironments": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"properties": {
"policyType": "Custom",
"mode": "Indexed",
"displayName": "Deploys NSG flow logs and traffic analytics",
"description": "Deploys NSG flow logs and traffic analytics to a storageaccountid with a specfied retention period.",
"displayName": "[Deprecated] Deploys NSG flow logs and traffic analytics",
"description": "[Deprecated] Deprecated by built-in policy. Deploys NSG flow logs and traffic analytics to a storageaccountid with a specified retention period.",
"metadata": {
"version": "1.0.0",
"deprecated": true,
"version": "1.0.0-deprecated",
"category": "Monitoring",
"source": "https://github.com/Azure/Enterprise-Scale/",
"alzCloudEnvironments": [
Expand Down