Skip to content

Commit fde5356

Browse files
yantang-msftmsyyc
authored andcommitted
Add x-ms-identifiers for datalake-store (Azure#17757)
* Add x-ms-identifiers for datalake-store * Update readme.python.md * Update readme.md Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
1 parent 95d9efc commit fde5356

File tree

3 files changed

+29
-34
lines changed

3 files changed

+29
-34
lines changed

specification/datalake-store/resource-manager/Microsoft.DataLakeStore/stable/2016-11-01/account.json

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1830,7 +1830,10 @@
18301830
"items": {
18311831
"$ref": "#/definitions/Operation"
18321832
},
1833-
"description": "The results of the list operation."
1833+
"description": "The results of the list operation.",
1834+
"x-ms-identifiers": [
1835+
"name"
1836+
]
18341837
},
18351838
"nextLink": {
18361839
"readOnly": true,
@@ -2029,14 +2032,20 @@
20292032
"items": {
20302033
"$ref": "#/definitions/CreateFirewallRuleWithAccountParameters"
20312034
},
2032-
"description": "The list of firewall rules associated with this Data Lake Store account."
2035+
"description": "The list of firewall rules associated with this Data Lake Store account.",
2036+
"x-ms-identifiers": [
2037+
"name"
2038+
]
20332039
},
20342040
"virtualNetworkRules": {
20352041
"type": "array",
20362042
"items": {
20372043
"$ref": "#/definitions/CreateVirtualNetworkRuleWithAccountParameters"
20382044
},
2039-
"description": "The list of virtual network rules associated with this Data Lake Store account."
2045+
"description": "The list of virtual network rules associated with this Data Lake Store account.",
2046+
"x-ms-identifiers": [
2047+
"name"
2048+
]
20402049
},
20412050
"firewallState": {
20422051
"type": "string",
@@ -2067,7 +2076,10 @@
20672076
"items": {
20682077
"$ref": "#/definitions/CreateTrustedIdProviderWithAccountParameters"
20692078
},
2070-
"description": "The list of trusted identity providers associated with this Data Lake Store account."
2079+
"description": "The list of trusted identity providers associated with this Data Lake Store account.",
2080+
"x-ms-identifiers": [
2081+
"name"
2082+
]
20712083
},
20722084
"trustedIdProviderState": {
20732085
"type": "string",
@@ -2132,14 +2144,20 @@
21322144
"items": {
21332145
"$ref": "#/definitions/UpdateFirewallRuleWithAccountParameters"
21342146
},
2135-
"description": "The list of firewall rules associated with this Data Lake Store account."
2147+
"description": "The list of firewall rules associated with this Data Lake Store account.",
2148+
"x-ms-identifiers": [
2149+
"name"
2150+
]
21362151
},
21372152
"virtualNetworkRules": {
21382153
"type": "array",
21392154
"items": {
21402155
"$ref": "#/definitions/UpdateVirtualNetworkRuleWithAccountParameters"
21412156
},
2142-
"description": "The list of virtual network rules associated with this Data Lake Store account."
2157+
"description": "The list of virtual network rules associated with this Data Lake Store account.",
2158+
"x-ms-identifiers": [
2159+
"name"
2160+
]
21432161
},
21442162
"firewallState": {
21452163
"type": "string",
@@ -2170,7 +2188,10 @@
21702188
"items": {
21712189
"$ref": "#/definitions/UpdateTrustedIdProviderWithAccountParameters"
21722190
},
2173-
"description": "The list of trusted identity providers associated with this Data Lake Store account."
2191+
"description": "The list of trusted identity providers associated with this Data Lake Store account.",
2192+
"x-ms-identifiers": [
2193+
"name"
2194+
]
21742195
},
21752196
"trustedIdProviderState": {
21762197
"type": "string",

specification/datalake-store/resource-manager/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ This is not used by Autorest itself.
7676
``` yaml $(swagger-to-sdk)
7777
swagger-to-sdk:
7878
- repo: azure-sdk-for-net
79-
- repo: azure-sdk-for-python
8079
- repo: azure-sdk-for-python-track2
8180
- repo: azure-sdk-for-java
8281
- repo: azure-sdk-for-go

specification/datalake-store/resource-manager/readme.python.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,14 @@ These settings apply only when `--python` is specified on the command line.
44
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
55
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
66

7-
``` yaml $(python) && !$(track2)
8-
python-mode: create
9-
python:
10-
azure-arm: true
11-
license-header: MICROSOFT_MIT_NO_VERSION
12-
payload-flattening-threshold: 2
13-
namespace: azure.mgmt.datalake.store
14-
package-name: azure-mgmt-datalake-store
15-
clear-output-folder: true
16-
```
177
``` yaml $(python) && $(track2)
18-
python-mode: create
198
azure-arm: true
209
license-header: MICROSOFT_MIT_NO_VERSION
21-
namespace: azure.mgmt.datalake.store
2210
package-name: azure-mgmt-datalake-store
2311
package-version: 1.0.0b1
2412
clear-output-folder: true
2513
```
26-
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
27-
python:
28-
no-namespace-folders: true
29-
output-folder: $(python-sdks-folder)/datalake/azure-mgmt-datalake-store/azure/mgmt/datalake/store
30-
no-namespace-folders: true
31-
output-folder: $(python-sdks-folder)/datalake/azure-mgmt-datalake-store/azure/mgmt/datalake/store
32-
```
33-
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
34-
python:
35-
basic-setup-py: true
36-
output-folder: $(python-sdks-folder)/datalake/azure-mgmt-datalake-store
37-
basic-setup-py: true
38-
output-folder: $(python-sdks-folder)/datalake/azure-mgmt-datalake-store
39-
```
14+
4015
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
4116
no-namespace-folders: true
4217
output-folder: $(python-sdks-folder)/datalake/azure-mgmt-datalake-store/azure/mgmt/datalake/store

0 commit comments

Comments
 (0)