Skip to content

Commit 81df26a

Browse files
Harald S. FianbakkenHarald S. Fianbakken
authored andcommitted
Removed explicit import of submodule no longer needed
1 parent 733b0ae commit 81df26a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

azure-local/manage/disconnected-operations-deploy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,6 @@ From a client with network access to the management endpoint, import the **Opera
659659

660660
```powershell
661661
Import-Module "$applianceConfigBasePath\OperationsModule\Azure.Local.DisconnectedOperations.psd1" -Force
662-
Import-Module "$applianceConfigBasePath\OperationsModule\ExternalIdentityConfigurationModule.psm1" -Force
663662
664663
$password = ConvertTo-SecureString 'RETRACTED' -AsPlainText -Force
665664
$context = Set-DisconnectedOperationsClientContext -ManagementEndpointClientCertificatePath "${env:localappdata}\AzureLocalOpModuleDev\certs\ManagementEndpoint\ManagementEndpointClientAuth.pfx" -ManagementEndpointClientCertificatePassword $password -ManagementEndpointIpAddress "169.254.53.25"

0 commit comments

Comments
 (0)