Skip to content

Commit dc8a752

Browse files
dosegalMirzaSikander
authored andcommitted
Operations API - added missing property (s360 bug) (Azure#13229)
* added missing property * added missing property
1 parent a0fc24c commit dc8a752

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9990,6 +9990,10 @@
99909990
"name": {
99919991
"description": "Name of the operation",
99929992
"type": "string"
9993+
},
9994+
"origin": {
9995+
"description": "The origin of the operation",
9996+
"type": "string"
99939997
}
99949998
}
99959999
},

specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-03-01-preview/operations.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@
115115
"name": {
116116
"description": "Name of the operation",
117117
"type": "string"
118+
},
119+
"origin": {
120+
"description": "The origin of the operation",
121+
"type": "string"
118122
}
119123
}
120124
}

specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2020-01-01/SecurityInsights.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2992,6 +2992,10 @@
29922992
"name": {
29932993
"description": "Name of the operation",
29942994
"type": "string"
2995+
},
2996+
"origin": {
2997+
"description": "The origin of the operation",
2998+
"type": "string"
29952999
}
29963000
}
29973001
},

0 commit comments

Comments
 (0)