-
Notifications
You must be signed in to change notification settings - Fork 437
Update dependency pipeline with image template and vhd copy #929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
1450e47
test fake vhd
8e364c3
vhd ref back
23c9b88
add vhds container to sa dep
ea4dcd5
add imgt to dep
e8815d9
test runcommand output dep
fb03bbb
test runcommand output dep step id
3b70187
test runcommand
866945c
update dep param file
6537929
merge main
399d785
imgt post deployment
c926a84
enable sa
5f6a413
quotes output
494df66
trigger image baking
630f357
copy blob
228fabb
copy blob extension
8d1550c
test compute image
2810f43
Code cleanup
afab0b0
dep param naming
eb8639c
Merge branch 'main' into users/erikag/vmimage-dep
474aff1
dep ado imgt
a573997
dep ado imgt variables
1d4e792
comment
0086b6f
comment all
1f78207
comment dependson
7d57f0f
fix output param name
2f215b3
uncomment
318be6c
Merge branch 'main' into users/erikag/vmimage-dep
fb2f921
udr back
073a4b0
stage condition
fa25503
ado stage condition if
6759b21
ado stage condition and
b8488d3
dependson update
2ebcc96
Update wiki
8f9214a
Remove test ado job
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,6 +23,10 @@ | |
| { | ||
| "name": "scripts", | ||
| "publicAccess": "None" | ||
| }, | ||
| { | ||
| "name": "vhds", | ||
| "publicAccess": "None" | ||
| } | ||
| ] | ||
| } | ||
|
|
||
44 changes: 44 additions & 0 deletions
44
...nes/dependencies/Microsoft.VirtualMachineImages/imageTemplates/parameters/parameters.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| { | ||
| "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", | ||
| "contentVersion": "1.0.0.0", | ||
| "parameters": { | ||
| "name": { | ||
| "value": "adp-sxx-az-imgt-x-001" | ||
| }, | ||
| "userMsiName": { | ||
| "value": "adp-sxx-az-msi-x-001" | ||
| }, | ||
| "userMsiResourceGroup": { | ||
| "value": "validation-rg" | ||
| }, | ||
| "buildTimeoutInMinutes": { | ||
| "value": 0 | ||
| }, | ||
| "vmSize": { | ||
| "value": "Standard_D2s_v3" | ||
| }, | ||
| "osDiskSizeGB": { | ||
| "value": 127 | ||
| }, | ||
| "imageSource": { | ||
| "value": { | ||
| "type": "PlatformImage", | ||
| "publisher": "MicrosoftWindowsDesktop", | ||
| "offer": "Windows-10", | ||
| "sku": "19h2-evd", | ||
| "version": "latest" | ||
| } | ||
| }, | ||
| "customizationSteps": { | ||
| "value": [ | ||
| { | ||
| "type": "WindowsRestart", | ||
| "restartTimeout": "30m" | ||
| } | ||
AlexanderSehr marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| ] | ||
| }, | ||
| "unManagedImageName": { | ||
| "value": "adp-sxx-az-umi-x-001" | ||
| } | ||
| } | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.