Bernie White

Results 206 comments of Bernie White

@Dylan-Prins Thanks for the feature request. I'm not sure I understand the request entirely. Currently PSRule for Azure will expand resources in nested deployments in the following cases: - Parameter...

@smholvoet Thanks for reporting this. Looks like there is an issue with exporting role assignments from the subscription. Are you able to confirm if you have any role assignments reporting...

> Are you able to confirm if you have any role assignments reporting as "unknown" within the Azure Portal? Some version of the `Get-AzRoleAssignment` will fail if a role assignment...

Ok thanks. I'll see if I can reproduce the error. If possible, can you insert a new line `Get-Error;` after `Export-AzRuleData -OutputPath 'out/templates/';` and provide the stack trace.

@ianbrook Thanks for logging this. It's to do with resources in your modules. For example this route table. ```json { "type": "Microsoft.Network/routeTables", "apiVersion": "2020-07-01", "name": "[parameters('routeTableName')]", "location": "[parameters('location')]", "tags": "[parameters('tags')]",...

Hi @Marc013, yes we're making progress on `field` cases. But if you have specific cases that are failing we'd like to know about them as separate issues so we can...

@smholvoet We made some significant changes to in-flight exports with release v1.24.0 to address other limitations such as #1341. This should also address the issue you were experiencing. Can you...

@BenjaminEngeset Agree we should move the rule too. I think we can put it into `NIC.Rule.ps1` or `NIC.Rule.yaml`.

Related to: #1128 @pamelafox > Is it possible to add an example of valid ARM/Bicep to this doc? > https://azure.github.io/PSRule.Rules.Azure/en/rules/Azure.APIM.Ciphers/ > > It took me a while to find this...