redhat-developer / redhat-developer/mapt
v0.9.9 missing default value for Azure Location
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 24
- Forks
- 36
- Avg merge
- 6d 13h
- Merged PRs (30d)
- 8
Description
podman run -d --name windows-create --rm
-v ${PWD}:/workspace:z
-e ARM_TENANT_ID=***
-e ARM_SUBSCRIPTION_ID=***
-e ARM_CLIENT_ID=***
-e ARM_CLIENT_SECRET=''
-e AZURE_STORAGE_ACCOUNT=''
-e AZURE_STORAGE_KEY='***'
quay.io/redhat-developer/mapt:v0.9.9 azure
windows create
--project-name 'windows-desktop-11-23h2-ent-e2e-microshift'
--backed-url azblob://crc-qenvs-state/crc-org/crc-18685369719
--conn-details-output '/workspace'
--nested-virt
--cpus 8
--windows-version '11'
--windows-featurepack '23h2-ent'
--tags project=openshift-local,source=github,org=crc-org,run=https://github.com/crc-org/crc/actions/runs/18685369719
--spot
--spot-excluded-regions southafricawest,australiacentral2,eastus2euap
podman logs -f windows-create
shell: /usr/bin/bash -e {0}
env:
commit_sha: a12218ec2d69f3de123acb75a3a4ad442240a889
status_context: ci/gh/e2e-microshift/windows-11-23h2-ent
Trying to pull quay.io/redhat-developer/mapt:v0.9.9...
Getting image source signatures
Copying blob sha256:91b318630961951814bf39e3535ca813a985875f4be521201990de54cce3d513
Copying blob sha256:35d6a5cce6a146ea7213377edde7d1d27f34dda18ce9fac98ea2ab40a6b110f6
Copying blob sha256:2514ab4468c6d9012831ad3daa74221a61018dce9a6143f6e8dd81f638238df8
Copying config sha256:eb33a9b6b4c2b42bf6b916bb3082e57edc8e380a6af6f0ff3067685a7814bea0
Writing manifest to image destination
96d34032692732d1c28a57416746a144bee45edc7330f1130a1d1fb604f2a5bd
DEBU running 'mapt azure windows create'
INFO missing default value for Azure Location, if needed it should set using ARM_LOCATION_NAME or AZURE_DEFAULTS_LOCATION
DEBU context initialized for maptcb3c61c7
no good choice was found
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the mapt azure windows create command shown in the issue and inspect the Azure location selection entry point. Trace how ARM_LOCATION_NAME and AZURE_DEFAULTS_LOCATION are handled when no location is available. Done means the command no longer stops with "no good choice was found" when the default location is missing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, go
- Domain
- cli, cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100