Skip to content

Commit

Permalink
Merge pull request juju#2343 from frankban/azure-creds
Browse files Browse the repository at this point in the history
Backport: fix adding azure credentials.

Reviewed at juju#2342
  • Loading branch information
jujugui authored Jan 23, 2017
2 parents d3328a6 + 03b2b07 commit 10d35a4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions jujugui/static/gui/src/app/views/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1727,15 +1727,12 @@ YUI.add('juju-view-utils', function(Y) {
svgWidth: 204,
title: 'Microsoft Azure',
forms: {
userpass: [{
'service-principal-secret': [{
id: 'application-id',
title: 'Azure Active Directory application ID'
}, {
id: 'subscription-id',
title: 'Azure subscription ID'
}, {
id: 'tenant-id',
title: 'Azure Active Directory tenant ID'
}, {
id: 'application-password',
title: 'Azure Active Directory application password',
Expand Down

0 comments on commit 10d35a4

Please sign in to comment.