@azure-tools/typespec-azure-resource-manager 0.32.0-dev.10 → 0.32.0-dev.11
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/arm.foundations.tsp +0 -1
- package/lib/operations.tsp +7 -2
- package/package.json +1 -1
package/lib/arm.foundations.tsp
CHANGED
package/lib/operations.tsp
CHANGED
|
@@ -373,7 +373,12 @@ alias checkGlobalNameAvailability<
|
|
|
373
373
|
TRequest extends TypeSpec.Reflection.Model = Azure.ResourceManager.Foundations.CheckNameAvailabilityRequest,
|
|
374
374
|
TResponse extends TypeSpec.Reflection.Model = CheckNameAvailabilityResponse,
|
|
375
375
|
TAdditionalParams extends TypeSpec.Reflection.Model = {}
|
|
376
|
-
> = checkNameAvailability<
|
|
376
|
+
> = checkNameAvailability<
|
|
377
|
+
SubscriptionIdParameter & DefaultProviderNamespace,
|
|
378
|
+
TRequest,
|
|
379
|
+
TResponse,
|
|
380
|
+
TAdditionalParams
|
|
381
|
+
>;
|
|
377
382
|
|
|
378
383
|
/**
|
|
379
384
|
* Adds check location-specific name availability operation, normally used if
|
|
@@ -388,7 +393,7 @@ alias checkLocalNameAvailability<
|
|
|
388
393
|
TResponse extends TypeSpec.Reflection.Model = CheckNameAvailabilityResponse,
|
|
389
394
|
TAdditionalParams extends TypeSpec.Reflection.Model = {}
|
|
390
395
|
> = checkNameAvailability<
|
|
391
|
-
SubscriptionIdParameter & LocationParameter,
|
|
396
|
+
SubscriptionIdParameter & DefaultProviderNamespace & LocationParameter,
|
|
392
397
|
TRequest,
|
|
393
398
|
TResponse,
|
|
394
399
|
TAdditionalParams
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-azure-resource-manager",
|
|
3
|
-
"version": "0.32.0-dev.
|
|
3
|
+
"version": "0.32.0-dev.11",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec Azure Resource Manager library",
|
|
6
6
|
"homepage": "https://azure.github.io/typespec-azure",
|