Skip to content

Commit

Permalink
Add x-ms-identifiers for datalake-analytics (Azure#17756)
Browse files Browse the repository at this point in the history
  • Loading branch information
yantang-msft authored and FredericHeem committed Mar 7, 2022
1 parent a3b2431 commit 1e5f998
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2291,7 +2291,10 @@
"items": {
"$ref": "#/definitions/SasTokenInformation"
},
"description": "The results of the list operation."
"description": "The results of the list operation.",
"x-ms-identifiers": [
"accessToken"
]
},
"nextLink": {
"readOnly": true,
Expand Down Expand Up @@ -2635,7 +2638,10 @@
"items": {
"$ref": "#/definitions/Operation"
},
"description": "The results of the list operation."
"description": "The results of the list operation.",
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"readOnly": true,
Expand Down Expand Up @@ -2684,7 +2690,8 @@
"items": {
"$ref": "#/definitions/OperationMetaMetricAvailabilitiesSpecification"
},
"description": "The availabilities for OperationMetaMetricSpecification."
"description": "The availabilities for OperationMetaMetricSpecification.",
"x-ms-identifiers": []
}
}
},
Expand All @@ -2711,14 +2718,20 @@
"items": {
"$ref": "#/definitions/OperationMetaMetricSpecification"
},
"description": "The metricSpecifications for OperationMetaServiceSpecification."
"description": "The metricSpecifications for OperationMetaServiceSpecification.",
"x-ms-identifiers": [
"name"
]
},
"logSpecifications": {
"type": "array",
"items": {
"$ref": "#/definitions/OperationMetaLogSpecification"
},
"description": "The logSpecifications for OperationMetaServiceSpecification."
"description": "The logSpecifications for OperationMetaServiceSpecification.",
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down Expand Up @@ -2834,28 +2847,40 @@
"items": {
"$ref": "#/definitions/AddDataLakeStoreWithAccountParameters"
},
"description": "The list of Data Lake Store accounts associated with this account."
"description": "The list of Data Lake Store accounts associated with this account.",
"x-ms-identifiers": [
"name"
]
},
"storageAccounts": {
"type": "array",
"items": {
"$ref": "#/definitions/AddStorageAccountWithAccountParameters"
},
"description": "The list of Azure Blob Storage accounts associated with this account."
"description": "The list of Azure Blob Storage accounts associated with this account.",
"x-ms-identifiers": [
"name"
]
},
"computePolicies": {
"type": "array",
"items": {
"$ref": "#/definitions/CreateComputePolicyWithAccountParameters"
},
"description": "The list of compute policies associated with this account."
"description": "The list of compute policies associated with this account.",
"x-ms-identifiers": [
"name"
]
},
"firewallRules": {
"type": "array",
"items": {
"$ref": "#/definitions/CreateFirewallRuleWithAccountParameters"
},
"description": "The list of firewall rules associated with this account."
"description": "The list of firewall rules associated with this account.",
"x-ms-identifiers": [
"name"
]
},
"firewallState": {
"type": "string",
Expand Down Expand Up @@ -2964,28 +2989,40 @@
"items": {
"$ref": "#/definitions/UpdateDataLakeStoreWithAccountParameters"
},
"description": "The list of Data Lake Store accounts associated with this account."
"description": "The list of Data Lake Store accounts associated with this account.",
"x-ms-identifiers": [
"name"
]
},
"storageAccounts": {
"type": "array",
"items": {
"$ref": "#/definitions/UpdateStorageAccountWithAccountParameters"
},
"description": "The list of Azure Blob storage accounts associated with this account."
"description": "The list of Azure Blob storage accounts associated with this account.",
"x-ms-identifiers": [
"name"
]
},
"computePolicies": {
"type": "array",
"items": {
"$ref": "#/definitions/UpdateComputePolicyWithAccountParameters"
},
"description": "The list of compute policies associated with this account."
"description": "The list of compute policies associated with this account.",
"x-ms-identifiers": [
"name"
]
},
"firewallRules": {
"type": "array",
"items": {
"$ref": "#/definitions/UpdateFirewallRuleWithAccountParameters"
},
"description": "The list of firewall rules associated with this account."
"description": "The list of firewall rules associated with this account.",
"x-ms-identifiers": [
"name"
]
},
"firewallState": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2286,7 +2286,10 @@
"items": {
"$ref": "#/definitions/SasTokenInformation"
},
"description": "The results of the list operation."
"description": "The results of the list operation.",
"x-ms-identifiers": [
"accessToken"
]
},
"nextLink": {
"readOnly": true,
Expand Down Expand Up @@ -2630,7 +2633,10 @@
"items": {
"$ref": "#/definitions/Operation"
},
"description": "The results of the list operation."
"description": "The results of the list operation.",
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"readOnly": true,
Expand Down Expand Up @@ -2679,7 +2685,8 @@
"items": {
"$ref": "#/definitions/OperationMetaMetricAvailabilitiesSpecification"
},
"description": "The availabilities for OperationMetaMetricSpecification."
"description": "The availabilities for OperationMetaMetricSpecification.",
"x-ms-identifiers": []
}
}
},
Expand All @@ -2706,14 +2713,20 @@
"items": {
"$ref": "#/definitions/OperationMetaMetricSpecification"
},
"description": "The metricSpecifications for OperationMetaServiceSpecification."
"description": "The metricSpecifications for OperationMetaServiceSpecification.",
"x-ms-identifiers": [
"name"
]
},
"logSpecifications": {
"type": "array",
"items": {
"$ref": "#/definitions/OperationMetaLogSpecification"
},
"description": "The logSpecifications for OperationMetaServiceSpecification."
"description": "The logSpecifications for OperationMetaServiceSpecification.",
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down Expand Up @@ -2829,28 +2842,40 @@
"items": {
"$ref": "#/definitions/AddDataLakeStoreWithAccountParameters"
},
"description": "The list of Data Lake Store accounts associated with this account."
"description": "The list of Data Lake Store accounts associated with this account.",
"x-ms-identifiers": [
"name"
]
},
"storageAccounts": {
"type": "array",
"items": {
"$ref": "#/definitions/AddStorageAccountWithAccountParameters"
},
"description": "The list of Azure Blob Storage accounts associated with this account."
"description": "The list of Azure Blob Storage accounts associated with this account.",
"x-ms-identifiers": [
"name"
]
},
"computePolicies": {
"type": "array",
"items": {
"$ref": "#/definitions/CreateComputePolicyWithAccountParameters"
},
"description": "The list of compute policies associated with this account."
"description": "The list of compute policies associated with this account.",
"x-ms-identifiers": [
"name"
]
},
"firewallRules": {
"type": "array",
"items": {
"$ref": "#/definitions/CreateFirewallRuleWithAccountParameters"
},
"description": "The list of firewall rules associated with this account."
"description": "The list of firewall rules associated with this account.",
"x-ms-identifiers": [
"name"
]
},
"firewallState": {
"type": "string",
Expand Down Expand Up @@ -2959,28 +2984,40 @@
"items": {
"$ref": "#/definitions/UpdateDataLakeStoreWithAccountParameters"
},
"description": "The list of Data Lake Store accounts associated with this account."
"description": "The list of Data Lake Store accounts associated with this account.",
"x-ms-identifiers": [
"name"
]
},
"storageAccounts": {
"type": "array",
"items": {
"$ref": "#/definitions/UpdateStorageAccountWithAccountParameters"
},
"description": "The list of Azure Blob storage accounts associated with this account."
"description": "The list of Azure Blob storage accounts associated with this account.",
"x-ms-identifiers": [
"name"
]
},
"computePolicies": {
"type": "array",
"items": {
"$ref": "#/definitions/UpdateComputePolicyWithAccountParameters"
},
"description": "The list of compute policies associated with this account."
"description": "The list of compute policies associated with this account.",
"x-ms-identifiers": [
"name"
]
},
"firewallRules": {
"type": "array",
"items": {
"$ref": "#/definitions/UpdateFirewallRuleWithAccountParameters"
},
"description": "The list of firewall rules associated with this account."
"description": "The list of firewall rules associated with this account.",
"x-ms-identifiers": [
"name"
]
},
"firewallState": {
"type": "string",
Expand Down

0 comments on commit 1e5f998

Please sign in to comment.