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
41 changes: 0 additions & 41 deletions packages/@azure/arm-iotcentral/dist/arm-iotcentral.js

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

2 changes: 1 addition & 1 deletion packages/@azure/arm-iotcentral/dist/arm-iotcentral.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/@azure/arm-iotcentral/dist/arm-iotcentral.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

30 changes: 0 additions & 30 deletions packages/@azure/arm-iotcentral/lib/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,36 +14,6 @@ import * as msRest from "ms-rest-js";
export { BaseResource, CloudError };


/**
* @interface
* An interface representing AppProperties.
* The properties of an IoT Central application.
*
*/
export interface AppProperties {
/**
* @member {string} [applicationId] The ID of the application.
* **NOTE: This property will not be serialized. It can only be populated by
* the server.**
*/
readonly applicationId?: string;
/**
* @member {string} [displayName] The display name of the application.
*/
displayName?: string;
/**
* @member {string} [subdomain] The subdomain of the application.
*/
subdomain?: string;
/**
* @member {string} [template] The ID of the application template, which is a
* blueprint that defines the characteristics and behaviors of an
* application. Optional; if not specified, defaults to a blank blueprint and
* allows the application to be defined from scratch.
*/
template?: string;
}

/**
* @interface
* An interface representing AppSkuInfo.
Expand Down
41 changes: 0 additions & 41 deletions packages/@azure/arm-iotcentral/lib/models/mappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,47 +14,6 @@ import * as msRest from "ms-rest-js";
export const CloudError = CloudErrorMapper;
export const BaseResource = BaseResourceMapper;

export const AppProperties: msRest.CompositeMapper = {
serializedName: "AppProperties",
type: {
name: "Composite",
className: "AppProperties",
modelProperties: {
applicationId: {
readOnly: true,
serializedName: "applicationId",
type: {
name: "String"
}
},
displayName: {
serializedName: "displayName",
constraints: {
Pattern: /^.{1,200}$/
},
type: {
name: "String"
}
},
subdomain: {
serializedName: "subdomain",
constraints: {
Pattern: /^[a-z0-9-]{1,63}$/
},
type: {
name: "String"
}
},
template: {
serializedName: "template",
type: {
name: "String"
}
}
}
}
};

export const AppSkuInfo: msRest.CompositeMapper = {
serializedName: "AppSkuInfo",
type: {
Expand Down
6 changes: 3 additions & 3 deletions packages/@azure/arm-iotcentral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "IotCentralClient Library with typescript type definitions for node.js and browser.",
"version": "1.0.0",
"dependencies": {
"ms-rest-azure-js": "^1.0.172",
"ms-rest-js": "^1.0.443",
"ms-rest-azure-js": "^1.0.176",
"ms-rest-js": "^1.0.455",
"tslib": "^1.9.3"
},
"keywords": [
Expand All @@ -25,7 +25,7 @@
"rollup-plugin-node-resolve": "^3.4.0",
"uglify-js": "^3.4.9"
},
"homepage": "https://github.com/azure/azure-sdk-for-js",
"homepage": "https://github.com/azure/azure-sdk-for-js/tree/master/packages/@azure/arm-iotcentral",
"repository": {
"type": "git",
"url": "https://github.com/azure/azure-sdk-for-js.git"
Expand Down