Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
916f77f
test workflow template
Sep 21, 2021
dca4ebe
Merge pull request #1 from eriqua/workflow-template
eriqua Sep 24, 2021
1ef4661
fix policy assignment to accept westeu
Sep 25, 2021
a6e38d1
Merge branch 'main' of https://github.com/Azure/ResourceModules
Sep 25, 2021
490f706
Merge branch 'main' of https://github.com/Azure/ResourceModules
Sep 27, 2021
9ae9f60
Merge branch 'main' of https://github.com/Azure/ResourceModules
Sep 29, 2021
ca01128
Merge branch 'main' of https://github.com/Azure/ResourceModules
Sep 29, 2021
3f2ebf0
Merge branch 'main' of https://github.com/Azure/ResourceModules
Oct 3, 2021
8ea7a13
Merge branch 'main' of https://github.com/Azure/ResourceModules
Oct 3, 2021
7b0d0d3
Merge branch 'main' of https://github.com/Azure/ResourceModules
Oct 4, 2021
585e480
Merge branch 'main' of https://github.com/Azure/ResourceModules
Oct 4, 2021
70ce3b2
Merge branch 'main' of https://github.com/Azure/ResourceModules
Oct 5, 2021
cf18567
Merge branch 'main' of https://github.com/Azure/ResourceModules
Oct 5, 2021
83058d7
Merge branch 'main' of https://github.com/Azure/ResourceModules
Oct 5, 2021
4b81794
Merge branch 'main' of https://github.com/Azure/ResourceModules
Oct 6, 2021
1990a89
Merge branch 'main' of https://github.com/Azure/ResourceModules
Oct 6, 2021
88095b0
update msi
Oct 6, 2021
77c25e0
update sid
Oct 6, 2021
ae54149
update sig
Oct 6, 2021
6f1aa36
update sig sid
Oct 6, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"contentVersion": "1.0.0.0",
"parameters": {
"galleryName": {
"value": "sxxazsigweux003"
"value": "sxxazsigweux001"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"value": "westeurope"
},
"galleryName": {
"value": "sxxazsigweux003"
"value": "adpsxxazsigweux001"
},
"osType": {
"value": "Windows"
Expand All @@ -24,7 +24,7 @@
"value": "WindowsServer"
},
"sku": {
"value": "2019-Datacenter"
"value": "2019-Datacenter-Core"
},
"minRecommendedvCPUs": {
"value": 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"value": "/subscriptions/8629be3b-96bc-482d-a04b-ffff597c65a2/resourceGroups/dependencies-rg/providers/Microsoft.Network/publicIPAddresses/sxx-az-pip-weu-x-003"
},
"managedIdentityResourceId": {
"value": "/subscriptions/8629be3b-96bc-482d-a04b-ffff597c65a2/resourceGroups/dependencies-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sxx-az-msi-weu-x-002"
"value": "/subscriptions/8629be3b-96bc-482d-a04b-ffff597c65a2/resourceGroups/validation-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/adp-sxx-az-msi-weu-x-001"
},
"sslCertificateKeyVaultSecretId": {
"value": "https://sxx-az-kv-weu-x-004.vault.azure.net/secrets/applicationGatewaySslCertificate/b664f0004c734e838c42091705b001b6"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"value": "sxx-az-ds-weu-x-001"
},
"userMsiName": {
"value": "sxx-az-msi-weu-x-002"
"value": "adp-sxx-az-msi-weu-x-001"
},
"userMsiResourceGroup": {
"value": "dependencies-rg"
"value": "validation-rg"
},
"kind": {
"value": "AzurePowerShell"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"value": "eastus"
},
"userMsiName": {
"value": "sxx-az-msi-weu-x-002"
"value": "adp-sxx-az-msi-weu-x-001"
},
"userMsiResourceGroup": {
"value": "dependencies-rg"
"value": "validation-rg"
},
"buildTimeoutInMinutes": {
"value": 0
Expand Down Expand Up @@ -50,7 +50,7 @@
"value": "sxx-az-umi-weu-x-001"
},
"sigImageDefinitionId": {
"value": "/subscriptions/8629be3b-96bc-482d-a04b-ffff597c65a2/resourceGroups/dependencies-rg/providers/Microsoft.Compute/galleries/sxxazsigweux001/images/sxx-az-imgd-weu-x-002"
"value": "/subscriptions/8629be3b-96bc-482d-a04b-ffff597c65a2/resourceGroups/validation-rg/providers/Microsoft.Compute/galleries/adpsxxazsigweux001/images/adp-sxx-az-imgd-weu-x-001"
},
"imageReplicationRegions": {
"value": []
Expand Down