Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
segraef committed Oct 3, 2023
1 parent 67a90dd commit 6e82b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scripts/Functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Copy-Repository {
}

# Function to generate the specified image
function New-Image {
function Edit-Image {
[CmdletBinding(SupportsShouldProcess=$false)]
param (
[string]$workingDirectory = $pwd,
Expand Down Expand Up @@ -79,7 +79,7 @@ function New-VMSS {
}

# Function to update a VMSS with a new image
function Update-VMSS {
function Edit-VMSS {
[CmdletBinding(ConfirmImpact='None')]
param (
[string]$resourceGroupName,
Expand Down

0 comments on commit 6e82b41

Please sign in to comment.