Shayakh Ahmed Rezoan
Shayakh Ahmed Rezoan
@ajeybk seem the snapshot is generating now. can close this issue.
updated the master snapshot id for PR_AZR_TRF_AGW_004 PR_AZR_TRF_AGW_005 PR_AZR_TRF_AGW_006 any idea about other 2 item? PR-AZR-TRF-VM-001 PR-AZR-TRF-VM-003
`reference` will only work if you use it in separate parameter file. using this in template file is not allowed. ``` { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters": { "adminPassword": {...
**PR-AZR-TRF-VM-003** is still getting skipped.
PR-AZR-TRF-VM-003 is now not getting skipped. issue been fixed. closing the issue.
verified again and seems snapshot is getting generated correctly.
@vatsalgit5118 seems the issue still exist but in a differet way: For example, PR-AZR-CLD-KV-009 we have said it has masterSnapshotId: "AZRSNP_228", "AZRSNP_500" in compliance-test.json which is a merge request of...
Dependent Issues: - https://github.com/prancer-io/cloud-validation-framework/issues/709 - https://github.com/prancer-io/cloud-validation-framework/issues/710 - https://github.com/prancer-io/cloud-validation-framework/issues/711 - https://github.com/prancer-io/cloud-validation-framework/issues/712
@vatsalgit5118 if you declare an empty `auth_settings ` in tf file. can you please confirm in the resource snapshot json, does it create ``` "auth_settings" : [ { } ]...
expected json output snapshot should be for empty block: ``` "auth_settings" : [ { } ] ```