Sebastian Heid
Sebastian Heid
When the head of the pull request cannot be changed due to conflicts with the preferred branch, branch-switcher should send a friendly message reporting the problem. **Scenarios**: 1. when head...
**Related command** The objective is to enhance the functionality of the `az cloud show` command by adding the suffix of the Azure Service Fabric cluster to its output. **Is your...
**Related command** `az cloud show` **Description** See #29283. **Testing Guide** - Build the CLI locally and verified the output - Run Unit tests (`azdev test core.test_cloud`) --- This checklist is...
# Summary DevContainers are a feature in Visual Studio Code that allow you to define a containerized development environment. This ensures consistency across different development setups and makes it easier...
**Is your feature request related to a problem? Please describe.** Currently, Azure does not support a direct migration from Premium SSD v2 or Ultra SSD to other disk types, as...
## Community Note * Please vote on this PR by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original PR to help the community and maintainers prioritize for review * Please do...
# Summary Fixes #715. # Checklist: Please check each of the boxes below for which you have completed the corresponding task: - [x] I have performed a self-review of my...
### Versions CPI Version: `v52.0.0` ### Issue Details The `create_disk` [method](https://github.com/cloudfoundry/bosh-azure-cpi-release/blob/22cd33b7adee5fe70cc21ebb1d26f4e21ebf45dc/src/bosh_azure_cpi/lib/cloud/azure/cloud.rb#L357C46-L357C87) uses a [regex pattern](https://github.com/cloudfoundry/bosh-azure-cpi-release/blob/22cd33b7adee5fe70cc21ebb1d26f4e21ebf45dc/src/bosh_azure_cpi/lib/cloud/azure/utils/helpers.rb#L581-L593) to determine if a given VM type supports Premium storage in Azure. The regex pattern...