Skip to content

Commit

Permalink
marketplaceordering-migrate-mixedreality-netapp-release (#19930)
Browse files Browse the repository at this point in the history
* marketplaceordering-release

* migrate-relesae

* mixedreality-release

* marketplaceordering-migrate-mixedreality-netapp-release

* update
  • Loading branch information
colawwj committed Jan 20, 2022
1 parent a21e29b commit 1cac6e1
Show file tree
Hide file tree
Showing 385 changed files with 37,627 additions and 15,569 deletions.
238 changes: 172 additions & 66 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions eng/ignore-links.txt
Expand Up @@ -15,14 +15,12 @@ https://docs.microsoft.com/javascript/api/@azure/arm-communication
https://docs.microsoft.com/javascript/api/@azure/arm-databoxedge
https://docs.microsoft.com/javascript/api/@azure/arm-datadog
https://docs.microsoft.com/javascript/api/@azure/arm-healthbot
https://docs.microsoft.com/javascript/api/@azure/arm-deploymentmanager?view=azure-node-preview
https://docs.microsoft.com/javascript/api/@azure/arm-hanaonazure?view=azure-node-preview
https://docs.microsoft.com/javascript/api/@azure/arm-kubernetesconfiguration?view=azure-node-preview
https://docs.microsoft.com/en-us/azure/azure-resource-manager/deployment-manager-overview
https://docs.microsoft.com/javascript/api/@azure/arm-datamigration?view=azure-node-preview
https://docs.microsoft.com/javascript/api/@azure/arm-healthcareapis?view=azure-node-preview
https://docs.microsoft.com/javascript/api/@azure/arm-hybridkubernetes?view=azure-node-preview
https://docs.microsoft.com/javascript/api/@azure/arm-healthcareapis
https://docs.microsoft.com/javascript/api/@azure/arm-hybridkubernetes
https://docs.microsoft.com/javascript/api/@azure/arm-oep?view=azure-node-preview
https://docs.microsoft.com/javascript/api/@azure/arm-securityinsight?view=azure-node-preview
https://docs.microsoft.com/javascript/api/@azure/arm-netapp
20 changes: 20 additions & 0 deletions rush.json
Expand Up @@ -1410,6 +1410,26 @@
"packageName": "@azure/arm-mariadb",
"projectFolder": "sdk/mariadb/arm-mariadb",
"versionPolicyName": "management"
},
{
"packageName": "@azure/arm-marketplaceordering",
"projectFolder": "sdk/marketplaceordering/arm-marketplaceordering",
"versionPolicyName": "management"
},
{
"packageName": "@azure/arm-migrate",
"projectFolder": "sdk/migrate/arm-migrate",
"versionPolicyName": "management"
},
{
"packageName": "@azure/arm-mixedreality",
"projectFolder": "sdk/mixedreality/arm-mixedreality",
"versionPolicyName": "management"
},
{
"packageName": "@azure/arm-netapp",
"projectFolder": "sdk/netapp/arm-netapp",
"versionPolicyName": "management"
}
]
}
11 changes: 11 additions & 0 deletions sdk/marketplaceordering/arm-marketplaceordering/CHANGELOG.md
@@ -0,0 +1,11 @@
# Release History

## 3.0.0 (2022-01-20)

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

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

To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).

To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
21 changes: 21 additions & 0 deletions sdk/marketplaceordering/arm-marketplaceordering/LICENSE
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2022 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.
150 changes: 72 additions & 78 deletions sdk/marketplaceordering/arm-marketplaceordering/README.md
@@ -1,104 +1,98 @@
## Azure MarketplaceOrderingAgreements SDK for JavaScript
# Azure Service client library for JavaScript

This package contains an isomorphic SDK for MarketplaceOrderingAgreements.
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for Azure Service client.

REST API for MarketplaceOrdering Agreements.

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

## Getting started

### Currently supported environments

- [LTS versions of Node.js](https://nodejs.org/about/releases/)
- Latest versions of Safari, Chrome, Edge, and Firefox.
### How to Install
- Latest versions of Safari, Chrome, Edge and Firefox.

### Prerequisites

- An [Azure subscription][azure_sub].

### Install the `@azure/arm-marketplaceordering` package

Install the Azure Service client library for JavaScript with `npm`:

```bash
npm install @azure/arm-marketplaceordering
```

### How to use
### Create and authenticate a `MarketplaceOrderingAgreements`

To create a client object to access the Azure Service API, you will need the `endpoint` of your Azure Service resource and a `credential`. The Azure Service client can use Azure Active Directory credentials to authenticate.
You can find the endpoint for your Azure Service resource in the [Azure Portal][azure_portal].

#### nodejs - Authentication, client creation and get marketplaceAgreements as an example written in TypeScript.
You can authenticate with Azure Active Directory using a credential from the [@azure/identity][azure_identity] library or [an existing AAD Token](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/identity/identity/samples/AzureIdentityExamples.md#authenticating-with-a-pre-fetched-access-token).

##### Install @azure/ms-rest-nodeauth
To use the [DefaultAzureCredential][defaultazurecredential] provider shown below, or other credential providers provided with the Azure SDK, please install the `@azure/identity` package:

- Please install minimum version of `"@azure/ms-rest-nodeauth": "^3.0.0"`.
```bash
npm install @azure/ms-rest-nodeauth@"^3.0.0"
npm install @azure/identity
```

##### Sample code

```typescript
import * as msRest from "@azure/ms-rest-js";
import * as msRestAzure from "@azure/ms-rest-azure-js";
import * as msRestNodeAuth from "@azure/ms-rest-nodeauth";
import { MarketplaceOrderingAgreements, MarketplaceOrderingAgreementsModels, MarketplaceOrderingAgreementsMappers } from "@azure/arm-marketplaceordering";
const subscriptionId = process.env["AZURE_SUBSCRIPTION_ID"];

msRestNodeAuth.interactiveLogin().then((creds) => {
const client = new MarketplaceOrderingAgreements(creds, subscriptionId);
const publisherId = "testpublisherId";
const offerId = "testofferId";
const planId = "testplanId";
client.marketplaceAgreements.get(publisherId, offerId, planId).then((result) => {
console.log("The result is:");
console.log(result);
});
}).catch((err) => {
console.error(err);
});
You will also need to **register a new AAD application and grant access to Azure Service** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.

For more information about how to create an Azure AD Application check out [this guide](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).

```javascript
const { MarketplaceOrderingAgreements } = require("@azure/arm-marketplaceordering");
const { DefaultAzureCredential } = require("@azure/identity");
const subscriptionId = "00000000-0000-0000-0000-000000000000";
const client = new MarketplaceOrderingAgreements(new DefaultAzureCredential(), subscriptionId);
```

#### browser - Authentication, client creation and get marketplaceAgreements as an example written in JavaScript.

##### Install @azure/ms-rest-browserauth
### JavaScript Bundle
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).

```bash
npm install @azure/ms-rest-browserauth
```
## Key concepts

##### Sample code

See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to Azure in the browser.

- index.html
```html
<!DOCTYPE html>
<html lang="en">
<head>
<title>@azure/arm-marketplaceordering sample</title>
<script src="node_modules/@azure/ms-rest-js/dist/msRest.browser.js"></script>
<script src="node_modules/@azure/ms-rest-azure-js/dist/msRestAzure.js"></script>
<script src="node_modules/@azure/ms-rest-browserauth/dist/msAuth.js"></script>
<script src="node_modules/@azure/arm-marketplaceordering/dist/arm-marketplaceordering.js"></script>
<script type="text/javascript">
const subscriptionId = "<Subscription_Id>";
const authManager = new msAuth.AuthManager({
clientId: "<client id for your Azure AD app>",
tenant: "<optional tenant for your organization>"
});
authManager.finalizeLogin().then((res) => {
if (!res.isLoggedIn) {
// may cause redirects
authManager.login();
}
const client = new Azure.ArmMarketplaceordering.MarketplaceOrderingAgreements(res.creds, subscriptionId);
const publisherId = "testpublisherId";
const offerId = "testofferId";
const planId = "testplanId";
client.marketplaceAgreements.get(publisherId, offerId, planId).then((result) => {
console.log("The result is:");
console.log(result);
}).catch((err) => {
console.log("An error occurred:");
console.error(err);
});
});
</script>
</head>
<body></body>
</html>
### MarketplaceOrderingAgreements

`MarketplaceOrderingAgreements` is the primary interface for developers using the Azure Service client library. Explore the methods on this client object to understand the different features of the Azure Service service that you can access.

## Troubleshooting

### Logging

Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:

```javascript
const { setLogLevel } = require("@azure/logger");
setLogLevel("info");
```

For more detailed instructions on how to enable logs, you can look at the [@azure/logger package docs](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/logger).

## Next steps

Please take a look at the [samples](https://github.com/Azure-Samples/azure-samples-js-management) directory for detailed examples on how to use this library.

## Contributing

If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/main/CONTRIBUTING.md) to learn more about how to build and test the code.

## Related projects

- [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js)
- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fmarketplaceordering%2Farm-marketplaceordering%2FREADME.png)

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js/sdk/marketplaceordering/arm-marketplaceordering/README.png)
[azure_cli]: https://docs.microsoft.com/cli/azure
[azure_sub]: https://azure.microsoft.com/free/
[azure_sub]: https://azure.microsoft.com/free/
[azure_portal]: https://portal.azure.com
[azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity
[defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential
7 changes: 7 additions & 0 deletions sdk/marketplaceordering/arm-marketplaceordering/_meta.json
@@ -0,0 +1,7 @@
{
"commit": "f9a6cb686bcc0f1b23761db19f2491c5c4df95cb",
"readme": "specification/marketplaceordering/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/marketplaceordering/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20220114.1 --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"use": "@autorest/typescript@6.0.0-alpha.16.20220114.1"
}
18 changes: 18 additions & 0 deletions sdk/marketplaceordering/arm-marketplaceordering/api-extractor.json
@@ -0,0 +1,18 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
"docModel": { "enabled": true },
"apiReport": { "enabled": true, "reportFolder": "./review" },
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "",
"publicTrimmedFilePath": "./types/arm-marketplaceordering.d.ts"
},
"messages": {
"tsdocMessageReporting": { "default": { "logLevel": "none" } },
"extractorMessageReporting": {
"ae-missing-release-tag": { "logLevel": "none" },
"ae-unresolved-link": { "logLevel": "none" }
}
}
}

0 comments on commit 1cac6e1

Please sign in to comment.