setNetworkInterface: function(SPN, endpointUrl, nic, resourceGroupName) {
		tl._writeLine(tl.loc("SettingTheNetworkInterface"));
		throw tl.loc("FailedSettingNetworkInterface");
	}
	getNetworkInterfacesInRG: function(SPN, endpointUrl, resourceGroupName) {
		throw tl.loc("CouldNotFetchNetworkInterfacesInRg");					
	}
	setNetworkInterface: function(SPN, endpointUrl, nic, resourceGroupName) {
		tl._writeLine(tl.loc("SettingTheNetworkInterface"));
		return "setNICStatusSuccess";
	},
	getLoadBalancer: function(SPN, endpointUrl, name, resourceGroupName) {
		tl.debug('Getting the load balancer: ' + name);
		throw tl.loc("CouldNotFetchLoadBalancer");
	}