Skip to content

Commit 6fd5e4f

Browse files
authored
[EventGrid][BULK] DocuTune - Updates to Azure AD rebranding guidance and DocuTune configuration (#23012)
1 parent 1fab97a commit 6fd5e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/EventGrid/EventGrid/Utilities/EventGridConstants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ class EventGridConstants
135135
public const string MaxEventsPerBatchHelp = "The maximum number of events in a batch. This value must be between 1 and 5000. This parameter is valid when Endpint Type is webhook only.";
136136
public const string PreferredBatchSizeInKiloByteHelp = "The preferred batch size in kilobytes. This value must be between 1 and 1024. This parameter is valid when Endpint Type is webhook only.";
137137

138-
public const string AzureActiveDirectoryTenantIdHelp = "The Azure Active Directory (AAD) Tenant Id to get the access token that will be included as the bearer token in delivery requests.Applicable only for webhook as a destination.";
139-
public const string AzureActiveDirectoryApplicationIdOrUriHelp = "The Azure Active Directory (AAD) Application Id or Uri to get the access token that will be included as the bearer token in delivery requests.Applicable only for webhook as a destination.";
138+
public const string AzureActiveDirectoryTenantIdHelp = "The Microsoft Entra Tenant Id to get the access token that will be included as the bearer token in delivery requests.Applicable only for webhook as a destination.";
139+
public const string AzureActiveDirectoryApplicationIdOrUriHelp = "The Microsoft Entra Application Id or Uri to get the access token that will be included as the bearer token in delivery requests.Applicable only for webhook as a destination.";
140140

141141
public const string InboundIpRuleHelp = "Hashtable which represents list of inbound IP rules. Each rule specifies the IP Address in CIDR notation e.g., 10.0.0.0/8 along with the corresponding Action to be performed based on the match or no match of the IpMask. Possible Action values include Allow only";
142142
public const string PublicNetworkAccessHelp = "This determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring InboundIpRule parameters. Allowed values are disabled and enabled.";

0 commit comments

Comments
 (0)