From 8945ff31df9983dabd4f6faccb8fa4b2dc01c922 Mon Sep 17 00:00:00 2001 From: drew batchelor Date: Mon, 22 Aug 2022 14:08:53 -0700 Subject: [PATCH] Update cpp-console.cpp --- .../Notifications/Push/cpp-console-packaged/cpp-console.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Samples/Notifications/Push/cpp-console-packaged/cpp-console.cpp b/Samples/Notifications/Push/cpp-console-packaged/cpp-console.cpp index c7976d92b..994b1b448 100644 --- a/Samples/Notifications/Push/cpp-console-packaged/cpp-console.cpp +++ b/Samples/Notifications/Push/cpp-console-packaged/cpp-console.cpp @@ -15,9 +15,9 @@ using namespace winrt::Microsoft::Windows::AppLifecycle; using namespace winrt::Microsoft::Windows::PushNotifications; using namespace winrt::Windows::Foundation; -// "To obtain your Azure AppId, +// "To obtain your Azure ObjectId, // follow "Configure your app's identity in Azure Active Directory" at https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/notifications/push/push-quickstart -winrt::guid remoteId{ "00000000-0000-0000-0000-000000000000"}; // Replace this with your own Azure AppId +winrt::guid remoteId{ "00000000-0000-0000-0000-000000000000"}; // Replace this with your own Azure ObjectId winrt::Windows::Foundation::IAsyncOperation RequestChannelAsync() {