Skip to content

Commit

Permalink
feature/resouce-group-param - Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
matt committed Apr 12, 2019
1 parent fa70b05 commit c56960b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/resource-locator.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ function GetAzureResourceGroupName($environment, $region)
return "as-${environment}-rg-GS-${region}"
}

function GetEmulatorStorageResourceGroupName($environment, $region) {
function GetEmulatorStorageResourceGroupName($environment, $region)
{
return "as-${environment}-rg-storage-${region}"
}
# Storage Accounts
Expand Down

0 comments on commit c56960b

Please sign in to comment.