Commit 6fc3c67
Support re-deployment in the same resource group and remove external key vault integration for admin offer (#340)
* update API version of Microsoft.Storage/storageAccounts.
* remove external key vault integration.
* remove external key vault support.
* Unreferenced variable: const_currentSubscription.
* fix json syntax
* parameterize location in integration test.
* rename the postgresql firewall rule.
* debug pipeline.
* add global unique suffix to resource name.
* remove aad and elk related scripts.
* remove elk from admin integration pipeline.
* output admin vm name.
* query admin vm name after deployment in the admin integration pipeline.
* Unreferenced parameter: _globalResourceNameSuffix Line: 18, Column: 10
* remove aad parameter from the test scripts.
* parameterize file share name.
* define nsg name in the main template.
* generate unique vnet default name.
* query nsg name dynamically.
* output admin vm name as env variables.
* use `az vm run-command create` to execute test script.
* no need to verify WLS installation, this is done while buiding base image.
* use `az vm run-command invoke` to run test script.
* verify-wls-path.sh has been removed.
* fix pipeline error "Error: Process completed with exit code 1."
* upgrade db driver version.
* fix db connection string joiner.
* update the script for new azure-identity-extension.
* add step to query public IP of AdminServer VM in workflow.
* bump version of arm-oraclelinux-wls-admin to 1.0.56
* add network security group configuration step to workflow
* update connection string joiner to use variables instead of parameters
* deploy db in the main deployment.
* remove post deployment - db.
* use unique vnet default name.
* revert debug settings.
* add array_paramJoiner for database connection string formatting.
---------
Co-authored-by: Ed Burns <[email protected]>1 parent edb156d commit 6fc3c67
File tree
31 files changed
+263
-3137
lines changed- .github
- actions/createPostgresqlFlexibleServer
- workflows
- weblogic-azure-aks/src/main/resources
- weblogic-azure-vm/arm-oraclelinux-wls-admin
- src/main
- arm
- nestedtemplates
- _dnszones
- scripts
- test
- data
- scripts
31 files changed
+263
-3137
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
| 16 | + | |
16 | 17 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
Lines changed: 0 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 5 | | |
15 | 6 | | |
16 | 7 | | |
| |||
38 | 29 | | |
39 | 30 | | |
40 | 31 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 32 | | |
45 | 33 | | |
46 | 34 | | |
| |||
53 | 41 | | |
54 | 42 | | |
55 | 43 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | 44 | | |
75 | 45 | | |
76 | 46 | | |
| |||
Lines changed: 3 additions & 240 deletions
Large diffs are not rendered by default.
0 commit comments