From 361b8ab130f1787ed58304881133d89cd13726ff Mon Sep 17 00:00:00 2001 From: Jesper Fajers Date: Tue, 30 Apr 2024 09:03:01 +0000 Subject: [PATCH] Update --- src/tests/subscriptiononly/SubOnly.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/subscriptiononly/SubOnly.Tests.ps1 b/src/tests/subscriptiononly/SubOnly.Tests.ps1 index d9d16f09..29ebb5fc 100644 --- a/src/tests/subscriptiononly/SubOnly.Tests.ps1 +++ b/src/tests/subscriptiononly/SubOnly.Tests.ps1 @@ -1,6 +1,6 @@ <# SubOnly.Tests.ps1 -The tests within this file validate that the `Invoke-AzOpsPull` function is invoking as expected with the correct output data. +The tests within this file validate that AzOps is invoking as expected with the correct output data. This file must be invoked by the Pester.ps1 file as the Global variable testroot is required for invocation. #>