mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
committed by
GitHub
parent
d09a712b71
commit
8077d7b42b
@@ -3,6 +3,8 @@ param(
|
||||
[String] [Parameter (Mandatory)] $Organization,
|
||||
[String] [Parameter (Mandatory)] $Project,
|
||||
[String] [Parameter (Mandatory)] $ImageName,
|
||||
[String] [Parameter (Mandatory)] $StorageAccountContainerName,
|
||||
[String] [Parameter (Mandatory)] $VhdName,
|
||||
[String] [Parameter (Mandatory)] $DefinitionId,
|
||||
[String] [Parameter (Mandatory)] $AccessToken
|
||||
)
|
||||
@@ -16,6 +18,12 @@ $Body = @{
|
||||
ImageName = @{
|
||||
value = $ImageName
|
||||
}
|
||||
ImageStorageContainerName = @{
|
||||
value = $StorageAccountContainerName
|
||||
}
|
||||
ImageBlobPath = @{
|
||||
value = $VhdName
|
||||
}
|
||||
}
|
||||
isDraft = "false"
|
||||
} | ConvertTo-Json -Depth 3
|
||||
|
||||
Reference in New Issue
Block a user