Skip to content

Commit

Permalink
Built-in Policy Release 3bb56264 (#1326)
Browse files Browse the repository at this point in the history
Co-authored-by: Azure Policy Bot <azgovpolicy@microsoft.com>
  • Loading branch information
gokmen-msft and Azure Policy Bot authored May 23, 2024
1 parent 202ad43 commit 05094af
Show file tree
Hide file tree
Showing 34 changed files with 2,466 additions and 568 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"mode": "Indexed",
"description": "Deploy Association to link Linux Arc machines to the specified Data Collection Rule or the specified Data Collection Endpoint. The list of locations are updated over time as support is increased.",
"metadata": {
"version": "2.0.0",
"version": "2.1.0",
"category": "Monitoring"
},
"version": "2.0.0",
"version": "2.1.0",
"parameters": {
"effect": {
"type": "String",
Expand Down Expand Up @@ -60,7 +60,9 @@
"in": [
"usgovvirginia",
"usgovarizona",
"usgovtexas"
"usgovtexas",
"usdodcentral",
"usdodeast"
]
}
]
Expand Down Expand Up @@ -155,6 +157,7 @@
}
},
"versions": [
"2.1.0",
"2.0.0"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"mode": "Indexed",
"description": "Deploy Association to link Windows Arc machines to the specified Data Collection Rule or the specified Data Collection Endpoint. The list of locations are updated over time as support is increased.",
"metadata": {
"version": "2.0.0",
"version": "2.1.0",
"category": "Monitoring"
},
"version": "2.0.0",
"version": "2.1.0",
"parameters": {
"effect": {
"type": "String",
Expand Down Expand Up @@ -60,7 +60,9 @@
"in": [
"usgovvirginia",
"usgovarizona",
"usgovtexas"
"usgovtexas",
"usdodcentral",
"usdodeast"
]
}
]
Expand Down Expand Up @@ -155,6 +157,7 @@
}
},
"versions": [
"2.1.0",
"2.0.0"
]
},
Expand Down
Loading

0 comments on commit 05094af

Please sign in to comment.