Skip to content

Commit 14f2028

Browse files
committed
Specified that the script is a baseline
1 parent 7a85a08 commit 14f2028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

8888
## Sample PowerShell script
8989

90-
You can use following PowerShell script to rename Azure AD references in your documentation or content. This code sample:
90+
You can use following PowerShell script as a baseline to rename Azure AD references in your documentation or content. This code sample:
9191

9292
- 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-
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).
95+
Edit the baseline 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

9797
```powershell
9898
# Define the old and new terminology

0 commit comments

Comments
 (0)