Skip to content

Commit 7a85a08

Browse files
committed
Updated the how-to to add more info about the script
1 parent 3a7b005 commit 7a85a08

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/active-directory/fundamentals/how-to-rename-azure-ad.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,12 @@ See the section [Glossary of updated terminology](new-name.md#glossary-of-update
8989

9090
You can use following PowerShell script to rename Azure AD references in your documentation or content. This code sample:
9191

92-
- Scans .resx and .resjson files within a specified folder and all nested folders.
92+
- Scans .resx files within a specified folder and all nested folders.
9393
- Edits files by replacing any references to `Azure Active Directory (Azure AD)`, `Azure Active Directory`, `Azure AD`, `AAD` with the correct terminology according to [New name for Azure AD](new-name.md).
9494

95-
```powershell
95+
You can edit the script according to your needs and the scope of files you need to update. You may need to account for edge cases and modify the script according to how you've defined the messages in your source files. The script is not fully automated. If you use the script as-is, you must review the outputs and may need to make additional adjustments to follow the guidance in [New name for Azure AD](new-name.md).
9696

97+
```powershell
9798
# Define the old and new terminology
9899
$terminology = @(
99100
@{ Key = 'Azure AD External Identities'; Value = 'Microsoft Entra External ID' },

0 commit comments

Comments
 (0)