Skip to content

Commit 1591f79

Browse files
authored
1 parent 8136945 commit 1591f79

590 files changed

Lines changed: 1085 additions & 973 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

common/config/rush/pnpm-lock.yaml

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

sdk/compute/arm-compute/CHANGELOG.md

Lines changed: 35 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
11
# Release History
2-
3-
## 21.6.1 (Unreleased)
4-
2+
3+
## 22.0.0 (2024-07-16)
4+
55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Added Interface DiskPurchasePlan
8+
- Added Interface SecurityPostureReferenceUpdate
9+
- Interface SecurityPostureReference has a new optional parameter isOverridable
10+
- Interface VirtualMachineScaleSetUpdateVMProfile has a new optional parameter securityPostureReference
1011

11-
### Other Changes
12+
### Breaking Changes
1213

14+
- Parameter id of interface SecurityPostureReference is now required
15+
- Type of parameter purchasePlan of interface Disk is changed from PurchasePlanAutoGenerated to DiskPurchasePlan
16+
- Type of parameter purchasePlan of interface DiskRestorePoint is changed from PurchasePlanAutoGenerated to DiskPurchasePlan
17+
- Type of parameter purchasePlan of interface DiskUpdate is changed from PurchasePlanAutoGenerated to DiskPurchasePlan
18+
- Type of parameter excludeExtensions of interface SecurityPostureReference is changed from VirtualMachineExtension[] to string[]
19+
- Type of parameter purchasePlan of interface Snapshot is changed from PurchasePlanAutoGenerated to DiskPurchasePlan
20+
21+
1322
## 21.6.0 (2024-04-26)
1423

15-
**Features**
24+
### Features Added
1625

1726
- Added Interface EventGridAndResourceGraph
1827
- Added Interface ScheduledEventsAdditionalPublishingTargets
@@ -39,14 +48,14 @@
3948

4049
## 21.5.0 (2024-03-01)
4150

42-
**Features**
51+
### Features Added
4352

4453
- Interface GalleryArtifactVersionFullSource has a new optional parameter virtualMachineId
4554

4655

4756
## 21.4.0 (2023-12-28)
4857

49-
**Features**
58+
### Features Added
5059

5160
- Added Type Alias ProvisionedBandwidthCopyOption
5261
- Interface CreationData has a new optional parameter provisionedBandwidthCopySpeed
@@ -56,7 +65,7 @@
5665

5766
## 21.3.0 (2023-12-08)
5867

59-
**Features**
68+
### Features Added
6069

6170
- Added operation DedicatedHosts.beginRedeploy
6271
- Added operation DedicatedHosts.beginRedeployAndWait
@@ -151,7 +160,7 @@
151160

152161
## 21.2.0 (2023-08-14)
153162

154-
**Features**
163+
### Features Added
155164

156165
- Added Type Alias DomainNameLabelScopeTypes
157166
- Added Type Alias NetworkInterfaceAuxiliaryMode
@@ -175,7 +184,7 @@
175184

176185
## 21.1.0 (2023-07-07)
177186

178-
**Features**
187+
### Features Added
179188

180189
- Added Type Alias FileFormat
181190
- Interface GrantAccessData has a new optional parameter fileFormat
@@ -184,7 +193,7 @@
184193

185194
## 21.0.0 (2023-05-17)
186195

187-
**Features**
196+
### Features Added
188197

189198
- Added operation DedicatedHosts.listAvailableSizes
190199
- Added operation VirtualMachineScaleSets.beginReapply
@@ -234,7 +243,7 @@
234243
- Added Enum KnownExpandTypesForListVMs
235244
- Added Enum KnownRestorePointEncryptionType
236245

237-
**Breaking Changes**
246+
### Breaking Changes
238247

239248
- Type of parameter identifier of interface CommunityGalleryImage is changed from GalleryImageIdentifier to CommunityGalleryImageIdentifier
240249
- Type of parameter storageAccountType of interface GalleryTargetExtendedLocation is changed from StorageAccountType to EdgeZoneStorageAccountType
@@ -244,7 +253,7 @@
244253

245254
## 20.0.0 (2023-01-05)
246255

247-
**Features**
256+
### Features Added
248257

249258
- Added Interface AlternativeOption
250259
- Added Interface GalleryApplicationCustomAction
@@ -292,7 +301,7 @@
292301
- Added Enum KnownPolicyViolationCategory
293302
- Added function getContinuationToken
294303

295-
**Breaking Changes**
304+
### Breaking Changes
296305

297306
- Interface AvailabilitySetsListBySubscriptionNextOptionalParams no longer has parameter expand
298307
- Interface CapacityReservationGroupsListByResourceGroupNextOptionalParams no longer has parameter expand
@@ -320,7 +329,7 @@
320329

321330
## 19.2.0 (2022-09-21)
322331

323-
**Features**
332+
### Features Added
324333

325334
- Added Interface PriorityMixPolicy
326335
- Added Type Alias DiskControllerTypes
@@ -348,7 +357,7 @@
348357

349358
## 19.1.0 (2022-06-27)
350359

351-
**Features**
360+
### Features Added
352361

353362
- Added Interface AvailabilitySet
354363
- Added Interface AvailabilitySetUpdate
@@ -444,7 +453,7 @@
444453

445454
## 19.0.0 (2022-06-06)
446455

447-
**Features**
456+
### Features Added
448457

449458
- Added operation CommunityGalleryImages.list
450459
- Added operation CommunityGalleryImageVersions.list
@@ -495,7 +504,7 @@
495504
- Enum KnownDiskStorageAccountTypes has a new value PremiumV2LRS
496505
- Enum KnownGallerySharingPermissionTypes has a new value Community
497506

498-
**Breaking Changes**
507+
### Breaking Changes
499508

500509
- Removed Enum KnownGalleryApplicationVersionPropertiesProvisioningState
501510
- Removed Enum KnownGalleryImagePropertiesProvisioningState
@@ -506,7 +515,7 @@
506515

507516
## 18.0.0 (2022-05-23)
508517

509-
**Features**
518+
### Features Added
510519

511520
- Added Interface DedicatedHostGroupPropertiesAdditionalCapabilities
512521
- Added Interface LinuxVMGuestPatchAutomaticByPlatformSettings
@@ -534,7 +543,7 @@
534543
- Added Enum KnownWindowsVMGuestPatchAutomaticByPlatformRebootSetting
535544
- Enum KnownStorageAccountTypes has a new value PremiumV2LRS
536545

537-
**Breaking Changes**
546+
### Breaking Changes
538547

539548
- Delete parameters of Resource in TypeAlias VirtualMachineExtension
540549

@@ -546,7 +555,7 @@
546555

547556
## 17.3.0 (2022-03-02)
548557

549-
**Features**
558+
### Features Added
550559

551560
- Added Type Alias Architecture
552561
- Added Type Alias ArchitectureTypes
@@ -566,7 +575,7 @@
566575

567576
## 17.2.0 (2022-02-14)
568577

569-
**Features**
578+
### Features Added
570579

571580
- Added operation DedicatedHosts.beginRestart
572581
- Added operation DedicatedHosts.beginRestartAndWait
@@ -638,7 +647,7 @@
638647

639648
## 17.1.0 (2022-01-06)
640649

641-
**Features**
650+
### Features Added
642651

643652
- Interface AccessUri has a new optional parameter securityDataAccessSAS
644653
- Interface CreationData has a new optional parameter securityDataUri

sdk/compute/arm-compute/_meta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "c77bbf822be2deaac1b690270c6cd03a52df0e37",
2+
"commit": "80226f7f13728f3e9b0af96797558a913d19a4a4",
33
"readme": "specification/compute/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\compute\\resource-manager\\readme.md --use=@autorest/typescript@6.0.20 --generate-sample=true",
4+
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\compute\\resource-manager\\readme.md --use=@autorest/typescript@6.0.23 --generate-sample=true",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.5",
7-
"use": "@autorest/typescript@6.0.20"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.11",
7+
"use": "@autorest/typescript@6.0.23"
88
}

sdk/compute/arm-compute/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "js",
44
"TagPrefix": "js/compute/arm-compute",
5-
"Tag": "js/compute/arm-compute_627455e772"
5+
"Tag": "js/compute/arm-compute_7f48b9ea92"
66
}

sdk/compute/arm-compute/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for ComputeManagementClient.",
6-
"version": "21.6.1",
6+
"version": "22.0.0",
77
"engines": {
88
"node": ">=18.0.0"
99
},
@@ -30,16 +30,17 @@
3030
"devDependencies": {
3131
"@microsoft/api-extractor": "^7.31.1",
3232
"mkdirp": "^3.0.1",
33-
"typescript": "~5.5.3",
33+
"typescript": "~5.4.5",
3434
"uglify-js": "^3.4.9",
3535
"rimraf": "^5.0.0",
3636
"dotenv": "^16.0.0",
3737
"@azure/dev-tool": "^1.0.0",
3838
"@azure/identity": "^4.0.1",
3939
"@azure-tools/test-recorder": "^3.0.0",
40-
"@azure-tools/test-credential": "^1.0.0",
40+
"@azure-tools/test-credential": "^1.1.0",
4141
"mocha": "^10.0.0",
4242
"@types/mocha": "^10.0.0",
43+
"tsx": "^4.7.1",
4344
"@types/chai": "^4.2.8",
4445
"chai": "^4.2.0",
4546
"cross-env": "^7.0.2",

0 commit comments

Comments
 (0)