@azure-tools/typespec-azure-resource-manager 0.36.0-dev.4 → 0.36.0-dev.5

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.
@@ -436,15 +436,15 @@ op ArmResourceActionNoContentSync<
436
436
  * Adds check global name availability operation, normally used if
437
437
  * a resource name must be globally unique (for example, if the resource
438
438
  * exposes and endpoint that uses the resource name in the url)
439
- * @template TRequest the availability request, defaults to the standard request, contsining name and tesource type
439
+ * @template TRequest the availability request, defaults to the standard request, containing name and resource type
440
440
  * @template TResponse the availability response, default to the standard response
441
- * @template TAdditionalParams A model specifying additiional non-path parameters to the availability request
441
+ * @template TAdditionalParams A model specifying additional non-path parameters to the availability request
442
442
  */
443
- alias checkGlobalNameAvailability<
443
+ op checkGlobalNameAvailability<
444
444
  TRequest extends TypeSpec.Reflection.Model = Azure.ResourceManager.Foundations.CheckNameAvailabilityRequest,
445
445
  TResponse extends TypeSpec.Reflection.Model = CheckNameAvailabilityResponse,
446
446
  TAdditionalParams extends TypeSpec.Reflection.Model = {}
447
- > = checkNameAvailability<
447
+ > is checkNameAvailability<
448
448
  SubscriptionIdParameter & DefaultProviderNamespace,
449
449
  TRequest,
450
450
  TResponse,
@@ -455,15 +455,15 @@ alias checkGlobalNameAvailability<
455
455
  * Adds check location-specific name availability operation, normally used if
456
456
  * a resource name must be globally unique (for example, if the resource
457
457
  * exposes and endpoint that uses the resource name in the url)
458
- * @template TRequest the availability request, defaults to the standard request, contsining name and tesource type
458
+ * @template TRequest the availability request, defaults to the standard request, containing name and resource type
459
459
  * @template TResponse the availability response, default to the standard response
460
- * @template TAdditionalParams A model specifying additiional non-path parameters to the availability request
460
+ * @template TAdditionalParams A model specifying additional non-path parameters to the availability request
461
461
  */
462
- alias checkLocalNameAvailability<
462
+ op checkLocalNameAvailability<
463
463
  TRequest extends TypeSpec.Reflection.Model = Azure.ResourceManager.Foundations.CheckNameAvailabilityRequest,
464
464
  TResponse extends TypeSpec.Reflection.Model = CheckNameAvailabilityResponse,
465
465
  TAdditionalParams extends TypeSpec.Reflection.Model = {}
466
- > = checkNameAvailability<
466
+ > is checkNameAvailability<
467
467
  SubscriptionIdParameter & DefaultProviderNamespace & LocationParameter,
468
468
  TRequest,
469
469
  TResponse,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-resource-manager",
3
- "version": "0.36.0-dev.4",
3
+ "version": "0.36.0-dev.5",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Resource Manager library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",