Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Automation] Generate Fluent Lite from batch#package-2024-02 #39424

Merged
merged 3 commits into from
Mar 27, 2024

Conversation

azure-sdk
Copy link
Collaborator

[Automation] Generate Fluent Lite from batch#package-2024-02

@XiaofeiCao
Copy link
Contributor

/azp run java - batch - mgmt - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Comment on lines 280 to +285
new DeploymentConfiguration()
.withCloudServiceConfiguration(
new CloudServiceConfiguration().withOsFamily("4")))
.withVirtualMachineConfiguration(
new VirtualMachineConfiguration()
.withImageReference(new ImageReference().withPublisher("Canonical")
.withOffer("UbuntuServer").withSku("18.04-LTS").withVersion("latest"))
.withNodeAgentSkuId("batch.node.ubuntu 18.04")))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

com.azure.core.management.exception.ManagementException: Status code 400, "{"error":{"code":"CloudServiceConfigurationRetired","message":"CloudServiceConfiguration pools are retired as of 2/29/2024, and new pools of this type cannot be added\nRequestId:80525c33-84a1-4685-b3c8-ab2a03566f10\nTime:2024-03-27T07:04:01.2339901Z","target":"BatchAccount"}}"

CloudServiceConfiguration is not supported anymore.

@XiaofeiCao XiaofeiCao merged commit 00db29e into Azure:main Mar 27, 2024
24 checks passed
@azure-sdk azure-sdk deleted the fluent-lite-generation-3641774 branch March 31, 2024 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants