Skip to content

Commit 7e703d7

Browse files
committed
Removed purview
1 parent 85da8b3 commit 7e703d7

File tree

2 files changed

+0
-178
lines changed

2 files changed

+0
-178
lines changed

articles/role-based-access-control/built-in-roles.md

Lines changed: 0 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ The following table provides a brief description of each built-in role. Click th
131131
> | [HDInsight Domain Services Contributor](#hdinsight-domain-services-contributor) | Can Read, Create, Modify and Delete Domain Services related operations needed for HDInsight Enterprise Security Package | 8d8d5a11-05d3-4bda-a417-a08778121c7c |
132132
> | [Log Analytics Contributor](#log-analytics-contributor) | Log Analytics Contributor can read all monitoring data and edit monitoring settings. Editing monitoring settings includes adding the VM extension to VMs; reading storage account keys to be able to configure collection of logs from Azure Storage; adding solutions; and configuring Azure diagnostics on all Azure resources. | 92aaf0da-9dab-42b6-94a3-d43ce8d16293 |
133133
> | [Log Analytics Reader](#log-analytics-reader) | Log Analytics Reader can view and search all monitoring data as well as and view monitoring settings, including viewing the configuration of Azure diagnostics on all Azure resources. | 73c42c96-874c-492b-b04d-ab87d138a893 |
134-
> | [Purview role 1 (Deprecated)](#purview-role-1-deprecated) | Deprecated role. | 8a3c2885-9b38-4fd2-9d99-91af537c1347 |
135-
> | [Purview role 2 (Deprecated)](#purview-role-2-deprecated) | Deprecated role. | 200bba9e-f0c8-430f-892b-6f0794863803 |
136-
> | [Purview role 3 (Deprecated)](#purview-role-3-deprecated) | Deprecated role. | ff100721-1b9d-43d8-af52-42b69c1272db |
137134
> | [Schema Registry Contributor (Preview)](#schema-registry-contributor-preview) | Read, write, and delete Schema Registry groups and schemas. | 5dffeca3-4936-4216-b2bc-10343a5abb25 |
138135
> | [Schema Registry Reader (Preview)](#schema-registry-reader-preview) | Read and list Schema Registry groups and schemas. | 2c56ea50-c6b3-40a6-83c0-9d98858bc7d2 |
139136
> | **Blockchain** | | |
@@ -6004,133 +6001,6 @@ Log Analytics Reader can view and search all monitoring data as well as and view
60046001
}
60056002
```
60066003

6007-
### Purview role 1 (Deprecated)
6008-
6009-
Deprecated role.
6010-
6011-
> [!div class="mx-tableFixed"]
6012-
> | Actions | Description |
6013-
> | --- | --- |
6014-
> | [Microsoft.Purview](resource-provider-operations.md#microsoftpurview)/accounts/read | Read account resource for Microsoft Purview provider. |
6015-
> | **NotActions** | |
6016-
> | *none* | |
6017-
> | **DataActions** | |
6018-
> | [Microsoft.Purview](resource-provider-operations.md#microsoftpurview)/accounts/data/read | Permission is deprecated. |
6019-
> | [Microsoft.Purview](resource-provider-operations.md#microsoftpurview)/accounts/data/write | Permission is deprecated. |
6020-
> | **NotDataActions** | |
6021-
> | *none* | |
6022-
6023-
```json
6024-
{
6025-
"assignableScopes": [
6026-
"/"
6027-
],
6028-
"description": "Deprecated role.",
6029-
"id": "/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/roleDefinitions/8a3c2885-9b38-4fd2-9d99-91af537c1347",
6030-
"name": "8a3c2885-9b38-4fd2-9d99-91af537c1347",
6031-
"permissions": [
6032-
{
6033-
"actions": [
6034-
"Microsoft.Purview/accounts/read"
6035-
],
6036-
"notActions": [],
6037-
"dataActions": [
6038-
"Microsoft.Purview/accounts/data/read",
6039-
"Microsoft.Purview/accounts/data/write"
6040-
],
6041-
"notDataActions": []
6042-
}
6043-
],
6044-
"roleName": "Purview role 1 (Deprecated)",
6045-
"roleType": "BuiltInRole",
6046-
"type": "Microsoft.Authorization/roleDefinitions"
6047-
}
6048-
```
6049-
6050-
### Purview role 2 (Deprecated)
6051-
6052-
Deprecated role.
6053-
6054-
> [!div class="mx-tableFixed"]
6055-
> | Actions | Description |
6056-
> | --- | --- |
6057-
> | [Microsoft.Purview](resource-provider-operations.md#microsoftpurview)/accounts/read | Read account resource for Microsoft Purview provider. |
6058-
> | **NotActions** | |
6059-
> | *none* | |
6060-
> | **DataActions** | |
6061-
> | [Microsoft.Purview](resource-provider-operations.md#microsoftpurview)/accounts/scan/read | Permission is deprecated. |
6062-
> | [Microsoft.Purview](resource-provider-operations.md#microsoftpurview)/accounts/scan/write | Permission is deprecated. |
6063-
> | **NotDataActions** | |
6064-
> | *none* | |
6065-
6066-
```json
6067-
{
6068-
"assignableScopes": [
6069-
"/"
6070-
],
6071-
"description": "Deprecated role.",
6072-
"id": "/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/roleDefinitions/200bba9e-f0c8-430f-892b-6f0794863803",
6073-
"name": "200bba9e-f0c8-430f-892b-6f0794863803",
6074-
"permissions": [
6075-
{
6076-
"actions": [
6077-
"Microsoft.Purview/accounts/read"
6078-
],
6079-
"notActions": [],
6080-
"dataActions": [
6081-
"Microsoft.Purview/accounts/scan/read",
6082-
"Microsoft.Purview/accounts/scan/write"
6083-
],
6084-
"notDataActions": []
6085-
}
6086-
],
6087-
"roleName": "Purview role 2 (Deprecated)",
6088-
"roleType": "BuiltInRole",
6089-
"type": "Microsoft.Authorization/roleDefinitions"
6090-
}
6091-
```
6092-
6093-
### Purview role 3 (Deprecated)
6094-
6095-
Deprecated role.
6096-
6097-
> [!div class="mx-tableFixed"]
6098-
> | Actions | Description |
6099-
> | --- | --- |
6100-
> | [Microsoft.Purview](resource-provider-operations.md#microsoftpurview)/accounts/read | Read account resource for Microsoft Purview provider. |
6101-
> | **NotActions** | |
6102-
> | *none* | |
6103-
> | **DataActions** | |
6104-
> | [Microsoft.Purview](resource-provider-operations.md#microsoftpurview)/accounts/data/read | Permission is deprecated. |
6105-
> | **NotDataActions** | |
6106-
> | *none* | |
6107-
6108-
```json
6109-
{
6110-
"assignableScopes": [
6111-
"/"
6112-
],
6113-
"description": "Deprecated role.",
6114-
"id": "/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/roleDefinitions/ff100721-1b9d-43d8-af52-42b69c1272db",
6115-
"name": "ff100721-1b9d-43d8-af52-42b69c1272db",
6116-
"permissions": [
6117-
{
6118-
"actions": [
6119-
"Microsoft.Purview/accounts/read"
6120-
],
6121-
"notActions": [],
6122-
"dataActions": [
6123-
"Microsoft.Purview/accounts/data/read"
6124-
],
6125-
"notDataActions": []
6126-
}
6127-
],
6128-
"roleName": "Purview role 3 (Deprecated)",
6129-
"roleType": "BuiltInRole",
6130-
"type": "Microsoft.Authorization/roleDefinitions"
6131-
}
6132-
```
6133-
61346004
### Schema Registry Contributor (Preview)
61356005

61366006
Read, write, and delete Schema Registry groups and schemas.

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

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ Click the resource provider name in the following table to see the list of opera
7777
| [Microsoft.HDInsight](#microsofthdinsight) |
7878
| [Microsoft.Kusto](#microsoftkusto) |
7979
| [Microsoft.PowerBIDedicated](#microsoftpowerbidedicated) |
80-
| [Microsoft.Purview](#microsoftpurview) |
8180
| [Microsoft.StreamAnalytics](#microsoftstreamanalytics) |
8281
| [Microsoft.Synapse](#microsoftsynapse) |
8382
| **Blockchain** |
@@ -5775,53 +5774,6 @@ Azure service: [Power BI Embedded](/azure/power-bi-embedded/)
57755774
> | Microsoft.PowerBIDedicated/skus/read | Retrieves the information of Skus |
57765775
> | Microsoft.PowerBIDedicated/skus/read | Retrieves the information of Skus |
57775776

5778-
### Microsoft.Purview
5779-
5780-
Azure service: [Azure Purview](../purview/index.yml)
5781-
5782-
> [!div class="mx-tableFixed"]
5783-
> | Action | Description |
5784-
> | --- | --- |
5785-
> | Microsoft.Purview/register/action | Register the subscription for Microsoft Purview provider. |
5786-
> | Microsoft.Purview/unregister/action | Unregister the subscription for Microsoft Purview provider. |
5787-
> | Microsoft.Purview/setDefaultAccount/action | Sets the default account for the scope. |
5788-
> | Microsoft.Purview/removeDefaultAccount/action | Removes the default account for the scope. |
5789-
> | Microsoft.Purview/accounts/read | Read account resource for Microsoft Purview provider. |
5790-
> | Microsoft.Purview/accounts/write | Write account resource for Microsoft Purview provider. |
5791-
> | Microsoft.Purview/accounts/delete | Delete account resource for Microsoft Purview provider. |
5792-
> | Microsoft.Purview/accounts/listkeys/action | List keys on the account resource for Microsoft Purview provider. |
5793-
> | Microsoft.Purview/accounts/addrootcollectionadmin/action | Add root collection admin to account resource for Microsoft Purview provider. |
5794-
> | Microsoft.Purview/accounts/move/action | Move account resource for Microsoft Purview provider. |
5795-
> | Microsoft.Purview/accounts/PrivateEndpointConnectionsApproval/action | Approve Private Endpoint Connection. |
5796-
> | Microsoft.Purview/accounts/operationresults/read | Read the operation status on the account resource for Microsoft Purview provider. |
5797-
> | Microsoft.Purview/accounts/privateEndpointConnectionProxies/read | Read Account Private Endpoint Connection Proxy. |
5798-
> | Microsoft.Purview/accounts/privateEndpointConnectionProxies/write | Write Account Private Endpoint Connection Proxy. |
5799-
> | Microsoft.Purview/accounts/privateEndpointConnectionProxies/delete | Delete Account Private Endpoint Connection Proxy. |
5800-
> | Microsoft.Purview/accounts/privateEndpointConnectionProxies/validate/action | Validate Account Private Endpoint Connection Proxy. |
5801-
> | Microsoft.Purview/accounts/privateEndpointConnectionProxies/operationResults/read | Monitor Private Endpoint Connection Proxy async operations. |
5802-
> | Microsoft.Purview/accounts/privateEndpointConnections/read | Read Private Endpoint Connection. |
5803-
> | Microsoft.Purview/accounts/privateEndpointConnections/write | Create or update Private Endpoint Connection. |
5804-
> | Microsoft.Purview/accounts/privateEndpointConnections/delete | Delete Private Endpoint Connection. |
5805-
> | Microsoft.Purview/accounts/privatelinkresources/read | Read Account Link Resources. |
5806-
> | Microsoft.Purview/accounts/providers/Microsoft.Insights/diagnosticSettings/read | Gets the diagnostic setting for the resource. |
5807-
> | Microsoft.Purview/accounts/providers/Microsoft.Insights/diagnosticSettings/write | Creates or updates the diagnostic setting for the resource. |
5808-
> | Microsoft.Purview/accounts/providers/Microsoft.Insights/logDefinitions/read | Gets the available logs for the catalog. |
5809-
> | Microsoft.Purview/accounts/providers/Microsoft.Insights/metricDefinitions/read | Gets the available metrics for the catalog. |
5810-
> | Microsoft.Purview/checknameavailability/read | Check if name of purview account resource is available for Microsoft Purview provider. |
5811-
> | Microsoft.Purview/getDefaultAccount/read | Gets the default account for the scope. |
5812-
> | Microsoft.Purview/locations/operationResults/read | Monitor async operations. |
5813-
> | Microsoft.Purview/operations/read | Reads all available operations for Microsoft Purview provider. |
5814-
> | **DataAction** | **Description** |
5815-
> | Microsoft.Purview/accounts/data/read | Permission is deprecated. |
5816-
> | Microsoft.Purview/accounts/data/write | Permission is deprecated. |
5817-
> | Microsoft.Purview/accounts/scan/read | Permission is deprecated. |
5818-
> | Microsoft.Purview/accounts/scan/write | Permission is deprecated. |
5819-
> | Microsoft.Purview/attributeBlobs/read | Read Attribute Blob. |
5820-
> | Microsoft.Purview/attributeBlobs/write | Write Attribute Blob. |
5821-
> | Microsoft.Purview/policyElements/read | Read Policy Element. |
5822-
> | Microsoft.Purview/policyElements/write | Create or update Policy Element. |
5823-
> | Microsoft.Purview/policyElements/delete | Delete Policy Element. |
5824-
58255777
### Microsoft.StreamAnalytics
58265778

58275779
Azure service: [Stream Analytics](../stream-analytics/index.yml)

0 commit comments

Comments
 (0)