Stop all VM in subscription
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- azure
- Domain
- cloud
Research direction
Start with the stop function's handling of RequestScopes and compare how ResourceGroups, Subscriptions, and VMLists are applied. Reproduce the configuration shown in the issue and trace why test-2 is included; done means the stop action affects only the requested test-interni VM.
Written by the indexing model from the issue text.
Description
Hello I setup the stop to try the function but when i set the rg and vmlist it tries always to stop the vm in the subscription
the definition in the stop function call
{
"Action": "stop",
"EnableClassic": false,
"RequestScopes": {
"ResourceGroups": [
"/subscriptions/XXXXXX/resourceGroups/test/"
],
"Subscriptions": [
"/subscriptions/XXXXXX/"
],
"VMLists": [
"/subscriptions/XXXXXX/resourceGroups/test/providers/Microsoft.Compute/virtualMachines/test-interni"
]
}
}
this the output i get when i run the function
{
"successful": true,
"message": "~Scheduled: Attempted the stop action on the following ARM VMs: test-2, test-interni"
}
test-2 vm is on another rg
What I made wrong?
- Dominant language
- No language data
- Stars
- 58
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
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.
More from microsoft/startstopv2-deployments
-
.NET version support Open
Difficulty 5/5 Over a week Newbie friendliness 25/100
microsoft/startstopv2-deployments#155 · 2 comments ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
-
Difficulty 4/5 3-5 days Newbie friendliness 20/100
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
microsoft/startstopv2-deployments#149 · 2 comments ·
All issues in microsoft/startstopv2-deployments
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
bug confmap/provider/googlesecretmanagerprovider needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
open-telemetry/opentelemetry-collector-contrib#51273 · 2 comments ·
-
Feature needs-triage pulumi/registry
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
infrastructure launch: scale production
Difficulty 2/5 Half a day Newbie friendliness 72/100
Practitionist/familiarise_web#1772 ·