@azure-tools/typespec-azure-resource-manager 0.36.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.
Files changed (2) hide show
  1. package/lib/operations.tsp +2 -0
  2. package/package.json +20 -19
@@ -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.36.0",
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",
@@ -38,28 +38,28 @@
38
38
  "!dist/test/**"
39
39
  ],
40
40
  "peerDependencies": {
41
- "@typespec/compiler": "~0.50.0",
42
- "@azure-tools/typespec-azure-core": "~0.36.0",
43
- "@azure-tools/typespec-autorest": "~0.36.0",
44
- "@typespec/openapi": "~0.50.0",
45
- "@typespec/rest": "~0.50.0",
46
- "@typespec/http": "~0.50.0",
47
- "@typespec/versioning": "~0.50.0"
41
+ "@typespec/compiler": "~0.50.0 || >=0.51.0-dev <0.51.0",
42
+ "@azure-tools/typespec-azure-core": "~0.36.0 || >=0.37.0-dev <0.37.0",
43
+ "@azure-tools/typespec-autorest": "~0.36.0 || >=0.37.0-dev <0.37.0",
44
+ "@typespec/openapi": "~0.50.0 || >=0.51.0-dev <0.51.0",
45
+ "@typespec/rest": "~0.50.0 || >=0.51.0-dev <0.51.0",
46
+ "@typespec/http": "~0.50.0 || >=0.51.0-dev <0.51.0",
47
+ "@typespec/versioning": "~0.50.0 || >=0.51.0-dev <0.51.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@typespec/compiler": "~0.50.0",
51
- "@typespec/openapi": "~0.50.0",
52
- "@azure-tools/typespec-azure-core": "~0.36.0",
53
- "@azure-tools/typespec-autorest": "~0.36.0",
54
- "@typespec/rest": "~0.50.0",
55
- "@typespec/http": "~0.50.0",
56
- "@typespec/versioning": "~0.50.0",
50
+ "@typespec/compiler": "~0.50.0 || >=0.51.0-dev <0.51.0",
51
+ "@typespec/openapi": "~0.50.0 || >=0.51.0-dev <0.51.0",
52
+ "@azure-tools/typespec-azure-core": "~0.36.0 || >=0.37.0-dev <0.37.0",
53
+ "@azure-tools/typespec-autorest": "~0.36.0 || >=0.37.0-dev <0.37.0",
54
+ "@typespec/rest": "~0.50.0 || >=0.51.0-dev <0.51.0",
55
+ "@typespec/http": "~0.50.0 || >=0.51.0-dev <0.51.0",
56
+ "@typespec/versioning": "~0.50.0 || >=0.51.0-dev <0.51.0",
57
57
  "@types/mocha": "~10.0.1",
58
58
  "@types/node": "~18.11.9",
59
- "@typespec/eslint-config-typespec": "~0.50.0",
60
- "@typespec/library-linter": "~0.50.0",
61
- "@typespec/eslint-plugin": "~0.50.0",
62
- "@typespec/tspd": "~0.46.0",
59
+ "@typespec/eslint-config-typespec": "~0.50.0 || >=0.51.0-dev <0.51.0",
60
+ "@typespec/library-linter": "~0.50.0 || >=0.51.0-dev <0.51.0",
61
+ "@typespec/eslint-plugin": "~0.50.0 || >=0.51.0-dev <0.51.0",
62
+ "@typespec/tspd": "~0.46.0 || >=0.47.0-dev <0.47.0",
63
63
  "eslint": "^8.49.0",
64
64
  "mocha": "~10.2.0",
65
65
  "mocha-junit-reporter": "~2.2.1",
@@ -68,6 +68,7 @@
68
68
  "rimraf": "~5.0.1",
69
69
  "typescript": "~5.2.2"
70
70
  },
71
+ "dependencies": {},
71
72
  "scripts": {
72
73
  "clean": "rimraf ./dist ./temp",
73
74
  "build": "tsc -p . && npm run lint-typespec-library",