Skip to content

Commit

Permalink
Release 1.1.0 (#18)
Browse files Browse the repository at this point in the history
* Release 1.1.0

* Release 1.1.0

* Release 1.1.0

---------

Co-authored-by: Microsoft Open Source <microsoftopensource@users.noreply.github.com>
  • Loading branch information
VeronicaSea and microsoftopensource committed Apr 3, 2024
1 parent f9d7a2e commit cbac464
Show file tree
Hide file tree
Showing 129 changed files with 6,371 additions and 1,867 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ modules/**/*.json
orchestration/**/*.json
!orchestration/const/*.json
!orchestration/**/parameters/*.parameters.json
!orchestration/**/parameters/policyParameters/*.json
orchestration/scripts/outputs/*
# ignore all files added or modified by Invoke-SlzDefaultandCustomPolicyToBicep.ps1
dependencies/infra-as-code/bicep/modules/policy/assignments/lib/policy_assignments/_*.txt
dependencies/infra-as-code/bicep/modules/policy/definitions/alzPolicySetDefinitions.bicep
dependencies/infra-as-code/bicep/modules/policy/definitions/alz-PolicyDefinitions.bicep
dependencies/infra-as-code/bicep/modules/policy/definitions/slz-*.bicep
dependencies/infra-as-code/bicep/modules/policy/definitions/lib/policy_definitions/_*.txt
dependencies/infra-as-code/bicep/modules/policy/definitions/lib/policy_set_definitions/_*.txt
Expand Down
4 changes: 2 additions & 2 deletions dependencies/Alz.Tools/Alz.Tools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
ModuleName = 'Az.Accounts'
ModuleVersion = '2.9.0'
}
@{
<#@{
ModuleName = 'Az.Resources'
ModuleVersion = '5.6.0'
}
}#>
)

# Assemblies that must be loaded prior to importing this module
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Module deploys the following resources:
> **NOTE:**
> - Although there are generated parameter markdowns for Azure Commercial Cloud, this same module can still be used in Azure China. Example parameter are in the [parameters](./parameters/) folder.
>
> - The file `parameters/hubNetworking.parameters.az.all.json` contains parameter values for SKUs that are compatible with availability zones for relevant resource types. In cases where you are deploying to a region that does not support availability zones, you should opt for the `parameters/hubNetworking.parameters.all.json` file.
>
> - When deploying using the `parameters/hubNetworking.parameters.all.json` you must update the `parPrivateDnsZones` parameter by replacing the `xxxxxx` placeholders with the deployment region or geo code, for Azure Backup. Failure to do so will cause these services to be unreachable over private endpoints.
>
> For example, if deploying to East US the following zone entries:
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@
"parPrivateDnsZoneAutoMergeAzureBackupZone": {
"value": true
},
"parVpnGatewayEnabled": {
"value": true
},
"parVpnGatewayConfig": {
"value": {
"name": "alz-Vpn-Gateway",
Expand All @@ -209,6 +212,9 @@
"vpnClientConfiguration": {}
}
},
"parExpressRouteGatewayEnabled": {
"value": true
},
"parExpressRouteGatewayConfig": {
"value": {
"name": "alz-ExpressRoute-Gateway",
Expand Down Expand Up @@ -241,6 +247,54 @@
"22",
"3389"
]
},
"parGlobalResourceLock": {
"value": {
"kind": "None",
"notes": "This lock was created by the ALZ Bicep Hub Networking Module."
}
},
"parVirtualNetworkLock": {
"value": {
"kind": "None",
"notes": "This lock was created by the ALZ Bicep Hub Networking Module."
}
},
"parBastionLock": {
"value": {
"kind": "None",
"notes": "This lock was created by the ALZ Bicep Hub Networking Module."
}
},
"parDdosLock": {
"value": {
"kind": "None",
"notes": "This lock was created by the ALZ Bicep Hub Networking Module."
}
},
"parAzureFirewallLock": {
"value": {
"kind": "None",
"notes": "This lock was created by the ALZ Bicep Hub Networking Module."
}
},
"parHubRouteTableLock": {
"value": {
"kind": "None",
"notes": "This lock was created by the ALZ Bicep Hub Networking Module."
}
},
"parPrivateDNSZonesLock": {
"value": {
"kind": "None",
"notes": "This lock was created by the ALZ Bicep Hub Networking Module."
}
},
"parVirtualNetworkGatewayLock": {
"value": {
"kind": "None",
"notes": "This lock was created by the ALZ Bicep Hub Networking Module."
}
}
}
}
Loading

0 comments on commit cbac464

Please sign in to comment.