Skip to content

Commit 33bc50f

Browse files
committed
remove accessTier from cloudPcForensicStorageAccount
1 parent a3f1ebc commit 33bc50f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api-reference/beta/resources/cloudpcforensicstorageaccount.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Represents the storage account information that can be used to store a snapshot
2020
|:---|:---|:---|
2121
|storageAccountId|String|The ID of the storage account.|
2222
|storageAccountName|String|The name of the storage account.|
23-
|accessTier|String|The access tier of the storage account. Possible values are `hot`, `cool`, `cold`, `archive`, and `unknownFutureValue`. The default value is `hot`. Read-Only.|
2423
|immutableStorage|Boolean|Indicates whether immutability policies are configured for the storage account. When `true`, the storage account only accepts `hot` as the snapshot access tier. When `false`, the storage account accepts all valid access tiers. Read-Only.|
2524

2625
## Relationships
@@ -41,7 +40,6 @@ The following JSON representation shows the resource type.
4140
"@odata.type": "#microsoft.graph.cloudPcForensicStorageAccount",
4241
"storageAccountId": "String",
4342
"storageAccountName": "String",
44-
"accessTier": "String",
4543
"immutableStorage": "Boolean"
4644
}
4745
```

0 commit comments

Comments
 (0)