@azure-tools/typespec-azure-resource-manager 0.45.0-dev.1 → 0.45.0-dev.2

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.
@@ -689,7 +689,7 @@ op checkLocalNameAvailability<
689
689
  Response extends TypeSpec.Reflection.Model = CheckNameAvailabilityResponse,
690
690
  AdditionalParams extends TypeSpec.Reflection.Model = {}
691
691
  > is checkNameAvailability<
692
- SubscriptionIdParameter & DefaultProviderNamespace & LocationParameter,
692
+ SubscriptionIdParameter & DefaultProviderNamespace & LocationResourceParameter,
693
693
  Request,
694
694
  Response,
695
695
  AdditionalParams
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-resource-manager",
3
- "version": "0.45.0-dev.1",
3
+ "version": "0.45.0-dev.2",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Resource Manager library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",