Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions eng/docgeneration/service-mapper.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"apimanagement": "Api Management",
"appconfiguration": "App Configuration",
"applicationinsights": "Application Insights",
"appplatform": "App Platform",
"appservice": "App Service",
"authorization": "Authorization",
"automation": "Automation",
Expand All @@ -23,11 +24,14 @@
"core": "Core",
"cosmos": "Cosmos",
"cosmosdb": "Cosmos DB",
"costmanagement":"Cost Management",
"customer-insights": "Customer Insights",
"databox": "Data Box",
"databricks": "Databricks",
"datacatalog": "Data Catalog",
"datafactory": "Data Factory",
"datalakeanalytics":"Data Lake Analytics",
"datalakestore":"Data Lake Store",
"datamigration": "Database Migration",
"deploymentmanager": "Deployment Manager",
"deviceprovisioningservices": "Device Provisioning Services",
Expand Down Expand Up @@ -58,6 +62,7 @@
"machinelearningcompute": "Machine Learning Compute",
"machinelearningexperimentation": "Machine Learning Experimentation",
"machinelearningservices": "Machine Learning Services",
"maintenance": "Maintenance",
"managedapplications": "Managed Applications",
"managementgroups": "Management Groups",
"managementpartner": "Management Partner",
Expand All @@ -83,8 +88,8 @@
"powerbiembedded": "PowerBI Embedded",
"privatedns": "Private DNS",
"recoveryservices": "Recovery Services",
"recoveryservicesbackup": "Recovery Services Backup",
"recoveryservicessiterecovery": "Recovery Services Site Recovery",
"recoveryservices.backup": "Recovery Services Backup",
"recoveryservices.siterecovery": "Recovery Services Site Recovery",
"redis": "Redis",
"relay": "Relay",
"reservations": "Reservations",
Expand All @@ -102,6 +107,7 @@
"sql": "SQL",
"sqlvirtualmachine": "SQL Virtual Machine",
"storage": "Storage",
"storagecache": "Storage Cache",
"storageimportexport": "Storage Import Export",
"storagesync": "Storage Sync",
"storsimple1200series": "Storsimple 1200 Series",
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/docindex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
if ($mgmtArr.Count -gt 0)
{
Add-Content -Path "$($YmlPath)/$($Dir.Name).md" -Value "# Management Libraries"
foreach($lib in $clientArr)
foreach($lib in $mgmtArr)
{
Write-Output "Write $($lib) to $($Dir.Name).md"
Add-Content -Path "$($YmlPath)/$($Dir.Name).md" -Value "#### $lib"
Expand Down