Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR @azure/arm-migrationdiscoverysap] tsp configs for sphere #9947

Closed
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
775 changes: 388 additions & 387 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

19 changes: 8 additions & 11 deletions sdk/migrationdiscovery/arm-migrationdiscoverysap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# Release History

## 1.0.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes


## 1.0.0-beta.2 (2024-05-14)

**Breaking Changes**

- Removed Enum KnownVersions


## 1.0.0-beta.1 (2024-03-12)

The package of @azure/arm-migrationdiscoverysap is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
10 changes: 5 additions & 5 deletions sdk/migrationdiscovery/arm-migrationdiscoverysap/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "3004d02873a4b583ba6a3966a370f1ba19b5da1d",
"commit": "2e14af50bb3aebbe28acdc2f3c00bb4b7455d118",
"readme": "specification/workloads/resource-manager/Microsoft.Workloads/SAPDiscoverySites/readme.md",
"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=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\workloads\\resource-manager\\Microsoft.Workloads\\SAPDiscoverySites\\readme.md --use=@autorest/[email protected].17 --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected].4",
"use": "@autorest/[email protected].17"
"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/workloads/resource-manager/Microsoft.Workloads/SAPDiscoverySites/readme.md --use=@autorest/typescript@^6.0.12",
"repository_url": "https://github.com/test-repo-billy/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected].8",
"use": "@autorest/typescript@^6.0.12"
}
6 changes: 0 additions & 6 deletions sdk/migrationdiscovery/arm-migrationdiscoverysap/assets.json

This file was deleted.

13 changes: 3 additions & 10 deletions sdk/migrationdiscovery/arm-migrationdiscoverysap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^10.0.0",
"@types/mocha": "^10.0.0",
"tsx": "^4.7.1",
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
Expand Down Expand Up @@ -105,13 +106,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/migrationdiscovery/arm-migrationdiscoverysap",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-migrationdiscoverysap?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/migrationdiscovery/arm-migrationdiscoverysap"
}
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,6 @@ export enum KnownSapInstanceType {
Webdisp = "WEBDISP"
}

// @public
export enum KnownVersions {
V20231001Preview = "2023-10-01-preview"
}

// @public
export interface NativePerformanceData extends PerformanceData {
dataSource: "Native";
Expand Down Expand Up @@ -264,7 +259,7 @@ export interface SAPDiscoverySite extends TrackedResource {

// @public
export interface SAPDiscoverySiteListResult {
readonly nextLink?: string;
nextLink?: string;
value: SAPDiscoverySite[];
}

Expand Down Expand Up @@ -390,7 +385,7 @@ export type SapInstanceEnvironment = string;

// @public
export interface SAPInstanceListResult {
readonly nextLink?: string;
nextLink?: string;
value: SAPInstance[];
}

Expand Down Expand Up @@ -491,7 +486,7 @@ export interface ServerInstance extends ProxyResource {

// @public
export interface ServerInstanceListResult {
readonly nextLink?: string;
nextLink?: string;
value: ServerInstance[];
}

Expand Down Expand Up @@ -597,9 +592,6 @@ export interface UpdateServerInstanceRequest {
properties?: ServerInstanceProperties;
}

// @public
export type Versions = string;

// @public (undocumented)
export class WorkloadsClient extends coreClient.ServiceClient {
// (undocumented)
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading