Skip to content

Commit

Permalink
update servicefabricmesh package (#22261)
Browse files Browse the repository at this point in the history
* update servicefabricmesh package

* update servicefabricmesh package

* update servicefabricmesh package

* update servicefabricmesh package

Co-authored-by: ZiWei Chen (WICRESOFT NORTH AMERICA LTD) <v-ziweichen@microsoft.com>
  • Loading branch information
kazrael2119 and kazrael2119 authored Jun 16, 2022
1 parent 3e3a8fc commit 4123078
Show file tree
Hide file tree
Showing 119 changed files with 94 additions and 4,264 deletions.
11 changes: 6 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.

16 changes: 3 additions & 13 deletions sdk/servicefabricmesh/arm-servicefabricmesh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
# Release History

## 3.0.0-beta.3 (2022-06-15)

## 3.0.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 3.0.0-beta.2 (2022-05-01)

The package of @azure/arm-servicefabricmesh is using our next generation design principles since version 3.0.0-beta.2, which contains breaking changes.
The package of @azure/arm-servicefabricmesh is using our next generation design principles since version 3.0.0-beta.3, which contains breaking changes.

To understand the detail of the change, please refer to [Changelog](https://aka.ms/js-track2-changelog).

Expand Down
10 changes: 5 additions & 5 deletions sdk/servicefabricmesh/arm-servicefabricmesh/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "f9a6cb686bcc0f1b23761db19f2491c5c4df95cb",
"readme": "specification\\servicefabricmesh\\resource-manager\\readme.md",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\work\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\servicefabricmesh\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-alpha.19.20220408.1 --generate-sample=true",
"commit": "aa42d66d5b919ea80c8dde04ae19d30a9c974d7d",
"readme": "specification/servicefabricmesh/resource-manager/readme.md",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --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\\servicefabricmesh\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-beta.20 --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
"use": "@autorest/typescript@6.0.0-alpha.19.20220408.1"
}
"use": "@autorest/typescript@6.0.0-beta.20"
}
12 changes: 8 additions & 4 deletions sdk/servicefabricmesh/arm-servicefabricmesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"@azure/identity": "^2.0.1",
"@azure-tools/test-recorder": "^1.0.0",
"@azure-tools/test-recorder": "^2.0.0",
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^7.1.1",
"cross-env": "^7.0.2"
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@azure/dev-tool": "^1.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicefabricmesh/arm-servicefabricmesh",
"repository": {
Expand Down Expand Up @@ -91,7 +95,7 @@
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
"unit-test:browser": "echo skipped",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:node": "mocha -r esm --require ts-node/register --timeout 1200000 --full-trace test/*.ts --reporter ../../../common/tools/mocha-multi-reporter.js",
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
"integration-test:browser": "echo skipped",
"docs": "echo skipped"
},
Expand All @@ -113,4 +117,4 @@
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-servicefabricmesh?view=azure-node-preview"
}
}
}

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

Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export interface ApplicationResourceDescriptionList {
}

// @public
export type ApplicationResourceProperties = ProvisionedResourceProperties & ApplicationProperties & {};
export type ApplicationResourceProperties = ProvisionedResourceProperties & ApplicationProperties;

// @public
export type ApplicationScopedVolume = VolumeReference & {
Expand Down Expand Up @@ -435,7 +435,7 @@ export interface GatewayResourceDescriptionList {
}

// @public
export type GatewayResourceProperties = ProvisionedResourceProperties & GatewayProperties & {};
export type GatewayResourceProperties = ProvisionedResourceProperties & GatewayProperties;

// @public
export type HeaderMatchType = string;
Expand Down Expand Up @@ -491,7 +491,7 @@ export interface ImageRegistryCredential {
}

// @public
export type InlinedValueSecretResourceProperties = SecretResourceProperties & {};
export type InlinedValueSecretResourceProperties = SecretResourceProperties;

// @public
export enum KnownApplicationScopedVolumeKind {
Expand Down Expand Up @@ -737,7 +737,7 @@ export interface ProvisionedResourceProperties {
}

// @public
export type ProxyResource = Resource & {};
export type ProxyResource = Resource;

// @public
export interface ReliableCollectionsRef {
Expand Down Expand Up @@ -932,7 +932,7 @@ export interface SecretValueResourceDescriptionList {
}

// @public
export type SecretValueResourceProperties = ProvisionedResourceProperties & SecretValueProperties & {};
export type SecretValueResourceProperties = ProvisionedResourceProperties & SecretValueProperties;

// @public
export interface Service {
Expand Down Expand Up @@ -1079,7 +1079,7 @@ export interface ServiceResourceDescriptionList {
}

// @public
export type ServiceResourceProperties = ProvisionedResourceProperties & ServiceReplicaProperties & ServiceProperties & {};
export type ServiceResourceProperties = ProvisionedResourceProperties & ServiceReplicaProperties & ServiceProperties;

// @public
export interface Setting {
Expand Down Expand Up @@ -1203,7 +1203,7 @@ export interface VolumeResourceDescriptionList {
}

// @public
export type VolumeResourceProperties = ProvisionedResourceProperties & VolumeProperties & {};
export type VolumeResourceProperties = ProvisionedResourceProperties & VolumeProperties;

// (No @packageDocumentation comment for this package)

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4123078

Please sign in to comment.