@azure/arm-apimanagement 9.1.0-alpha.20241122.1 → 9.2.0-alpha.20241125.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ## 9.2.0 (2024-11-25)
4
+
5
+ ### Features Added
6
+
7
+ - Remove xmlSerializer and isXML to fix xml value response serialize issue
8
+
3
9
  ## 9.1.0 (2023-08-23)
4
10
 
5
11
  ### Features Added
package/dist/index.js CHANGED
@@ -24222,7 +24222,6 @@ class ApiPolicyImpl {
24222
24222
  }
24223
24223
  }
24224
24224
  // Operation Specifications
24225
- const xmlSerializer = coreClient__namespace.createSerializer(Mappers, /* isXml */ true);
24226
24225
  const serializer$1f = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
24227
24226
  const listByApiOperationSpec$2 = {
24228
24227
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/policies",
@@ -24291,8 +24290,7 @@ const getOperationSpec$N = {
24291
24290
  policyId
24292
24291
  ],
24293
24292
  headerParameters: [accept1],
24294
- isXML: true,
24295
- serializer: xmlSerializer
24293
+ serializer: serializer$1f
24296
24294
  };
24297
24295
  const createOrUpdateOperationSpec$N = {
24298
24296
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/policies/{policyId}",
@@ -45814,7 +45812,7 @@ class ApiManagementClient extends coreClient__namespace.ServiceClient {
45814
45812
  requestContentType: "application/json; charset=utf-8",
45815
45813
  credential: credentials
45816
45814
  };
45817
- const packageDetails = `azsdk-js-arm-apimanagement/9.1.0`;
45815
+ const packageDetails = `azsdk-js-arm-apimanagement/9.2.0`;
45818
45816
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
45819
45817
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
45820
45818
  : `${packageDetails}`;