Skip to content

Commit

Permalink
Create v1.json for SQL_ARCHIVAL in cloud-native-archival-location fea…
Browse files Browse the repository at this point in the history
…ture (#19)

* Create v1.json

* Update v1.json SQL_ARCHIVAL group
  • Loading branch information
Abhilash-Kar0 authored Jul 11, 2024
1 parent 9627080 commit 6c4d318
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions cloud-native-archival/permissions-group-SQL_ARCHIVAL/v1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[
{
"Actions": [
{
"value": "Microsoft.Storage/storageAccounts/tableServices/tables/read",
"use_case": "Creating, Reading and Writing Colossus metadata for Azure Sql Protection",
"scope": "resourceGroup"
},
{
"value": "Microsoft.Storage/storageAccounts/tableServices/tables/write",
"use_case": "Creating, Reading and Writing Colossus metadata for Azure Sql Protection",
"scope": "resourceGroup"
},
{
"value": "Microsoft.Storage/storageAccounts/tableServices/tables/delete",
"use_case": "Creating, Reading and Writing Colossus metadata for Azure Sql Protection",
"scope": "resourceGroup"
}
],
"NotActions": null,
"DataActions": [
{
"value": "Microsoft.Storage/storageAccounts/tableServices/tables/entities/read",
"use_case": "Creating, Reading and Writing Colossus metadata for Azure Sql Protection",
"scope": "resourceGroup"
},
{
"value": "Microsoft.Storage/storageAccounts/tableServices/tables/entities/write",
"use_case": "Creating, Reading and Writing Colossus metadata for Azure Sql Protection",
"scope": "resourceGroup"
},
{
"value": "Microsoft.Storage/storageAccounts/tableServices/tables/entities/delete",
"use_case": "Creating, Reading and Writing Colossus metadata for Azure Sql Protection",
"scope": "resourceGroup"
},
{
"value": "Microsoft.Storage/storageAccounts/blobServices/containers/blobs/tags/write",
"use_case": "Storing and retrieving Blob data using tags for Azure Sql Protection",
"scope": "resourceGroup"
},
{
"value": "Microsoft.Storage/storageAccounts/blobServices/containers/blobs/filter/action",
"use_case": "Storing and retrieving Blob data using tags for Azure Sql Protection",
"scope": "resourceGroup"
}
],
"NotDataActions": null
}
]

0 comments on commit 6c4d318

Please sign in to comment.