Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2290 from amarzavery/jsdocmapping
Browse files Browse the repository at this point in the history
updating as per review feedback
  • Loading branch information
amarzavery authored Oct 5, 2017
2 parents 643a08f + 64bf421 commit 5d737ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ gulp.task('sync-package-service-mapping', (cb) => {
if (Dataplane.packageName) {
if (!packageMapping[Dataplane.packageName]) {
packageMapping[Dataplane.packageName] = {
category: 'Dataplane',
category: 'Client',
'service_name': Dataplane.dir.split('/')[0]
};
}
Expand All @@ -434,7 +434,7 @@ gulp.task('sync-package-service-mapping', (cb) => {
if (Dataplane[service].packageName) {
if (!packageMapping[Dataplane[service].packageName]) {
packageMapping[Dataplane[service].packageName] = {
category: 'Dataplane',
category: 'Client',
'service_name': Dataplane[service].dir.split('/')[0]
};
}
Expand Down
12 changes: 6 additions & 6 deletions package_service_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,27 +268,27 @@
"category": "Management"
},
"azure-batch": {
"category": "Dataplane",
"category": "Client",
"service_name": "Batch"
},
"azure-cognitiveservices": {
"category": "Dataplane",
"category": "Client",
"service_name": "Cognitiveservices"
},
"azure-graph": {
"category": "Dataplane",
"category": "Client",
"service_name": "Graph Management"
},
"azure-keyvault": {
"category": "Dataplane",
"category": "Client",
"service_name": "Keyvault"
},
"azure-monitor": {
"category": "Dataplane",
"category": "Client",
"service_name": "Monitor"
},
"azure-servicefabric": {
"category": "Dataplane",
"category": "Client",
"service_name": "Service Fabric"
}
}

0 comments on commit 5d737ea

Please sign in to comment.