Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change read-only property in collection #16209

Merged
merged 1 commit into from
Sep 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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
change read-only property
  • Loading branch information
Parv Saxena committed Sep 29, 2021
commit d3f7b71483ea34d44fd906b1fab0ea43c20448f7
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