-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deleting Azure Network Manager right after deleting ANM Connection resource will ruin the subscription #23188
Labels
Comments
ghost
added
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Mar 21, 2023
teowa
changed the title
Deleting Azure Network Manager right after deleting ANM Connection resource will break the subscription used as ANM scope
Deleting Azure Network Manager right after deleting ANM Connection resource will ruin the subscription
Mar 21, 2023
teowa
added a commit
to teowa/terraform-provider-azurerm
that referenced
this issue
Mar 21, 2023
This was referenced Mar 21, 2023
JackTn
added
Network
Service Attention
Workflow: This issue is responsible by Azure service team.
labels
Mar 21, 2023
ghost
removed
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Mar 21, 2023
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @aznetsuppgithub. Issue DetailsSwagger:Line 128 in 85fb4ac
Line 122 in 85fb4ac
Line 275 in 85fb4ac
Line 125 in 85fb4ac
Reproduce Step:
|
ping @aznetsuppgithub any update here? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Swagger:
azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkManagerScopeConnection.json
Line 128 in 85fb4ac
azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkManagerConnection.json
Line 122 in 85fb4ac
azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkManagerConnection.json
Line 275 in 85fb4ac
azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkManager.json
Line 125 in 85fb4ac
Reproduce Step:
ScopeConnections_Delete
,SubscriptionNetworkManagerConnections_Delete
orNetworkManagers_Delete
, and then immediately (within one sec) calling theNetworkManagers_Delete
method."Cannot have two Network Managers applied to the same object overlapping scope accesses. Scope id: /subscriptions/xxx. Network Manager Id: /subscriptions/xxx/resourceGroups/wt-media-resources/providers/Microsoft.Network/networkManagers/wtest. Overlapping accesses: SecurityAdmin"
, but step2 has successfully deleted the ANM, and there should be no ANM covering the subscription.The text was updated successfully, but these errors were encountered: