From 36792ec91e6f5de2784ea0e3005c921ac6cfc281 Mon Sep 17 00:00:00 2001 From: Mitchell Bifeld <55719566+mbifeld@users.noreply.github.com> Date: Wed, 10 Dec 2025 17:27:16 -0600 Subject: [PATCH 1/3] Added new message of the days --- linux/powershell/PSCloudShellUtility/tips.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/linux/powershell/PSCloudShellUtility/tips.json b/linux/powershell/PSCloudShellUtility/tips.json index 7efed5fe..2487e449 100644 --- a/linux/powershell/PSCloudShellUtility/tips.json +++ b/linux/powershell/PSCloudShellUtility/tips.json @@ -1,6 +1,10 @@ { "items": [ - "Azure Cloud Shell now includes Predictive IntelliSense! Learn more: https://aka.ms/CloudShell/IntelliSense", - "SqlServer has been updated to Version 22!" + "You can now copy & paste in Cloud Shell using Ctrl+C/Ctrl+V (Linux/Windows) or Cmd+C/Cmd+V (Mac). Learn more: https://aka.ms/cloudshell/copy-paste", + "You can now drag and drop files to move them in and out of Cloud Shell! Learn more: https://aka.ms/cloudshell/manage-files", + "Use Web Preview to access apps running in Cloud Shell! https://aka.ms/cloudshell/web-preview", + "Quickly edit, debug and run your apps in VS Code for the Web - powered by Cloud Shell. No setup needed. Try it now: https://aka.ms/vscode-web-azure", + "Run Cloud Shell inside a VNet to securely connect to private Azure resources! Learn more: https://aka.ms/cloudshell/docs/vnet", + "Share your feedback and help us improve Cloud Shell: https://aka.ms/cloudshell/feedback" ] } From 4ba9fc974242b84d0e0ff4290f2bf4fb8ee07c5a Mon Sep 17 00:00:00 2001 From: Mitchell Bifeld <55719566+mbifeld@users.noreply.github.com> Date: Fri, 12 Dec 2025 14:55:47 -0600 Subject: [PATCH 2/3] Consistent "Learn more" phrasing and punctuation --- linux/powershell/PSCloudShellUtility/tips.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux/powershell/PSCloudShellUtility/tips.json b/linux/powershell/PSCloudShellUtility/tips.json index 2487e449..f42bcf5d 100644 --- a/linux/powershell/PSCloudShellUtility/tips.json +++ b/linux/powershell/PSCloudShellUtility/tips.json @@ -1,9 +1,9 @@ { "items": [ - "You can now copy & paste in Cloud Shell using Ctrl+C/Ctrl+V (Linux/Windows) or Cmd+C/Cmd+V (Mac). Learn more: https://aka.ms/cloudshell/copy-paste", + "You can now copy & paste in Cloud Shell using Ctrl+C/Ctrl+V (Linux/Windows) or Cmd+C/Cmd+V (Mac)! Learn more: https://aka.ms/cloudshell/copy-paste", "You can now drag and drop files to move them in and out of Cloud Shell! Learn more: https://aka.ms/cloudshell/manage-files", - "Use Web Preview to access apps running in Cloud Shell! https://aka.ms/cloudshell/web-preview", - "Quickly edit, debug and run your apps in VS Code for the Web - powered by Cloud Shell. No setup needed. Try it now: https://aka.ms/vscode-web-azure", + "Use Web Preview to access apps running in Cloud Shell! Learn more: https://aka.ms/cloudshell/web-preview", + "Quickly edit, debug, and run your apps in VS Code for the Web - powered by Cloud Shell. No setup needed. Try it now: https://aka.ms/vscode-web-azure", "Run Cloud Shell inside a VNet to securely connect to private Azure resources! Learn more: https://aka.ms/cloudshell/docs/vnet", "Share your feedback and help us improve Cloud Shell: https://aka.ms/cloudshell/feedback" ] From 0c5ef20b3678aac6fdb71f140912b6ccf39ca5ed Mon Sep 17 00:00:00 2001 From: Mitchell Bifeld <55719566+mbifeld@users.noreply.github.com> Date: Fri, 12 Dec 2025 16:33:38 -0600 Subject: [PATCH 3/3] Update drag and drop file upload tip in tips.json --- linux/powershell/PSCloudShellUtility/tips.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/powershell/PSCloudShellUtility/tips.json b/linux/powershell/PSCloudShellUtility/tips.json index f42bcf5d..8d8bd5e9 100644 --- a/linux/powershell/PSCloudShellUtility/tips.json +++ b/linux/powershell/PSCloudShellUtility/tips.json @@ -1,7 +1,7 @@ { "items": [ "You can now copy & paste in Cloud Shell using Ctrl+C/Ctrl+V (Linux/Windows) or Cmd+C/Cmd+V (Mac)! Learn more: https://aka.ms/cloudshell/copy-paste", - "You can now drag and drop files to move them in and out of Cloud Shell! Learn more: https://aka.ms/cloudshell/manage-files", + "You can now drag and drop files to upload them to Cloud Shell! Learn more: https://aka.ms/cloudshell/manage-files", "Use Web Preview to access apps running in Cloud Shell! Learn more: https://aka.ms/cloudshell/web-preview", "Quickly edit, debug, and run your apps in VS Code for the Web - powered by Cloud Shell. No setup needed. Try it now: https://aka.ms/vscode-web-azure", "Run Cloud Shell inside a VNet to securely connect to private Azure resources! Learn more: https://aka.ms/cloudshell/docs/vnet",