This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Creates a content type based on the specified schema (CSOM) | |
*/ | |
var ContentTypeExtensions = new function () { | |
/** | |
* Creates a content type based on the specified schema. | |
* @param {Object} Client Context | |
* @param {Object} A Collaborative Application Markup Language (CAML) string that contains the schema. | |
* @return {Object} A newly created client object of a content type. | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
# Upgrade the instance on first boot | |
# (ie run apt-get upgrade) | |
# | |
# Default: false | |
# Aliases: apt_upgrade | |
package_upgrade: true | |
# Install additional packages on first boot |