@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 +6 -0
- package/dist/index.js +2 -4
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/src/apiManagementClient.js +1 -1
- package/dist-esm/src/operations/apiPolicy.js +1 -3
- package/dist-esm/src/operations/apiPolicy.js.map +1 -1
- package/package.json +1 -1
- package/src/apiManagementClient.ts +1 -1
- package/src/operations/apiPolicy.ts +1 -4
- package/types/tsdoc-metadata.json +1 -1
package/CHANGELOG.md
CHANGED
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
|
-
|
|
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.
|
|
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}`;
|