Skip to content

Commit

Permalink
CodeGen from PR 24632 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge f0a494476ff4dcf778043e565412beb7d432056d into def187e2e78d7173d8fdd7f77740dd9719e1dfbf
  • Loading branch information
SDKAuto committed Sep 18, 2023
1 parent 2712829 commit 479795a
Show file tree
Hide file tree
Showing 15 changed files with 1,328 additions and 65 deletions.
143 changes: 136 additions & 7 deletions common/config/rush/pnpm-lock.yaml

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

35 changes: 23 additions & 12 deletions sdk/confidentialledger/arm-confidentialledger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
# Release History

## 1.3.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.3.0-beta.1 (2023-04-19)

## 1.3.0-beta.2 (2023-09-18)

**Features**

- Added operation group ManagedCCFOperations
- Added operation Ledger.beginBackup
- Added operation Ledger.beginBackupAndWait
- Added operation Ledger.beginRestore
- Added operation Ledger.beginRestoreAndWait
- Added Interface CertificateTags
- Added Interface ConfidentialLedgerBackup
- Added Interface ConfidentialLedgerBackupResponse
- Added Interface ConfidentialLedgerRestore
- Added Interface ConfidentialLedgerRestoreResponse
- Added Interface DeploymentType
- Added Interface LedgerBackupOptionalParams
- Added Interface LedgerRestoreOptionalParams
- Added Interface ManagedCCF
- Added Interface ManagedCCFBackup
- Added Interface ManagedCCFBackupOptionalParams
- Added Interface ManagedCCFBackupResponse
- Added Interface ManagedCCFCreateOptionalParams
- Added Interface ManagedCCFDeleteOptionalParams
- Added Interface ManagedCCFGetOptionalParams
Expand All @@ -27,16 +30,24 @@
- Added Interface ManagedCCFListBySubscriptionNextOptionalParams
- Added Interface ManagedCCFListBySubscriptionOptionalParams
- Added Interface ManagedCCFProperties
- Added Interface ManagedCCFRestore
- Added Interface ManagedCCFRestoreOptionalParams
- Added Interface ManagedCCFRestoreResponse
- Added Interface ManagedCCFUpdateOptionalParams
- Added Interface MemberIdentityCertificate
- Added Interface TrackedResource
- Added Type Alias LanguageRuntime
- Added Type Alias LedgerBackupResponse
- Added Type Alias LedgerRestoreResponse
- Added Type Alias ManagedCCFBackupOperationResponse
- Added Type Alias ManagedCCFCreateResponse
- Added Type Alias ManagedCCFGetResponse
- Added Type Alias ManagedCCFListByResourceGroupNextResponse
- Added Type Alias ManagedCCFListByResourceGroupResponse
- Added Type Alias ManagedCCFListBySubscriptionNextResponse
- Added Type Alias ManagedCCFListBySubscriptionResponse
- Added Type Alias ManagedCCFRestoreOperationResponse
- Added Type Alias ManagedCCFUpdateResponse
- Added Type Alias RunningState
- Interface LedgerProperties has a new optional parameter runningState
- Added Enum KnownLanguageRuntime
Expand Down
8 changes: 4 additions & 4 deletions sdk/confidentialledger/arm-confidentialledger/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "536b9a8ae0f41df1f1479b1a42c8d656cbf0c8d6",
"commit": "fc583022806af7935b167a9a0c08c5b6ca6f7d51",
"readme": "specification/confidentialledger/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.3 --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\\confidentialledger\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.10 --generate-sample=true",
"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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/confidentialledger/resource-manager/readme.md --use=@autorest/typescript@^6.0.4",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
"use": "@autorest/typescript@6.0.0-rc.10"
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.2",
"use": "@autorest/typescript@^6.0.4"
}
Loading

0 comments on commit 479795a

Please sign in to comment.