You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeGen from PR 16096 in Azure/azure-rest-api-specs
[Hub Generated] Review request for Microsoft.Security to add version preview/2021-08-01-preview (#16096)
* Adds base for updating Microsoft.Security from version stable/2021-07-01 to version 2021-08-01-preview
* Updates readme
* Updates API version in new specs and examples
* First pass at Microsoft.Security/standards for review/preview
* Addressing Round-1 feedback, adding missing descriptions and changing scoping to match ProxyResource type
* First pass for Microsoft.Security\standardComponents
* Changes to fix a typo in an example spec
* Added Microsoft.Security/standardAssignments
* Fix naming convention issue
* Removed types based on Hila's feedback
* Changes to data model for both API calls
* Fix example errors and typos
* Add systemData to Microsoft.Security/standards
* Changes to fix systemData linting
* un-nest systemData fields in examples
* More systemData placement
* Naming convention name to assignments from standardAssignment
* Additional example added
* Changes to address descriptive comments on field types
* Add systemData readOnly
* prettier-fix against examples
* Cleaned types to ref standard v2 common-types entry similar to securityForIoT
* Re-added v2 folder?
* Missed a change here?
* Cleanup of v2 type completely, updated readme.md
* Adds suppression to readme
* Adds suppression to readme
* Change modification to suppress operations linting
Co-authored-by: Adam Holliday <[email protected]>
"description": "List of component objects containing component unique keys (such as assessment keys) to apply to standard scope. Currently only supports assessment keys."
266
+
},
267
+
"description": {
268
+
"type": "string",
269
+
"description": "description of the standard"
270
+
},
271
+
"displayName": {
272
+
"type": "string",
273
+
"description": "display name of the standard, equivalent to the standardId"
274
+
}
275
+
},
276
+
"description": "Describes properties of a standard."
0 commit comments