Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
c5c389b
New API version for extension managedcleanroom
kkarmakarMS Mar 18, 2026
a0f2987
Merge branch 'main' of https://github.com/Azure/aaz into chore-cleanr…
kkarmakarMS Mar 18, 2026
6e1734d
Merge branch 'main' of https://github.com/Azure/aaz into chore-cleanr…
kkarmakarMS Mar 19, 2026
6415ea5
Update documentation
kkarmakarMS Mar 19, 2026
eca5357
Merge branch 'main' of https://github.com/Azure/aaz into chore-cleanr…
kkarmakarMS Mar 19, 2026
d0ddcea
Updates to the under identifier field, removal of user type field
kkarmakarMS Mar 20, 2026
39af207
Merge branch 'main' of https://github.com/Azure/aaz into chore-cleanr…
kkarmakarMS Mar 23, 2026
c886d39
Flatten collaborator property of Add Collaboration call
kkarmakarMS Mar 23, 2026
bf9868b
Add another example for collaborator add
kkarmakarMS Mar 23, 2026
1ab01e4
Collaborators field in collaboration create is not read only
kkarmakarMS Mar 23, 2026
45cef3a
Flatten collaborator input
kkarmakarMS Mar 23, 2026
4819e81
Update the lifecycle of collaborators property
kkarmakarMS Mar 23, 2026
b4b075b
Update examples update
kkarmakarMS Mar 23, 2026
d83bf1e
Update help example add collaborator
kkarmakarMS Mar 23, 2026
2ebc557
Update help example for add collaborator
kkarmakarMS Mar 23, 2026
687028f
Merge branch 'main' of https://github.com/Azure/aaz into chore-cleanr…
kkarmakarMS Mar 25, 2026
8ee4e55
Update long parameter name
kkarmakarMS Mar 26, 2026
c02e5a3
Update description
kkarmakarMS Mar 26, 2026
ad43a37
Update description
kkarmakarMS Mar 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Commands/managedcleanroom/collaboration/_add-collaborator.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,19 @@ Adds a collaborator to a collaboration.
```bash
managedcleanroom collaboration add-collaborator --resource-group testrg --collaboration-name ContosoCollaboration --email alice@example.com
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29sbGFib3JhdGlvbnMve30vYWRkY29sbGFib3JhdG9y/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/collaborations/{}/addcollaborator 2026-03-31-preview -->

#### examples

- Add Collaborator(User)
```bash
managedcleanroom collaboration add-collaborator --resource-group testrg --collaboration-name ContosoCollaboration --user-identifier "alice@contoso.com"
```

- Add Collaborator(Service Principal)
```bash
managedcleanroom collaboration add-collaborator --resource-group testrg --collaboration-name ContosoCollaboration --user-identifier "0d6b305c-85ee-419f-9c87-d3405c24aab6" --tenant-id "72f988bf-86f1-41af-91ab-2d7cd011db47" --object-id "0f8fad5b-d9cb-469f-a165-70867728950e"
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/collaboration/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Create a collaboration.
```bash
managedcleanroom collaboration create --resource-group testrg --collaboration-name ContosoCollaboration --location northeurope --consortium-type ConfidentialACI --user-identity "{tenant-id:fd3c3665-1729-4b7b-9a38-238e83b0f98b,object-id:fd3c3665-1729-4b7b-9a38-238e83b0f98b,account-type:microsoft}"
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29sbGFib3JhdGlvbnMve30=/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/collaborations/{} 2026-03-31-preview -->

#### examples

- Create Collaboration
```bash
managedcleanroom collaboration create --resource-group testrg --collaboration-name ContosoCollaboration --location northeurope
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/collaboration/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Delete a collaboration.
```bash
managedcleanroom collaboration delete --resource-group testrg --collaboration-name ContosoCollaboration
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29sbGFib3JhdGlvbnMve30=/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/collaborations/{} 2026-03-31-preview -->

#### examples

- Delete a collaboration
```bash
managedcleanroom collaboration delete --resource-group testrg --collaboration-name ContosoCollaboration
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/collaboration/_enable-workload.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Enables a workload on a collaboration.
```bash
managedcleanroom collaboration enable-workload --resource-group testrg --collaboration-name ContosoCollaboration --workload-type analytics
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29sbGFib3JhdGlvbnMve30vZW5hYmxld29ya2xvYWQ=/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/collaborations/{}/enableworkload 2026-03-31-preview -->

#### examples

- Enable Workload
```bash
managedcleanroom collaboration enable-workload --resource-group testrg --collaboration-name ContosoCollaboration --workload-type analytics
```
17 changes: 17 additions & 0 deletions Commands/managedcleanroom/collaboration/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,20 @@ List collaborations in a subscription.
```bash
managedcleanroom collaboration list
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29sbGFib3JhdGlvbnM=/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.cleanroom/collaborations 2026-03-31-preview -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/collaborations 2026-03-31-preview -->

#### examples

- List collaborations in subscription
```bash
managedcleanroom collaboration list
```

- List collaborations in a resource group
```bash
managedcleanroom collaboration list --resource-group testrg
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/collaboration/_pause.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Pauses collaboration.
```bash
managedcleanroom collaboration pause --resource-group testrg --collaboration-name ContosoCollaboration
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29sbGFib3JhdGlvbnMve30vcGF1c2U=/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/collaborations/{}/pause 2026-03-31-preview -->

#### examples

- Pause Collaboration
```bash
managedcleanroom collaboration pause --resource-group testrg --collaboration-name ContosoCollaboration
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/collaboration/_recover.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Recovers collaboration.
```bash
managedcleanroom collaboration recover --resource-group testrg --collaboration-name ContosoCollaboration --force-recover True
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29sbGFib3JhdGlvbnMve30vcmVjb3Zlcg==/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/collaborations/{}/recover 2026-03-31-preview -->

#### examples

- Recover Collaboration
```bash
managedcleanroom collaboration recover --resource-group testrg --collaboration-name ContosoCollaboration --force-recover True
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/collaboration/_resume.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Resumes collaboration.
```bash
managedcleanroom collaboration resume --resource-group testrg --collaboration-name ContosoCollaboration
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29sbGFib3JhdGlvbnMve30vcmVzdW1l/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/collaborations/{}/resume 2026-03-31-preview -->

#### examples

- Resume Collaboration
```bash
managedcleanroom collaboration resume --resource-group testrg --collaboration-name ContosoCollaboration
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/collaboration/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Get a collaboration.
```bash
managedcleanroom collaboration show --resource-group testrg --collaboration-name ContosoCollaboration
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29sbGFib3JhdGlvbnMve30=/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/collaborations/{} 2026-03-31-preview -->

#### examples

- Get a collaboration
```bash
managedcleanroom collaboration show --resource-group testrg --collaboration-name ContosoCollaboration
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/collaboration/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Update a collaboration.
```bash
managedcleanroom collaboration update --resource-group testrg --collaboration-name ContosoCollaboration --consortium-type ConfidentialACI --user-identity "{tenant-id:fd3c3665-1729-4b7b-9a38-238e83b0f98b,object-id:fd3c3665-1729-4b7b-9a38-238e83b0f98b,account-type:microsoft}"
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29sbGFib3JhdGlvbnMve30=/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/collaborations/{} 2026-03-31-preview -->

#### examples

- Update Collaboration
```bash
managedcleanroom collaboration update --resource-group testrg --collaboration-name ContosoCollaboration --tags "env=testing"
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/consortium-view/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Create a consortium view.
```bash
managedcleanroom consortium-view create --resource-group testrg --consortium-view-name ContosoConsortiumView --location northeurope --consortium-endpoint https://ContosoEndpoint/ --consortium-service-certificate-pem Contoso certificate pem --member "{certificate-pem:membercertificate,signed-payload:membersignedpayload}"
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29uc29ydGl1bXZpZXdzL3t9/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/consortiumviews/{} 2026-03-31-preview -->

#### examples

- Create Consortium View
```bash
managedcleanroom consortium-view create --resource-group testrg --consortium-view-name ContosoConsortiumView --location northeurope --consortium-endpoint https://ContosoEndpoint/ --certificate-pem Contoso certificate pem --member "{certificate-pem:membercertificate,signed-payload:membersignedpayload}"
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/consortium-view/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Delete a consortium view.
```bash
managedcleanroom consortium-view delete --resource-group testrg --consortium-view-name ContosoConsortiumView
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29uc29ydGl1bXZpZXdzL3t9/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/consortiumviews/{} 2026-03-31-preview -->

#### examples

- Delete a consortium view
```bash
managedcleanroom consortium-view delete --resource-group testrg --consortium-view-name ContosoConsortiumView
```
17 changes: 17 additions & 0 deletions Commands/managedcleanroom/consortium-view/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,20 @@ List consortium views in a subscription.
```bash
managedcleanroom consortium-view list
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29uc29ydGl1bXZpZXdz/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.cleanroom/consortiumviews 2026-03-31-preview -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/consortiumviews 2026-03-31-preview -->

#### examples

- List consortium views in subscription
```bash
managedcleanroom consortium-view list
```

- List consortium views in a resource group
```bash
managedcleanroom consortium-view list --resource-group testrg
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/consortium-view/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Get a consortium view.
```bash
managedcleanroom consortium-view show --resource-group testrg --consortium-view-name ContosoConsortiumView
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29uc29ydGl1bXZpZXdzL3t9/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/consortiumviews/{} 2026-03-31-preview -->

#### examples

- Get a consortium view
```bash
managedcleanroom consortium-view show --resource-group testrg --consortium-view-name ContosoConsortiumView
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/consortium-view/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Update a consortium view.
```bash
managedcleanroom consortium-view update --resource-group testrg --consortium-view-name ContosoConsortiumView --consortium-endpoint https://ContosoEndpoint/ --consortium-service-certificate-pem Contoso certificate pem --member "{certificate-pem:membercertificate,signed-payload:membersignedpayload}"
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29uc29ydGl1bXZpZXdzL3t9/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/consortiumviews/{} 2026-03-31-preview -->

#### examples

- Update Consortium View
```bash
managedcleanroom consortium-view update --resource-group testrg --consortium-view-name ContosoConsortiumView --consortium-endpoint https://ContosoEndpoint/ --certificate-pem Contoso certificate pem --member "{certificate-pem:membercertificate,signed-payload:membersignedpayload}"
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/consortium-view/contract/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ List contracts in a consortium view.
```bash
managedcleanroom consortium-view contract list --resource-group testrg --consortium-view-name ContosoConsortiumView
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29uc29ydGl1bXZpZXdzL3t9L2NvbnRyYWN0cw==/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/consortiumviews/{}/contracts 2026-03-31-preview -->

#### examples

- List contracts in consortium view
```bash
managedcleanroom consortium-view contract list --resource-group testrg --consortium-view-name ContosoConsortiumView
```
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Generates and proposes contract template.
```bash
managedcleanroom consortium-view contract propose-template --resource-group testrg --consortium-view-name ContosoConsortiumView --contract-name ContosoContract
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29uc29ydGl1bXZpZXdzL3t9L2NvbnRyYWN0cy97fS9wcm9wb3NldGVtcGxhdGU=/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/consortiumviews/{}/contracts/{}/proposetemplate 2026-03-31-preview -->

#### examples

- Generate template for a contract
```bash
managedcleanroom consortium-view contract propose-template --resource-group testrg --consortium-view-name ContosoConsortiumView --contract-name ContosoContract
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/consortium-view/contract/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Get a contract.
```bash
managedcleanroom consortium-view contract show --resource-group testrg --consortium-view-name ContosoConsortiumView --contract-name ContosoContract
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29uc29ydGl1bXZpZXdzL3t9L2NvbnRyYWN0cy97fQ==/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/consortiumviews/{}/contracts/{} 2026-03-31-preview -->

#### examples

- Get a contract
```bash
managedcleanroom consortium-view contract show --resource-group testrg --consortium-view-name ContosoConsortiumView --contract-name ContosoContract
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/consortium/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Create a consortium.
```bash
managedcleanroom consortium create --resource-group testrg --consortium-name ContosoConsortium --location northeurope
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29uc29ydGl1bXMve30=/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/consortiums/{} 2026-03-31-preview -->

#### examples

- Create Consortium
```bash
managedcleanroom consortium create --resource-group testrg --consortium-name ContosoConsortium --location northeurope
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/consortium/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Delete a consortium.
```bash
managedcleanroom consortium delete --resource-group testrg --consortium-name ContosoConsortium
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29uc29ydGl1bXMve30=/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/consortiums/{} 2026-03-31-preview -->

#### examples

- Delete a consortium
```bash
managedcleanroom consortium delete --resource-group testrg --consortium-name ContosoConsortium
```
17 changes: 17 additions & 0 deletions Commands/managedcleanroom/consortium/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,20 @@ List consortiums in a subscription.
```bash
managedcleanroom consortium list
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29uc29ydGl1bXM=/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.cleanroom/consortiums 2026-03-31-preview -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/consortiums 2026-03-31-preview -->

#### examples

- List consortiums in subscription
```bash
managedcleanroom consortium list
```

- List consortiums in a resource group
```bash
managedcleanroom consortium list --resource-group testrg
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/consortium/_pause.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Pauses consortium.
```bash
managedcleanroom consortium pause --resource-group testrg --consortium-name ContosoConsortium
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29uc29ydGl1bXMve30vcGF1c2U=/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/consortiums/{}/pause 2026-03-31-preview -->

#### examples

- Pause consortium
```bash
managedcleanroom consortium pause --resource-group testrg --consortium-name ContosoConsortium
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/consortium/_recover.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Recovers consortium.
```bash
managedcleanroom consortium recover --resource-group testrg --consortium-name ContosoConsortium --force-recover True
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29uc29ydGl1bXMve30vcmVjb3Zlcg==/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/consortiums/{}/recover 2026-03-31-preview -->

#### examples

- Recover Consortium
```bash
managedcleanroom consortium recover --resource-group testrg --consortium-name ContosoConsortium --force-recover True
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/consortium/_resume.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Resumes consortium.
```bash
managedcleanroom consortium resume --resource-group testrg --consortium-name ContosoConsortium
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29uc29ydGl1bXMve30vcmVzdW1l/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/consortiums/{}/resume 2026-03-31-preview -->

#### examples

- Resume consortium
```bash
managedcleanroom consortium resume --resource-group testrg --consortium-name ContosoConsortium
```
11 changes: 11 additions & 0 deletions Commands/managedcleanroom/consortium/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Get a consortium.
```bash
managedcleanroom consortium show --resource-group testrg --consortium-name ContosoConsortium
```

### [2026-03-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbGVhbnJvb20vY29uc29ydGl1bXMve30=/2026-03-31-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cleanroom/consortiums/{} 2026-03-31-preview -->

#### examples

- Get a consortium
```bash
managedcleanroom consortium show --resource-group testrg --consortium-name ContosoConsortium
```
Loading
Loading