[Bug Report]: Upcoming breaking change for secureString
parameter type
#2659
Labels
blocked
if an issue is blocked
bug
Something isn't working
[cat] modules
category: modules
documentation
Improvements or additions to documentation
Describe the bug
Similar to #2641, the new Bicep version
0.14.6
introduces a change that will require us too roll out updates across a range of modules. In this case, the ARM schema typesecureString
was intentionally changed tosecurestring
which in turn requires our module readme's to change the casing to once the new version is rolled out to the Microsoft-hosted agents. By the time of this issue's creation, they still operate on0.13.1
.This issue is linked to the closed issue in the Bicep Repository (cc: @ahmadabdalla).
Once the change becomes available on the agents we'll have to run the
Set-ModuleReadMe
script on all modules and migrate them to the new convention.To reproduce
Once
0.14.6
is available, theSet-ModuleReadMe
script will want to change the casing of all occurences ofsecureString
tosecurestring
.Relevant log output
The text was updated successfully, but these errors were encountered: