Skip to content

Commit

Permalink
Increase apiversion to handle minimum apiversion set (#1215)
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Mogensen <erik.mogensen@hm.com>
  • Loading branch information
ErikMogensen and Erik Mogensen authored Mar 31, 2021
1 parent d04066d commit e02389d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.v3/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { execSync } = require("child_process");
const { BlobServiceClient } = require("@azure/storage-blob");
const blobStorageContainer = "content";
const mime = require("mime-types");
const apiVersion = "2019-01-01"; // "2021-01-01-preview";
const apiVersion = "2020-06-01-preview"; // "2021-01-01-preview";
const managementApiEndpoint = "management.azure.com";


Expand Down

0 comments on commit e02389d

Please sign in to comment.