Skip to content

Commit

Permalink
change read-only property (#16209)
Browse files Browse the repository at this point in the history
Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
  • Loading branch information
parvsaxena and Parv Saxena authored Sep 29, 2021
1 parent d23ad89 commit 9c56101
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"properties": {
"endpoint": "https://azurestorage.core.windows.net/",
"collection": {
"referenceName": "Collection-rZX"
"referenceName": "Collection-rZX",
"type": "CollectionReference"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"scanRulesetName": "AzureStorage",
"scanRulesetType": "System",
"collection": {
"referenceName": "Collection-rZX"
"referenceName": "Collection-rZX",
"type": "CollectionReference"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2787,8 +2787,7 @@
"type": "string"
},
"type": {
"type": "string",
"readOnly": true
"type": "string"
}
}
},
Expand Down

0 comments on commit 9c56101

Please sign in to comment.