-
Notifications
You must be signed in to change notification settings - Fork 142
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 the securityCenter.bicep module API provider so that warnings do not occur #485
Comments
@lisamurphy-msft since you've picked this up, one way to solve this problem is to look at the deployed resources that the ARM deployment produces from the template today after an |
Thank you for the idea @glennmusa ! |
As per previous guidance; in order to test this we need to enable the boolean parameter |
Spoke to the content creator of the documentation; reconfirmed in the azure-rest-api-specs that there was no defined |
Appears what happened is we enabled ASC and in so doing enabled a default policy titled "ASC default" which appears to apply 207 policySetDefinition controls that are the default that are applied when initializing ASC through other methods. These are automatically assigned and are audit only. I'm trying to determine what value this brings to the customer by explicitly initializing ASC. When looking at other documentation it also appears that we are advertising
In the shorter term I can modify the securityCenter.bicep file to simply initialize ASC since this should just create the default policy automatically upon initialization. |
Although a PR was proposed that met the acceptance criteria, we are taking a more holistic approach to solving this problem. There were a few issues brought up that need to be addressed:
|
Alright, spoke with the ASC team quick notes: |
Benefit/Result/Outcome
So that deployments do not present warnings.
Description
Today, the
src/bicep/modules/securityCenter.bicep
module uses a provider type that is not published and anyaz deployment sub create
followed by the Quickstart will present this warning to the end user:Acceptance Criteria
The text was updated successfully, but these errors were encountered: