@azure/arm-cosmosdbforpostgresql 1.0.0-beta.1 → 1.0.0

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,5 @@
1
1
  # Release History
2
2
 
3
- ## 1.0.0-beta.1 (2023-06-08)
3
+ ## 1.0.0 (2023-09-04)
4
4
 
5
5
  The package of @azure/arm-cosmosdbforpostgresql is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
package/dist/index.js CHANGED
@@ -5019,7 +5019,7 @@ class CosmosDBForPostgreSQL extends coreClient__namespace.ServiceClient {
5019
5019
  requestContentType: "application/json; charset=utf-8",
5020
5020
  credential: credentials
5021
5021
  };
5022
- const packageDetails = `azsdk-js-arm-cosmosdbforpostgresql/1.0.0-beta.1`;
5022
+ const packageDetails = `azsdk-js-arm-cosmosdbforpostgresql/1.0.0`;
5023
5023
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
5024
5024
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
5025
5025
  : `${packageDetails}`;