Skip to content
Merged
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
2 changes: 1 addition & 1 deletion packages/@azure/arm-cdn/lib/cdnManagementClientContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import * as msRest from "ms-rest-js";
import * as msRestAzure from "ms-rest-azure-js";

const packageName = "@azure/arm-cdn";
const packageVersion = "0.1.0";
const packageVersion = "0.2.0";

export class CdnManagementClientContext extends msRestAzure.AzureServiceClient {
credentials: msRest.ServiceClientCredentials;
Expand Down
6 changes: 3 additions & 3 deletions packages/@azure/arm-cdn/lib/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export interface Endpoint extends TrackedResource {
deliveryPolicy?: EndpointPropertiesUpdateParametersDeliveryPolicy;
/**
* @member {string} [hostName] The host name of the endpoint structured as
* {endpointName}.{DNSZone}, e.g. consoto.azureedge.net
* {endpointName}.{DNSZone}, e.g. contoso.azureedge.net
* **NOTE: This property will not be serialized. It can only be populated by
* the server.**
*/
Expand Down Expand Up @@ -699,7 +699,7 @@ export interface ProxyResource extends Resource {
* @interface
* An interface representing CustomDomain.
* Friendly domain name mapping to the endpoint hostname that the customer
* provides for branding purposes, e.g. www.consoto.com.
* provides for branding purposes, e.g. www.contoso.com.
*
* @extends ProxyResource
*/
Expand Down Expand Up @@ -987,7 +987,7 @@ export interface Operation {
*/
export interface CidrIpAddress {
/**
* @member {string} [baseIpAddress] Ip adress itself.
* @member {string} [baseIpAddress] Ip address itself.
*/
baseIpAddress?: string;
/**
Expand Down