Skip to content

Commit 6540a4c

Browse files
authored
Merge pull request #192173 from rolyon/rolyon-rbac-providers-chaos
[Azure RBAC] Chaos provider
2 parents 29bdb52 + 9ea87aa commit 6540a4c

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

articles/role-based-access-control/resource-provider-operations.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ Click the resource provider name in the following table to see the list of opera
157157
| **Virtual desktop infrastructure** |
158158
| [Microsoft.DesktopVirtualization](#microsoftdesktopvirtualization) |
159159
| **Other** |
160+
| [Microsoft.Chaos](#microsoftchaos) |
160161
| [Microsoft.DigitalTwins](#microsoftdigitaltwins) |
161162
| [Microsoft.ServicesHub](#microsoftserviceshub) |
162163

@@ -12414,6 +12415,38 @@ Azure service: [Windows Virtual Desktop](../virtual-desktop/index.yml)
1241412415

1241512416
## Other
1241612417

12418+
### Microsoft.Chaos
12419+
12420+
Azure service: [Azure Chaos Studio](../chaos-studio/index.yml)
12421+
12422+
> [!div class="mx-tableFixed"]
12423+
> | Action | Description |
12424+
> | --- | --- |
12425+
> | Microsoft.Chaos/register/action | Registers the subscription for the Chaos Resource Provider and enables the creation of Chaos resources. |
12426+
> | Microsoft.Chaos/unregister/action | Unregisters the subscription for the Chaos Resource Provider and enables the creation of Chaos resources. |
12427+
> | Microsoft.Chaos/artifactSetDefinitions/write | Creates an Artifact Set Definition which describes the set of artifact to capture for a given Chaos Experiment. |
12428+
> | Microsoft.Chaos/artifactSetDefinitions/read | Gets all Artifact Set Definitions that extend a Chaos Experiment resource. |
12429+
> | Microsoft.Chaos/artifactSetDefinitions/delete | Deletes all Artifact Set Definitions that extend a Chaos Experiment resource. |
12430+
> | Microsoft.Chaos/artifactSetSnapshots/read | Gets all Artifact Set Snapshots that extend a Chaos Experiment resource. |
12431+
> | Microsoft.Chaos/artifactSetSnapshots/artifactSnapshots/read | Gets all Artifact Snapshots that extend a Artifact Set Snapshot. |
12432+
> | Microsoft.Chaos/experiments/write | Creates or updates a Chaos Experiment resource in a resource group. |
12433+
> | Microsoft.Chaos/experiments/delete | Deletes a Chaos Experiment resource in a resource group. |
12434+
> | Microsoft.Chaos/experiments/read | Gets all Chaos Experiments in a resource group. |
12435+
> | Microsoft.Chaos/experiments/start/action | Starts a Chaos Experiment to inject faults. |
12436+
> | Microsoft.Chaos/experiments/cancel/action | Cancels a running Chaos Experiment to stop the fault injection. |
12437+
> | Microsoft.Chaos/experiments/executionDetails/read | Gets all chaos experiment execution details for a given chaos experiment. |
12438+
> | Microsoft.Chaos/experiments/statuses/read | Gets all chaos experiment execution statuses for a given chaos experiment. |
12439+
> | Microsoft.Chaos/locations/targetTypes/read | Gets all TargetTypes. |
12440+
> | Microsoft.Chaos/locations/targetTypes/capabilityTypes/read | Gets all CapabilityType. |
12441+
> | Microsoft.Chaos/operations/read | Read the available Operations for Chaos Studio. |
12442+
> | Microsoft.Chaos/skus/read | Read the available SKUs for Chaos Studio. |
12443+
> | Microsoft.Chaos/targets/write | Creates or update a Target resource that extends a tracked resource. |
12444+
> | Microsoft.Chaos/targets/delete | Deletes a Target resource that extends a tracked resource. |
12445+
> | Microsoft.Chaos/targets/read | Gets all Targets that extend a tracked resource. |
12446+
> | Microsoft.Chaos/targets/capabilities/write | Creates or update a Capability resource that extends a Target resource. |
12447+
> | Microsoft.Chaos/targets/capabilities/delete | Deletes a Capability resource that extends a Target resource. |
12448+
> | Microsoft.Chaos/targets/capabilities/read | Gets all Capabilities that extend a Target resource. |
12449+
1241712450
### Microsoft.DigitalTwins
1241812451

1241912452
Azure service: [Azure Digital Twins](../digital-twins/index.yml)

0 commit comments

Comments
 (0)