@azure-tools/typespec-azure-resource-manager 0.37.0-dev.0 → 0.37.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/operations.tsp +2 -0
- package/package.json +1 -1
package/lib/operations.tsp
CHANGED
|
@@ -440,6 +440,7 @@ op ArmResourceActionNoContentSync<
|
|
|
440
440
|
* @template TResponse the availability response, default to the standard response
|
|
441
441
|
* @template TAdditionalParams A model specifying additional non-path parameters to the availability request
|
|
442
442
|
*/
|
|
443
|
+
@doc("Implements global CheckNameAvailability operations")
|
|
443
444
|
op checkGlobalNameAvailability<
|
|
444
445
|
TRequest extends TypeSpec.Reflection.Model = Azure.ResourceManager.Foundations.CheckNameAvailabilityRequest,
|
|
445
446
|
TResponse extends TypeSpec.Reflection.Model = CheckNameAvailabilityResponse,
|
|
@@ -459,6 +460,7 @@ op checkGlobalNameAvailability<
|
|
|
459
460
|
* @template TResponse the availability response, default to the standard response
|
|
460
461
|
* @template TAdditionalParams A model specifying additional non-path parameters to the availability request
|
|
461
462
|
*/
|
|
463
|
+
@doc("Implements local CheckNameAvailability operations")
|
|
462
464
|
op checkLocalNameAvailability<
|
|
463
465
|
TRequest extends TypeSpec.Reflection.Model = Azure.ResourceManager.Foundations.CheckNameAvailabilityRequest,
|
|
464
466
|
TResponse extends TypeSpec.Reflection.Model = CheckNameAvailabilityResponse,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-azure-resource-manager",
|
|
3
|
-
"version": "0.37.0-dev.
|
|
3
|
+
"version": "0.37.0-dev.1",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec Azure Resource Manager library",
|
|
6
6
|
"homepage": "https://azure.github.io/typespec-azure",
|