Skip to content

Commit

Permalink
CodeGen from PR 18745 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Introduce stable version of Microsoft.Resources/changes (Azure#18745)

* Create 2022-05-01

* Delete 2022-05-01

* Create changes.json

* Create GetChange.json

* Create ListChanges.json

* Update readme.md

* Update changes.json

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md
  • Loading branch information
SDKAuto committed Apr 21, 2022
1 parent c76126f commit 8accef6
Show file tree
Hide file tree
Showing 15 changed files with 633 additions and 180 deletions.
136 changes: 64 additions & 72 deletions common/config/rush/pnpm-lock.yaml

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

33 changes: 22 additions & 11 deletions sdk/templatespecs/arm-templatespecs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
# Release History

## 2.0.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes


## 2.1.0 (2022-04-21)

**Features**

- Added operation TemplateSpecs.getBuiltIn
- Added operation TemplateSpecs.listBuiltIns
- Added operation TemplateSpecVersions.getBuiltIn
- Added operation TemplateSpecVersions.listBuiltIns
- Added Interface TemplateSpecsGetBuiltInOptionalParams
- Added Interface TemplateSpecsListBuiltInsNextOptionalParams
- Added Interface TemplateSpecsListBuiltInsOptionalParams
- Added Interface TemplateSpecVersionsGetBuiltInOptionalParams
- Added Interface TemplateSpecVersionsListBuiltInsNextOptionalParams
- Added Interface TemplateSpecVersionsListBuiltInsOptionalParams
- Added Type Alias TemplateSpecsGetBuiltInResponse
- Added Type Alias TemplateSpecsListBuiltInsNextResponse
- Added Type Alias TemplateSpecsListBuiltInsResponse
- Added Type Alias TemplateSpecVersionsGetBuiltInResponse
- Added Type Alias TemplateSpecVersionsListBuiltInsNextResponse
- Added Type Alias TemplateSpecVersionsListBuiltInsResponse

## 2.0.1 (2022-04-18)

**features**
Expand Down
11 changes: 0 additions & 11 deletions sdk/templatespecs/arm-templatespecs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ The APIs listed in this specification can be used to manage Template Spec resour
- [LTS versions of Node.js](https://nodejs.org/about/releases/)
- Latest versions of Safari, Chrome, Edge and Firefox.

See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.

### Prerequisites

- An [Azure subscription][azure_sub].
Expand Down Expand Up @@ -51,17 +49,8 @@ For more information about how to create an Azure AD Application check out [this
```javascript
const { TemplateSpecsClient } = require("@azure/arm-templatespecs");
const { DefaultAzureCredential } = require("@azure/identity");
// For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.

const subscriptionId = "00000000-0000-0000-0000-000000000000";
const client = new TemplateSpecsClient(new DefaultAzureCredential(), subscriptionId);

// For client-side applications running in the browser, use this code instead:
// const credential = new InteractiveBrowserCredential({
// tenantId: "<YOUR_TENANT_ID>",
// clientId: "<YOUR_CLIENT_ID>"
// });
// const client = new TemplateSpecsClient(credential, subscriptionId);
```


Expand Down
10 changes: 5 additions & 5 deletions sdk/templatespecs/arm-templatespecs/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "a42f1b58607091c4f255ead152a8ef323fa0b280",
"readme": "specification\\resources\\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\\resources\\resource-manager\\readme.md --use=@autorest/[email protected].19.20220408.1 --generate-sample=true",
"commit": "c59f463024f4baa30d4e7a77a710a6f283bb900d",
"readme": "specification/resources/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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/resources/resource-manager/readme.md --use=@autorest/[email protected].16.20220105.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.2.6",
"use": "@autorest/[email protected].19.20220408.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
"use": "@autorest/[email protected].16.20220105.1"
}
Loading

0 comments on commit 8accef6

Please sign in to comment.