diff --git a/azps-10.2.0/Az.ApiManagement/Restore-AzApiManagement.md b/azps-10.2.0/Az.ApiManagement/Restore-AzApiManagement.md index 0c54d825ca..9dd0d86dfa 100644 --- a/azps-10.2.0/Az.ApiManagement/Restore-AzApiManagement.md +++ b/azps-10.2.0/Az.ApiManagement/Restore-AzApiManagement.md @@ -92,7 +92,7 @@ PrivateEndpointConnections : ResourceGroupName : ContosoGroup02 ``` -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` +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` ## PARAMETERS diff --git a/azps-10.2.0/Az.DataLakeStore/Get-AzDataLakeStoreDeletedItem.md b/azps-10.2.0/Az.DataLakeStore/Get-AzDataLakeStoreDeletedItem.md index c2a4abaefc..38381c1392 100644 --- a/azps-10.2.0/Az.DataLakeStore/Get-AzDataLakeStoreDeletedItem.md +++ b/azps-10.2.0/Az.DataLakeStore/Get-AzDataLakeStoreDeletedItem.md @@ -24,8 +24,8 @@ Get-AzDataLakeStoreDeletedItem [-Account] [-Filter] [-Count [-DeletedItem] ] [-IpAddress ] [-IpAddress ] ``` ## DESCRIPTION -The **New-AzFirewallThreatIntelWhitelist** cmdlet creates a threat intel whitelist object, which can be used when creating or setting an Azure Firewall. +The **New-AzFirewallThreatIntelWhitelist** cmdlet creates a threat intel allowlist object, which can be used when creating or setting an Azure Firewall. ## EXAMPLES @@ -29,7 +29,7 @@ The **New-AzFirewallThreatIntelWhitelist** cmdlet creates a threat intel whiteli New-AzFirewallThreatIntelWhitelist -IpAddress @("2.2.2.2", "3.3.3.3") -FQDN @("bing.com", "yammer.com") ``` -This example creates a threat intel whitelist containing a FQDN whitelist of two entries and an Ip address whitelist of two entries +This example creates a threat intel allowlist containing a FQDN allowlist of two entries and an Ip address allowlist of two entries ## PARAMETERS @@ -49,7 +49,7 @@ Accept wildcard characters: False ``` ### -FQDN -The FQDNs of the Threat Intel Whitelist +The FQDNs of the Threat Intel allowlist ```yaml Type: System.String[] @@ -64,7 +64,7 @@ Accept wildcard characters: False ``` ### -IpAddress -The IP Addresses of the Threat Intel Whitelist +The IP Addresses of the Threat Intel allowlist ```yaml Type: System.String[] diff --git a/azps-10.2.0/Az.Network/Set-AzFirewallPolicy.md b/azps-10.2.0/Az.Network/Set-AzFirewallPolicy.md index 77e48e355e..e01eabf136 100644 --- a/azps-10.2.0/Az.Network/Set-AzFirewallPolicy.md +++ b/azps-10.2.0/Az.Network/Set-AzFirewallPolicy.md @@ -75,7 +75,7 @@ $threatIntelWhitelist = New-AzFirewallPolicyThreatIntelWhitelist -IpAddress 23.4 Set-AzFirewallPolicy -Name firewallPolicy1 -ResourceGroupName TestRg -Location westcentralus -ThreatIntelWhitelist $threatIntelWhitelist ``` -This example sets the firewall policy with the new threat intel whitelist +This example sets the firewall policy with the new threat intel allowlist ### Example 4 ```powershell @@ -432,7 +432,7 @@ Accept wildcard characters: False ``` ### -ThreatIntelWhitelist -The whitelist for Threat Intelligence +The allowlist for Threat Intelligence ```yaml Type: Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist diff --git a/azps-10.3.0/Az.ApiManagement/Restore-AzApiManagement.md b/azps-10.3.0/Az.ApiManagement/Restore-AzApiManagement.md index 0c54d825ca..9dd0d86dfa 100644 --- a/azps-10.3.0/Az.ApiManagement/Restore-AzApiManagement.md +++ b/azps-10.3.0/Az.ApiManagement/Restore-AzApiManagement.md @@ -92,7 +92,7 @@ PrivateEndpointConnections : ResourceGroupName : ContosoGroup02 ``` -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` +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` ## PARAMETERS diff --git a/azps-10.3.0/Az.DataLakeStore/Get-AzDataLakeStoreDeletedItem.md b/azps-10.3.0/Az.DataLakeStore/Get-AzDataLakeStoreDeletedItem.md index c2a4abaefc..38381c1392 100644 --- a/azps-10.3.0/Az.DataLakeStore/Get-AzDataLakeStoreDeletedItem.md +++ b/azps-10.3.0/Az.DataLakeStore/Get-AzDataLakeStoreDeletedItem.md @@ -24,8 +24,8 @@ Get-AzDataLakeStoreDeletedItem [-Account] [-Filter] [-Count [-DeletedItem] ] [-IpAddress ] [-IpAddress ] ``` ## DESCRIPTION -The **New-AzFirewallThreatIntelWhitelist** cmdlet creates a threat intel whitelist object, which can be used when creating or setting an Azure Firewall. +The **New-AzFirewallThreatIntelWhitelist** cmdlet creates a threat intel allowlist object, which can be used when creating or setting an Azure Firewall. ## EXAMPLES @@ -29,7 +29,7 @@ The **New-AzFirewallThreatIntelWhitelist** cmdlet creates a threat intel whiteli New-AzFirewallThreatIntelWhitelist -IpAddress @("2.2.2.2", "3.3.3.3") -FQDN @("bing.com", "yammer.com") ``` -This example creates a threat intel whitelist containing a FQDN whitelist of two entries and an Ip address whitelist of two entries +This example creates a threat intel allowlist containing a FQDN allowlist of two entries and an Ip address allowlist of two entries ## PARAMETERS @@ -49,7 +49,7 @@ Accept wildcard characters: False ``` ### -FQDN -The FQDNs of the Threat Intel Whitelist +The FQDNs of the Threat Intel allowlist ```yaml Type: System.String[] @@ -64,7 +64,7 @@ Accept wildcard characters: False ``` ### -IpAddress -The IP Addresses of the Threat Intel Whitelist +The IP Addresses of the Threat Intel allowlist ```yaml Type: System.String[]