Open
Description
Swagger:
Reproduce Step:
- Create the NetworkManager and ScopeConnection or SubscriptionNetworkManagerConnections or ManagementGroupNetworkManagerConnections resource.
- Call the
ScopeConnections_Delete
,SubscriptionNetworkManagerConnections_Delete
orNetworkManagers_Delete
, and then immediately (within one sec) calling theNetworkManagers_Delete
method. - Cannot create new Network Manager same in test subscription any more. Creating a new Network Manager using the same subscription as scope will fail and returns error like:
"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.