You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Controllers/ResourceNamingRequestsController.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ public async Task<IActionResult> RequestName([FromBody] ResourceNameRequest requ
83
83
84
84
// POST api/<ResourceNamingRequestsController>
85
85
/// <summary>
86
-
/// This function will validate the name for the specified resource type.
86
+
/// This function will validate the name for the specified resource type. NOTE: This function does not validate using the tool configuration, only the regex for the specified resource type. Use the RequestName function to validate using the tool configuration.
87
87
/// </summary>
88
88
/// <param name="validateNameRequest">ValidateNameRequest (json) - Validate Name Request data</param>
89
89
/// <returns>ValidateNameResponse - Name validation response</returns>
0 commit comments