Skip to content

Commit

Permalink
Updated the naming convention for consistency across resources and re…
Browse files Browse the repository at this point in the history
…source groups (#850)

* Updated resource names for alignment

* More naming updates

* Compiled bicep changes

* More naming changes

* More naming updates

* More naming updates

* More naming changes
  • Loading branch information
jamasten authored Feb 9, 2024
1 parent 7410cf5 commit 9790b65
Show file tree
Hide file tree
Showing 31 changed files with 1,295 additions and 1,050 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Param(

[parameter(Mandatory)]
[string]
$WorkspaceNamePrefix,
$WorkspaceFeedName,

[parameter(Mandatory)]
[string]
Expand Down Expand Up @@ -237,7 +237,7 @@ try
##############################################################
# AVD Workspace Validation
##############################################################
$Workspace = Get-AzResource -ResourceGroupName $WorkspaceResourceGroupName -ResourceName $($WorkspaceNamePrefix + '-feed')
$Workspace = Get-AzResource -ResourceGroupName $WorkspaceResourceGroupName -ResourceName $WorkspaceFeedName
Write-Log -Message "Existing Workspace Validation Succeeded" -Type 'INFO'

Disconnect-AzAccount | Out-Null
Expand Down
Loading

0 comments on commit 9790b65

Please sign in to comment.