Skip to content

Commit

Permalink
Repository clean up (#165)
Browse files Browse the repository at this point in the history
* Remove obsolete directory

* Rotate resource group names for E2E deployments

* Fix typo

* Add branch config for testing

* Fix typo

* Remove branch configs

* Remove timestamp from sample JSON templates.  Timestamps are kept for E2E testing.

* Remove date stamp
  • Loading branch information
SenthuranSivananthan authored Feb 10, 2022
1 parent 5104f39 commit 6061fa0
Show file tree
Hide file tree
Showing 53 changed files with 312 additions and 552 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
},
"resourceGroups": {
"value": {
"automation": "rgAutomation102021W1",
"networking": "rgVnet102021W1",
"automation": "rgAutomation2022Q1",
"networking": "rgVnet2022Q1",
"networkWatcher": "NetworkWatcherRG",
"backupRecoveryVault":"rgRecovervyVault102021W1"
"backupRecoveryVault":"rgRecoveryVault2022Q1"
}
},
"automation": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
},
"resourceGroups": {
"value": {
"automation": "health102021W1Automation",
"compute": "health102021W1Compute",
"monitor": "health102021W1Monitor",
"networking": "health102021W1Network",
"automation": "health2022Q1Automation",
"compute": "health2022Q1Compute",
"monitor": "health2022Q1Monitor",
"networking": "health2022Q1Network",
"networkWatcher": "NetworkWatcherRG",
"security": "health102021W1Security",
"storage": "health102021W1Storage"
"security": "health2022Q1Security",
"storage": "health2022Q1Storage"
}
},
"useCMK": {
Expand All @@ -84,7 +84,7 @@
},
"automation": {
"value": {
"name": "health102021W1automation"
"name": "health2022Q1automation"
}
},
"sqldb": {
Expand Down Expand Up @@ -114,7 +114,7 @@
"value": {
"peerToHubVirtualNetwork": true,
"useRemoteGateway": false,
"name": "health102021W1vnet",
"name": "health2022Q1vnet",
"dnsServers": [
"10.18.1.4"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,21 @@
},
"resourceGroups": {
"value": {
"automation": "azmlsqlauth102021W1Automation",
"compute": "azmlsqlauth102021W1Compute",
"monitor": "azmlsqlauth102021W1Monitor",
"networking": "azmlsqlauth102021W1Network",
"automation": "azmlsqlauth2022Q1Automation",
"compute": "azmlsqlauth2022Q1Compute",
"monitor": "azmlsqlauth2022Q1Monitor",
"networking": "azmlsqlauth2022Q1Network",
"networkWatcher": "NetworkWatcherRG",
"security": "azmlsqlauth102021W1Security",
"storage": "azmlsqlauth102021W1Storage"
"security": "azmlsqlauth2022Q1Security",
"storage": "azmlsqlauth2022Q1Storage"
}
},
"useCMK": {
"value": false
},
"automation": {
"value": {
"name": "azmlsqlauth102021W1automation"
"name": "azmlsqlauth2022Q1automation"
}
},
"keyVault": {
Expand Down Expand Up @@ -135,7 +135,7 @@
"value": {
"peerToHubVirtualNetwork": true,
"useRemoteGateway": false,
"name": "azmlsqlauth102021W1vnet",
"name": "azmlsqlauth2022Q1vnet",
"dnsServers": [
"10.18.1.4"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,21 @@
},
"resourceGroups": {
"value": {
"automation": "azmlcmk102021W1Automation",
"compute": "azmlcmk102021W1Compute",
"monitor": "azmlcmk102021W1Monitor",
"networking": "azmlcmk102021W1Network",
"automation": "azmlcmk2022Q1Automation",
"compute": "azmlcmk2022Q1Compute",
"monitor": "azmlcmk2022Q1Monitor",
"networking": "azmlcmk2022Q1Network",
"networkWatcher": "NetworkWatcherRG",
"security": "azmlcmk102021W1Security",
"storage": "azmlcmk102021W1Storage"
"security": "azmlcmk2022Q1Security",
"storage": "azmlcmk2022Q1Storage"
}
},
"useCMK": {
"value": true
},
"automation": {
"value": {
"name": "azmlcmk102021W1automation"
"name": "azmlcmk2022Q1automation"
}
},
"keyVault": {
Expand Down Expand Up @@ -139,7 +139,7 @@
"value": {
"peerToHubVirtualNetwork": true,
"useRemoteGateway": false,
"name": "azmlcmk102021W1vnet",
"name": "azmlcmk2022Q1vnet",
"dnsServers": [
"10.18.1.4"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,21 @@
},
"resourceGroups": {
"value": {
"automation": "azmlnocmk102021W1Automation",
"compute": "azmlnocmk102021W1Compute",
"monitor": "azmlnocmk102021W1Monitor",
"networking": "azmlnocmk102021W1Network",
"automation": "azmlnocmk2022Q1Automation",
"compute": "azmlnocmk2022Q1Compute",
"monitor": "azmlnocmk2022Q1Monitor",
"networking": "azmlnocmk2022Q1Network",
"networkWatcher": "NetworkWatcherRG",
"security": "azmlnocmk102021W1Security",
"storage": "azmlnocmk102021W1Storage"
"security": "azmlnocmk2022Q1Security",
"storage": "azmlnocmk2022Q1Storage"
}
},
"useCMK": {
"value": false
},
"automation": {
"value": {
"name": "azmlnocmk102021W1automation"
"name": "azmlnocmk2022Q1automation"
}
},
"keyVault": {
Expand Down Expand Up @@ -139,7 +139,7 @@
"value": {
"peerToHubVirtualNetwork": true,
"useRemoteGateway": false,
"name": "azmlnocmk102021W1vnet",
"name": "azmlnocmk2022Q1vnet",
"dnsServers": [
"10.18.1.4"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,21 @@
},
"resourceGroups": {
"value": {
"automation": "azmlcmksqlmi102021W1Automation",
"compute": "azmlcmksqlmi102021W1Compute",
"monitor": "azmlcmksqlmi102021W1Monitor",
"networking": "azmlcmksqlmi102021W1Network",
"automation": "azmlcmksqlmi2022Q1Automation",
"compute": "azmlcmksqlmi2022Q1Compute",
"monitor": "azmlcmksqlmi2022Q1Monitor",
"networking": "azmlcmksqlmi2022Q1Network",
"networkWatcher": "NetworkWatcherRG",
"security": "azmlcmksqlmi102021W1Security",
"storage": "azmlcmksqlmi102021W1Storage"
"security": "azmlcmksqlmi2022Q1Security",
"storage": "azmlcmksqlmi2022Q1Storage"
}
},
"useCMK": {
"value": true
},
"automation": {
"value": {
"name": "azmlcmksqlmi102021W1automation"
"name": "azmlcmksqlmi2022Q1automation"
}
},
"keyVault": {
Expand Down Expand Up @@ -140,7 +140,7 @@
"value": {
"peerToHubVirtualNetwork": true,
"useRemoteGateway": false,
"name": "azmlcmksqlmi102021W1vnet",
"name": "azmlcmksqlmi2022Q1vnet",
"dnsServers": [
"10.18.1.4"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"automation": "rgAutomation",
"networking": "rgVnet",
"networkWatcher": "NetworkWatcherRG",
"backupRecoveryVault":"rgRecovervyVault102021W1"
"backupRecoveryVault":"rgRecoveryVault"
}
},
"automation": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"automation": "rgAutomation",
"networking": "rgVnet",
"networkWatcher": "NetworkWatcherRG",
"backupRecoveryVault":"rgRecovervyVault102021W1"
"backupRecoveryVault":"rgRecoveryVault"
}
},
"automation": {
Expand Down
6 changes: 3 additions & 3 deletions docs/archetypes/generic-subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ This example configures:
},
"resourceGroups": {
"value": {
"automation": "rgAutomation092021W3",
"networking": "rgVnet092021W3",
"automation": "rgAutomation",
"networking": "rgVnet",
"networkWatcher": "NetworkWatcherRG",
"backupRecoveryVault":"rgRecovervyVault102021W1"
"backupRecoveryVault":"rgRecoveryVault"
}
},
"automation": {
Expand Down
64 changes: 0 additions & 64 deletions isv/SampleGenericSubscription/main.bicep

This file was deleted.

Loading

0 comments on commit 6061fa0

Please sign in to comment.