Skip to content

Commit

Permalink
changed configuration type from secret to open; updated changelog (#162)
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan <[email protected]>
  • Loading branch information
jordlay and Jordan authored Mar 22, 2024
1 parent 817be2b commit 3e5977c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/aosm/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release History

Unreleased
++++++++
* Changed configurationType for NF Resources from Secret to Open

1.0.0b10
++++++++
Expand Down
4 changes: 2 additions & 2 deletions src/aosm/azext_aosm/common/templates/nsd/nf_template.bicep.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource nfResource 'Microsoft.HybridNetwork/networkFunctions@2023-09-01' = [for
nfviType: '{{nfvi_type}}'
nfviId: (configObject.customLocationId == '') ? resourceGroupId : configObject.customLocationId
allowSoftwareUpdate: true
configurationType: 'Secret'
secretDeploymentValues: string(values)
configurationType: 'Open'
deploymentValues: string(values)
}
}]

0 comments on commit 3e5977c

Please sign in to comment.