From fda172dec62b34469103fdc02dcc6e2e39da403e Mon Sep 17 00:00:00 2001 From: v-thepet <20667102+v-thepet@users.noreply.github.com> Date: Tue, 12 Sep 2023 16:54:18 -0700 Subject: [PATCH] more fix --- .../Az.ApiManagement/Restore-AzApiManagement.md | 2 +- .../Az.DataLakeStore/Get-AzDataLakeStoreDeletedItem.md | 4 ++-- .../Restore-AzDataLakeStoreDeletedItem.md | 4 ++-- azps-10.2.0/Az.Network/Az.Network.md | 4 ++-- azps-10.2.0/Az.Network/New-AzFirewall.md | 6 +++--- azps-10.2.0/Az.Network/New-AzFirewallPolicy.md | 6 +++--- .../New-AzFirewallPolicyThreatIntelWhitelist.md | 10 +++++----- .../Az.Network/New-AzFirewallThreatIntelWhitelist.md | 10 +++++----- azps-10.2.0/Az.Network/Set-AzFirewallPolicy.md | 4 ++-- .../Az.ApiManagement/Restore-AzApiManagement.md | 2 +- .../Az.DataLakeStore/Get-AzDataLakeStoreDeletedItem.md | 4 ++-- .../Restore-AzDataLakeStoreDeletedItem.md | 4 ++-- azps-10.3.0/Az.Network/Az.Network.md | 4 ++-- azps-10.3.0/Az.Network/New-AzFirewall.md | 6 +++--- azps-10.3.0/Az.Network/New-AzFirewallPolicy.md | 6 +++--- .../New-AzFirewallPolicyThreatIntelWhitelist.md | 10 +++++----- .../Az.Network/New-AzFirewallThreatIntelWhitelist.md | 10 +++++----- 17 files changed, 48 insertions(+), 48 deletions(-) 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[]