I hereby claim:
- I am MikeLarned on github.
- I am mlarned (https://keybase.io/mlarned) on keybase.
- I have a public key whose fingerprint is A07B 5BCF 2250 F6CF FCD6 B93A 0571 D80A E8AB E34E
To claim this, I am signing this object:
{ | |
"reporting_entity_name": "UNIVERSITY OF UTAH HEALTH", | |
"reporting_entity_type": "HEALTH INSURANCE ISSUER", | |
"reporting_structure": [{ | |
"reporting_plans": [{ | |
"plan_name": "U OF U HEALTH PLANS: U OF U HEALTH PLANS", | |
"plan_id_type": "HIOS", | |
"plan_id": "1641810156", | |
"plan_market_type": "group" | |
},{ |
{ | |
"reporting_entity_name": "UNIVERSITY OF UTAH HEALTH", | |
"reporting_entity_type": "HEALTH INSURANCE ISSUER", | |
"reporting_structure": [{ | |
"reporting_plans": [{ | |
"plan_name": "U OF U HEALTH PLANS: U OF U HEALTH PLANS", | |
"plan_id_type": "HIOS", | |
"plan_id": "1641810156", | |
"plan_market_type": "group" | |
},{ |
{ | |
"reporting_entity_name": "UNIVERSITY OF UTAH HEALTH", | |
"reporting_entity_type": "HEALTH INSURANCE ISSUER", | |
"reporting_structure": [{ | |
"reporting_plans": [{ | |
"plan_name": "U OF U HEALTH PLANS: U OF U HEALTH PLANS", | |
"plan_id_type": "HIOS", | |
"plan_id": "1641810156", | |
"plan_market_type": "group" | |
},{ |
using System.IdentityModel.Tokens.Jwt; | |
using Microsoft.AspNetCore.Authentication.JwtBearer; | |
var builder = WebApplication.CreateBuilder(args); | |
// Add services to the container. | |
builder.Services.AddControllers(); | |
builder.Services.AddEndpointsApiExplorer(); | |
builder.Services.AddSwaggerGen(); |
#!/bin/sh | |
export DEBIAN_FRONTEND=noninteractive | |
SERVER_URL=$1 | |
APIKEY=$2 | |
SPACE_NAME=$3 | |
TENTACLE_NAME=$4 | |
WORKER_POOL=$5 | |
CONFIG_FILE_PATH="/etc/octopus/default/tentacle-default.config" | |
APPLICATION_PATH="/home/Octopus/Applications/" |
- name: Print SemVer | |
run: | | |
echo "Major: ${{ steps.gitversion.outputs.major }}" | |
echo "Minor: ${{ steps.gitversion.outputs.minor }}" | |
echo "Patch: ${{ steps.gitversion.outputs.patch }}" | |
echo "PreReleaseTag: ${{ steps.gitversion.outputs.preReleaseTag }}" | |
echo "PreReleaseTagWithDash: ${{ steps.gitversion.outputs.preReleaseTagWithDash }}" | |
echo "PreReleaseLabel: ${{ steps.gitversion.outputs.preReleaseLabel }}" | |
echo "PreReleaseNumber: ${{ steps.gitversion.outputs.preReleaseNumber }}" | |
echo "WeightedPreReleaseNumber: ${{ steps.gitversion.outputs.weightedPreReleaseNumber }}" |
I hereby claim:
To claim this, I am signing this object:
curl -s https://raw.githubusercontent.com/MikeLarned/azure_vnet_service_endpoint_demo/master/build/storage.sh | bash -s "STORAGE_NAME" "KEY" |
user www-data; | |
worker_processes 4; | |
pid /run/nginx.pid; | |
events { | |
worker_connections 768; | |
} | |
http { | |
sendfile on; |
var parser = new PipeParser(); | |
var oml = new OML_O21(); | |
/* | |
MSH (Message Header) | |
V282_CH02_Control 2.14.9 pg. 59 | |
https://www.hl7.org/fhir/terminologies-v2.html | |
*/ |