Skip to content

Commit

Permalink
Bug - Fix case for azureIotPrivateDnsZoneId parameter in policy assig…
Browse files Browse the repository at this point in the history
…nment (#701)

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
jaredfholgate and actions-user authored May 4, 2023
1 parent c7ac58b commit 51d7bbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"azureAsrPrivateDnsZoneId": {
"value": "${private_dns_zone_prefix}privatelink.siterecovery.windowsazure.com"
},
"azureIoTPrivateDnsZoneId": {
"azureIotPrivateDnsZoneId": {
"value": "${private_dns_zone_prefix}privatelink.azure-devices-provisioning.net"
},
"azureKeyVaultPrivateDnsZoneId": {
Expand Down
Loading

0 comments on commit 51d7bbd

Please sign in to comment.