diff --git a/avm/res/kusto/cluster/README.md b/avm/res/kusto/cluster/README.md index c010585ed9..e85dcbaf73 100644 --- a/avm/res/kusto/cluster/README.md +++ b/avm/res/kusto/cluster/README.md @@ -170,10 +170,6 @@ module cluster 'br/public:avm/res/kusto/cluster:' = { softDeletePeriod: 'P7D' } } - { - kind: 'ReadOnlyFollowing' - name: 'myReadOnlyDatabase' - } ] enableAutoScale: true enableAutoStop: true @@ -281,10 +277,6 @@ module cluster 'br/public:avm/res/kusto/cluster:' = { "hotCachePeriod": "P1D", "softDeletePeriod": "P7D" } - }, - { - "kind": "ReadOnlyFollowing", - "name": "myReadOnlyDatabase" } ] }, @@ -408,10 +400,6 @@ param databases = [ softDeletePeriod: 'P7D' } } - { - kind: 'ReadOnlyFollowing' - name: 'myReadOnlyDatabase' - } ] param enableAutoScale = true param enableAutoStop = true