diff --git a/sdk/dns/arm-dns/LICENSE.txt b/sdk/dns/arm-dns/LICENSE.txt index a70e8cf66038..b73b4a1293c3 100644 --- a/sdk/dns/arm-dns/LICENSE.txt +++ b/sdk/dns/arm-dns/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018 Microsoft +Copyright (c) 2019 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 diff --git a/sdk/dns/arm-dns/README.md b/sdk/dns/arm-dns/README.md index 03a719b4e50b..43b8b8b46de9 100644 --- a/sdk/dns/arm-dns/README.md +++ b/sdk/dns/arm-dns/README.md @@ -9,7 +9,7 @@ This package contains an isomorphic SDK for DnsManagementClient. ### How to Install -``` +```bash npm install @azure/arm-dns ``` @@ -19,15 +19,15 @@ npm install @azure/arm-dns ##### Install @azure/ms-rest-nodeauth -``` +```bash npm install @azure/ms-rest-nodeauth ``` ##### Sample code -```ts -import * as msRest from "@azure/ms-rest-js"; -import * as msRestAzure from "@azure/ms-rest-azure-js"; +```typescript +import * as coreHttp from "@azure/core-http"; +import * as coreArm from "@azure/core-arm"; import * as msRestNodeAuth from "@azure/ms-rest-nodeauth"; import { DnsManagementClient, DnsManagementModels, DnsManagementMappers } from "@azure/arm-dns"; const subscriptionId = process.env["AZURE_SUBSCRIPTION_ID"]; @@ -51,7 +51,7 @@ msRestNodeAuth.interactiveLogin().then((creds) => { ##### Install @azure/ms-rest-browserauth -``` +```bash npm install @azure/ms-rest-browserauth ``` @@ -65,8 +65,8 @@ See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to