@azure-tools/typespec-azure-resource-manager 0.68.0 → 0.69.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.
@@ -9,7 +9,7 @@ using Azure.ResourceManager.Private;
9
9
 
10
10
  /**
11
11
  * List an extension resource at the given target scope
12
- * @template TargetResource The target to list at, e.g. Extension.Subscription or Extension>ManagementGroup or Extension.ResourceGroup
12
+ * @template TargetResource The target to list at, e.g. Extension.Subscription or Extension.ManagementGroup or Extension.ResourceGroup
13
13
  * @template ExtensionResource the resource being listed
14
14
  * @template Parameters Optional. Additional parameters after the path parameters
15
15
  * @template Response Optional. The success response for the list operation
@@ -144,7 +144,7 @@ op CreateOrUpdateAsync<
144
144
  * @template TargetResource the target resource, e.g. Extension.Subscription or Extension.ManagementGroup or Extension.ResourceGroup
145
145
  * @template ExtensionResource the resource being created or replaced
146
146
  * @template Parameters Optional. Additional parameters after the path parameters
147
- * @template Response Optional. The success response for the createOrUpdate operation
147
+ * @template Response Optional. The success response for the createOrReplace operation
148
148
  * @template Error Optional. The error response, if non-standard.
149
149
  * @template OverrideResourceName Optional. Allows overriding the resource name for this scope in generated clients.
150
150
  */
@@ -121,7 +121,7 @@ interface RoutedOperations<
121
121
 
122
122
  /**
123
123
  * A long-running resource Update (PATCH)
124
- * @template Resource the resource being created or updated
124
+ * @template Resource the resource being updated
125
125
  * @template PatchModel the PATCH request model
126
126
  * @template LroHeaders Optional. Allows overriding the lro headers returned on resource create
127
127
  * @template Parameters Optional. Additional parameters after the path parameters
@@ -9,7 +9,7 @@ namespace Azure.ResourceManager;
9
9
 
10
10
  /**
11
11
  * A resource list operation, at the subscription scope
12
- * @template Resource the resource being patched
12
+ * @template Resource the resource being listed
13
13
  * @template Parameters Optional. Additional parameters after the path parameters
14
14
  * @template Response Optional. The success response for the list operation
15
15
  * @template Error Optional. The error response, if non-standard.
@@ -58,7 +58,7 @@ op ArmListBySubscriptionScope<
58
58
 
59
59
  /**
60
60
  * A resource list operation, at the scope of the resource's parent
61
- * @template Resource the resource being patched
61
+ * @template Resource the resource being listed
62
62
  * @template BaseParameters Optional. Allows overriding the operation parameters
63
63
  * @template ParentName Optional. The name of the parent resource
64
64
  * @template ParentFriendlyName Optional. The friendly name of the parent resource
@@ -92,7 +92,7 @@ op ArmResourceListByParent<
92
92
 
93
93
  /**
94
94
  * A resource list operation, with scope determined by BaseParameters
95
- * @template Resource the resource being patched
95
+ * @template Resource the resource being listed
96
96
  * @template BaseParameters Optional. Allows overriding the operation parameters
97
97
  * @template Parameters Optional. Additional parameters after the path parameters
98
98
  * @template Response Optional. The success response for the list operation
@@ -276,7 +276,7 @@ op ArmResourceCreateOrUpdateSync<
276
276
  * @template Resource the resource being created or replaced
277
277
  * @template BaseParameters Optional. Allows overriding the operation parameters
278
278
  * @template Parameters Optional. Additional parameters after the path parameters
279
- * @template Response Optional. The success response for the createOrUpdate operation
279
+ * @template Response Optional. The success response for the createOrReplace operation
280
280
  * @template Error Optional. The error response, if non-standard.
281
281
  * @template Provider Optional. The provider namespace model for the resource.
282
282
  */
@@ -283,7 +283,7 @@ interface PrivateEndpoints<
283
283
  * @template OverrideResourceName Optional. The name of the private endpoint connection resource being operated on.
284
284
  */
285
285
  @autoRoute
286
- @doc("Update a {name PrivateEndpointConnection}", ParentResource)
286
+ @doc("Update a {name} PrivateEndpointConnection", ParentResource)
287
287
  @builtInResourceOperation(ParentResource, Resource, "update", OverrideResourceName)
288
288
  @Private.enforceConstraint(ParentResource, Foundations.Resource)
289
289
  @patch(#{ implicitOptionality: false })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-resource-manager",
3
- "version": "0.68.0",
3
+ "version": "0.69.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",
@@ -47,29 +47,29 @@
47
47
  "pluralize": "^8.0.0"
48
48
  },
49
49
  "peerDependencies": {
50
+ "@azure-tools/typespec-azure-core": "^0.68.0 || >=0.69.0-dev <0.69.0",
50
51
  "@typespec/compiler": "^1.12.0",
51
- "@azure-tools/typespec-azure-core": "^0.68.0",
52
- "@typespec/openapi": "^1.12.0",
53
52
  "@typespec/http": "^1.12.0",
54
- "@typespec/versioning": "^0.82.0",
55
- "@typespec/rest": "^0.82.0"
53
+ "@typespec/rest": "^0.82.0 || >=0.83.0-dev <0.83.0",
54
+ "@typespec/openapi": "^1.12.0",
55
+ "@typespec/versioning": "^0.82.0 || >=0.83.0-dev <0.83.0"
56
56
  },
57
57
  "devDependencies": {
58
+ "@azure-tools/typespec-azure-core": "^0.68.0 || >=0.69.0-dev <0.69.0",
58
59
  "@types/node": "^25.5.2",
59
60
  "@types/pluralize": "^0.0.33",
61
+ "@typespec/compiler": "^1.12.0",
62
+ "@typespec/http": "^1.12.0",
63
+ "@typespec/library-linter": "^0.82.0 || >=0.83.0-dev <0.83.0",
64
+ "@typespec/rest": "^0.82.0 || >=0.83.0-dev <0.83.0",
65
+ "@typespec/tspd": "^0.74.2 || >=0.75.0-dev <0.75.0",
66
+ "@typespec/versioning": "^0.82.0 || >=0.83.0-dev <0.83.0",
67
+ "@typespec/openapi": "^1.12.0",
60
68
  "@vitest/coverage-v8": "^4.1.3",
61
69
  "@vitest/ui": "^4.1.3",
62
70
  "rimraf": "^6.1.3",
63
71
  "typescript": "~6.0.2",
64
- "vitest": "^4.1.3",
65
- "@typespec/compiler": "^1.12.0",
66
- "@typespec/library-linter": "^0.82.0",
67
- "@typespec/http": "^1.12.0",
68
- "@azure-tools/typespec-azure-core": "^0.68.0",
69
- "@typespec/tspd": "^0.74.2",
70
- "@typespec/rest": "^0.82.0",
71
- "@typespec/versioning": "^0.82.0",
72
- "@typespec/openapi": "^1.12.0"
72
+ "vitest": "^4.1.3"
73
73
  },
74
74
  "scripts": {
75
75
  "clean": "rimraf ./dist ./temp",