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 (Azure#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 2bb2af5 commit 8689876
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 8689876

Please sign in to comment.