File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5839,7 +5839,7 @@ function Enable-AzStackHCIRemoteSupport{
5839
5839
}
5840
5840
5841
5841
if (Assert-IsObservabilityStackPresent ){
5842
- Import-Module DiagnosticsInitializer - Verbose - Force
5842
+ Import-Module DiagnosticsInitializer - Force
5843
5843
Enable-RemoteSupport - AccessLevel $AccessLevel - ExpireInMinutes $ExpireInMinutes - SasCredential $SasCredential - AgreeToRemoteSupportConsent:$AgreeToRemoteSupportConsent
5844
5844
}
5845
5845
else {
@@ -5867,7 +5867,7 @@ function Disable-AzStackHCIRemoteSupport{
5867
5867
[OutputType ([Boolean ])]
5868
5868
param ()
5869
5869
if (Assert-IsObservabilityStackPresent ){
5870
- Import-Module DiagnosticsInitializer - Verbose - Force
5870
+ Import-Module DiagnosticsInitializer - Force
5871
5871
Disable-RemoteSupport
5872
5872
}
5873
5873
else {
@@ -5909,7 +5909,7 @@ function Get-AzStackHCIRemoteSupportAccess{
5909
5909
)
5910
5910
5911
5911
if (Assert-IsObservabilityStackPresent ){
5912
- Import-Module DiagnosticsInitializer - Verbose - Force
5912
+ Import-Module DiagnosticsInitializer - Force
5913
5913
Get-RemoteSupportAccess - IncludeExpired:$IncludeExpired
5914
5914
}
5915
5915
else {
@@ -5999,7 +5999,7 @@ function Get-AzStackHCIRemoteSupportSessionHistory{
5999
5999
)
6000
6000
6001
6001
if (Assert-IsObservabilityStackPresent ){
6002
- Import-Module DiagnosticsInitializer - Verbose - Force
6002
+ Import-Module DiagnosticsInitializer - Force
6003
6003
Get-RemoteSupportSessionHistory - SessionId $SessionId - FromDate $FromDate - IncludeSessionTranscript:$IncludeSessionTranscript
6004
6004
}
6005
6005
else {
You can’t perform that action at this time.
0 commit comments