Skip to content

Commit 3e85df0

Browse files
authored
remove mediaservices from readme (#45859)
1 parent fd15a6f commit 3e85df0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk/resourcemanager/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ The services available via `azure-resourcemanager` are listed as below:
7575

7676
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.
7777

78-
[//]: # ({x-version-update-start;com.azure.resourcemanager:azure-resourcemanager-mediaservices;dependency})
78+
[//]: # ({x-version-update-start;com.azure.resourcemanager:azure-resourcemanager-resourcegraph;dependency})
7979
```xml
8080
<dependency>
8181
<groupId>com.azure.resourcemanager</groupId>
82-
<artifactId>azure-resourcemanager-mediaservices</artifactId>
83-
<version>2.4.0</version>
82+
<artifactId>azure-resourcemanager-resourcegraph</artifactId>
83+
<version>1.1.0</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-resourcegraph;dependency} -->
8484
</dependency>
8585
```
8686
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)