Skip to content

Commit

Permalink
Removing old install command for CosmosDB module.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjantzen committed Oct 22, 2021
1 parent 19ce1d4 commit 204ac8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion User Audit.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2751,7 +2751,7 @@ if ($Device_DB_APIKey -and $Device_DB_APIEndpoint) {
if ($Token) {
If (Get-Module -ListAvailable -Name "Az.Accounts") {Import-module Az.Accounts } Else { install-module Az.Accounts -Force; import-module Az.Accounts }
If (Get-Module -ListAvailable -Name "Az.Resources") {Import-module Az.Resources } Else { install-module Az.Resources -Force; import-module Az.Resources }
If (Get-Module -ListAvailable -Name "CosmosDB") {Import-module CosmosDB} Else { install-module CosmosDB -Force; import-module CosmosDB}
#If (Get-Module -ListAvailable -Name "CosmosDB") {Import-module CosmosDB} Else { install-module CosmosDB -Force; import-module CosmosDB}

$collectionId = Get-CosmosDbCollectionResourcePath -Database 'DeviceUsage' -Id 'Users'
$contextToken = New-CosmosDbContextToken `
Expand Down
2 changes: 1 addition & 1 deletion currentversion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.5
2.9.6

0 comments on commit 204ac8e

Please sign in to comment.