Skip to content

Commit

Permalink
Correct bug link re: multi (Azure#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
brodyberg authored and amarzavery committed Apr 13, 2016
1 parent 56a20fa commit 296bb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoRest/Modelers/Swagger/CollectionFormatBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ private static void AddCollectionFormat(SwaggerParameter swaggerParameter, Strin
break;

case CollectionFormat.Multi:
// TODO multi is not supported yet: http://vstfrd:8080/Azure/RD/_workitems/edit/3172867
// TODO multi is not supported yet: https://github.com/Azure/autorest/issues/717
throw new NotSupportedException(string.Format(CultureInfo.InvariantCulture,
Resources.MultiCollectionFormatNotSupported,
swaggerParameter.Name));
Expand Down

0 comments on commit 296bb25

Please sign in to comment.