Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Springstone committed Oct 29, 2024
1 parent 02ae157 commit 18ebc40
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions eslzArm/eslzArm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2245,63 +2245,63 @@
"type": "string",
"defaultValue": "",
"metadata": {
"description": ""
"description": "IRS1075 September 2016 - Required Policy Initative Parameters: List of users that must be excluded in Windows VM Administrators group. A semicolon-separated list of users that should be excluded in the Administrators local group; Ex: Administrator; myUser1; myUser2"
}
},
"regCompPolParIrs1075Sep2016VmAdminsInclude": {
"type": "string",
"defaultValue": "",
"metadata": {
"description": ""
"description": "IRS1075 September 2016 - Required Policy Initative Parameters: List of users that must be included in Windows VM Administrators group. A semicolon-separated list of users that should be included in the Administrators local group; Ex: Administrator; myUser1; myUser2"
}
},
"regCompPolParNZIsmRestrictedVmAdminsInclude": {
"type": "string",
"defaultValue": "",
"metadata": {
"description": ""
"description": "New Zealand ISM Restricted - Required Policy Initative Parameters: List of users that must be included in Windows VM Administrators group. A semicolon-separated list of users that should be included in the Administrators local group; Ex: Administrator; myUser1; myUser2"
}
},
"regCompPolParNZIsmRestrictedVmAdminsExclude": {
"type": "string",
"defaultValue": "",
"metadata": {
"description": ""
"description": "New Zealand ISM Restricted - Required Policy Initative Parameters: List of users that must be excluded in Windows VM Administrators group. A semicolon-separated list of users that should be excluded in the Administrators local group; Ex: Administrator; myUser1; myUser2"
}
},
"regCompPolParNistSp800171R2VmAdminsExclude": {
"type": "string",
"defaultValue": "",
"metadata": {
"description": ""
"description": "NIST SP 800-171 Rev. 2 - Required Policy Initative Parameters: List of users that must be excluded in Windows VM Administrators group. A semicolon-separated list of users that should be excluded in the Administrators local group; Ex: Administrator; myUser1; myUser2"
}
},
"regCompPolParNistSp800171R2VmAdminsInclude": {
"type": "string",
"defaultValue": "",
"metadata": {
"description": ""
"description": "NIST SP 800-171 Rev. 2 - Required Policy Initative Parameters: List of users that must be included in Windows VM Administrators group. A semicolon-separated list of users that should be included in the Administrators local group; Ex: Administrator; myUser1; myUser2"
}
},
"regCompPolParSoc2Type2AllowedRegistries": {
"type": "string",
"defaultValue": "^[^\\/]+\\.azurecr\\.io\\/.+$",
"metadata": {
"description": ""
"description": "SOC 2 Type 2 - Required Policy Initative Parameters: AKS + Arc K8s - Allowed registry or registries regex. The RegEx rule used to match allowed container image field in a Kubernetes cluster. For example, to allow any Azure Container Registry image by matching partial path: ^[^\\/]+\\.azurecr\\.io\\/.+$ and for multiple registries: ^([^\\/]+\\.azurecr\\.io|registry\\.io)\\/.+$"
}
},
"regCompPolParSoc2Type2MaxCpuUnits": {
"type": "string",
"defaultValue": "200m",
"metadata": {
"description": ""
"description": "SOC 2 Type 2 - Required Policy Initative Parameters: AKS + Arc K8s - Max allowed CPU units. The maximum CPU units allowed for a container. E.g. 200m. For more information, please refer <a href=\"https://aka.ms/k8s-policy-pod-limits\">https://aka.ms/k8s-policy-pod-limits</a>"
}
},
"regCompPolParSoc2Type2MaxMemoryBytes": {
"type": "string",
"defaultValue": "1Gi",
"metadata": {
"description": ""
"description": "SOC 2 Type 2 - Required Policy Initative Parameters: AKS + Arc K8s - Max allowed memory bytes. The maximum memory bytes allowed for a container. E.g. 1Gi. For more information, please refer <a href=\"https://aka.ms/k8s-policy-pod-limits\">https://aka.ms/k8s-policy-pod-limits</a>"
}
},
"listOfResourceTypesDisallowedForDeletion": {
Expand All @@ -2310,7 +2310,7 @@
"microsoft.managedidentity/userassignedidentities"
],
"metadata": {
"description": ""
"description": "Array of Azure resources to not allow deletion of. If a resource type is specified in this list, the policy will deny the deletion of the resource."
}
}
},
Expand Down

0 comments on commit 18ebc40

Please sign in to comment.