You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/devtest-labs/add-artifact-vm.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,8 +82,6 @@ If necessary, sign in to your Azure account by using the [Connect-AzAccount](/po
82
82
Run the following PowerShell script to apply an artifact to a VM by using the [Invoke-AzResourceAction](/powershell/module/az.resources/invoke-azresourceaction) cmdlet. Provide the information the script calls for when prompted.
83
83
84
84
```powershell
85
-
#Requires -Module Az.Resources
86
-
87
85
param (
88
86
[Parameter(Mandatory=$true, HelpMessage="The ID of the subscription that contains the lab")]
0 commit comments