|
1 | 1 | {
|
2 | 2 | "swagger": "2.0",
|
3 | 3 | "info": {
|
4 |
| - "title": "Security Center", |
| 4 | + "title": "Microsoft Defender for Cloud", |
5 | 5 | "description": "API spec for Microsoft.Security (Microsoft Defender for Cloud) resource provider",
|
6 | 6 | "version": "2022-01-01-preview"
|
7 | 7 | },
|
|
51 | 51 | "$ref": "../../../common/v1/types.json#/parameters/ApiVersion"
|
52 | 52 | },
|
53 | 53 | {
|
54 |
| - "$ref": "../../../common/v1/types.json#/parameters/Scope" |
| 54 | + "$ref": "#/parameters/Scope" |
55 | 55 | },
|
56 | 56 | {
|
57 | 57 | "$ref": "#/parameters/AssessmentName"
|
|
93 | 93 | "$ref": "../../../common/v1/types.json#/parameters/ApiVersion"
|
94 | 94 | },
|
95 | 95 | {
|
96 |
| - "$ref": "../../../common/v1/types.json#/parameters/Scope" |
| 96 | + "$ref": "#/parameters/Scope" |
97 | 97 | },
|
98 | 98 | {
|
99 | 99 | "$ref": "#/parameters/AssessmentName"
|
|
133 | 133 | "$ref": "../../../common/v1/types.json#/parameters/ApiVersion"
|
134 | 134 | },
|
135 | 135 | {
|
136 |
| - "$ref": "../../../common/v1/types.json#/parameters/Scope" |
| 136 | + "$ref": "#/parameters/Scope" |
137 | 137 | },
|
138 | 138 | {
|
139 | 139 | "$ref": "#/parameters/AssessmentName"
|
|
182 | 182 | "$ref": "../../../common/v1/types.json#/parameters/ApiVersion"
|
183 | 183 | },
|
184 | 184 | {
|
185 |
| - "$ref": "../../../common/v1/types.json#/parameters/Scope" |
| 185 | + "$ref": "#/parameters/Scope" |
186 | 186 | },
|
187 | 187 | {
|
188 | 188 | "$ref": "#/parameters/AssessmentName"
|
|
356 | 356 | },
|
357 | 357 | "description": "Governance assignment over a subscription scope",
|
358 | 358 | "x-ms-parameter-location": "method"
|
| 359 | + }, |
| 360 | + "Scope": { |
| 361 | + "name": "scope", |
| 362 | + "in": "path", |
| 363 | + "required": true, |
| 364 | + "type": "string", |
| 365 | + "description": "The scope of the Governance assignments. Valid scopes are: subscription (format: 'subscriptions/{subscriptionId}'), or security connector (format: 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'", |
| 366 | + "x-ms-parameter-location": "method" |
359 | 367 | }
|
360 | 368 | }
|
361 | 369 | }
|
0 commit comments