This file contains hidden or 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
<# | |
.SYNOPSIS | |
This script will authenticate via Azure CLI and store an auth token in the SYSTEM user profile to enable the Azure.Identity library to authenticate with Azure services. | |
.DESCRIPTION | |
The script uses Azure CLI to authenticate and retrieve an authentication token. This token is then stored in the SYSTEM user profile, allowing the Azure.Identity library to use it for authenticating with various Azure services. This is useful for scenarios where services running under the SYSTEM account need to access Azure resources. | |
.PARAMETER None | |
This script does not take any parameters. |
This file contains hidden or 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
[ | |
{ | |
"name": "A45", | |
"description": "OLDTOWN" | |
}, | |
{ | |
"name": "A67", | |
"description": "WICKLOW" | |
}, | |
{ |
This file contains hidden or 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
use_frameworks! | |
source 'https://github.com/CocoaPods/Specs' | |
source 'https://github.com/PopcornTimeTV/Specs' | |
def pods | |
pod 'PopcornTorrent', '~> 1.1.13' | |
pod 'XCDYouTubeKit', '~> 2.5.5' | |
pod 'Alamofire', '~> 4.4.0' | |
pod 'AlamofireImage', '~> 3.2.0' |