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
10 changes: 5 additions & 5 deletions common/config/rush/pnpm-lock.yaml

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

37 changes: 27 additions & 10 deletions sdk/vmwarecloudsimple/arm-vmwarecloudsimple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,32 @@
# Release History

## 4.0.0 (2022-12-09)

**Breaking Changes**

## 3.0.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Interface CustomizationPoliciesListNextOptionalParams no longer has parameter filter
- Interface DedicatedCloudNodesListByResourceGroupNextOptionalParams no longer has parameter filter
- Interface DedicatedCloudNodesListByResourceGroupNextOptionalParams no longer has parameter skipToken
- Interface DedicatedCloudNodesListByResourceGroupNextOptionalParams no longer has parameter top
- Interface DedicatedCloudNodesListBySubscriptionNextOptionalParams no longer has parameter filter
- Interface DedicatedCloudNodesListBySubscriptionNextOptionalParams no longer has parameter skipToken
- Interface DedicatedCloudNodesListBySubscriptionNextOptionalParams no longer has parameter top
- Interface DedicatedCloudServicesListByResourceGroupNextOptionalParams no longer has parameter filter
- Interface DedicatedCloudServicesListByResourceGroupNextOptionalParams no longer has parameter skipToken
- Interface DedicatedCloudServicesListByResourceGroupNextOptionalParams no longer has parameter top
- Interface DedicatedCloudServicesListBySubscriptionNextOptionalParams no longer has parameter filter
- Interface DedicatedCloudServicesListBySubscriptionNextOptionalParams no longer has parameter skipToken
- Interface DedicatedCloudServicesListBySubscriptionNextOptionalParams no longer has parameter top
- Interface SkusAvailabilityListNextOptionalParams no longer has parameter skuId
- Interface UsagesListNextOptionalParams no longer has parameter filter
- Interface VirtualMachinesListByResourceGroupNextOptionalParams no longer has parameter filter
- Interface VirtualMachinesListByResourceGroupNextOptionalParams no longer has parameter skipToken
- Interface VirtualMachinesListByResourceGroupNextOptionalParams no longer has parameter top
- Interface VirtualMachinesListBySubscriptionNextOptionalParams no longer has parameter filter
- Interface VirtualMachinesListBySubscriptionNextOptionalParams no longer has parameter skipToken
- Interface VirtualMachinesListBySubscriptionNextOptionalParams no longer has parameter top


## 3.0.1 (2022-07-06)

**Features**
Expand Down
8 changes: 4 additions & 4 deletions sdk/vmwarecloudsimple/arm-vmwarecloudsimple/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "58a1320584b1d26bf7dab969a2593cd22b39caec",
"commit": "65106a17de1db38e076ea6f14c0b60305bd27ace",
"readme": "specification/vmwarecloudsimple/resource-manager/readme.md",
"autorest_command": "autorest --version=3.7.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\\vmwarecloudsimple\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.1 --generate-sample=true",
"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/vmwarecloudsimple/resource-manager/readme.md --use=@autorest/typescript@6.0.0-rc.4",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.0",
"use": "@autorest/typescript@6.0.0-rc.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.2",
"use": "@autorest/typescript@6.0.0-rc.4"
}
19 changes: 6 additions & 13 deletions sdk/vmwarecloudsimple/arm-vmwarecloudsimple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for VMwareCloudSimple.",
"version": "3.0.2",
"version": "4.0.0",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.2.0",
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.5.0",
"@azure/core-client": "^1.6.1",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.8.0",
"tslib": "^2.2.0"
Expand All @@ -36,7 +36,7 @@
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~4.2.0",
"typescript": "~4.8.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"@azure/identity": "^2.0.1",
Expand All @@ -46,6 +46,7 @@
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@types/node": "^14.0.0",
"@azure/dev-tool": "^1.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/vmwarecloudsimple/arm-vmwarecloudsimple",
Expand Down Expand Up @@ -109,13 +110,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-vmwarecloudsimple?view=azure-node-preview"
}
}
"autoPublish": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export type CustomizationPoliciesGetResponse = CustomizationPolicy;

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

// @public
Expand Down Expand Up @@ -250,9 +249,6 @@ export type DedicatedCloudNodesGetResponse = DedicatedCloudNode;

// @public
export interface DedicatedCloudNodesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
filter?: string;
skipToken?: string;
top?: number;
}

// @public
Expand All @@ -270,9 +266,6 @@ export type DedicatedCloudNodesListByResourceGroupResponse = DedicatedCloudNodeL

// @public
export interface DedicatedCloudNodesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
filter?: string;
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -355,9 +348,6 @@ export type DedicatedCloudServicesGetResponse = DedicatedCloudService;

// @public
export interface DedicatedCloudServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
filter?: string;
skipToken?: string;
top?: number;
}

// @public
Expand All @@ -375,9 +365,6 @@ export type DedicatedCloudServicesListByResourceGroupResponse = DedicatedCloudSe

// @public
export interface DedicatedCloudServicesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
filter?: string;
skipToken?: string;
top?: number;
}

// @public
Expand All @@ -403,6 +390,9 @@ export type DedicatedCloudServicesUpdateResponse = DedicatedCloudService;
// @public
export type DiskIndependenceMode = "persistent" | "independent_persistent" | "independent_nonpersistent";

// @public
export function getContinuationToken(page: unknown): string | undefined;

// @public
export interface GuestOSCustomization {
dnsServers?: string[];
Expand Down Expand Up @@ -683,7 +673,6 @@ export interface SkusAvailability {

// @public
export interface SkusAvailabilityListNextOptionalParams extends coreClient.OperationOptions {
skuId?: string;
}

// @public
Expand Down Expand Up @@ -730,7 +719,6 @@ export interface Usages {

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

// @public
Expand Down Expand Up @@ -866,9 +854,6 @@ export type VirtualMachinesGetResponse = VirtualMachine;

// @public
export interface VirtualMachinesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
filter?: string;
skipToken?: string;
top?: number;
}

// @public
Expand All @@ -886,9 +871,6 @@ export type VirtualMachinesListByResourceGroupResponse = VirtualMachineListRespo

// @public
export interface VirtualMachinesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
filter?: string;
skipToken?: string;
top?: number;
}

// @public
Expand Down
1 change: 1 addition & 0 deletions sdk/vmwarecloudsimple/arm-vmwarecloudsimple/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

/// <reference lib="esnext.asynciterable" />
export { getContinuationToken } from "./pagingHelper";
export * from "./models";
export { VMwareCloudSimple } from "./vMwareCloudSimple";
export * from "./operationsInterfaces";
71 changes: 10 additions & 61 deletions sdk/vmwarecloudsimple/arm-vmwarecloudsimple/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ export interface PrivateCloud {
virtualMachineTemplates?: VirtualMachineTemplate[];
/** The list of Virtual Networks */
virtualNetworks?: VirtualNetwork[];
/** Is Vrops enabled/disabled */
/** Is vRealize Operations Manager enabled/disabled */
vrOpsEnabled?: boolean;
}

Expand Down Expand Up @@ -1159,28 +1159,14 @@ export type DedicatedCloudNodesUpdateResponse = DedicatedCloudNode;

/** Optional parameters. */
export interface DedicatedCloudNodesListBySubscriptionNextOptionalParams
extends coreClient.OperationOptions {
/** The filter to apply on the list operation */
filter?: string;
/** The maximum number of record sets to return */
top?: number;
/** to be used by nextLink implementation */
skipToken?: string;
}
extends coreClient.OperationOptions {}

/** Contains response data for the listBySubscriptionNext operation. */
export type DedicatedCloudNodesListBySubscriptionNextResponse = DedicatedCloudNodeListResponse;

/** Optional parameters. */
export interface DedicatedCloudNodesListByResourceGroupNextOptionalParams
extends coreClient.OperationOptions {
/** The filter to apply on the list operation */
filter?: string;
/** The maximum number of record sets to return */
top?: number;
/** to be used by nextLink implementation */
skipToken?: string;
}
extends coreClient.OperationOptions {}

/** Contains response data for the listByResourceGroupNext operation. */
export type DedicatedCloudNodesListByResourceGroupNextResponse = DedicatedCloudNodeListResponse;
Expand Down Expand Up @@ -1245,28 +1231,14 @@ export type DedicatedCloudServicesUpdateResponse = DedicatedCloudService;

/** Optional parameters. */
export interface DedicatedCloudServicesListBySubscriptionNextOptionalParams
extends coreClient.OperationOptions {
/** The filter to apply on the list operation */
filter?: string;
/** The maximum number of record sets to return */
top?: number;
/** to be used by nextLink implementation */
skipToken?: string;
}
extends coreClient.OperationOptions {}

/** Contains response data for the listBySubscriptionNext operation. */
export type DedicatedCloudServicesListBySubscriptionNextResponse = DedicatedCloudServiceListResponse;

/** Optional parameters. */
export interface DedicatedCloudServicesListByResourceGroupNextOptionalParams
extends coreClient.OperationOptions {
/** The filter to apply on the list operation */
filter?: string;
/** The maximum number of record sets to return */
top?: number;
/** to be used by nextLink implementation */
skipToken?: string;
}
extends coreClient.OperationOptions {}

/** Contains response data for the listByResourceGroupNext operation. */
export type DedicatedCloudServicesListByResourceGroupNextResponse = DedicatedCloudServiceListResponse;
Expand All @@ -1283,10 +1255,7 @@ export type SkusAvailabilityListResponse = SkuAvailabilityListResponse;

/** Optional parameters. */
export interface SkusAvailabilityListNextOptionalParams
extends coreClient.OperationOptions {
/** sku id, if no sku is passed availability for all skus will be returned */
skuId?: string;
}
extends coreClient.OperationOptions {}

/** Contains response data for the listNext operation. */
export type SkusAvailabilityListNextResponse = SkuAvailabilityListResponse;
Expand Down Expand Up @@ -1331,10 +1300,7 @@ export type CustomizationPoliciesGetResponse = CustomizationPolicy;

/** Optional parameters. */
export interface CustomizationPoliciesListNextOptionalParams
extends coreClient.OperationOptions {
/** The filter to apply on the list operation. only type is allowed here as a filter e.g. $filter=type eq 'xxxx' */
filter?: string;
}
extends coreClient.OperationOptions {}

/** Contains response data for the listNext operation. */
export type CustomizationPoliciesListNextResponse = CustomizationPoliciesListResponse;
Expand Down Expand Up @@ -1413,10 +1379,7 @@ export type UsagesListResponse = UsageListResponse;

/** Optional parameters. */
export interface UsagesListNextOptionalParams
extends coreClient.OperationOptions {
/** The filter to apply on the list operation. only name.value is allowed here as a filter e.g. $filter=name.value eq 'xxxx' */
filter?: string;
}
extends coreClient.OperationOptions {}

/** Contains response data for the listNext operation. */
export type UsagesListNextResponse = UsageListResponse;
Expand Down Expand Up @@ -1517,28 +1480,14 @@ export interface VirtualMachinesStopOptionalParams

/** Optional parameters. */
export interface VirtualMachinesListBySubscriptionNextOptionalParams
extends coreClient.OperationOptions {
/** The filter to apply on the list operation */
filter?: string;
/** The maximum number of record sets to return */
top?: number;
/** to be used by nextLink implementation */
skipToken?: string;
}
extends coreClient.OperationOptions {}

/** Contains response data for the listBySubscriptionNext operation. */
export type VirtualMachinesListBySubscriptionNextResponse = VirtualMachineListResponse;

/** Optional parameters. */
export interface VirtualMachinesListByResourceGroupNextOptionalParams
extends coreClient.OperationOptions {
/** The filter to apply on the list operation */
filter?: string;
/** The maximum number of record sets to return */
top?: number;
/** to be used by nextLink implementation */
skipToken?: string;
}
extends coreClient.OperationOptions {}

/** Contains response data for the listByResourceGroupNext operation. */
export type VirtualMachinesListByResourceGroupNextResponse = VirtualMachineListResponse;
Expand Down
Loading