@azure-tools/typespec-azure-resource-manager 0.71.0-dev.2 → 0.71.0-dev.3

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/README.md CHANGED
@@ -704,7 +704,7 @@ model ContosoApplianceProperties is AgentPropertiesAppliance<ContosoApplianceDef
704
704
 
705
705
  // The @azureBaseType decorator marks the resource as conforming to the Agent base type.
706
706
  // (The Agent template applies this automatically, but it can also be applied directly.)
707
- @azureBaseType(#{ baseType: BaseType.Agent, version: "2024-06-01" })
707
+ @azureBaseType(#{ baseType: BaseType.Agent, version: "2026-04-01" })
708
708
  model ContosoApplianceAgent is TrackedResource<ContosoApplianceProperties> {
709
709
  ...ResourceNameParameter<ContosoApplianceAgent>;
710
710
  }
@@ -22,7 +22,7 @@ export interface BaseTypeInfo {
22
22
  *
23
23
  * // The @azureBaseType decorator marks the resource as conforming to the Agent base type.
24
24
  * // (The Agent template applies this automatically, but it can also be applied directly.)
25
- * @azureBaseType(#{ baseType: BaseType.Agent, version: "2024-06-01" })
25
+ * @azureBaseType(#{ baseType: BaseType.Agent, version: "2026-04-01" })
26
26
  * model ContosoApplianceAgent is TrackedResource<ContosoApplianceProperties> {
27
27
  * ...ResourceNameParameter<ContosoApplianceAgent>;
28
28
  * }
@@ -399,7 +399,7 @@ model ResponseInstructionsProperty {
399
399
  * Applies the Agent base type decorator automatically.
400
400
  * @template Properties RP-specific properties for the agent (must extend AgentProperties)
401
401
  */
402
- @azureBaseType(#{ baseType: BaseType.Agent, version: "2024-06-01" })
402
+ @azureBaseType(#{ baseType: BaseType.Agent, version: "2026-04-01" })
403
403
  model Agent<Properties extends AgentProperties> is TrackedResource<Properties>;
404
404
 
405
405
  /**
@@ -51,7 +51,7 @@ model BaseTypeInfo {
51
51
  *
52
52
  * // The @azureBaseType decorator marks the resource as conforming to the Agent base type.
53
53
  * // (The Agent template applies this automatically, but it can also be applied directly.)
54
- * @azureBaseType(#{ baseType: BaseType.Agent, version: "2024-06-01" })
54
+ * @azureBaseType(#{ baseType: BaseType.Agent, version: "2026-04-01" })
55
55
  * model ContosoApplianceAgent is TrackedResource<ContosoApplianceProperties> {
56
56
  * ...ResourceNameParameter<ContosoApplianceAgent>;
57
57
  * }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-resource-manager",
3
- "version": "0.71.0-dev.2",
3
+ "version": "0.71.0-dev.3",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Resource Manager library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",