fix(aci): create aci endpoint (#4231)

pull/4234/head
Chaim Lev-Ari 2020-08-18 15:40:02 +03:00 committed by GitHub
parent 7b77a92a2d
commit aeb3bf535f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ angular.module('portainer.app').factory('FileUploadService', [
url: 'api/endpoints',
data: {
Name: name,
EndpointCreationType: PortainerEndpointCreationTypes.Azure,
EndpointCreationType: PortainerEndpointCreationTypes.AzureEnvironment,
GroupID: groupId,
TagIds: Upload.json(tagIds),
AzureApplicationID: applicationId,