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

[Hub Generated] Review request for Microsoft.Security to add version preview/2023-02-15-preview #23397

Merged
merged 10 commits into from
Apr 20, 2023
Prev Previous commit
Next Next commit
fix warnings
  • Loading branch information
pontufle committed Apr 18, 2023
commit 92d9e5d1edf45192a11a86b23cde1fe8e19d867b
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"/providers/Microsoft.Security/sensitivitySettings": {
"get": {
"description": "Gets a list with a single sensitivity settings resource",
"operationId": "GetSensitivitySettingsList",
"operationId": "SensitivitySettings_List",
"parameters": [
{
"$ref": "../../../common/v1/types.json#/parameters/ApiVersion"
Expand Down Expand Up @@ -234,6 +234,7 @@
},
"GetSensitivitySettingsListResponse": {
"type": "object",
"description": "A list with a single sensitivity settings resource",
"properties": {
"value": {
"type": "array",
Expand Down