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:
parent
7b77a92a2d
commit
aeb3bf535f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue