Post release automated changes for databricks releases (#27889)

Post release automated changes for azure-arm-databricks
This commit is contained in:
Azure SDK Bot 2023-11-23 19:09:40 -08:00 коммит произвёл GitHub
Родитель b6cd158b84
Коммит 86d2a5d8dc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 14 добавлений и 4 удалений

Просмотреть файл

@ -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}`