Skip to content

Commit

Permalink
Merge pull request #957 from JohnDuprey/dev
Browse files Browse the repository at this point in the history
Update Invoke-ExecExtensionsConfig.ps1
  • Loading branch information
JohnDuprey authored Jul 9, 2024
2 parents 20b59a2 + 00b7c74 commit 941f64e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ Function Invoke-ExecExtensionsConfig {
$AddObject = @{
PartitionKey = 'InstanceProperties'
RowKey = 'CIPPURL'
Value = '{0}://{1}' -f $CippUri.Scheme, $CippUri.Authority
Value = ('{0}://{1}' -f $CippUri.Scheme, $CippUri.Authority)
Original = $Uri
}
$ConfigTable = Get-CIPPTable -tablename 'Config'
Add-AzDataTableEntity @ConfigTable -Entity $AddObject -Force
Expand Down

0 comments on commit 941f64e

Please sign in to comment.