Skip to content

Commit ef1681b

Browse files
tombuildsstuffaviyerMSFT
authored andcommitted
media: fixing the Swagger Tag for consistency (Azure#21581)
The other Swagger Tags for this Operation are `StreamingEndpoints`, this is a typo for the Update operation and should be consistent
1 parent 9422f84 commit ef1681b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

specification/mediaservices/resource-manager/Microsoft.Media/Streaming/stable/2020-05-01/streamingservice.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@
863863
},
864864
"patch": {
865865
"tags": [
866-
"StreamingEndpoint"
866+
"StreamingEndpoints"
867867
],
868868
"summary": "Update StreamingEndpoint",
869869
"description": "Updates a existing streaming endpoint.",

specification/mediaservices/resource-manager/Microsoft.Media/Streaming/stable/2021-06-01/streamingservice.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@
854854
},
855855
"patch": {
856856
"tags": [
857-
"StreamingEndpoint"
857+
"StreamingEndpoints"
858858
],
859859
"summary": "Update StreamingEndpoint",
860860
"description": "Updates a existing streaming endpoint.",

specification/mediaservices/resource-manager/Microsoft.Media/Streaming/stable/2021-11-01/streamingservice.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@
854854
},
855855
"patch": {
856856
"tags": [
857-
"StreamingEndpoint"
857+
"StreamingEndpoints"
858858
],
859859
"summary": "Update StreamingEndpoint",
860860
"description": "Updates a existing streaming endpoint.",

specification/mediaservices/resource-manager/Microsoft.Media/Streaming/stable/2022-08-01/streamingservice.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@
10531053
},
10541054
"patch": {
10551055
"tags": [
1056-
"StreamingEndpoint"
1056+
"StreamingEndpoints"
10571057
],
10581058
"summary": "Update StreamingEndpoint",
10591059
"description": "Updates a existing streaming endpoint.",

0 commit comments

Comments
 (0)