Skip to content
Prev Previous commit
Next Next commit
remove non-existing resourceuri
  • Loading branch information
yaotongms committed Nov 11, 2024
commit 8fe24934cd619fdada874316aa9fad64d51a1ac3
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ INPUTOBJECT <IConnectedMachineIdentity>: Identity Parameter
[PrivateLinkScopeId <String>]: The id (Guid) of the Azure Arc PrivateLinkScope resource.
[Publisher <String>]: The publisher of the Extension being received.
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
[ResourceUri <String>]: The fully qualified Azure Resource manager identifier of the resource to be connected.
[RunCommandName <String>]: The name of the run command.
[ScopeName <String>]: The name of the Azure Arc PrivateLinkScope resource.
[SettingsResourceName <String>]: The name of the settings resource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ function setupEnv() {
$env.RunCommandName = 'myRunCommand3'
$env.Script = 'Write-Host Hello World!'
$env.EsuLicenseName = 'myEsuLicense2'
$env.ResourceUri = 'subscriptions/b24cc8ee-df4f-48ac-94cf-46edf36b0fae/resourceGroups/ytongtest/providers/Microsoft.HybridCompute/machines/testmachine'
$env.PrivateLinkScopeUri = '/subscriptions/b24cc8ee-df4f-48ac-94cf-46edf36b0fae/resourceGroups/ytongtest/providers/Microsoft.HybridCompute/privateLinkScopes/myScope3'
$env.ExtensionName = 'networkWatcher'
$env.PerimeterName = 'a12ebbfe-c600-4964-b1aa-1b302b91d074.testAssociation'
Expand Down