mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-10 19:50:37 +00:00
Add current commit into logs for custom builds (#1419)
* Show latest commit for custom repos * Remove unused variables from templates * Add Get-LatestCommit function * Fix in synopsis * Remove SSH_Password variables from Windows Images * Rename download-customrepo * Fix in synopsis
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
Function CreateAzureVMFromPackerTemplate {
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Creates an Azure VM from a template. Also generates network resources in Azure to make the VM accessible.
|
||||
A helper function to deploy a VM from a generated image.
|
||||
|
||||
.DESCRIPTION
|
||||
Creates Azure resources and kicks off a packer image generation for the selected image type.
|
||||
Creates an Azure VM from a template. Also generates network resources in Azure to make the VM accessible.
|
||||
|
||||
.PARAMETER SubscriptionId
|
||||
The Azure subscription Id where resources will be created.
|
||||
|
||||
Reference in New Issue
Block a user