Azure / ARO-Landing-Zone-Accelerator

ARO Landing Zone Accelerator Reference Implementation Repo
MIT License
47 stars 57 forks source link

58 add supporting services to bicep avm #75

Closed pmalarme closed 4 months ago

pmalarme commented 4 months ago

This pull request primarily focuses on renaming and reorganizing functions and parameters in the Scenarios/Secure-Baseline/bicepWithAVM directory. The changes are mainly in the 01-Hub/main.bicep and 02-Spoke/main.bicep files, with the most significant changes being the renaming of the getResourceName and getResourceNameFromParentResourceName functions to generateResourceName and generateResourceNameFromParentResourceName respectively. The function calls in the parameters have been updated to reflect these changes. Additionally, the hubVirtualNetworkId parameter has been renamed to hubVirtualNetworkResourceId and the logAnalyticsWorkspaceId parameter has been renamed to logAnalyticsWorkspaceResourceId.

Renaming of functions and parameters:

There are also changes in other files, but they are not as significant as the ones in 01-Hub/main.bicep and 02-Spoke/main.bicep.