Skip to content

Commit

Permalink
Undo label change
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Hartvig Grønbech committed Feb 10, 2025
1 parent 85abf9f commit 2a1bb49
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ page 7775 "Copilot AI Capabilities"
{
ShowCaption = false;
Visible = WithinAOAIServicesInRegionArea;
InstructionalText = 'Copilot and agents use the Azure AI Services. Your environment connects to this service in your own region.';
InstructionalText = 'Copilot and agents use the Azure OpenAI Service. Your environment connects to this service in your own region.';

field(DataSecurityAndPrivacy; FAQForDataSecurityAndPrivacyLbl)
{
Expand Down Expand Up @@ -74,13 +74,13 @@ page 7775 "Copilot AI Capabilities"
{
ShowCaption = false;
Visible = WithinEUDBArea and (not AllowDataMovement);
InstructionalText = 'Copilot and agents use the Azure AI Services available within the EU Data Boundary. To activate these capabilities, you must allow data movement within this boundary.';
InstructionalText = 'Copilot and agents use the Azure OpenAI Service available within the EU Data Boundary. To activate these capabilities, you must allow data movement within this boundary.';
}
group(AllowedDataMovementOnInfo)
{
ShowCaption = false;
Visible = WithinEUDBArea and AllowDataMovement;
InstructionalText = 'Copilot and agents use the Azure AI Services available within the EU Data Boundary. To keep using these capabilities, you must allow data movement within this boundary.';
InstructionalText = 'Copilot and agents use the Azure OpenAI Service available within the EU Data Boundary. To keep using these capabilities, you must allow data movement within this boundary.';
}
field(EUDBAreaDataSecurityAndPrivacy; FAQForDataSecurityAndPrivacyLbl)
{
Expand All @@ -97,7 +97,7 @@ page 7775 "Copilot AI Capabilities"
label(EUDBAreaCaption)
{
ApplicationArea = All;
Caption = 'By allowing data movement, you agree to data being processed by the Azure AI Services within the EU Data Boundary.';
Caption = 'By allowing data movement, you agree to data being processed by the Azure OpenAI Service within the EU Data Boundary.';
}
field(EUDBAreaDataMovement; AllowDataMovement)
{
Expand Down Expand Up @@ -140,13 +140,13 @@ page 7775 "Copilot AI Capabilities"
{
ShowCaption = false;
Visible = WithinAOAIOutOfRegionArea and (not AllowDataMovement);
InstructionalText = 'Copilot and agents use the Azure AI Services, which isn''t available in your region. To activate these capabilities, you must allow data movement.';
InstructionalText = 'Copilot and agents use the Azure OpenAI Service, which isn''t available in your region. To activate these capabilities, you must allow data movement.';
}
group(AllowedDataMovementOnInfo2)
{
ShowCaption = false;
Visible = WithinAOAIOutOfRegionArea and AllowDataMovement;
InstructionalText = 'Copilot and agents use the Azure AI Services, which isn''t available in your region. To keep using these capabilities, you must allow data movement.';
InstructionalText = 'Copilot and agents use the Azure OpenAI Service, which isn''t available in your region. To keep using these capabilities, you must allow data movement.';
}
field(AOAIOutOfRegionAreaDataSecurityAndPrivacy; FAQForDataSecurityAndPrivacyLbl)
{
Expand All @@ -163,7 +163,7 @@ page 7775 "Copilot AI Capabilities"
label(AOAIOutOfRegionAreaCaption)
{
ApplicationArea = All;
Caption = 'By allowing data movement, you agree to data being processed by the Azure AI Services outside of your environment''s geographic region or compliance boundary.';
Caption = 'By allowing data movement, you agree to data being processed by the Azure OpenAI Service outside of your environment''s geographic region or compliance boundary.';
}
field(AOAIOutOfRegionAreaDataMovement; AllowDataMovement)
{
Expand Down Expand Up @@ -286,10 +286,10 @@ page 7775 "Copilot AI Capabilities"
WithinAOAIServicesInRegionArea := WithinGeo and (not WithinEUDB);
WithinAOAIOutOfRegionArea := (not WithinGeo) and (not WithinEUDB);

if EnvironmentInformation.IsSaaSInfrastructure() then begin
CopilotNotifications.ShowBillingInTheFutureNotification();
CopilotNotifications.CheckAIQuotaAndShowNotification();
end;
// if EnvironmentInformation.IsSaaSInfrastructure() then begin
// CopilotNotifications.ShowBillingInTheFutureNotification();
// //CopilotNotifications.CheckAIQuotaAndShowNotification();
// end;
end;

local procedure HasEarlyPreviewCapabilities(): Boolean
Expand Down Expand Up @@ -331,7 +331,7 @@ page 7775 "Copilot AI Capabilities"
HasEarlyPreview: Boolean;
CopilotGovernDataLbl: Label 'How do I govern my Copilot data?';
FAQForDataSecurityAndPrivacyLbl: Label 'FAQ for data security and privacy';
DataProcessByAOAILbl: Label 'What data is processed by Azure AI Services?';
DataProcessByAOAILbl: Label 'What data is processed by Azure OpenAI Service?';
AOAIServiceLocatedLbl: Label 'In which region will my data be processed?';
CopilotGovernDataDocLinkLbl: Label 'https://go.microsoft.com/fwlink/?linkid=2249575', Locked = true;
FAQForDataSecurityAndPrivacyDocLinkLbl: Label 'https://go.microsoft.com/fwlink/?linkid=2298505', Locked = true;
Expand Down

0 comments on commit 2a1bb49

Please sign in to comment.