Skip to content

Commit

Permalink
Fixed missing /applications/
Browse files Browse the repository at this point in the history
  • Loading branch information
wictorwilen committed May 24, 2020
1 parent a21db74 commit b934dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async function run(): Promise<void> {
Properties: JSON.stringify(releaseProperties)
};
const options = {
url: location + "/" + applicationId + '/Annotations?api-version=2015-11',
url: location + "/applications/" + applicationId + '/Annotations?api-version=2015-11',
method: 'PUT',
headers: {
'X-AIAPIKEY': apiKey
Expand Down

0 comments on commit b934dae

Please sign in to comment.