Skip to content
Draft
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 @@ -670,6 +670,10 @@
"description": "Name of the operation with format: {provider}/{resource}/{operation}",
"type": "string"
},
"isDataAction": {

Choose a reason for hiding this comment

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

Can you add new properties to the end of the list? Otherwise the ctor signature may be breaking change.

"description": "Indicates whether the operation is a data action",
"type": "boolean"
},
"display": {
"$ref": "#/definitions/OperationDisplay",
"description": "The object that describes the operation."
Expand Down Expand Up @@ -956,6 +960,9 @@
"$ref": "#/definitions/CommunicationServiceProperties",
"description": "The properties of the service.",
"x-ms-client-flatten": true
},
"systemData": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData"
}
}
},
Expand Down