1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

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

This commit is contained in:
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

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,