Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
update types
  • Loading branch information
PallabPaul committed Aug 21, 2023
commit 5436dba39688c07db96031fb0102b3a7ed69c581
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@
},
"ConfidentialLedgerBackup": {
"description": "Object representing Backup properties of Confidential Ledger Resource.",
"type": "string",
"type": "object",
"properties": {
"location": {
"type": "string",
Expand All @@ -739,7 +739,7 @@
},
"ConfidentialLedgerRestore": {
"description": "Object representing Restore properties of Confidential Ledger Resource.",
"type": "string",
"type": "object",
"properties": {
"fileShareName": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@
},
"ManagedCCFBackup": {
"description": "Object representing Backup properties of Managed CCF Resource.",
"type": "string",
"type": "object",
"properties": {
"location": {
"type": "string",
Expand All @@ -630,7 +630,7 @@
},
"ManagedCCFRestore": {
"description": "Object representing Restore properties of Managed CCF Resource.",
"type": "string",
"type": "object",
"properties": {
"fileShareName": {
"type": "string",
Expand Down