From e6631d1516b0e06e404f0df963a950fdeb685546 Mon Sep 17 00:00:00 2001
From: mabashian
adjective-noun-000
"; break; - case 'azure': - scope.sshKeyDataLabel = i18n._('Management Certificate'); - scope.subscription_required = true; - scope.key_required = true; - scope.key_description = i18n._("Paste the contents of the PEM file that corresponds to the certificate you uploaded in the Microsoft Azure console."); - break; case 'azure_rm': scope.usernameLabel = i18n._("Username"); scope.subscription_required = true; diff --git a/awx/ui/client/src/credentials/factories/kind-change.factory.js b/awx/ui/client/src/credentials/factories/kind-change.factory.js index 7232d8a188..c9fc1d2d4f 100644 --- a/awx/ui/client/src/credentials/factories/kind-change.factory.js +++ b/awx/ui/client/src/credentials/factories/kind-change.factory.js @@ -91,12 +91,6 @@ export default "two words followed by a three digit number. Such " + "as: ") + "adjective-noun-000
"; break; - case 'azure': - scope.sshKeyDataLabel = i18n._('Management Certificate'); - scope.subscription_required = true; - scope.key_required = true; - scope.key_description = i18n._("Paste the contents of the PEM file that corresponds to the certificate you uploaded in the Microsoft Azure console."); - break; case 'azure_rm': scope.usernameLabel = i18n._("Username"); scope.subscription_required = true; diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/sources/sources.form.js b/awx/ui/client/src/inventories-hosts/inventories/related/sources/sources.form.js index 406f169e7c..1832da7288 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/sources/sources.form.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/sources/sources.form.js @@ -132,7 +132,7 @@ return { type: 'select', ngOptions: 'source.label for source in source_region_choices track by source.value', multiSelect: true, - ngShow: "source && (source.value == 'rax' || source.value == 'ec2' || source.value == 'gce' || source.value == 'azure' || source.value == 'azure_rm')", + ngShow: "source && (source.value == 'rax' || source.value == 'ec2' || source.value == 'gce' || source.value == 'azure_rm')", dataTitle: i18n._('Source Regions'), dataPlacement: 'right', awPopOver: "" + i18n._("Click on the regions field to see a list of regions for your cloud provider. You can select multiple regions, or choose") +