Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/computefleet/armcomputefleet/1.0.0 (#23629
Browse files Browse the repository at this point in the history
)

* [Release] sdk/resourcemanager/computefleet/armcomputefleet/1.0.0 generation from spec commit: c120171b3684d88562fa26ae7db5d22b7bfa95d8

* refine changelog
  • Loading branch information
tadelesh authored Oct 22, 2024
1 parent 16395d8 commit de1c93f
Show file tree
Hide file tree
Showing 11 changed files with 3,863 additions and 26 deletions.
24 changes: 24 additions & 0 deletions sdk/resourcemanager/computefleet/armcomputefleet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Release History

## 1.0.0 (2024-10-22)
### Breaking Changes

- `NetworkAPIVersion20201101` from enum `NetworkAPIVersion` has been renamed to `NetworkAPIVersionV20201101`

### Features Added

- New enum type `AcceleratorManufacturer` with values `AcceleratorManufacturerAMD`, `AcceleratorManufacturerNvidia`, `AcceleratorManufacturerXilinx`
- New enum type `AcceleratorType` with values `AcceleratorTypeFPGA`, `AcceleratorTypeGPU`
- New enum type `ArchitectureType` with values `ArchitectureTypeARM64`, `ArchitectureTypeX64`
- New enum type `CPUManufacturer` with values `CPUManufacturerAMD`, `CPUManufacturerAmpere`, `CPUManufacturerIntel`, `CPUManufacturerMicrosoft`
- New enum type `LocalStorageDiskType` with values `LocalStorageDiskTypeHDD`, `LocalStorageDiskTypeSSD`
- New enum type `VMAttributeSupport` with values `VMAttributeSupportExcluded`, `VMAttributeSupportIncluded`, `VMAttributeSupportRequired`
- New enum type `VMCategory` with values `VMCategoryComputeOptimized`, `VMCategoryFpgaAccelerated`, `VMCategoryGeneralPurpose`, `VMCategoryGpuAccelerated`, `VMCategoryHighPerformanceCompute`, `VMCategoryMemoryOptimized`, `VMCategoryStorageOptimized`
- New struct `AdditionalCapabilities`
- New struct `AdditionalLocationsProfile`
- New struct `LocationProfile`
- New struct `VMAttributeMinMaxDouble`
- New struct `VMAttributeMinMaxInteger`
- New struct `VMAttributes`
- New field `AdditionalVirtualMachineCapabilities` in struct `ComputeProfile`
- New field `AdditionalLocationsProfile`, `VMAttributes` in struct `FleetProperties`


## 0.1.0 (2024-07-26)
### Other Changes

Expand Down
176 changes: 172 additions & 4 deletions sdk/resourcemanager/computefleet/armcomputefleet/constants.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit de1c93f

Please sign in to comment.