Skip to content

Commit d107b82

Browse files
Fixup broken links and update codeowners file (#21922)
1 parent 8734ba0 commit d107b82

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,14 @@
125125
/sdk/tables/ @annatisch @YalinLi0312
126126

127127
# PRLabel: %Media
128-
/sdk/media/ @naiteeks @bennage @giakas
128+
/sdk/media/ @naiteeks @giakas
129129

130130
# PRLabel: %Container Registry
131131
/sdk/containerregistry/ @YalinLi0312
132132

133+
# PRLabel: %VideoAnalyzer
134+
/sdk/videoanalyzer/ @hivyas
135+
133136
# Smoke Tests
134137
/common/smoketest/ @lmazuel @chlowell @annatisch @rakshith91 @shurd @southpolesteve
135138

doc/dev/private_package/get_private_package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Make sure your target tag is defined in `readme.md` and **default tag is same wi
1414

1515
If there is no `Python multi-api` in `readme.python.md`(i.e. [datadog](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/datadog/resource-manager/readme.python.md)), skip this step.
1616

17-
If there is `Python multi-api` in `readme.python.md` (i.e. [network](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/network/resource-manager/readme.python.md#python-multi-api)), you need additional configuration: [Python Multiapi Configuration](python_multiapi_configuration.md)
17+
If there is `Python multi-api` in `readme.python.md` (i.e. [network](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/network/resource-manager/readme.python.md#python-multi-api)), you need additional configuration: [Python Multiapi Configuration](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/private_package/python_multiapi_configuration.md)
1818

1919
## 3.Trigger pipeline
2020

eng/ignore-links.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ https://pypi.org/project/azure-digitaltwins-core
44
https://docs.microsoft.com/azure/digital-twins/how-to-query-graph#query-limitations
55
https://docs.microsoft.com/samples/azure-samples/azure-samples-python-management/{{package_doc_id}}
66
https://pypi.org/project/azure-messaging-webpubsubservice/
7+
https://github.com/Azure/azure-rest-api-specs-pr

sdk/media/azure-media-analytics-edge/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ additional questions or comments.
143143

144144
[package]: https://pypi.org/project/azure-media-analytics-edge/
145145
[source]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/media
146-
[samples]: https://github.com/Azure-Samples/live-video-analytics-iot-edge-python
146+
[samples]: https://github.com/Azure-Samples/video-analyzer-iot-edge-python
147147

148148
[doc_direct_methods]: https://docs.microsoft.com/azure/media-services/live-video-analytics-edge/direct-methods
149149
[doc_media_graph]: https://docs.microsoft.com/azure/media-services/live-video-analytics-edge/media-graph-concept#media-graph-topologies-and-instances
150-
[doc_product]: https://docs.microsoft.com/azure/media-services/live-video-analytics-edge/
150+
[doc_product]: https://docs.microsoft.com/azure/azure-video-analyzer/video-analyzer-docs/overview
151151

152152
[iot-device-sdk]: https://pypi.org/project/azure-iot-device/
153153
[iot-hub-sdk]: https://pypi.org/project/azure-iot-hub/

sdk/videoanalyzer/azure-media-videoanalyzer-edge/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ additional questions or comments.
144144
[doc_pipelines]: https://go.microsoft.com/fwlink/?linkid=2162396
145145
[package]: https://aka.ms/ava/sdk/client/python
146146
[source]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/videoanalyzer
147-
[samples]: https://github.com/Azure-Samples/live-video-analytics-iot-edge-python
147+
[samples]: https://github.com/Azure-Samples/video-analyzer-iot-edge-python
148148
[doc_product]: https://go.microsoft.com/fwlink/?linkid=2162396
149149
[doc_direct_methods]: https://go.microsoft.com/fwlink/?linkid=2162396
150150
[iot-device-sdk]: https://pypi.org/project/azure-iot-device/

0 commit comments

Comments
 (0)