Skip to content

Commit a368d87

Browse files
author
SDKAuto
committed
CodeGen from PR 3538 in test-repo-billy/azure-rest-api-specs
Merge 49992a69b78e910aaed73c576e8f1919391ec9ec into 6c6e1713f03acaf37e5c89652b023dd2c9eae16e
1 parent fdfd924 commit a368d87

File tree

7 files changed

+625
-26
lines changed

7 files changed

+625
-26
lines changed

sdk/resourcemanager/computefleet/armcomputefleet/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Release History
22

3+
## 1.0.0 (2024-10-18)
4+
### Breaking Changes
5+
6+
- `NetworkAPIVersion20201101` from enum `NetworkAPIVersion` has been removed
7+
8+
### Features Added
9+
10+
- New value `NetworkAPIVersionV20201101` added to enum type `NetworkAPIVersion`
11+
- New enum type `AcceleratorManufacturer` with values `AcceleratorManufacturerAMD`, `AcceleratorManufacturerNvidia`, `AcceleratorManufacturerXilinx`
12+
- New enum type `AcceleratorType` with values `AcceleratorTypeFPGA`, `AcceleratorTypeGPU`
13+
- New enum type `ArchitectureType` with values `ArchitectureTypeARM64`, `ArchitectureTypeX64`
14+
- New enum type `CPUManufacturer` with values `CPUManufacturerAMD`, `CPUManufacturerAmpere`, `CPUManufacturerIntel`, `CPUManufacturerMicrosoft`
15+
- New enum type `LocalStorageDiskType` with values `LocalStorageDiskTypeHDD`, `LocalStorageDiskTypeSSD`
16+
- New enum type `VMAttributeSupport` with values `VMAttributeSupportExcluded`, `VMAttributeSupportIncluded`, `VMAttributeSupportRequired`
17+
- New enum type `VMCategory` with values `VMCategoryComputeOptimized`, `VMCategoryFpgaAccelerated`, `VMCategoryGeneralPurpose`, `VMCategoryGpuAccelerated`, `VMCategoryHighPerformanceCompute`, `VMCategoryMemoryOptimized`, `VMCategoryStorageOptimized`
18+
- New struct `AdditionalCapabilities`
19+
- New struct `AdditionalLocationsProfile`
20+
- New struct `LocationProfile`
21+
- New struct `VMAttributeMinMaxDouble`
22+
- New struct `VMAttributeMinMaxInteger`
23+
- New struct `VMAttributes`
24+
- New field `AdditionalVirtualMachineCapabilities` in struct `ComputeProfile`
25+
- New field `AdditionalLocationsProfile`, `VMAttributes` in struct `FleetProperties`
26+
27+
328
## 0.1.0 (2024-07-26)
429
### Other Changes
530

sdk/resourcemanager/computefleet/armcomputefleet/constants.go

Lines changed: 172 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)