You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/resourcemanager/README.md
+47-29Lines changed: 47 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ If you are an existing user of the older version of Azure management library for
23
23
24
24
### Include the package
25
25
26
+
For your convenience, we have provided a multi-service package that includes some of the most highly used Azure services. We recommend using this package when you are dealing with mutiple services.
@@ -33,6 +35,49 @@ If you are an existing user of the older version of Azure management library for
33
35
```
34
36
[//]: #({x-version-update-end})
35
37
38
+
The services available via `azure-resourcemanager` are listed as below:
39
+
40
+
<details>
41
+
<summary> List of services </summary>
42
+
43
+
- App Services
44
+
- Authorization
45
+
- CDN
46
+
- Compute
47
+
- Container Instance
48
+
- Container Registry
49
+
- Container Services (AKS)
50
+
- Cosmos DB
51
+
- DNS
52
+
- Event Hubs
53
+
- Insight (Monitor)
54
+
- Key Vault
55
+
- Managed Identity
56
+
- Network
57
+
- Private DNS
58
+
- Redis
59
+
- Resources
60
+
- Service Bus
61
+
- Spring Cloud
62
+
- SQL
63
+
- Storage
64
+
- Traffic Manager
65
+
</details>
66
+
67
+
In the case where you are interested in certain service above or the service not included in the multi-service package, you can choose to use the single-service package for each service. Those packages follow the same naming patterns and design principals. For example, the package for Media Services has the following artifact information.
0 commit comments