Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
!Deploy!
Browse files Browse the repository at this point in the history
  • Loading branch information
DamagedDingo committed May 27, 2021
1 parent af58220 commit a708c11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Format as below (Requires the '### Added' as a header or task fails)
...- Update ReadMe.MD

## [Unreleased]
### Added
- Corrupt package. CallDepthOverflow

## [1.4] - 2021-05-27
### Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

function Get-WorkspaceID {
function Get-InsightWorkspaceID {
[CmdletBinding()]
param (
[uri]$InsightServerUrl,
Expand All @@ -20,7 +20,7 @@ function Get-WorkspaceID {
$response = Invoke-RestMethod -Uri $Request.Uri -Headers $headers -Method GET
}
catch {
Write-Error -Message "$($_.Exception.Message)" -ErrorId $_.Exception.Code -Category InvalidOperation
Write-Verbose "[$($MyInvocation.MyCommand.Name)] Failed"
}
$script:InsightWorkspaceID = $response.values.workspaceId
$response.values.workspaceId
Expand Down

0 comments on commit a708c11

Please sign in to comment.