Skip to content

Commit 3c629bc

Browse files
authored
Policheck updates - Sept 13 | Bulk Updates (update source) (#22790)
* whitelist to allowlist * turkey to turkiye * cape verde to cabo verde
1 parent 456f144 commit 3c629bc

24 files changed

+54
-54
lines changed

src/ApiManagement/ApiManagement/help/Restore-AzApiManagement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PrivateEndpointConnections :
9090
ResourceGroupName : ContosoGroup02
9191
```
9292

93-
This command restores the API Management service using the Managed Identity credentials of APIM which are whitelisted as StorageBlobContributor on the Azure Storage Account `apimbackupmsi`
93+
This command restores the API Management service using the Managed Identity credentials of APIM which are allowlisted as StorageBlobContributor on the Azure Storage Account `apimbackupmsi`
9494

9595
## PARAMETERS
9696

src/DataLakeStore/DataLakeStore/help/Get-AzDataLakeStoreDeletedItem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Get-AzDataLakeStoreDeletedItem [-Account] <String> [-Filter] <String> [-Count <I
2222
The **Get-AzDataLakeStoreDeletedItem** cmdlet searches the deleted files or folders in Data Lake Store which match the given filter.
2323
It displays the following attributes of the deleted items - OriginalPath, TrashDirPath, Type, CreationTime.
2424
This could be a long running operation as it may have to search through millions of files in trash and could be run as a job.
25-
Caution: Undeleting files is a best effort operation. There are no guarantees that a file can be restored once it is deleted. The use of this API is enabled via whitelisting.
26-
If your ADL account is not whitelisted, then using this api will throw Not implemented exception. For further information and assistance please contact Microsoft support.
25+
Caution: Undeleting files is a best effort operation. There are no guarantees that a file can be restored once it is deleted. The use of this API is enabled via allowlisting.
26+
If your ADL account is not allowlisted, then using this api will throw Not implemented exception. For further information and assistance please contact Microsoft support.
2727

2828
## EXAMPLES
2929

src/DataLakeStore/DataLakeStore/help/Restore-AzDataLakeStoreDeletedItem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Restore-AzDataLakeStoreDeletedItem [-Account] <String> [-DeletedItem] <DataLakeS
2929

3030
## DESCRIPTION
3131
The **Restore-AzDataLakeStoreDeletedItem** cmdlet restores a deleted file or folder in Data Lake Store. Requires the path of deleted item in trash returned by Get-AzDataLakeStoreDeletedItem.
32-
Caution: Undeleting files is a best effort operation. There are no guarantees that a file can be restored once it is deleted. The use of this API is enabled via whitelisting.
33-
If your ADL account is not whitelisted, then using this api will throw Not implemented exception. For further information and assistance please contact Microsoft support.
32+
Caution: Undeleting files is a best effort operation. There are no guarantees that a file can be restored once it is deleted. The use of this API is enabled via allowlisting.
33+
If your ADL account is not allowlisted, then using this api will throw Not implemented exception. For further information and assistance please contact Microsoft support.
3434

3535
## EXAMPLES
3636

src/Functions/help/Get-AzFunctionAppSetting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ To create the parameters described below, construct a hash table containing the
277277
- `[SlowRequestCount <Int32?>]`: Request Count.
278278
- `[SlowRequestTimeInterval <String>]`: Time interval.
279279
- `[SlowRequestTimeTaken <String>]`: Time taken.
280-
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
280+
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are allowlisted for use by the push registration endpoint.
281281
- `[TagsRequiringAuth <String>]`: Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.
282282
- `[TracingOption <String>]`: Tracing options.
283283
- `[TriggerPrivateBytesInKb <Int32?>]`: A rule based on private bytes.

src/Functions/help/Remove-AzFunctionApp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ To create the parameters described below, construct a hash table containing the
314314
- `[SlowRequestCount <Int32?>]`: Request Count.
315315
- `[SlowRequestTimeInterval <String>]`: Time interval.
316316
- `[SlowRequestTimeTaken <String>]`: Time taken.
317-
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
317+
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are allowlisted for use by the push registration endpoint.
318318
- `[TagsRequiringAuth <String>]`: Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.
319319
- `[TracingOption <String>]`: Tracing options.
320320
- `[TriggerPrivateBytesInKb <Int32?>]`: A rule based on private bytes.

src/Functions/help/Remove-AzFunctionAppSetting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ To create the parameters described below, construct a hash table containing the
307307
- `[SlowRequestCount <Int32?>]`: Request Count.
308308
- `[SlowRequestTimeInterval <String>]`: Time interval.
309309
- `[SlowRequestTimeTaken <String>]`: Time taken.
310-
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
310+
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are allowlisted for use by the push registration endpoint.
311311
- `[TagsRequiringAuth <String>]`: Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.
312312
- `[TracingOption <String>]`: Tracing options.
313313
- `[TriggerPrivateBytesInKb <Int32?>]`: A rule based on private bytes.

src/Functions/help/Restart-AzFunctionApp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ To create the parameters described below, construct a hash table containing the
314314
- `[SlowRequestCount <Int32?>]`: Request Count.
315315
- `[SlowRequestTimeInterval <String>]`: Time interval.
316316
- `[SlowRequestTimeTaken <String>]`: Time taken.
317-
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
317+
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are allowlisted for use by the push registration endpoint.
318318
- `[TagsRequiringAuth <String>]`: Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.
319319
- `[TracingOption <String>]`: Tracing options.
320320
- `[TriggerPrivateBytesInKb <Int32?>]`: A rule based on private bytes.

src/Functions/help/Start-AzFunctionApp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ To create the parameters described below, construct a hash table containing the
299299
- `[SlowRequestCount <Int32?>]`: Request Count.
300300
- `[SlowRequestTimeInterval <String>]`: Time interval.
301301
- `[SlowRequestTimeTaken <String>]`: Time taken.
302-
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
302+
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are allowlisted for use by the push registration endpoint.
303303
- `[TagsRequiringAuth <String>]`: Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.
304304
- `[TracingOption <String>]`: Tracing options.
305305
- `[TriggerPrivateBytesInKb <Int32?>]`: A rule based on private bytes.

src/Functions/help/Stop-AzFunctionApp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ To create the parameters described below, construct a hash table containing the
314314
- `[SlowRequestCount <Int32?>]`: Request Count.
315315
- `[SlowRequestTimeInterval <String>]`: Time interval.
316316
- `[SlowRequestTimeTaken <String>]`: Time taken.
317-
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
317+
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are allowlisted for use by the push registration endpoint.
318318
- `[TagsRequiringAuth <String>]`: Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.
319319
- `[TracingOption <String>]`: Tracing options.
320320
- `[TriggerPrivateBytesInKb <Int32?>]`: A rule based on private bytes.

src/Functions/help/Update-AzFunctionApp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ To create the parameters described below, construct a hash table containing the
445445
- `[SlowRequestCount <Int32?>]`: Request Count.
446446
- `[SlowRequestTimeInterval <String>]`: Time interval.
447447
- `[SlowRequestTimeTaken <String>]`: Time taken.
448-
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
448+
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are allowlisted for use by the push registration endpoint.
449449
- `[TagsRequiringAuth <String>]`: Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.
450450
- `[TracingOption <String>]`: Tracing options.
451451
- `[TriggerPrivateBytesInKb <Int32?>]`: A rule based on private bytes.

0 commit comments

Comments
 (0)