Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 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.

43 changes: 33 additions & 10 deletions sdk/confidentialledger/arm-confidentialledger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,38 @@
# Release History

## 1.3.0-beta.1 (2023-02-20)

**Features**

## 1.2.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation group ManagedCCFOperations
- Added Interface CertificateTags
- Added Interface DeploymentType
- Added Interface ManagedCCF
- Added Interface ManagedCCFCreateOptionalParams
- Added Interface ManagedCCFDeleteOptionalParams
- Added Interface ManagedCCFGetOptionalParams
- Added Interface ManagedCCFList
- Added Interface ManagedCCFListByResourceGroupNextOptionalParams
- Added Interface ManagedCCFListByResourceGroupOptionalParams
- Added Interface ManagedCCFListBySubscriptionNextOptionalParams
- Added Interface ManagedCCFListBySubscriptionOptionalParams
- Added Interface ManagedCCFProperties
- Added Interface ManagedCCFUpdateOptionalParams
- Added Interface MemberIdentityCertificate
- Added Interface TrackedResource
- Added Type Alias LanguageRuntime
- 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 RunningState
- Interface ConfidentialLedger has a new optional parameter runningState
- Added Enum KnownLanguageRuntime
- Added Enum KnownRunningState


## 1.2.0 (2023-01-12)

**Features**
Expand Down
2 changes: 1 addition & 1 deletion sdk/confidentialledger/arm-confidentialledger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Microsoft Azure Confidential Compute Ledger Control Plane REST API version 2020-

[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/confidentialledger/arm-confidentialledger) |
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-confidentialledger) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-confidentialledger) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-confidentialledger?view=azure-node-preview) |
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)

## Getting started
Expand Down
10 changes: 5 additions & 5 deletions sdk/confidentialledger/arm-confidentialledger/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "ac155b972d0619a6e5bf665a863fb05ee7eeb30f",
"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=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\confidentialledger\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.5.20221215.1 --generate-sample=true",
"commit": "d6b373e6eb1ff1d68b27e394a3b754359fb61470",
"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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/confidentialledger/resource-manager/readme.md --use=@autorest/typescript@6.0.0-rc.5",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.4",
"use": "@autorest/typescript@6.0.0-rc.5.20221215.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
"use": "@autorest/typescript@6.0.0-rc.5"
}
23 changes: 7 additions & 16 deletions sdk/confidentialledger/arm-confidentialledger/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 ConfidentialLedgerClient.",
"version": "1.2.1",
"version": "1.3.0-beta.1",
"engines": {
"node": ">=14.0.0"
},
Expand All @@ -29,17 +29,16 @@
"types": "./types/arm-confidentialledger.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~4.8.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"dotenv": "^8.2.0",
"@azure/identity": "^2.0.1",
"@azure-tools/test-recorder": "^2.0.0",
"@azure-tools/test-credential": "^1.0.0",
Expand All @@ -50,6 +49,7 @@
"@types/node": "^14.0.0",
"@azure/dev-tool": "^1.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/confidentialledger/arm-confidentialledger",
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
Expand Down Expand Up @@ -110,14 +110,5 @@
}
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/confidentialledger/arm-confidentialledger",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-confidentialledger?view=azure-node-preview"
}
}
"autoPublish": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ export interface CertBasedSecurityPrincipal {
ledgerRoleName?: LedgerRoleName;
}

// @public
export interface CertificateTags {
tags?: {
[propertyName: string]: string;
};
}

// @public
export type CheckNameAvailabilityOperationResponse = CheckNameAvailabilityResponse;

Expand All @@ -47,8 +54,9 @@ export interface CheckNameAvailabilityResponse {
}

// @public
export interface ConfidentialLedger extends Resource, ResourceLocation, Tags {
export interface ConfidentialLedger extends TrackedResource, Tags {
properties?: LedgerProperties;
runningState?: RunningState;
}

// @public (undocumented)
Expand All @@ -62,6 +70,8 @@ export class ConfidentialLedgerClient extends coreClient.ServiceClient {
// (undocumented)
ledger: Ledger;
// (undocumented)
managedCCFOperations: ManagedCCFOperations;
// (undocumented)
operations: Operations;
// (undocumented)
subscriptionId: string;
Expand All @@ -83,6 +93,12 @@ export interface ConfidentialLedgerList {
// @public
export type CreatedByType = string;

// @public
export interface DeploymentType {
appSourceUri?: string;
languageRuntime?: LanguageRuntime;
}

// @public
export interface ErrorAdditionalInfo {
readonly info?: Record<string, unknown>;
Expand Down Expand Up @@ -120,6 +136,12 @@ export enum KnownCreatedByType {
User = "User"
}

// @public
export enum KnownLanguageRuntime {
CPP = "CPP",
JS = "JS"
}

// @public
export enum KnownLedgerRoleName {
Administrator = "Administrator",
Expand All @@ -145,6 +167,18 @@ export enum KnownProvisioningState {
Updating = "Updating"
}

// @public
export enum KnownRunningState {
Active = "Active",
Paused = "Paused",
Pausing = "Pausing",
Resuming = "Resuming",
Unknown = "Unknown"
}

// @public
export type LanguageRuntime = string;

// @public
export interface Ledger {
beginCreate(resourceGroupName: string, ledgerName: string, confidentialLedger: ConfidentialLedger, options?: LedgerCreateOptionalParams): Promise<PollerLike<PollOperationState<LedgerCreateResponse>, LedgerCreateResponse>>;
Expand Down Expand Up @@ -237,6 +271,105 @@ export interface LedgerUpdateOptionalParams extends coreClient.OperationOptions
// @public
export type LedgerUpdateResponse = ConfidentialLedger;

// @public
export interface ManagedCCF extends TrackedResource {
properties?: ManagedCCFProperties;
}

// @public
export interface ManagedCCFCreateOptionalParams extends coreClient.OperationOptions {
resumeFrom?: string;
updateIntervalInMs?: number;
}

// @public
export type ManagedCCFCreateResponse = ManagedCCF;

// @public
export interface ManagedCCFDeleteOptionalParams extends coreClient.OperationOptions {
resumeFrom?: string;
updateIntervalInMs?: number;
}

// @public
export interface ManagedCCFGetOptionalParams extends coreClient.OperationOptions {
}

// @public
export type ManagedCCFGetResponse = ManagedCCF;

// @public
export interface ManagedCCFList {
nextLink?: string;
value?: ManagedCCF[];
}

// @public
export interface ManagedCCFListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
}

// @public
export type ManagedCCFListByResourceGroupNextResponse = ManagedCCFList;

// @public
export interface ManagedCCFListByResourceGroupOptionalParams extends coreClient.OperationOptions {
filter?: string;
}

// @public
export type ManagedCCFListByResourceGroupResponse = ManagedCCFList;

// @public
export interface ManagedCCFListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
}

// @public
export type ManagedCCFListBySubscriptionNextResponse = ManagedCCFList;

// @public
export interface ManagedCCFListBySubscriptionOptionalParams extends coreClient.OperationOptions {
filter?: string;
}

// @public
export type ManagedCCFListBySubscriptionResponse = ManagedCCFList;

// @public
export interface ManagedCCFOperations {
beginCreate(resourceGroupName: string, appName: string, managedCCF: ManagedCCF, options?: ManagedCCFCreateOptionalParams): Promise<PollerLike<PollOperationState<ManagedCCFCreateResponse>, ManagedCCFCreateResponse>>;
beginCreateAndWait(resourceGroupName: string, appName: string, managedCCF: ManagedCCF, options?: ManagedCCFCreateOptionalParams): Promise<ManagedCCFCreateResponse>;
beginDelete(resourceGroupName: string, appName: string, options?: ManagedCCFDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
beginDeleteAndWait(resourceGroupName: string, appName: string, options?: ManagedCCFDeleteOptionalParams): Promise<void>;
beginUpdate(resourceGroupName: string, appName: string, managedCCF: ManagedCCF, options?: ManagedCCFUpdateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
beginUpdateAndWait(resourceGroupName: string, appName: string, managedCCF: ManagedCCF, options?: ManagedCCFUpdateOptionalParams): Promise<void>;
get(resourceGroupName: string, appName: string, options?: ManagedCCFGetOptionalParams): Promise<ManagedCCFGetResponse>;
listByResourceGroup(resourceGroupName: string, options?: ManagedCCFListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ManagedCCF>;
listBySubscription(options?: ManagedCCFListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ManagedCCF>;
}

// @public
export interface ManagedCCFProperties {
readonly appName?: string;
readonly appUri?: string;
deploymentType?: DeploymentType;
readonly identityServiceUri?: string;
memberIdentityCertificates?: MemberIdentityCertificate[];
readonly provisioningState?: ProvisioningState;
}

// @public
export interface ManagedCCFUpdateOptionalParams extends coreClient.OperationOptions {
resumeFrom?: string;
updateIntervalInMs?: number;
}

// @public
export interface MemberIdentityCertificate {
certificate?: string;
encryptionkey?: string;
tags?: any;
}

// @public
export interface Operations {
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<ResourceProviderOperationDefinition>;
Expand Down Expand Up @@ -267,11 +400,6 @@ export interface Resource {
readonly type?: string;
}

// @public
export interface ResourceLocation {
location?: string;
}

// @public
export interface ResourceProviderOperationDefinition {
display?: ResourceProviderOperationDisplay;
Expand All @@ -293,6 +421,9 @@ export interface ResourceProviderOperationList {
readonly value?: ResourceProviderOperationDefinition[];
}

// @public
export type RunningState = string;

// @public
export interface SystemData {
createdAt?: Date;
Expand All @@ -310,6 +441,14 @@ export interface Tags {
};
}

// @public
export interface TrackedResource extends Resource {
location: string;
tags?: {
[propertyName: string]: string;
};
}

// (No @packageDocumentation comment for this package)

```
Loading