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
|
# Release History
|
||||||
|
|
||||||
|
## 1.0.0-beta.15 (Unreleased)
|
||||||
|
|
||||||
|
### Features Added
|
||||||
|
|
||||||
|
### Breaking Changes
|
||||||
|
|
||||||
|
### Bugs Fixed
|
||||||
|
|
||||||
|
### Other Changes
|
||||||
|
|
||||||
## 1.0.0-beta.14 (2023-12-15)
|
## 1.0.0-beta.14 (2023-12-15)
|
||||||
|
|
||||||
### Other Changes
|
### Other Changes
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"author": "Microsoft Corporation",
|
"author": "Microsoft Corporation",
|
||||||
"description": "A generated SDK for ArtifactsClient.",
|
"description": "A generated SDK for ArtifactsClient.",
|
||||||
"sdk-type": "client",
|
"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",
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/synapse/synapse-artifacts/README.md",
|
||||||
"repository": "github:Azure/azure-sdk-for-js",
|
"repository": "github:Azure/azure-sdk-for-js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -94,7 +94,7 @@ export class ArtifactsClient extends coreClient.ServiceClient {
|
||||||
credential: credentials
|
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 =
|
const userAgentPrefix =
|
||||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||||
|
|
|
@ -8,7 +8,7 @@ Run `rushx generate:client` to generate code.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
package-name: "@azure/synapse-artifacts"
|
package-name: "@azure/synapse-artifacts"
|
||||||
package-version: "1.0.0-beta.14"
|
package-version: "1.0.0-beta.15"
|
||||||
add-credentials: true
|
add-credentials: true
|
||||||
license-header: MICROSOFT_MIT_NO_VERSION
|
license-header: MICROSOFT_MIT_NO_VERSION
|
||||||
security-scopes: https://dev.azuresynapse.net/.default
|
security-scopes: https://dev.azuresynapse.net/.default
|
||||||
|
|
Загрузка…
Ссылка в новой задаче