@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20260706.5 → 1.0.0-alpha.20260708.4

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.
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator.Management/1.0.0-alpha.20260706.5": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20260708.4": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.60.0",
12
12
  "Azure.Generator": "1.0.0-alpha.20260701.4",
@@ -729,7 +729,7 @@
729
729
  }
730
730
  },
731
731
  "libraries": {
732
- "Azure.Generator.Management/1.0.0-alpha.20260706.5": {
732
+ "Azure.Generator.Management/1.0.0-alpha.20260708.4": {
733
733
  "type": "project",
734
734
  "serviceable": false,
735
735
  "sha512": ""
@@ -345,6 +345,9 @@
345
345
  <member name="P:Azure.Generator.Management.Models.RequestPathPattern.SerializedPath">
346
346
  <summary> Gets the serialized string representation of this request path. </summary>
347
347
  </member>
348
+ <member name="P:Azure.Generator.Management.Models.RequestPathPattern.ResourceType">
349
+ <summary> Gets the ARM resource type represented by this request path. </summary>
350
+ </member>
348
351
  <member name="P:Azure.Generator.Management.Models.RequestPathPattern.Item(System.Int32)">
349
352
  <summary> Gets the <see cref="T:Azure.Generator.Management.Models.RequestPathSegment"/> at the specified index. </summary>
350
353
  <param name="index">The zero-based index of the segment to get.</param>
@@ -511,7 +514,7 @@
511
514
  <param name="ApiVersions"> The API versions that this resource is available in. </param>
512
515
  <param name="RbacRoles"> The RBAC roles defined for this resource. </param>
513
516
  </member>
514
- <member name="M:Azure.Generator.Management.Models.ArmResourceMetadata.#ctor(Azure.Generator.Management.Models.RequestPathPattern,System.String,System.String,Microsoft.TypeSpec.Generator.Input.InputModelType,Azure.Generator.Management.Models.ArmScopeInfo,System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.ResourceMethod},System.String,Azure.Generator.Management.Models.RequestPathPattern,System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.RequestPathPattern},Azure.Generator.Management.Models.ArmResourceNameConstraints,System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.ArmResourceRbacRole})">
517
+ <member name="M:Azure.Generator.Management.Models.ArmResourceMetadata.#ctor(Azure.Generator.Management.Models.RequestPathPattern,System.String,Azure.Generator.Management.Models.ResourceTypePattern,Microsoft.TypeSpec.Generator.Input.InputModelType,Azure.Generator.Management.Models.ArmScopeInfo,System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.ResourceMethod},System.String,Azure.Generator.Management.Models.RequestPathPattern,System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.RequestPathPattern},Azure.Generator.Management.Models.ArmResourceNameConstraints,System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.ArmResourceRbacRole})">
515
518
  <summary> Represents the metadata for an ARM resource, including its identity, scope, methods, and hierarchy. </summary>
516
519
  <param name="ResourceIdPattern"> The ARM resource ID pattern. </param>
517
520
  <param name="ResourceName"> The resource name. </param>
@@ -742,6 +745,43 @@
742
745
  <member name="F:Azure.Generator.Management.Models.ResourceScope.Extension">
743
746
  <summary> Extension resource scope. </summary>
744
747
  </member>
748
+ <member name="T:Azure.Generator.Management.Models.ResourceTypePattern">
749
+ <summary> Represents an ARM resource type pattern split into provider namespace and resource type segments. </summary>
750
+ </member>
751
+ <member name="M:Azure.Generator.Management.Models.ResourceTypePattern.#ctor(System.String)">
752
+ <summary> Initializes a new instance of <see cref="T:Azure.Generator.Management.Models.ResourceTypePattern"/> from a serialized resource type. </summary>
753
+ <param name="resourceType">The serialized ARM resource type.</param>
754
+ </member>
755
+ <member name="M:Azure.Generator.Management.Models.ResourceTypePattern.#ctor(System.Collections.Generic.IEnumerable{Azure.Generator.Management.Models.RequestPathSegment})">
756
+ <summary> Initializes a new instance of <see cref="T:Azure.Generator.Management.Models.ResourceTypePattern"/> from resource type segments. </summary>
757
+ <param name="segments">The segments that compose the resource type.</param>
758
+ </member>
759
+ <member name="P:Azure.Generator.Management.Models.ResourceTypePattern.Count">
760
+ <inheritdoc />
761
+ </member>
762
+ <member name="P:Azure.Generator.Management.Models.ResourceTypePattern.SerializedResourceType">
763
+ <summary> Gets the serialized ARM resource type. </summary>
764
+ </member>
765
+ <member name="P:Azure.Generator.Management.Models.ResourceTypePattern.Item(System.Int32)">
766
+ <summary> Gets the <see cref="T:Azure.Generator.Management.Models.RequestPathSegment"/> at the specified index. </summary>
767
+ <param name="index">The zero-based index of the segment to get.</param>
768
+ <returns>The segment at the specified index.</returns>
769
+ </member>
770
+ <member name="M:Azure.Generator.Management.Models.ResourceTypePattern.Equals(Azure.Generator.Management.Models.ResourceTypePattern)">
771
+ <inheritdoc />
772
+ </member>
773
+ <member name="M:Azure.Generator.Management.Models.ResourceTypePattern.Equals(System.Object)">
774
+ <inheritdoc />
775
+ </member>
776
+ <member name="M:Azure.Generator.Management.Models.ResourceTypePattern.GetHashCode">
777
+ <inheritdoc />
778
+ </member>
779
+ <member name="M:Azure.Generator.Management.Models.ResourceTypePattern.ToString">
780
+ <inheritdoc />
781
+ </member>
782
+ <member name="M:Azure.Generator.Management.Models.ResourceTypePattern.GetEnumerator">
783
+ <inheritdoc />
784
+ </member>
745
785
  <member name="T:Azure.Generator.Management.Models.RestClientInfo">
746
786
  <summary>
747
787
  Record to combine client provider and related field providers
@@ -857,12 +897,12 @@
857
897
  Subclasses like Exists/GetIfExists override this to false since they should never be LROs.
858
898
  </summary>
859
899
  </member>
860
- <member name="M:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider.#ctor(Microsoft.TypeSpec.Generator.Providers.TypeProvider,Azure.Generator.Management.Models.OperationContext,Azure.Generator.Management.Models.RestClientInfo,Microsoft.TypeSpec.Generator.Input.InputServiceMethod,System.Boolean,System.String,System.FormattableString,System.Boolean,Azure.Generator.Management.Providers.ResourceClientProvider,Microsoft.TypeSpec.Generator.Providers.ParameterProvider)">
900
+ <member name="M:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider.#ctor(Microsoft.TypeSpec.Generator.Providers.TypeProvider,Azure.Generator.Management.Models.ParameterContextRegistry,Azure.Generator.Management.Models.RestClientInfo,Microsoft.TypeSpec.Generator.Input.InputServiceMethod,System.Boolean,System.String,System.FormattableString,System.Boolean,Azure.Generator.Management.Providers.ResourceClientProvider,Microsoft.TypeSpec.Generator.Providers.ParameterProvider)">
861
901
  <summary>
862
902
  Creates a new instance of <see cref="T:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider"/> which represents a method on a client
863
903
  </summary>
864
904
  <param name="enclosingType">The enclosing type of this operation. </param>
865
- <param name="operationContext">The contextual path of the enclosing type. </param>
905
+ <param name="parameterMappings">The parameter mappings to use for the operation. </param>
866
906
  <param name="restClientInfo">The rest client information containing the client provider and related fields. </param>
867
907
  <param name="method">The input service method that we are building from. </param>
868
908
  <param name="isAsync">Whether this method is an async method. </param>
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator.Management/1.0.0-alpha.20260706.5": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20260708.4": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.60.0",
12
12
  "Azure.Generator": "1.0.0-alpha.20260701.4",
@@ -729,7 +729,7 @@
729
729
  }
730
730
  },
731
731
  "libraries": {
732
- "Azure.Generator.Management/1.0.0-alpha.20260706.5": {
732
+ "Azure.Generator.Management/1.0.0-alpha.20260708.4": {
733
733
  "type": "project",
734
734
  "serviceable": false,
735
735
  "sha512": ""
@@ -345,6 +345,9 @@
345
345
  <member name="P:Azure.Generator.Management.Models.RequestPathPattern.SerializedPath">
346
346
  <summary> Gets the serialized string representation of this request path. </summary>
347
347
  </member>
348
+ <member name="P:Azure.Generator.Management.Models.RequestPathPattern.ResourceType">
349
+ <summary> Gets the ARM resource type represented by this request path. </summary>
350
+ </member>
348
351
  <member name="P:Azure.Generator.Management.Models.RequestPathPattern.Item(System.Int32)">
349
352
  <summary> Gets the <see cref="T:Azure.Generator.Management.Models.RequestPathSegment"/> at the specified index. </summary>
350
353
  <param name="index">The zero-based index of the segment to get.</param>
@@ -511,7 +514,7 @@
511
514
  <param name="ApiVersions"> The API versions that this resource is available in. </param>
512
515
  <param name="RbacRoles"> The RBAC roles defined for this resource. </param>
513
516
  </member>
514
- <member name="M:Azure.Generator.Management.Models.ArmResourceMetadata.#ctor(Azure.Generator.Management.Models.RequestPathPattern,System.String,System.String,Microsoft.TypeSpec.Generator.Input.InputModelType,Azure.Generator.Management.Models.ArmScopeInfo,System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.ResourceMethod},System.String,Azure.Generator.Management.Models.RequestPathPattern,System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.RequestPathPattern},Azure.Generator.Management.Models.ArmResourceNameConstraints,System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.ArmResourceRbacRole})">
517
+ <member name="M:Azure.Generator.Management.Models.ArmResourceMetadata.#ctor(Azure.Generator.Management.Models.RequestPathPattern,System.String,Azure.Generator.Management.Models.ResourceTypePattern,Microsoft.TypeSpec.Generator.Input.InputModelType,Azure.Generator.Management.Models.ArmScopeInfo,System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.ResourceMethod},System.String,Azure.Generator.Management.Models.RequestPathPattern,System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.RequestPathPattern},Azure.Generator.Management.Models.ArmResourceNameConstraints,System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.ArmResourceRbacRole})">
515
518
  <summary> Represents the metadata for an ARM resource, including its identity, scope, methods, and hierarchy. </summary>
516
519
  <param name="ResourceIdPattern"> The ARM resource ID pattern. </param>
517
520
  <param name="ResourceName"> The resource name. </param>
@@ -742,6 +745,43 @@
742
745
  <member name="F:Azure.Generator.Management.Models.ResourceScope.Extension">
743
746
  <summary> Extension resource scope. </summary>
744
747
  </member>
748
+ <member name="T:Azure.Generator.Management.Models.ResourceTypePattern">
749
+ <summary> Represents an ARM resource type pattern split into provider namespace and resource type segments. </summary>
750
+ </member>
751
+ <member name="M:Azure.Generator.Management.Models.ResourceTypePattern.#ctor(System.String)">
752
+ <summary> Initializes a new instance of <see cref="T:Azure.Generator.Management.Models.ResourceTypePattern"/> from a serialized resource type. </summary>
753
+ <param name="resourceType">The serialized ARM resource type.</param>
754
+ </member>
755
+ <member name="M:Azure.Generator.Management.Models.ResourceTypePattern.#ctor(System.Collections.Generic.IEnumerable{Azure.Generator.Management.Models.RequestPathSegment})">
756
+ <summary> Initializes a new instance of <see cref="T:Azure.Generator.Management.Models.ResourceTypePattern"/> from resource type segments. </summary>
757
+ <param name="segments">The segments that compose the resource type.</param>
758
+ </member>
759
+ <member name="P:Azure.Generator.Management.Models.ResourceTypePattern.Count">
760
+ <inheritdoc />
761
+ </member>
762
+ <member name="P:Azure.Generator.Management.Models.ResourceTypePattern.SerializedResourceType">
763
+ <summary> Gets the serialized ARM resource type. </summary>
764
+ </member>
765
+ <member name="P:Azure.Generator.Management.Models.ResourceTypePattern.Item(System.Int32)">
766
+ <summary> Gets the <see cref="T:Azure.Generator.Management.Models.RequestPathSegment"/> at the specified index. </summary>
767
+ <param name="index">The zero-based index of the segment to get.</param>
768
+ <returns>The segment at the specified index.</returns>
769
+ </member>
770
+ <member name="M:Azure.Generator.Management.Models.ResourceTypePattern.Equals(Azure.Generator.Management.Models.ResourceTypePattern)">
771
+ <inheritdoc />
772
+ </member>
773
+ <member name="M:Azure.Generator.Management.Models.ResourceTypePattern.Equals(System.Object)">
774
+ <inheritdoc />
775
+ </member>
776
+ <member name="M:Azure.Generator.Management.Models.ResourceTypePattern.GetHashCode">
777
+ <inheritdoc />
778
+ </member>
779
+ <member name="M:Azure.Generator.Management.Models.ResourceTypePattern.ToString">
780
+ <inheritdoc />
781
+ </member>
782
+ <member name="M:Azure.Generator.Management.Models.ResourceTypePattern.GetEnumerator">
783
+ <inheritdoc />
784
+ </member>
745
785
  <member name="T:Azure.Generator.Management.Models.RestClientInfo">
746
786
  <summary>
747
787
  Record to combine client provider and related field providers
@@ -857,12 +897,12 @@
857
897
  Subclasses like Exists/GetIfExists override this to false since they should never be LROs.
858
898
  </summary>
859
899
  </member>
860
- <member name="M:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider.#ctor(Microsoft.TypeSpec.Generator.Providers.TypeProvider,Azure.Generator.Management.Models.OperationContext,Azure.Generator.Management.Models.RestClientInfo,Microsoft.TypeSpec.Generator.Input.InputServiceMethod,System.Boolean,System.String,System.FormattableString,System.Boolean,Azure.Generator.Management.Providers.ResourceClientProvider,Microsoft.TypeSpec.Generator.Providers.ParameterProvider)">
900
+ <member name="M:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider.#ctor(Microsoft.TypeSpec.Generator.Providers.TypeProvider,Azure.Generator.Management.Models.ParameterContextRegistry,Azure.Generator.Management.Models.RestClientInfo,Microsoft.TypeSpec.Generator.Input.InputServiceMethod,System.Boolean,System.String,System.FormattableString,System.Boolean,Azure.Generator.Management.Providers.ResourceClientProvider,Microsoft.TypeSpec.Generator.Providers.ParameterProvider)">
861
901
  <summary>
862
902
  Creates a new instance of <see cref="T:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider"/> which represents a method on a client
863
903
  </summary>
864
904
  <param name="enclosingType">The enclosing type of this operation. </param>
865
- <param name="operationContext">The contextual path of the enclosing type. </param>
905
+ <param name="parameterMappings">The parameter mappings to use for the operation. </param>
866
906
  <param name="restClientInfo">The rest client information containing the client provider and related fields. </param>
867
907
  <param name="method">The input service method that we are building from. </param>
868
908
  <param name="isAsync">Whether this method is an async method. </param>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-typespec/http-client-csharp-mgmt",
3
- "version": "1.0.0-alpha.20260706.5",
3
+ "version": "1.0.0-alpha.20260708.4",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library for emitting Azure management libraries for C#.",
6
6
  "readme": "https://github.com/Azure/azure-sdk-for-net/blob/main/eng/packages/http-client-csharp-mgmt/README.md",