Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2e98a7

Browse files
committed
org
1 parent e704e7f commit b2e98a7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/SecuritySolutions.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
}
7474
}
7575
},
76-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securitySolutions/{securitySolutionName}": {
76+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/securitySolutions/{securitySolutionName}": {
7777
"get": {
7878
"x-ms-examples": {
7979
"Get a security solution from a security data location": {
@@ -92,6 +92,9 @@
9292
{
9393
"$ref": "../../../common/v1/types.json#/parameters/ResourceGroupName"
9494
},
95+
{
96+
"$ref": "../../../common/v1/types.json#/parameters/AscLocation"
97+
},
9598
{
9699
"$ref": "#/parameters/SecuritySolutionName"
97100
},
@@ -144,6 +147,9 @@
144147
"allOf": [
145148
{
146149
"$ref": "../../../common/v1/types.json#/definitions/Resource"
150+
},
151+
{
152+
"$ref": "../../../common/v1/types.json#/definitions/Location"
147153
}
148154
]
149155
},
@@ -229,4 +235,4 @@
229235
"x-ms-parameter-location": "method"
230236
}
231237
}
232-
}
238+
}

0 commit comments

Comments
 (0)