Skip to content

Commit 8fede70

Browse files
authored
Enhance OData deprecation error message (#8242)
* Enhance OData deprecation error message Progress on NuGet/Engineering#3428
1 parent b554e47 commit 8fede70

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/NuGetGallery/Strings.Designer.cs

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/NuGetGallery/Strings.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,10 +1179,10 @@ The {1} Team</value>
11791179
<value>the name of &lt;readme&gt; element is case sensitive, must use the &lt;readme&gt;</value>
11801180
</data>
11811181
<data name="ODataDisabled" xml:space="preserve">
1182-
<value>This OData endpoint is disabled.</value>
1182+
<value>This OData endpoint has been disabled. Please refer to the following URL for more information about this deprecation: https://aka.ms/nuget/odata-deprecation</value>
11831183
</data>
11841184
<data name="ODataParametersDisabled" xml:space="preserve">
1185-
<value>The combination of parameters provided to this OData endpoint is not supported.</value>
1185+
<value>The combination of parameters provided to this OData endpoint is no longer supported. Please refer to the following URL for more information about this deprecation: https://aka.ms/nuget/odata-deprecation</value>
11861186
</data>
11871187
<data name="ReadmeNotEditableWithEmbeddedReadme" xml:space="preserve">
11881188
<value>The readme is not editable with the package has the embedded readme</value>

0 commit comments

Comments
 (0)