forked from hashicorp/terraform-provider-azurerm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.kt
More file actions
107 lines (107 loc) · 4.1 KB
/
services.kt
File metadata and controls
107 lines (107 loc) · 4.1 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
// 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",
"attestation" to "Attestation",
"authorization" to "Authorization",
"automation" to "Automation",
"azurestackhci" to "Azure Stack HCI",
"batch" to "Batch",
"billing" to "Billing",
"blueprints" to "Blueprints",
"bot" to "Bot",
"cdn" to "CDN",
"cognitive" to "Cognitive Services",
"communication" to "Communication",
"compute" to "Compute",
"confidentialledger" to "Confidential Ledger",
"connections" to "Connections",
"consumption" to "Consumption",
"containers" to "Container Services",
"cosmos" to "CosmosDB",
"costmanagement" to "Cost Management",
"customproviders" to "Custom Providers",
"dns" to "DNS",
"datafactory" to "Data Factory",
"datashare" to "Data Share",
"databricks" to "DataBricks",
"dataprotection" to "DataProtection",
"databasemigration" to "Database Migration",
"databoxedge" to "Databox Edge",
"desktopvirtualization" to "Desktop Virtualization",
"devtestlabs" to "Dev Test",
"digitaltwins" to "Digital Twins",
"disks" to "Disks",
"domainservices" to "DomainServices",
"elastic" to "Elastic",
"eventgrid" to "EventGrid",
"eventhub" to "EventHub",
"firewall" to "Firewall",
"frontdoor" to "FrontDoor",
"hdinsight" to "HDInsight",
"hpccache" to "HPC Cache",
"hsm" to "Hardware Security Module",
"healthcare" to "Health Care",
"iotcentral" to "IoT Central",
"iothub" to "IoT Hub",
"keyvault" to "KeyVault",
"kusto" to "Kusto",
"legacy" to "Legacy",
"lighthouse" to "Lighthouse",
"loadbalancer" to "Load Balancer",
"loadtest" to "Load Test",
"loganalytics" to "Log Analytics",
"logic" to "Logic",
"logz" to "Logz",
"machinelearning" to "Machine Learning",
"maintenance" to "Maintenance",
"managedapplications" to "Managed Applications",
"msi" to "Managed Service Identities",
"managementgroup" to "Management Group",
"maps" to "Maps",
"mariadb" to "MariaDB",
"media" to "Media",
"mssql" to "Microsoft SQL Server / Azure SQL",
"mixedreality" to "Mixed Reality",
"monitor" to "Monitor",
"mysql" to "MySQL",
"netapp" to "NetApp",
"network" to "Network",
"notificationhub" to "Notification Hub",
"policy" to "Policy",
"portal" to "Portal",
"postgres" to "PostgreSQL",
"powerbi" to "PowerBI",
"privatedns" to "Private DNS",
"purview" to "Purview",
"recoveryservices" to "Recovery Services",
"redis" to "Redis",
"redisenterprise" to "Redis Enterprise",
"relay" to "Relay",
"resource" to "Resources",
"sql" to "SQL",
"search" to "Search",
"securitycenter" to "Security Center",
"sentinel" to "Sentinel",
"servicefabric" to "Service Fabric",
"servicefabricmanaged" to "Service Fabric Managed Clusters",
"servicebus" to "ServiceBus",
"serviceconnector" to "ServiceConnector",
"signalr" to "SignalR",
"springcloud" to "Spring Cloud",
"storage" to "Storage",
"streamanalytics" to "Stream Analytics",
"subscription" to "Subscription",
"synapse" to "Synapse",
"iottimeseriesinsights" to "Time Series Insights",
"trafficmanager" to "Traffic Manager",
"vmware" to "VMware",
"videoanalyzer" to "Video Analyzer",
"web" to "Web"
)