@azure/arm-batch 7.1.1 → 7.1.2-alpha.20220415.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.
@@ -65,7 +65,7 @@ export class BatchManagementClient extends coreClient.ServiceClient {
65
65
  credential: credentials
66
66
  };
67
67
 
68
- const packageDetails = `azsdk-js-arm-batch/7.1.1`;
68
+ const packageDetails = `azsdk-js-arm-batch/7.1.2`;
69
69
  const userAgentPrefix =
70
70
  options.userAgentOptions && options.userAgentOptions.userAgentPrefix
71
71
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`