Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,7 @@
"items": {
"type": "string",
"enum": [
"all",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these real values the service supports? And is that on the data plane as well?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm also concerned about whether this is a real value the service supports. Data plane doesn't seem to have it, unless I'm missing something.

Worth noting is that this PR most likely comes from this customer issue: Azure/azure-sdk-for-js#10705

"encrypt",
"decrypt",
"wrapKey",
Expand Down Expand Up @@ -1012,6 +1013,7 @@
"items": {
"type": "string",
"enum": [
"all",
"get",
"list",
"set",
Expand All @@ -1033,6 +1035,7 @@
"items": {
"type": "string",
"enum": [
"all",
"get",
"list",
"delete",
Expand Down Expand Up @@ -1062,6 +1065,7 @@
"items": {
"type": "string",
"enum": [
"all",
"get",
"list",
"delete",
Expand Down