Post release automated changes for databricks releases (#27889)
Post release automated changes for azure-arm-databricks
This commit is contained in:
Родитель
b6cd158b84
Коммит
86d2a5d8dc
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
|
||||
## 3.0.1 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 3.0.0 (2023-11-02)
|
||||
|
||||
The package of @azure/arm-databricks is using our next generation design principles since version 3.0.0, which contains breaking changes.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for AzureDatabricksManagementClient.",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
|
@ -116,4 +116,4 @@
|
|||
"disableDocsMs": true,
|
||||
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-databricks?view=azure-node-preview"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -60,7 +60,7 @@ export class AzureDatabricksManagementClient extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-databricks/3.0.0`;
|
||||
const packageDetails = `azsdk-js-arm-databricks/3.0.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
Загрузка…
Ссылка в новой задаче