Skip to content

Commit

Permalink
CodeGen from PR 21232 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 48ccc41fb5d1bd9eba06ac81342990f4d82c4ffb into 5594dbe2bbc025bb042dee169a7ab3959853dc6d
  • Loading branch information
SDKAuto committed Oct 25, 2022
1 parent d933aa9 commit 55de545
Show file tree
Hide file tree
Showing 14 changed files with 843 additions and 431 deletions.
75 changes: 67 additions & 8 deletions sdk/compute/arm-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,74 @@
# Release History

## 20.0.0 (2022-10-25)

**Features**

## 19.2.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added Interface GalleryApplicationCustomAction
- Added Interface GalleryApplicationCustomActionParameter
- Added Interface GalleryApplicationVersionSafetyProfile
- Added Interface GalleryArtifactSafetyProfileBase
- Added Interface GalleryArtifactVersionFullSource
- Added Interface GalleryDiskImageSource
- Added Interface GalleryImageVersionSafetyProfile
- Added Interface LatestGalleryImageVersion
- Added Interface LoadBalancerFrontendIpConfiguration
- Added Interface PolicyViolation
- Added Type Alias GalleryApplicationCustomActionParameterType
- Added Type Alias PolicyViolationCategory
- Interface CloudService has a new optional parameter allowModelOverride
- Interface CloudService has a new optional parameter configuration
- Interface CloudService has a new optional parameter configurationUrl
- Interface CloudService has a new optional parameter extensionProfile
- Interface CloudService has a new optional parameter networkProfile
- Interface CloudService has a new optional parameter osProfile
- Interface CloudService has a new optional parameter packageUrl
- Interface CloudService has a new optional parameter provisioningState
- Interface CloudService has a new optional parameter roleProfile
- Interface CloudService has a new optional parameter startCloudService
- Interface CloudService has a new optional parameter uniqueId
- Interface CloudService has a new optional parameter upgradeMode
- Interface CloudService has a new optional parameter zones
- Interface CloudServiceRole has a new optional parameter uniqueId
- Interface Extension has a new optional parameter autoUpgradeMinorVersion
- Interface Extension has a new optional parameter forceUpdateTag
- Interface Extension has a new optional parameter protectedSettings
- Interface Extension has a new optional parameter protectedSettingsFromKeyVault
- Interface Extension has a new optional parameter provisioningState
- Interface Extension has a new optional parameter publisher
- Interface Extension has a new optional parameter rolesAppliedTo
- Interface Extension has a new optional parameter settings
- Interface Extension has a new optional parameter type
- Interface Extension has a new optional parameter typeHandlerVersion
- Interface GalleryApplication has a new optional parameter customActions
- Interface GalleryApplicationUpdate has a new optional parameter customActions
- Interface GalleryApplicationVersion has a new optional parameter safetyProfile
- Interface GalleryApplicationVersionPublishingProfile has a new optional parameter customActions
- Interface GalleryApplicationVersionUpdate has a new optional parameter safetyProfile
- Interface GalleryImageVersion has a new optional parameter safetyProfile
- Interface GalleryImageVersionUpdate has a new optional parameter safetyProfile
- Interface OSFamily has a new optional parameter label
- Interface OSFamily has a new optional parameter namePropertiesName
- Interface OSFamily has a new optional parameter versions
- Interface RoleInstance has a new optional parameter instanceView
- Interface RoleInstance has a new optional parameter networkProfile
- Interface SharedGalleryImage has a new optional parameter eula
- Interface SharedGalleryImage has a new optional parameter privacyStatementUri
- Interface TargetRegion has a new optional parameter excludeFromLatest
- Added Enum KnownPolicyViolationCategory

### Other Changes
**Breaking Changes**

- Interface CloudService no longer has parameter properties
- Interface CloudServiceRole no longer has parameter properties
- Interface Extension no longer has parameter properties
- Interface GalleryArtifactVersionSource no longer has parameter uri
- Interface LoadBalancerConfiguration no longer has parameter properties
- Interface OSFamily no longer has parameter properties
- Interface RoleInstance no longer has parameter properties
- Interface LoadBalancerConfiguration has a new required parameter frontendIpConfigurations


## 19.2.0 (2022-09-21)

**Features**
Expand Down
8 changes: 4 additions & 4 deletions sdk/compute/arm-compute/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "8ff0e3b8dc12cd793f4f2208d76f9f3a7f51176c",
"commit": "bac9c563776810dc46964d9518f191e8d82c5238",
"readme": "specification/compute/resource-manager/readme.md",
"autorest_command": "autorest --version=3.8.4 --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/[email protected].1.20220727.1 --generate-sample=true",
"autorest_command": "autorest --version=3.8.4 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/compute/resource-manager/readme.md --use=@autorest/[email protected].2",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected].2",
"use": "@autorest/[email protected].1.20220727.1"
"release_tool": "@azure-tools/[email protected].4",
"use": "@autorest/[email protected].2"
}
17 changes: 4 additions & 13 deletions sdk/compute/arm-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for ComputeManagementClient.",
"version": "19.2.1",
"version": "20.0.0",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -46,8 +46,7 @@
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@azure/dev-tool": "^1.0.0",
"@azure/arm-network": "^26.0.0"
"@azure/dev-tool": "^1.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute",
"repository": {
Expand Down Expand Up @@ -110,13 +109,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-compute?view=azure-node-preview"
}
}
"autoPublish": true
}
Loading

0 comments on commit 55de545

Please sign in to comment.