Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Module folder cleanup (#128)
Browse files Browse the repository at this point in the history
* revmoing version from orchestration files

* removed logic for module subpath

* removed examples using "2.0" folder

* removing the '2.0' folder from modules
  • Loading branch information
bennage authored Sep 24, 2019
1 parent 137344d commit f0b3944
Show file tree
Hide file tree
Showing 546 changed files with 11 additions and 89 deletions.
3 changes: 1 addition & 2 deletions Environments/ASE-SQLDB/LandingZone/orchestration.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"ModuleDefinitionName": "StorageAccounts",
"ResourceGroupName": "${Parameters.ModuleConfigurationParameters.DiagnosticStorageAccount.ResourceGroup}",
"Comments": "Storage Account that is used to store Diagnostic information of VMs and Non-VM resources",
"Version": "2.0",
"Policies": {
"Comments": "Policies is Optional - If no object is specified, no Policies deployment will occur",
"OverrideParameters": {
Expand All @@ -37,7 +36,7 @@
},
"Deployment": {
"Comments": "We need the 'update' module instance to lock this resource after the Virtual Network got created",
"TemplatePath": "../../../Modules/StorageAccounts/2.0/deploy.json",
"TemplatePath": "../../../Modules/StorageAccounts/deploy.json",
"OverrideParameters": {
"storageAccountName": {
"value": "${Parameters.ModuleConfigurationParameters.DiagnosticStorageAccount.Name}"
Expand Down
3 changes: 1 addition & 2 deletions Environments/NTier-IaaS/LandingZone/orchestration.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"ModuleDefinitionName": "StorageAccounts",
"ResourceGroupName": "${Parameters.ModuleConfigurationParameters.DiagnosticStorageAccount.ResourceGroup}",
"Comments": "Storage Account that is used to store Diagnostic information of VMs and Non-VM resources",
"Version": "2.0",
"Policies": {
"Comments": "Policies is Optional - If no object is specified, no Policies deployment will occur",
"OverrideParameters": {
Expand All @@ -37,7 +36,7 @@
},
"Deployment": {
"Comments": "We need the 'update' module instance to lock this resource after the Virtual Network got created",
"TemplatePath": "../../../Modules/StorageAccounts/2.0/deploy.json",
"TemplatePath": "../../../Modules/StorageAccounts/deploy.json",
"OverrideParameters": {
"storageAccountName": {
"value": "${Parameters.ModuleConfigurationParameters.DiagnosticStorageAccount.Name}"
Expand Down
1 change: 0 additions & 1 deletion Environments/OnPremises/orchestration.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"ModuleDefinitionName": "StorageAccounts",
"ResourceGroupName": "${Parameters.ModuleConfigurationParameters.DiagnosticStorageAccount.ResourceGroup}",
"Comments": "Storage Account that is used for ...",
"Version": "2.0",
"Policies": {
"Comments": "Optional - If no object is specified, no Policies deployment will occur",
"OverrideParameters": {
Expand Down
1 change: 0 additions & 1 deletion Environments/SharedServices/orchestration.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"ResourceGroupName": "${Parameters.ModuleConfigurationParameters.DiagnosticStorageAccount.ResourceGroup}",
"DependsOn": [],
"Comments": "Storage Account that is used to store diagnostic information as raw logs",
"Version": "2.0",
"Policies": {
"Comments": "Optional - If no object is specified, no Policies deployment will occur",
"OverrideParameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"ModuleDefinitionName": "StorageAccounts",
"ResourceGroupName": "${Parameters.ModuleConfigurationParameters.DiagnosticStorageAccount.ResourceGroup}",
"Comments": "Storage Account that is used for ...",
"Version": "2.0",
"Policies": {
"Comments": "Optional - If no object is specified, no Policies deployment will occur",
"OverrideParameters": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit f0b3944

Please sign in to comment.