Skip to content

Commit 4efbcb5

Browse files
kazrael2119qiaozhatadelesh
authored
modify machinelearningexperimentation swwager (#19493)
* modify machinelearningexperimentation swwager * modify machinelearningexperimentation swwager * Update specification/machinelearningexperimentation/resource-manager/Microsoft.MachineLearningExperimentation/preview/2017-05-01-preview/machineLearningExperimentation.json * Update readme.go.md Co-authored-by: ZiWei Chen (WICRESOFT NORTH AMERICA LTD) <[email protected]> Co-authored-by: Qiaoqiao Zhang <[email protected]> Co-authored-by: Chenjie Shi <[email protected]>
1 parent 1b8d88d commit 4efbcb5

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

specification/machinelearningexperimentation/resource-manager/Microsoft.MachineLearningExperimentation/preview/2017-05-01-preview/machineLearningExperimentation.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
}
183183
],
184184
"x-ms-examples": {
185-
"AccountCreate": {
185+
"AccountDelete": {
186186
"$ref": "examples/DeleteAccount.json"
187187
}
188188
},
@@ -270,7 +270,7 @@
270270
}
271271
],
272272
"x-ms-examples": {
273-
"AccountCreate": {
273+
"AccountListByResourceGroup": {
274274
"$ref": "examples/ListAccountResourceGroup.json"
275275
}
276276
},
@@ -671,7 +671,7 @@
671671
}
672672
],
673673
"x-ms-examples": {
674-
"AccountCreate": {
674+
"ProjectDelete": {
675675
"$ref": "examples/DeleteProject.json"
676676
}
677677
},
@@ -810,7 +810,7 @@
810810
}
811811
],
812812
"x-ms-examples": {
813-
"AccountCreate": {
813+
"AccountList": {
814814
"$ref": "examples/ListAccount.json"
815815
}
816816
},

specification/machinelearningexperimentation/resource-manager/readme.go.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ go:
99
namespace: experimentation
1010
```
1111
12+
```yaml $(go) && $(track2)
13+
license-header: MICROSOFT_MIT_NO_VERSION
14+
module-name: sdk/resourcemanager/machinelearningexperimentation/armmachinelearningexperimentation
15+
module: github.com/Azure/azure-sdk-for-go/$(module-name)
16+
output-folder: $(go-sdk-folder)/$(module-name)
17+
azure-arm: true
18+
```
19+
1220
### Go multi-api
1321
1422
``` yaml $(go) && $(multiapi)
@@ -23,4 +31,4 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
2331

2432
``` yaml $(tag)=='package-2017-05-preview' && $(go)
2533
output-folder: $(go-sdk-folder)/services/preview/machinelearning/mgmt/2017-05-01-preview/$(namespace)
26-
```
34+
```

0 commit comments

Comments
 (0)