CreateImageWizard: use GUID instead of ID in azure step
This commit is contained in:
parent
913cd9a785
commit
d9a2fd1886
1 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ export default {
|
|||
name: 'azure-tenant-id',
|
||||
'data-testid': 'azure-tenant-id',
|
||||
type: 'text',
|
||||
label: 'Tenant ID',
|
||||
label: 'Tenant GUID',
|
||||
required: true,
|
||||
isRequired: true,
|
||||
validate: [
|
||||
|
|
@ -74,7 +74,7 @@ export default {
|
|||
name: 'azure-subscription-id',
|
||||
'data-testid': 'azure-subscription-id',
|
||||
type: 'text',
|
||||
label: 'Subscription ID',
|
||||
label: 'Subscription GUID',
|
||||
isRequired: true,
|
||||
validate: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue