Skip to content

[AutoPR-sdkreleaseplannertest]test release planner app #1867

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

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
fc7d10f
save
dw511214992 Jun 7, 2022
6c83e53
save new autorest config file in sdk repo
dw511214992 Jun 9, 2022
457b581
Update automation_generate.sh
dw511214992 Jun 10, 2022
59e0ea1
Update automation_generate.sh
dw511214992 Jun 13, 2022
1f2f00b
Update swagger_to_sdk_config.json
dw511214992 Jul 14, 2022
b58dbe1
Update swagger_to_sdk_config.json
dw511214992 Jul 14, 2022
30997c6
Update README.md
dw511214992 Jul 25, 2022
e03bd40
Update automation_init.sh
dw511214992 Jul 26, 2022
04da330
Update automation_init.sh
dw511214992 Sep 27, 2022
84b5547
Update automation_generate.sh
dw511214992 Oct 18, 2022
d454ffd
Update automation_generate.sh
dw511214992 Oct 20, 2022
0541144
Merge remote-tracking branch 'x/main' into main
Oct 26, 2022
c3bce29
Create typescript-emitter-package.json
dw511214992 Dec 7, 2022
dabc7cd
Update typescript-emitter-package.json
dw511214992 Dec 7, 2022
2fdfd4b
Update typescript-emitter-package.json
dw511214992 Dec 9, 2022
ad96247
Update typescript-emitter-package.json
dw511214992 Dec 9, 2022
730facb
Update typescript-emitter-package.json
dw511214992 Dec 9, 2022
e230cd1
Rename typescript-emitter-package.json to typescript-emitter-package1…
dw511214992 Dec 20, 2022
cc724f5
Rename typescript-emitter-package1.json to typescript-emitter-package…
dw511214992 Dec 20, 2022
b8f4e2f
Update automation_init.sh
dw511214992 Dec 20, 2022
75be1c8
Update typescript-emitter-package.json
dw511214992 Dec 21, 2022
bd8d39c
Update automation_init.sh
dw511214992 Dec 21, 2022
c1ed2c1
Update typescript-emitter-package.json
dw511214992 Dec 21, 2022
df2b629
Merge remote-tracking branch 'origin/main' into merge-main
dw511214992 Jan 5, 2023
61ca0bf
Update typescript-emitter-package.json
dw511214992 Jan 10, 2023
6a8db99
Update typescript-emitter-package.json
dw511214992 Jan 10, 2023
801af50
Update typescript-emitter-package.json
dw511214992 Jan 10, 2023
35892d0
Update automation_init.sh
dw511214992 Jan 10, 2023
a2db620
[auto]create by sdk generation
Jan 16, 2023
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
71 changes: 50 additions & 21 deletions common/config/rush/pnpm-lock.yaml

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

9 changes: 9 additions & 0 deletions eng/typescript-emitter-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"dependencies": {
"@azure-tools/cadl-typescript": "1.0.0-beta.8",
"@azure-tools/cadl-autorest": "0.24.0",
"@cadl-lang/eslint-config-cadl": "0.5.0",
"@cadl-lang/eslint-plugin": "0.38.0",
"@cadl-lang/library-linter": "0.38.0"
}
}
9 changes: 7 additions & 2 deletions rush.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* This is the main configuration file for Rush.
* For full documentation, please see https://rushjs.io
*/ {
*/{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
/**
* (Required) This specifies the version of the Rush engine to be used in this repo.
Expand Down Expand Up @@ -1928,6 +1928,11 @@
"packageName": "@azure/arm-billingbenefits",
"projectFolder": "sdk/billingbenefits/arm-billingbenefits",
"versionPolicyName": "management"
},
{
"packageName": "@azure/arm-sdkreleaseplannertest",
"projectFolder": "sdk/sdkreleaseplannertest/arm-sdkreleaseplannertest",
"versionPolicyName": "management"
}
]
}
}
47 changes: 22 additions & 25 deletions sdk/purview/purview-administration-rest/swagger/README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,32 @@
# Azure Purview Catalog TypeScript Protocol Layer
# JavaScript

> see https://aka.ms/autorest

## Configuration

```yaml $(purview-account) == true
title: PurviewAccount
description: Purview Account Client
output-folder: ../src/account
source-code-folder-path: ./
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/purview/data-plane/Azure.Analytics.Purview.Account/preview/2019-11-01-preview/account.json
```

```yaml $(purview-metadata) == true
title: PurviewMetadataPolicies
description: Purview Metadata Policies Client
output-folder: ../src/metadataPolicies
source-code-folder-path: ./
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/purview/data-plane/Azure.Analytics.Purview.MetadataPolicies/preview/2021-07-01-preview/purviewMetadataPolicy.json
```


```yaml
modelerfour.lenient-model-deduplication: true
package-name: "@azure-rest/purview-administration"
generate-metadata: false
```yaml $(multi-client)
package-name: '@azure-rest/purview-administration'
generate-metadata: true
license-header: MICROSOFT_MIT_NO_VERSION
package-version: 1.0.0-beta.2
rest-level-client: true
add-credentials: true
credential-scopes: "https://purview.azure.net/.default"
credential-scopes: https://purview.azure.net/.default
require:
- https://github.com/Azure/azure-rest-api-specs/blob/9e30496a8803beb5a84909997e5cd7ea0f242fd8/specification/purview/data-plane/administration/readme.md
use-extension:
"@autorest/typescript": "latest"
'@autorest/typescript': 6.0.0-beta.20
tag: false
batch:
- purview-account: true
- purview-metadata: true
```
```yaml $(purview-account)
output-folder: ../
source-code-folder-path: ./src/account
title: PurviewAccount
```
```yaml $(purview-metadata)
output-folder: ../
source-code-folder-path: ./src/metadataPolicies
title: PurviewMetadataPolicies
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Release History

## 1.0.0 (2023-01-16)

The package of @azure/arm-sdkreleaseplannertest is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
21 changes: 21 additions & 0 deletions sdk/sdkreleaseplannertest/arm-sdkreleaseplannertest/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2023 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading