-
Notifications
You must be signed in to change notification settings - Fork 5k
Expand file tree
/
Copy pathservices.kt
More file actions
137 lines (137 loc) · 5.44 KB
/
services.kt
File metadata and controls
137 lines (137 loc) · 5.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// NOTE: this is Generated from the Service Definitions - manual changes will be lost
// to re-generate this file, run 'make generate' in the root of the repository
var services = mapOf(
"aadb2c" to "AAD B2C",
"apimanagement" to "API Management",
"advisor" to "Advisor",
"analysisservices" to "Analysis Services",
"appconfiguration" to "App Configuration",
"appservice" to "AppService",
"applicationinsights" to "Application Insights",
"arcresourcebridge" to "Arc Resource Bridge",
"arckubernetes" to "ArcKubernetes",
"attestation" to "Attestation",
"authorization" to "Authorization",
"automanage" to "Automanage",
"automation" to "Automation",
"azurestackhci" to "Azure Stack HCI",
"batch" to "Batch",
"billing" to "Billing",
"blueprints" to "Blueprints",
"bot" to "Bot",
"cdn" to "CDN",
"chaosstudio" to "ChaosStudio",
"cognitive" to "Cognitive Services",
"communication" to "Communication",
"compute" to "Compute",
"confidentialledger" to "Confidential Ledger",
"connections" to "Connections",
"consumption" to "Consumption",
"containerapps" to "Container Apps",
"containers" to "Container Services",
"cosmos" to "CosmosDB",
"costmanagement" to "Cost Management",
"customproviders" to "Custom Providers",
"dns" to "DNS",
"dashboard" to "Dashboard",
"datafactory" to "Data Factory",
"datashare" to "Data Share",
"databricks" to "DataBricks",
"dataprotection" to "DataProtection",
"databasemigration" to "Database Migration",
"databoxedge" to "Databox Edge",
"datadog" to "Datadog",
"desktopvirtualization" to "Desktop Virtualization",
"devcenter" to "Dev Center",
"devtestlabs" to "Dev Test",
"deviceregistry" to "Device Registry",
"digitaltwins" to "Digital Twins",
"domainservices" to "DomainServices",
"dynatrace" to "Dynatrace",
"elastic" to "Elastic",
"elasticsan" to "ElasticSan",
"eventgrid" to "EventGrid",
"eventhub" to "EventHub",
"extendedlocation" to "ExtendedLocation",
"fabric" to "Fabric",
"firewall" to "Firewall",
"fluidrelay" to "Fluid Relay",
"frontdoor" to "FrontDoor",
"graphservices" to "Graph Services",
"hdinsight" to "HDInsight",
"hsm" to "Hardware Security Module",
"healthcare" to "Health Care",
"hybridcompute" to "Hybrid Compute",
"iotcentral" to "IoT Central",
"iothub" to "IoT Hub",
"keyvault" to "KeyVault",
"kusto" to "Kusto",
"legacy" to "Legacy",
"lighthouse" to "Lighthouse",
"loadbalancer" to "Load Balancer",
"loadtestservice" to "LoadTestService",
"loganalytics" to "Log Analytics",
"logic" to "Logic",
"machinelearning" to "Machine Learning",
"maintenance" to "Maintenance",
"managedapplications" to "Managed Applications",
"managedhsm" to "Managed HSM",
"managedidentity" to "ManagedIdentity",
"managementgroup" to "Management Group",
"maps" to "Maps",
"mssql" to "Microsoft SQL Server / Azure SQL",
"mssqlmanagedinstance" to "Microsoft SQL Server Managed Instances",
"mixedreality" to "Mixed Reality",
"mobilenetwork" to "Mobile Network",
"mongocluster" to "Mongo Cluster",
"monitor" to "Monitor",
"mysql" to "MySQL",
"netapp" to "NetApp",
"network" to "Network",
"networkfunction" to "Network Function",
"newrelic" to "New Relic",
"nginx" to "Nginx",
"notificationhub" to "Notification Hub",
"oracle" to "Oracle",
"orbital" to "Orbital",
"paloalto" to "Palo Alto",
"policy" to "Policy",
"portal" to "Portal",
"postgres" to "PostgreSQL",
"powerbi" to "PowerBI",
"privatedns" to "Private DNS",
"privatednsresolver" to "Private DNS Resolver",
"purview" to "Purview",
"recoveryservices" to "Recovery Services",
"redhatopenshift" to "Red Hat OpenShift",
"redis" to "Redis",
"redisenterprise" to "Redis Enterprise",
"relay" to "Relay",
"resource" to "Resources",
"search" to "Search",
"securitycenter" to "Security Center",
"sentinel" to "Sentinel",
"servicefabric" to "Service Fabric",
"servicefabricmanaged" to "Service Fabric Managed Clusters",
"servicenetworking" to "Service Networking",
"servicebus" to "ServiceBus",
"serviceconnector" to "ServiceConnector",
"signalr" to "SignalR",
"springcloud" to "Spring Cloud",
"storage" to "Storage",
"storagecache" to "Storage Cache",
"storagemover" to "Storage Mover",
"streamanalytics" to "Stream Analytics",
"subscription" to "Subscription",
"synapse" to "Synapse",
"systemcentervirtualmachinemanager" to "System Center Virtual Machine Manager",
"trafficmanager" to "Traffic Manager",
"codesigning" to "Trusted Signing",
"vmware" to "VMware",
"videoindexer" to "VideoIndexer",
"voiceservices" to "Voice Services",
"web" to "Web",
"workloads" to "Workloads"
)