Skip to content

Commit f021335

Browse files
Merge pull request #288812 from meganbradley/meganbradley/docutune-autopr-20241020-030949-3874609-ignore-build
[BULK] - DocuTune remediation - Sensitive terms with GUIDs (part 52)
2 parents b483992 + 5af9e71 commit f021335

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/logic-apps/block-connections-connectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ The message includes this information:
337337
| Reason for the failure | `"Resource 'instagram' was disallowed by policy."` |
338338
| Assignment name | `"Block Instagram connections"` |
339339
| Assignment ID | `"/subscriptions/xxxxxXXXXXxxxxxXXXXXxxxxxXXXXX/resourceGroups/MyLogicApp-RG/providers/Microsoft.Authorization/policyAssignments/4231890fc3bd4352acb0b673"` |
340-
| Policy definition ID | `"/subscriptions/xxxxxXXXXXxxxxxXXXXXxxxxxXXXXX/providers/Microsoft.Authorization/policyDefinitions/b5ddcfec-1b24-4cac-a353-360846a59f24"` |
340+
| Policy definition ID | `"/subscriptions/xxxxxXXXXXxxxxxXXXXXxxxxxXXXXX/providers/Microsoft.Authorization/policyDefinitions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"` |
341341
|||
342342

343343
## Next steps

articles/logic-apps/logic-apps-securing-a-logic-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ In a Standard workflow that starts with the **Request** trigger (but not a webho
722722
"puid": "1003000000098FE48CE",
723723
"scp": "user_impersonation",
724724
"sub": "KGlhIodTx3XCVIWjJarRfJbsLX9JcdYYWDPkufGVij7_7k",
725-
"tid": "72f988bf-86f1-41af-91ab-2d7cd011db47",
725+
"tid": "aaaabbbb-0000-cccc-1111-dddd2222eeee",
726726
"unique_name": "[email protected]",
727727
728728
"uti": "TPJ7nNNMMZkOSx6_uVczUAA",
@@ -805,7 +805,7 @@ To add an authorization policy to your Consumption logic app, follow the steps f
805805

806806
* To add another claim type, select **Add standard claim**, select the claim type, and specify the claim value.
807807

808-
* To add your own claim, select **Add custom claim**. For more information, review [how to provide optional claims to your app](/entra/identity-platform/optional-claims). Your custom claim is then stored as a part of your JWT ID; for example, `"tid": "72f988bf-86f1-41af-91ab-2d7cd011db47"`.
808+
* To add your own claim, select **Add custom claim**. For more information, review [how to provide optional claims to your app](/entra/identity-platform/optional-claims). Your custom claim is then stored as a part of your JWT ID; for example, `"tid": "aaaabbbb-0000-cccc-1111-dddd2222eeee"`.
809809

810810
1. To add another authorization policy, select **Add policy**. Repeat the previous steps to set up the policy.
811811

articles/logic-apps/quickstart-logic-apps-azure-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ResourceGroupName : testResourceGroup
5757
Location : westus
5858
ProvisioningState : Succeeded
5959
Tags :
60-
ResourceId : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testResourceGroup
60+
ResourceId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/testResourceGroup
6161
```
6262

6363
## Workflow definition

articles/logic-apps/sample-logic-apps-cli-script.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@ Before you run the sample script, you must first create a sample [workflow defin
115115
"$connections": {
116116
"value": {
117117
"office365": {
118-
"connectionId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testResourceGroup/providers/Microsoft.Web/connections/office365",
118+
"connectionId": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/testResourceGroup/providers/Microsoft.Web/connections/office365",
119119
"connectionName": "office365",
120-
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/locations/westus/managedApis/office365"
120+
"id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Web/locations/westus/managedApis/office365"
121121
},
122122
"rss": {
123-
"connectionId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testResourceGroup/providers/Microsoft.Web/connections/rss",
123+
"connectionId": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/testResourceGroup/providers/Microsoft.Web/connections/rss",
124124
"connectionName": "rss",
125-
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/locations/westus/managedApis/rss"
125+
"id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Web/locations/westus/managedApis/rss"
126126
}
127127
}
128128
}

0 commit comments

Comments
 (0)