Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update display name in doc #250

Merged
merged 5 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 @@ -57,7 +57,7 @@ customer_policy_sets: {
policySetAssignmentDisplayName: "FedRAMP High",
policySetAssignmentDescription: "FedRAMP High",
policySetManagementGroupAssignmentScope: "/providers/Microsoft.management/managementGroups/<MG-ID-SCOPE>",
policyParameterFilePath: "./policy_parameters/policySetParameterSampleFile.json"
policyParameterFilePath: "../modules/compliance/policy_parameters/policySetParameterSampleFile.json"
}
}
```
Expand Down Expand Up @@ -89,7 +89,7 @@ An example of the format for the `landing_zone_management_group_children` map is
landing_zone_management_group_children: {
child1: {
id: "child1",
display_name: "Landing zone child one"
displayName: "Landing zone child one"
}
}
```
Expand Down Expand Up @@ -255,7 +255,7 @@ The `networksecuritygroup` module is used to deploy a default NSG for the Azure
Please follow the below example to change the Policy Assignments (example: Data Residency being moved to Root level)

In deployment workspace, navigate to:
starter\{version}\microsoft_cloud_for_industry\financial_services_landing_zone\templates\fsi.alz_architecture_definition.json.tftpl
bootstrap\{version}\modules\template_architecture_definition\templates\fsi.alz_architecture_definition.json.tftpl

Update fsi.alz_architecture_definition.json.tftpl file with preferred archetype management group assignments, e.g., to add so_01_data_residency to the “Financial Services Industry Landing Zone” management group, make the following change:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ An example of the format for the `landing_zone_management_group_children` map is
landing_zone_management_group_children: {
child1: {
id: "child1",
display_name: "Landing zone child one"
displayName: "Landing zone child one"
}
}
```
Expand Down
Loading