Skip to content

Commit 76c20fc

Browse files
LoadBearingBeanvukelich
authored andcommitted
Add x-ms-identifiers to streamanalytics/resource-manager. (Azure#17798)
Co-authored-by: Steven Vukelich <[email protected]>
1 parent b307256 commit 76c20fc

File tree

5 files changed

+22
-2
lines changed

5 files changed

+22
-2
lines changed

specification/streamanalytics/resource-manager/Microsoft.StreamAnalytics/common/v1/definitions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
"items": {
123123
"$ref": "#/definitions/ErrorDetails"
124124
},
125+
"x-ms-identifiers": [],
125126
"description": "Error details."
126127
}
127128
},

specification/streamanalytics/resource-manager/Microsoft.StreamAnalytics/stable/2020-03-01/functions.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,9 @@
517517
"items": {
518518
"$ref": "#/definitions/FunctionInput"
519519
},
520+
"x-ms-identifiers": [
521+
"dataType"
522+
],
520523
"description": "A list of inputs describing the parameters of the function."
521524
},
522525
"output": {
@@ -605,6 +608,9 @@
605608
"items": {
606609
"$ref": "#/definitions/AzureMachineLearningWebServiceOutputColumn"
607610
},
611+
"x-ms-identifiers": [
612+
"name"
613+
],
608614
"description": "A list of outputs from the Azure Machine Learning web service endpoint execution."
609615
},
610616
"batchSize": {
@@ -627,6 +633,9 @@
627633
"items": {
628634
"$ref": "#/definitions/AzureMachineLearningWebServiceInputColumn"
629635
},
636+
"x-ms-identifiers": [
637+
"name"
638+
],
630639
"description": "A list of input columns for the Azure Machine Learning web service endpoint."
631640
}
632641
}

specification/streamanalytics/resource-manager/Microsoft.StreamAnalytics/stable/2020-03-01/inputs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,9 @@
693693
"items": {
694694
"$ref": "#/definitions/StorageAccount"
695695
},
696+
"x-ms-identifiers": [
697+
"accountName"
698+
],
696699
"description": "A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests."
697700
},
698701
"container": {
@@ -778,6 +781,7 @@
778781
"items": {
779782
"$ref": "#/definitions/DiagnosticCondition"
780783
},
784+
"x-ms-identifiers": [],
781785
"description": "A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention."
782786
}
783787
}

specification/streamanalytics/resource-manager/Microsoft.StreamAnalytics/stable/2020-03-01/privateEndpoints.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,10 @@
271271
"type": "array",
272272
"items": {
273273
"$ref": "#/definitions/PrivateLinkServiceConnection"
274-
}
274+
},
275+
"x-ms-identifiers": [
276+
"/properties/privateLinkServiceId"
277+
]
275278
}
276279
}
277280
},

specification/streamanalytics/resource-manager/Microsoft.StreamAnalytics/stable/2020-03-01/streamingjobs.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,10 @@
584584
"readOnly": true,
585585
"items": {
586586
"$ref": "#/definitions/Operation"
587-
}
587+
},
588+
"x-ms-identifiers": [
589+
"name"
590+
]
588591
},
589592
"nextLink": {
590593
"description": "URL to get the next set of operation list results if there are any.",

0 commit comments

Comments
 (0)