Post release automated changes for synapse releases (#28067)
Post release automated changes for azure-synapse-artifacts
This commit is contained in:
Родитель
473416e72e
Коммит
2ef0ce13f2
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
## 1.0.0-beta.15 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 1.0.0-beta.14 (2023-12-15)
|
||||
|
||||
### Other Changes
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for ArtifactsClient.",
|
||||
"sdk-type": "client",
|
||||
"version": "1.0.0-beta.14",
|
||||
"version": "1.0.0-beta.15",
|
||||
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/synapse/synapse-artifacts/README.md",
|
||||
"repository": "github:Azure/azure-sdk-for-js",
|
||||
"dependencies": {
|
||||
|
|
|
@ -94,7 +94,7 @@ export class ArtifactsClient extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-synapse-artifacts/1.0.0-beta.14`;
|
||||
const packageDetails = `azsdk-js-synapse-artifacts/1.0.0-beta.15`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -8,7 +8,7 @@ Run `rushx generate:client` to generate code.
|
|||
|
||||
```yaml
|
||||
package-name: "@azure/synapse-artifacts"
|
||||
package-version: "1.0.0-beta.14"
|
||||
package-version: "1.0.0-beta.15"
|
||||
add-credentials: true
|
||||
license-header: MICROSOFT_MIT_NO_VERSION
|
||||
security-scopes: https://dev.azuresynapse.net/.default
|
||||
|
|
Загрузка…
Ссылка в новой задаче