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

[ReleasePR @azure/arm-azurestackhci] merge 2023-08-01-preview API version to main repo #21358

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

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

41 changes: 31 additions & 10 deletions sdk/azurestackhci/arm-azurestackhci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,36 @@
# Release History

## 2.2.0 (2022-04-12)

**Features**

## 2.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation ArcSettings.beginCreateIdentity
- Added operation ArcSettings.beginCreateIdentityAndWait
- Added operation ArcSettings.generatePassword
- Added operation Clusters.beginCreateIdentity
- Added operation Clusters.beginCreateIdentityAndWait
- Added operation Clusters.beginUploadCertificate
- Added operation Clusters.beginUploadCertificateAndWait
- Added Interface ArcIdentityResponse
- Added Interface ArcSettingsCreateIdentityOptionalParams
- Added Interface ArcSettingsGeneratePasswordOptionalParams
- Added Interface ClusterIdentityResponse
- Added Interface ClustersCreateIdentityOptionalParams
- Added Interface ClustersUploadCertificateOptionalParams
- Added Interface PasswordCredential
- Added Interface RawCertificateData
- Added Interface UploadCertificateRequest
- Added Type Alias ArcSettingsCreateIdentityResponse
- Added Type Alias ArcSettingsGeneratePasswordResponse
- Added Type Alias ClustersCreateIdentityResponse
- Type Alias ArcSetting has a new parameter arcApplicationClientId
- Type Alias ArcSetting has a new parameter arcApplicationTenantId
- Type Alias ArcSetting has a new parameter arcServicePrincipalObjectId
- Type Alias ArcSetting has a new parameter arcApplicationObjectId
- Type Alias Cluster has a new parameter aadApplicationObjectId
- Type Alias Cluster has a new parameter aadServicePrincipalObjectId
- Type Alias Cluster has a new parameter serviceEndpoint

## 2.1.0 (2022-02-28)

**Features**
Expand Down
13 changes: 1 addition & 12 deletions sdk/azurestackhci/arm-azurestackhci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Azure Stack HCI management service

[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/azurestackhci/arm-azurestackhci) |
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-azurestackhci) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-azurestackhci?view=azure-node-preview) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-azurestackhci) |
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)

## Getting started
Expand All @@ -16,8 +16,6 @@ Azure Stack HCI management service
- [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 { AzureStackHCIClient } = require("@azure/arm-azurestackhci");
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 AzureStackHCIClient(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 AzureStackHCIClient(credential, subscriptionId);
```


Expand Down
7 changes: 4 additions & 3 deletions sdk/azurestackhci/arm-azurestackhci/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"commit": "20d333fa60a4a81acfd01a7bd56dd9c552301afe",
"commit": "231bba87d82c8acd0b203ea3cbcd172209238ad9",
"readme": "specification/azurestackhci/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:\\mydev\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\azurestackhci\\resource-manager\\readme.md --use=@autorest/[email protected]beta.16 --generate-sample=true",
"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/azurestackhci/resource-manager/readme.md --use=@autorest/[email protected]alpha.16.20220105.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"use": "@autorest/[email protected]"
"release_tool": "@azure-tools/[email protected]",
"use": "@autorest/[email protected]"
}
Loading