Skip to content

Instantly share code, notes, and snippets.

@agehlot
Created August 13, 2022 05:54
Show Gist options
  • Save agehlot/eac2ddc0fe5152e3ab39ff84e4483c62 to your computer and use it in GitHub Desktop.
Save agehlot/eac2ddc0fe5152e3ab39ff84e4483c62 to your computer and use it in GitHub Desktop.
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6
PS C:\Users\agehlot> cd D:\Projects\Personal\GitRepo\XM-Cloud-Intro
PS D:\Projects\Personal\GitRepo\XM-Cloud-Intro> .\up.ps1
.\up.ps1 : File D:\Projects\Personal\GitRepo\XM-Cloud-Intro\up.ps1 cannot be loaded. The file D:\Projects\Personal\GitRepo\XM-Cloud-Intro\up.ps1 is not digitally signed. You cannot run
this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
+ .\up.ps1
+ ~~~~~~~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
PS D:\Projects\Personal\GitRepo\XM-Cloud-Intro> Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
Execution Policy Change
The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose you to the security risks described in the about_Execution_Policies
help topic at https:/go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the execution policy?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"): Y
PS D:\Projects\Personal\GitRepo\XM-Cloud-Intro> .\up.ps1
Keeping XM Cloud base image up to date
17263d26a0d9: Pull complete
698a561b806c: Pull complete
7a9bb6477efe: Pull complete
37c1280d3e7b: Pull complete
7fc652a94f20: Pull complete
c6b8283a49bf: Pull complete
5cb8e87807aa: Pull complete
1ed8592fba7f: Pull complete
3767bd25b963: Pull complete
01b9c97a23b4: Pull complete
81dfc5a1a909: Pull complete
ea2466d1d16e: Pull complete
6ec207e805d5: Pull complete
49239d78e57c: Pull complete
9ead17d95d92: Pull complete
413323f03c8a: Pull complete
dedef89e188a: Pull complete
bd5f84ebe87a: Pull complete
efc27fc9a820: Pull complete
7f09a88b5038: Pull complete
1ce1019c8c89: Pull complete
591adee3bbb3: Pull complete
1321d3850138: Pull complete
4d105fed795d: Pull complete
4e24b27250db: Pull complete
18a5b404342e: Pull complete
5a9b7590aaff: Pull complete
Digest: sha256:9d6b56a24a0d7fe71a961663e54891480ac1ff04436cfe159f6ee910516ef486
Status: Downloaded newer image for scr.sitecore.com/xmcloud/sitecore-xmcloud-cm:1-ltsc2019
scr.sitecore.com/xmcloud/sitecore-xmcloud-cm:1-ltsc2019
Building containers...
WARNING: The RENDERING_HOST_INTERNAL_URI variable is not set. Defaulting to a blank string.
WARNING: The SITECORE_XmCloud_dot_OrganizationId variable is not set. Defaulting to a blank string.
WARNING: The SITECORE_XmCloud_dot_TenantId variable is not set. Defaulting to a blank string.
WARNING: The JSS_EdgeWebsite_DEPLOYMENT_SECRET variable is not set. Defaulting to a blank string.
solr uses an image, skipping
solr-init uses an image, skipping
mssql uses an image, skipping
traefik uses an image, skipping
mssql-init uses an image, skipping
Building nodejs
Sending build context to Docker daemon 2.56kB
Step 1/12 : ARG PARENT_IMAGE
Step 2/12 : FROM $PARENT_IMAGE
---> 5fa59fbac916
Step 3/12 : ARG NODEJS_VERSION
---> Using cache
---> 105a93e9cb6d
Step 4/12 : USER ContainerAdministrator
---> Using cache
---> 2dfb69ace193
Step 5/12 : WORKDIR c:\build
---> Using cache
---> d9838dd7366b
Step 6/12 : RUN curl.exe -sS -L -o node.zip https://nodejs.org/dist/v%NODEJS_VERSION%/node-v%NODEJS_VERSION%-win-x64.zip
---> Using cache
---> 8043decc1a4d
Step 7/12 : RUN tar.exe -xf node.zip -C C:\
---> Using cache
---> 0810bd90f129
Step 8/12 : RUN move C:\node-v%NODEJS_VERSION%-win-x64 c:\node
---> Using cache
---> 10a22e183882
Step 9/12 : RUN del node.zip
---> Using cache
---> 26d991a1a8b5
Step 10/12 : RUN SETX /M PATH "%PATH%;C:\node\"
---> Using cache
---> e577068246d4
Step 11/12 : RUN icacls.exe C:\node\ /grant "Authenticated Users":(F) /t
---> Using cache
---> 83cf4475b722
Step 12/12 : USER ContainerUser
---> Using cache
---> b7f7e92871e2
Successfully built b7f7e92871e2
Successfully tagged xm-cloud-introduction-nodejs:latest
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Building solution
Sending build context to Docker daemon 17.11MB
Step 1/20 : ARG BASE_IMAGE
Step 2/20 : ARG BUILD_IMAGE
Step 3/20 : FROM ${BUILD_IMAGE} AS nuget-prep
---> 05eae357b08c
Step 4/20 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
---> Using cache
---> 6ba271ec6fbc
Step 5/20 : COPY *.sln nuget.config Directory.Build.targets Packages.props /nuget/
---> Using cache
---> 4cf169423f10
Step 6/20 : COPY src/ /temp/
---> Using cache
---> 7ac3736bee21
Step 7/20 : RUN Invoke-Expression 'robocopy C:/temp C:/nuget/src /s /ndl /njh /njs *.csproj *.scproj *.sln packages.config'
---> Using cache
---> fd428c74385b
Step 8/20 : FROM ${BUILD_IMAGE} AS builder
---> 05eae357b08c
Step 9/20 : ARG BUILD_CONFIGURATION
---> Using cache
---> 3423d4faea35
Step 10/20 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
---> Using cache
---> e28001d5da28
Step 11/20 : ENV NUGET_VERSION 5.8.1
---> Using cache
---> 1c04ebcdd5df
Step 12/20 : RUN Invoke-WebRequest "https://dist.nuget.org/win-x86-commandline/v$env:NUGET_VERSION/nuget.exe" -UseBasicParsing -OutFile "$env:ProgramFiles\NuGet\nuget.exe"
---> Using cache
---> c423cc730a89
Step 13/20 : WORKDIR /build
---> Using cache
---> acb8d6525da7
Step 14/20 : COPY --from=nuget-prep ./nuget ./
---> Using cache
---> 7156f3ef9a31
Step 15/20 : RUN nuget restore ./src/XmCloudIntroduction.sln -Verbosity quiet
---> Using cache
---> 8f4d066a4903
Step 16/20 : COPY src/ ./src/
---> Using cache
---> f923704f33e9
Step 17/20 : RUN msbuild .\src\XmCloudIntroduction.sln /p:Configuration=$env:BUILD_CONFIGURATION /m /p:DeployOnBuild=true /p:PublishProfile=Local
---> Using cache
---> 240f64969fd2
Step 18/20 : FROM ${BASE_IMAGE}
---> 5fa59fbac916
Step 19/20 : WORKDIR /artifacts
---> Using cache
---> 5ab0f9e7fbc8
Step 20/20 : COPY --from=builder /build/docker/deploy/ ./
---> Using cache
---> 94b532980c17
Successfully built 94b532980c17
Successfully tagged xm-cloud-introduction-solution:latest
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Building cm
Sending build context to Docker daemon 11.26kB
Step 1/10 : ARG PARENT_IMAGE
Step 2/10 : ARG SOLUTION_IMAGE
Step 3/10 : ARG TOOLS_IMAGE
Step 4/10 : FROM ${SOLUTION_IMAGE} as solution
---> 94b532980c17
Step 5/10 : FROM ${TOOLS_IMAGE} as tools
---> 8efbebb2bf67
Step 6/10 : FROM ${PARENT_IMAGE}
---> ae2b8946bf64
Step 7/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
---> Running in 4ad4ae7751c4
Removing intermediate container 4ad4ae7751c4
---> 2b2b995866d3
Step 8/10 : WORKDIR C:\inetpub\wwwroot
---> Running in 788f92fde586
Removing intermediate container 788f92fde586
---> 41ec6f1be86d
Step 9/10 : COPY --from=tools C:\tools C:\tools
---> 6747a2a315b9
Step 10/10 : COPY --from=solution /artifacts/platform ./
---> 4dd7f9f1b1b6
Successfully built 4dd7f9f1b1b6
Successfully tagged xm-cloud-introduction-xmcloud-cm:latest
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Building sugcon-eu
Sending build context to Docker daemon 2.048kB
Step 1/5 : ARG PARENT_IMAGE
Step 2/5 : FROM ${PARENT_IMAGE} as debug
---> b7f7e92871e2
Step 3/5 : WORKDIR /app
---> Using cache
---> d3d11663ab1c
Step 4/5 : EXPOSE 3000
---> Using cache
---> 0eb722f14dbb
Step 5/5 : ENTRYPOINT "npm install && npm run start:connected"
---> Using cache
---> 5cbd395af5ba
Successfully built 5cbd395af5ba
Successfully tagged xm-cloud-introduction-sugcon-eu:latest
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Building sugcon-anz
Sending build context to Docker daemon 2.048kB
Step 1/5 : ARG PARENT_IMAGE
Step 2/5 : FROM ${PARENT_IMAGE} as debug
---> b7f7e92871e2
Step 3/5 : WORKDIR /app
---> Using cache
---> d3d11663ab1c
Step 4/5 : EXPOSE 3000
---> Using cache
---> 0eb722f14dbb
Step 5/5 : ENTRYPOINT "npm install && npm run start:connected"
---> Using cache
---> 5cbd395af5ba
Successfully built 5cbd395af5ba
Successfully tagged xm-cloud-introduction-sugcon-anz:latest
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Building mvp-rendering
Sending build context to Docker daemon 8.704kB
Step 1/14 : ARG DEBUG_BASE_IMAGE
Step 2/14 : ARG RELEASE_BASE_IMAGE
Step 3/14 : ARG SOLUTION_IMAGE
Step 4/14 : FROM ${SOLUTION_IMAGE} as solution
---> 94b532980c17
Step 5/14 : FROM ${DEBUG_BASE_IMAGE} as debug
manifest for mcr.microsoft.com/dotnet/sdk:6.0-nanoserver-ltsc2019 not found: manifest unknown: manifest tagged by "6.0-nanoserver-ltsc2019" is not found
ERROR: Service 'mvp-rendering' failed to build : Build failed
D:\Projects\Personal\GitRepo\XM-Cloud-Intro\up.ps1 : Container build failed, see errors above.
At line:1 char:1
+ .\up.ps1
+ ~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,up.ps1
PS D:\Projects\Personal\GitRepo\XM-Cloud-Intro> .\up.ps1
Keeping XM Cloud base image up to date
1-ltsc2019: Pulling from xmcloud/sitecore-xmcloud-cm
Digest: sha256:9d6b56a24a0d7fe71a961663e54891480ac1ff04436cfe159f6ee910516ef486
Status: Image is up to date for scr.sitecore.com/xmcloud/sitecore-xmcloud-cm:1-ltsc2019
scr.sitecore.com/xmcloud/sitecore-xmcloud-cm:1-ltsc2019
Building containers...
WARNING: The RENDERING_HOST_INTERNAL_URI variable is not set. Defaulting to a blank string.
WARNING: The SITECORE_XmCloud_dot_OrganizationId variable is not set. Defaulting to a blank string.
WARNING: The SITECORE_XmCloud_dot_TenantId variable is not set. Defaulting to a blank string.
WARNING: The JSS_EdgeWebsite_DEPLOYMENT_SECRET variable is not set. Defaulting to a blank string.
solr uses an image, skipping
solr-init uses an image, skipping
mssql uses an image, skipping
traefik uses an image, skipping
mssql-init uses an image, skipping
Building solution
Sending build context to Docker daemon 17.11MB
Step 1/20 : ARG BASE_IMAGE
Step 2/20 : ARG BUILD_IMAGE
Step 3/20 : FROM ${BUILD_IMAGE} AS nuget-prep
---> 05eae357b08c
Step 4/20 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
---> Using cache
---> 6ba271ec6fbc
Step 5/20 : COPY *.sln nuget.config Directory.Build.targets Packages.props /nuget/
---> Using cache
---> 4cf169423f10
Step 6/20 : COPY src/ /temp/
---> Using cache
---> 7ac3736bee21
Step 7/20 : RUN Invoke-Expression 'robocopy C:/temp C:/nuget/src /s /ndl /njh /njs *.csproj *.scproj *.sln packages.config'
---> Using cache
---> fd428c74385b
Step 8/20 : FROM ${BUILD_IMAGE} AS builder
---> 05eae357b08c
Step 9/20 : ARG BUILD_CONFIGURATION
---> Using cache
---> 3423d4faea35
Step 10/20 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
---> Using cache
---> e28001d5da28
Step 11/20 : ENV NUGET_VERSION 5.8.1
---> Using cache
---> 1c04ebcdd5df
Step 12/20 : RUN Invoke-WebRequest "https://dist.nuget.org/win-x86-commandline/v$env:NUGET_VERSION/nuget.exe" -UseBasicParsing -OutFile "$env:ProgramFiles\NuGet\nuget.exe"
---> Using cache
---> c423cc730a89
Step 13/20 : WORKDIR /build
---> Using cache
---> acb8d6525da7
Step 14/20 : COPY --from=nuget-prep ./nuget ./
---> Using cache
---> 7156f3ef9a31
Step 15/20 : RUN nuget restore ./src/XmCloudIntroduction.sln -Verbosity quiet
---> Using cache
---> 8f4d066a4903
Step 16/20 : COPY src/ ./src/
---> Using cache
---> f923704f33e9
Step 17/20 : RUN msbuild .\src\XmCloudIntroduction.sln /p:Configuration=$env:BUILD_CONFIGURATION /m /p:DeployOnBuild=true /p:PublishProfile=Local
---> Using cache
---> 240f64969fd2
Step 18/20 : FROM ${BASE_IMAGE}
---> 5fa59fbac916
Step 19/20 : WORKDIR /artifacts
---> Using cache
---> 5ab0f9e7fbc8
Step 20/20 : COPY --from=builder /build/docker/deploy/ ./
---> Using cache
---> 94b532980c17
Successfully built 94b532980c17
Successfully tagged xm-cloud-introduction-solution:latest
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Building nodejs
Sending build context to Docker daemon 2.56kB
Step 1/12 : ARG PARENT_IMAGE
Step 2/12 : FROM $PARENT_IMAGE
---> 5fa59fbac916
Step 3/12 : ARG NODEJS_VERSION
---> Using cache
---> 105a93e9cb6d
Step 4/12 : USER ContainerAdministrator
---> Using cache
---> 2dfb69ace193
Step 5/12 : WORKDIR c:\build
---> Using cache
---> d9838dd7366b
Step 6/12 : RUN curl.exe -sS -L -o node.zip https://nodejs.org/dist/v%NODEJS_VERSION%/node-v%NODEJS_VERSION%-win-x64.zip
---> Using cache
---> 8043decc1a4d
Step 7/12 : RUN tar.exe -xf node.zip -C C:\
---> Using cache
---> 0810bd90f129
Step 8/12 : RUN move C:\node-v%NODEJS_VERSION%-win-x64 c:\node
---> Using cache
---> 10a22e183882
Step 9/12 : RUN del node.zip
---> Using cache
---> 26d991a1a8b5
Step 10/12 : RUN SETX /M PATH "%PATH%;C:\node\"
---> Using cache
---> e577068246d4
Step 11/12 : RUN icacls.exe C:\node\ /grant "Authenticated Users":(F) /t
---> Using cache
---> 83cf4475b722
Step 12/12 : USER ContainerUser
---> Using cache
---> b7f7e92871e2
Successfully built b7f7e92871e2
Successfully tagged xm-cloud-introduction-nodejs:latest
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Building cm
Sending build context to Docker daemon 11.26kB
Step 1/10 : ARG PARENT_IMAGE
Step 2/10 : ARG SOLUTION_IMAGE
Step 3/10 : ARG TOOLS_IMAGE
Step 4/10 : FROM ${SOLUTION_IMAGE} as solution
---> 94b532980c17
Step 5/10 : FROM ${TOOLS_IMAGE} as tools
---> 8efbebb2bf67
Step 6/10 : FROM ${PARENT_IMAGE}
---> ae2b8946bf64
Step 7/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
---> Using cache
---> 2b2b995866d3
Step 8/10 : WORKDIR C:\inetpub\wwwroot
---> Using cache
---> 41ec6f1be86d
Step 9/10 : COPY --from=tools C:\tools C:\tools
---> Using cache
---> 6747a2a315b9
Step 10/10 : COPY --from=solution /artifacts/platform ./
---> Using cache
---> 4dd7f9f1b1b6
Successfully built 4dd7f9f1b1b6
Successfully tagged xm-cloud-introduction-xmcloud-cm:latest
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Building sugcon-eu
Sending build context to Docker daemon 2.048kB
Step 1/5 : ARG PARENT_IMAGE
Step 2/5 : FROM ${PARENT_IMAGE} as debug
---> b7f7e92871e2
Step 3/5 : WORKDIR /app
---> Using cache
---> d3d11663ab1c
Step 4/5 : EXPOSE 3000
---> Using cache
---> 0eb722f14dbb
Step 5/5 : ENTRYPOINT "npm install && npm run start:connected"
---> Using cache
---> 5cbd395af5ba
Successfully built 5cbd395af5ba
Successfully tagged xm-cloud-introduction-sugcon-eu:latest
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Building mvp-rendering
Sending build context to Docker daemon 8.704kB
Step 1/14 : ARG DEBUG_BASE_IMAGE
Step 2/14 : ARG RELEASE_BASE_IMAGE
Step 3/14 : ARG SOLUTION_IMAGE
Step 4/14 : FROM ${SOLUTION_IMAGE} as solution
---> 94b532980c17
Step 5/14 : FROM ${DEBUG_BASE_IMAGE} as debug
---> 5fa59fbac916
Step 6/14 : ARG ARTIFACTS_FOLDER=/artifacts/mvp-rendering/
---> Running in a6733743bf70
Removing intermediate container a6733743bf70
---> 040136302c31
Step 7/14 : USER ContainerAdministrator
---> Running in 8713c5fc826d
Removing intermediate container 8713c5fc826d
---> 5205960dcdc1
Step 8/14 : COPY ./Development.ps1 ./tools/
---> 50994431323a
Step 9/14 : WORKDIR /app
---> Running in 693df4fd66db
Removing intermediate container 693df4fd66db
---> b059bdedf259
Step 10/14 : COPY --from=solution ${ARTIFACTS_FOLDER} ./
---> d1777c5fe419
Step 11/14 : USER ContainerUser
---> Running in 51322c80157a
Removing intermediate container 51322c80157a
---> 8ed268b6132c
Step 12/14 : ENV ASPNETCORE_URLS "http://+:80"
---> Running in 26eb5f24da06
Removing intermediate container 26eb5f24da06
---> 2842c8843ef2
Step 13/14 : EXPOSE 80
---> Running in 08930b33323e
Removing intermediate container 08930b33323e
---> 0cbb0c803b82
Step 14/14 : ENTRYPOINT ["pwsh", "-File", "c:\\tools\\Development.ps1"]
---> Running in 65d3451d5577
Removing intermediate container 65d3451d5577
---> 79e5125304ea
[Warning] One or more build-args [ENTRYPOINT_ASSEMBLY] were not consumed
Successfully built 79e5125304ea
Successfully tagged xm-cloud-introduction-mvp-rendering:latest
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Building sugcon-anz
Sending build context to Docker daemon 2.048kB
Step 1/5 : ARG PARENT_IMAGE
Step 2/5 : FROM ${PARENT_IMAGE} as debug
---> b7f7e92871e2
Step 3/5 : WORKDIR /app
---> Using cache
---> d3d11663ab1c
Step 4/5 : EXPOSE 3000
---> Using cache
---> 0eb722f14dbb
Step 5/5 : ENTRYPOINT "npm install && npm run start:connected"
---> Using cache
---> 5cbd395af5ba
Successfully built 5cbd395af5ba
Successfully tagged xm-cloud-introduction-sugcon-anz:latest
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Starting Sitecore environment, all roles running locally...
WARNING: The RENDERING_HOST_INTERNAL_URI variable is not set. Defaulting to a blank string.
WARNING: The SITECORE_XmCloud_dot_OrganizationId variable is not set. Defaulting to a blank string.
WARNING: The SITECORE_XmCloud_dot_TenantId variable is not set. Defaulting to a blank string.
WARNING: The JSS_EdgeWebsite_DEPLOYMENT_SECRET variable is not set. Defaulting to a blank string.
Creating network "xm-cloud-introduction_default" with the default driver
Pulling solr (scr.sitecore.com/sxp/nonproduction/solr:8.8.2-ltsc2019)...
8.8.2-ltsc2019: Pulling from sxp/nonproduction/solr
4612f6d0b889: Pull complete
c1f4c7287c99: Pull complete
0a444a2cbe69: Pull complete
05d9b57fe6f8: Pull complete
94870b829a6b: Pull complete
c6874a2b17c1: Pull complete
52d684e4d8a3: Pull complete
68d60b71a524: Pull complete
73979a446f41: Pull complete
8d2438ffcaab: Pull complete
9c3a5472914c: Pull complete
Digest: sha256:4a6f6b0394475de42f425b3a81a4a725d0c2aa50b7ec0565389db5c74e596c1f
Status: Downloaded newer image for scr.sitecore.com/sxp/nonproduction/solr:8.8.2-ltsc2019
Pulling solr-init (scr.sitecore.com/xmcloud/sitecore-xmcloud-solr-init:1-ltsc2019)...
1-ltsc2019: Pulling from xmcloud/sitecore-xmcloud-solr-init
b111c3320c94: Already exists
294d77ac553d: Already exists
a5d2233e8a37: Pull complete
8f2804b9e5ad: Pull complete
98df90a5f171: Pull complete
06daa97fa064: Pull complete
44b6b1560208: Pull complete
b8585c6ed1ef: Pull complete
ec29d2972f39: Pull complete
a47bff38a8cd: Pull complete
aed2f88fbc52: Pull complete
4a179039ad97: Pull complete
7c10f377b455: Pull complete
ebb740f96f55: Pull complete
56aa2ac5341c: Pull complete
c05b3fcd5b8b: Pull complete
fa15b06c3e3b: Pull complete
c2a8dd258159: Pull complete
4cd2bbf1332b: Pull complete
4d79a0417ade: Pull complete
a51d961b3530: Pull complete
0e82258170df: Pull complete
ccccf3886ae7: Pull complete
b58953ab0f01: Pull complete
c2f549798ff9: Pull complete
2dffc475ec98: Pull complete
81a9badb60a6: Pull complete
Digest: sha256:56e9872d762b3362f362ae4097a5e7eb25e18c9eea1a7c1948e646b6668d8af0
Status: Downloaded newer image for scr.sitecore.com/xmcloud/sitecore-xmcloud-solr-init:1-ltsc2019
Pulling mssql (scr.sitecore.com/sxp/nonproduction/mssql-developer:2017-ltsc2019)...
2017-ltsc2019: Pulling from sxp/nonproduction/mssql-developer
4612f6d0b889: Already exists
1bd78008c728: Pull complete
d63c9f2a9b4c: Pull complete
205ebf74f082: Pull complete
7a38b259b1fa: Pull complete
ee02aa29709d: Pull complete
2eb2aa494913: Pull complete
ed8b17f733ff: Pull complete
bd17476e8012: Pull complete
ba5a7aac802d: Pull complete
Digest: sha256:4bb3aa5257cb32e4945f6fff12ad1004a7277a2be5bfce57426831ab3136ca5c
Status: Downloaded newer image for scr.sitecore.com/sxp/nonproduction/mssql-developer:2017-ltsc2019
Pulling traefik (traefik:v2.5.3-windowsservercore-1809)...
v2.5.3-windowsservercore-1809: Pulling from library/traefik
4612f6d0b889: Already exists
c0698cf91ebd: Pull complete
cc0c4e719f41: Pull complete
b9ffd862beb0: Pull complete
e63beef12cf0: Pull complete
9d21a1a0c93b: Pull complete
a317c1bc07ea: Pull complete
Digest: sha256:1958e0667a0daf324ed1594824617417ceb9177015a1a39085a1dedbd253979d
Status: Downloaded newer image for traefik:v2.5.3-windowsservercore-1809
Pulling mssql-init (scr.sitecore.com/xmcloud/sitecore-xmcloud-mssql-init:1-ltsc2019)...
1-ltsc2019: Pulling from xmcloud/sitecore-xmcloud-mssql-init
b111c3320c94: Already exists
294d77ac553d: Already exists
a5d2233e8a37: Already exists
8f2804b9e5ad: Already exists
98df90a5f171: Already exists
06daa97fa064: Already exists
44b6b1560208: Already exists
b8585c6ed1ef: Already exists
ec29d2972f39: Already exists
a47bff38a8cd: Already exists
dd5ec1e1a28e: Pull complete
7d0c459c7d37: Pull complete
94a587bf538c: Pull complete
b0af99536b8d: Pull complete
b5ee4091868f: Pull complete
3b205491ebcd: Pull complete
Digest: sha256:6780994d0c9ad13dbc614b0ce37601669ff7ecd2a80177d98414a3b7982598be
Status: Downloaded newer image for scr.sitecore.com/xmcloud/sitecore-xmcloud-mssql-init:1-ltsc2019
Creating xm-cloud-introduction_solr_1 ... done
Creating xm-cloud-introduction_mssql_1 ... done
Creating xm-cloud-introduction_mssql-init_1 ... done
Creating xm-cloud-introduction_solr-init_1 ... done
Creating xm-cloud-introduction_cm_1 ... done
Creating xm-cloud-introduction_traefik_1 ...
Creating xm-cloud-introduction_sugcon-eu_1 ... done
Creating xm-cloud-introduction_mvp-rendering_1 ... error
Creating xm-cloud-introduction_sugcon-anz_1 ... done
ERROR: for xm-cloud-introduction_mvp-rendering_1 Cannot start service mvp-rendering: container ee746cd3a3bf8ef86312f487ee58da309e03f443680b458460c86b2a1e58d087 encountered an error during hcsshim::System::CreateProcess: failure in a Windows system call: The system cannot find the file specified. (0x2)
[Event Detail: Provider: 00000000-0000-0000-0000-000000000000]
[Event Detail: Provider: 00000000-0000-0000-0000-000000000000]
[Event Detail: onecore\vm\compute\management\orchestration\vmhostedcontainer\processmanagement.cpp(173)\vmcomputeagent.eCreating xm-cloud-introduction_traefik_1 ... done
.
CallContext:[\Bridge_ProcessMessage\VmHostedContainer_ExecuteProcess]
Provider: 00000000-0000-0000-0000-000000000000]
ERROR: for mvp-rendering Cannot start service mvp-rendering: container ee746cd3a3bf8ef86312f487ee58da309e03f443680b458460c86b2a1e58d087 encountered an error during hcsshim::System::CreateProcess: failure in a Windows system call: The system cannot find the file specified. (0x2)
[Event Detail: Provider: 00000000-0000-0000-0000-000000000000]
[Event Detail: Provider: 00000000-0000-0000-0000-000000000000]
[Event Detail: onecore\vm\compute\management\orchestration\vmhostedcontainer\processmanagement.cpp(173)\vmcomputeagent.exe!00007FF6616E9FAB: (caller: 00007FF66169E19A) Exception(3) tid(3b0) 80070002 The system cannot find the file specified.
CallContext:[\Bridge_ProcessMessage\VmHostedContainer_ExecuteProcess]
Provider: 00000000-0000-0000-0000-000000000000]
ERROR: Encountered errors while bringing up the project.
Waiting for CM to become available...
Restoring Sitecore CLI...
Welcome to .NET 6.0!
---------------------
SDK Version: 6.0.400
Telemetry
---------
The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry
----------------
Installed an ASP.NET Core HTTPS development certificate.
To trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only).
Learn about HTTPS: https://aka.ms/dotnet-https
----------------
Write your first app: https://aka.ms/dotnet-hello-world
Find out what's new: https://aka.ms/dotnet-whats-new
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
--------------------------------------------------------------------------------------
File D:\Projects\Personal\GitRepo\XM-Cloud-Intro\.config\dotnet-tools.json came from another computer and might be blocked to help protect this computer. For more information, including how to unblock, see https://aka.ms/motw
Installing Sitecore CLI Plugins...
File D:\Projects\Personal\GitRepo\XM-Cloud-Intro\.config\dotnet-tools.json came from another computer and might be blocked to help protect this computer. For more information, including how to unblock, see https://aka.ms/motw
D:\Projects\Personal\GitRepo\XM-Cloud-Intro\up.ps1 : Unexpected error installing Sitecore CLI Plugins
At line:1 char:1
+ .\up.ps1
+ ~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,up.ps1
PS D:\Projects\Personal\GitRepo\XM-Cloud-Intro> .\up.ps1
Keeping XM Cloud base image up to date
1-ltsc2019: Pulling from xmcloud/sitecore-xmcloud-cm
Digest: sha256:9d6b56a24a0d7fe71a961663e54891480ac1ff04436cfe159f6ee910516ef486
Status: Image is up to date for scr.sitecore.com/xmcloud/sitecore-xmcloud-cm:1-ltsc2019
scr.sitecore.com/xmcloud/sitecore-xmcloud-cm:1-ltsc2019
Building containers...
WARNING: The RENDERING_HOST_INTERNAL_URI variable is not set. Defaulting to a blank string.
WARNING: The SITECORE_XmCloud_dot_OrganizationId variable is not set. Defaulting to a blank string.
WARNING: The SITECORE_XmCloud_dot_TenantId variable is not set. Defaulting to a blank string.
WARNING: The JSS_EdgeWebsite_DEPLOYMENT_SECRET variable is not set. Defaulting to a blank string.
solr uses an image, skipping
mssql uses an image, skipping
solr-init uses an image, skipping
traefik uses an image, skipping
mssql-init uses an image, skipping
Building solution
Sending build context to Docker daemon 17.11MB
Step 1/20 : ARG BASE_IMAGE
Step 2/20 : ARG BUILD_IMAGE
Step 3/20 : FROM ${BUILD_IMAGE} AS nuget-prep
---> 05eae357b08c
Step 4/20 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
---> Using cache
---> 6ba271ec6fbc
Step 5/20 : COPY *.sln nuget.config Directory.Build.targets Packages.props /nuget/
---> Using cache
---> 4cf169423f10
Step 6/20 : COPY src/ /temp/
---> Using cache
---> 7ac3736bee21
Step 7/20 : RUN Invoke-Expression 'robocopy C:/temp C:/nuget/src /s /ndl /njh /njs *.csproj *.scproj *.sln packages.config'
---> Using cache
---> fd428c74385b
Step 8/20 : FROM ${BUILD_IMAGE} AS builder
---> 05eae357b08c
Step 9/20 : ARG BUILD_CONFIGURATION
---> Using cache
---> 3423d4faea35
Step 10/20 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
---> Using cache
---> e28001d5da28
Step 11/20 : ENV NUGET_VERSION 5.8.1
---> Using cache
---> 1c04ebcdd5df
Step 12/20 : RUN Invoke-WebRequest "https://dist.nuget.org/win-x86-commandline/v$env:NUGET_VERSION/nuget.exe" -UseBasicParsing -OutFile "$env:ProgramFiles\NuGet\nuget.exe"
---> Using cache
---> c423cc730a89
Step 13/20 : WORKDIR /build
---> Using cache
---> acb8d6525da7
Step 14/20 : COPY --from=nuget-prep ./nuget ./
---> Using cache
---> 7156f3ef9a31
Step 15/20 : RUN nuget restore ./src/XmCloudIntroduction.sln -Verbosity quiet
---> Using cache
---> 8f4d066a4903
Step 16/20 : COPY src/ ./src/
---> Using cache
---> f923704f33e9
Step 17/20 : RUN msbuild .\src\XmCloudIntroduction.sln /p:Configuration=$env:BUILD_CONFIGURATION /m /p:DeployOnBuild=true /p:PublishProfile=Local
---> Using cache
---> 240f64969fd2
Step 18/20 : FROM ${BASE_IMAGE}
---> 5fa59fbac916
Step 19/20 : WORKDIR /artifacts
---> Using cache
---> 5ab0f9e7fbc8
Step 20/20 : COPY --from=builder /build/docker/deploy/ ./
---> Using cache
---> 94b532980c17
Successfully built 94b532980c17
Successfully tagged xm-cloud-introduction-solution:latest
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Building cm
Sending build context to Docker daemon 11.26kB
Step 1/10 : ARG PARENT_IMAGE
Step 2/10 : ARG SOLUTION_IMAGE
Step 3/10 : ARG TOOLS_IMAGE
Step 4/10 : FROM ${SOLUTION_IMAGE} as solution
---> 94b532980c17
Step 5/10 : FROM ${TOOLS_IMAGE} as tools
---> 8efbebb2bf67
Step 6/10 : FROM ${PARENT_IMAGE}
---> ae2b8946bf64
Step 7/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
---> Using cache
---> 2b2b995866d3
Step 8/10 : WORKDIR C:\inetpub\wwwroot
---> Using cache
---> 41ec6f1be86d
Step 9/10 : COPY --from=tools C:\tools C:\tools
---> Using cache
---> 6747a2a315b9
Step 10/10 : COPY --from=solution /artifacts/platform ./
---> Using cache
---> 4dd7f9f1b1b6
Successfully built 4dd7f9f1b1b6
Successfully tagged xm-cloud-introduction-xmcloud-cm:latest
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Building nodejs
Sending build context to Docker daemon 2.56kB
Step 1/12 : ARG PARENT_IMAGE
Step 2/12 : FROM $PARENT_IMAGE
---> 5fa59fbac916
Step 3/12 : ARG NODEJS_VERSION
---> Using cache
---> 105a93e9cb6d
Step 4/12 : USER ContainerAdministrator
---> Using cache
---> 2dfb69ace193
Step 5/12 : WORKDIR c:\build
---> Using cache
---> d9838dd7366b
Step 6/12 : RUN curl.exe -sS -L -o node.zip https://nodejs.org/dist/v%NODEJS_VERSION%/node-v%NODEJS_VERSION%-win-x64.zip
---> Using cache
---> 8043decc1a4d
Step 7/12 : RUN tar.exe -xf node.zip -C C:\
---> Using cache
---> 0810bd90f129
Step 8/12 : RUN move C:\node-v%NODEJS_VERSION%-win-x64 c:\node
---> Using cache
---> 10a22e183882
Step 9/12 : RUN del node.zip
---> Using cache
---> 26d991a1a8b5
Step 10/12 : RUN SETX /M PATH "%PATH%;C:\node\"
---> Using cache
---> e577068246d4
Step 11/12 : RUN icacls.exe C:\node\ /grant "Authenticated Users":(F) /t
---> Using cache
---> 83cf4475b722
Step 12/12 : USER ContainerUser
---> Using cache
---> b7f7e92871e2
Successfully built b7f7e92871e2
Successfully tagged xm-cloud-introduction-nodejs:latest
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Building sugcon-eu
Sending build context to Docker daemon 2.048kB
Step 1/5 : ARG PARENT_IMAGE
Step 2/5 : FROM ${PARENT_IMAGE} as debug
---> b7f7e92871e2
Step 3/5 : WORKDIR /app
---> Using cache
---> d3d11663ab1c
Step 4/5 : EXPOSE 3000
---> Using cache
---> 0eb722f14dbb
Step 5/5 : ENTRYPOINT "npm install && npm run start:connected"
---> Using cache
---> 5cbd395af5ba
Successfully built 5cbd395af5ba
Successfully tagged xm-cloud-introduction-sugcon-eu:latest
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Building sugcon-anz
Sending build context to Docker daemon 2.048kB
Step 1/5 : ARG PARENT_IMAGE
Step 2/5 : FROM ${PARENT_IMAGE} as debug
---> b7f7e92871e2
Step 3/5 : WORKDIR /app
---> Using cache
---> d3d11663ab1c
Step 4/5 : EXPOSE 3000
---> Using cache
---> 0eb722f14dbb
Step 5/5 : ENTRYPOINT "npm install && npm run start:connected"
---> Using cache
---> 5cbd395af5ba
Successfully built 5cbd395af5ba
Successfully tagged xm-cloud-introduction-sugcon-anz:latest
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Building mvp-rendering
Sending build context to Docker daemon 8.704kB
Step 1/14 : ARG DEBUG_BASE_IMAGE
Step 2/14 : ARG RELEASE_BASE_IMAGE
Step 3/14 : ARG SOLUTION_IMAGE
Step 4/14 : FROM ${SOLUTION_IMAGE} as solution
---> 94b532980c17
Step 5/14 : FROM ${DEBUG_BASE_IMAGE} as debug
---> 5fa59fbac916
Step 6/14 : ARG ARTIFACTS_FOLDER=/artifacts/mvp-rendering/
---> Using cache
---> 040136302c31
Step 7/14 : USER ContainerAdministrator
---> Using cache
---> 5205960dcdc1
Step 8/14 : COPY ./Development.ps1 ./tools/
---> Using cache
---> 50994431323a
Step 9/14 : WORKDIR /app
---> Using cache
---> b059bdedf259
Step 10/14 : COPY --from=solution ${ARTIFACTS_FOLDER} ./
---> Using cache
---> d1777c5fe419
Step 11/14 : USER ContainerUser
---> Using cache
---> 8ed268b6132c
Step 12/14 : ENV ASPNETCORE_URLS "http://+:80"
---> Using cache
---> 2842c8843ef2
Step 13/14 : EXPOSE 80
---> Using cache
---> 0cbb0c803b82
Step 14/14 : ENTRYPOINT ["pwsh", "-File", "c:\\tools\\Development.ps1"]
---> Using cache
---> 79e5125304ea
[Warning] One or more build-args [ENTRYPOINT_ASSEMBLY] were not consumed
Successfully built 79e5125304ea
Successfully tagged xm-cloud-introduction-mvp-rendering:latest
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Starting Sitecore environment, all roles running locally...
WARNING: The RENDERING_HOST_INTERNAL_URI variable is not set. Defaulting to a blank string.
WARNING: The SITECORE_XmCloud_dot_OrganizationId variable is not set. Defaulting to a blank string.
WARNING: The SITECORE_XmCloud_dot_TenantId variable is not set. Defaulting to a blank string.
WARNING: The JSS_EdgeWebsite_DEPLOYMENT_SECRET variable is not set. Defaulting to a blank string.
xm-cloud-introduction_mssql_1 is up-to-date
xm-cloud-introduction_solr_1 is up-to-date
Starting xm-cloud-introduction_mssql-init_1 ... done
Starting xm-cloud-introduction_solr-init_1 ... done
xm-cloud-introduction_cm_1 is up-to-date
xm-cloud-introduction_sugcon-anz_1 is up-to-date
xm-cloud-introduction_sugcon-eu_1 is up-to-date
Recreating xm-cloud-introduction_mvp-rendering_1 ...
Recreating xm-cloud-introduction_mvp-rendering_1 ... error
ERROR: for xm-cloud-introduction_mvp-rendering_1 Cannot start service mvp-rendering: container 08fe1eb2da2eccc67d6c1aece2d443e22afed05b6b52684e4f8f42b0a334c370 encountered an error during hcsshim::System::CreateProcess: failure in a Windows system call: The system cannot find the file specified. (0x2)
[Event Detail: Provider: 00000000-0000-0000-0000-000000000000]
[Event Detail: Provider: 00000000-0000-0000-0000-000000000000]
[Event Detail: onecore\vm\compute\management\orchestration\vmhostedcontainer\processmanagement.cpp(173)\vmcomputeagent.exe!00007FF7F7159FAB: (caller: 00007FF7F710E19A) Exception(3) tid(394) 80070002 The system cannot find the file specified.
CallContext:[\Bridge_ProcessMessage\VmHostedContainer_ExecuteProcess]
Provider: 00000000-0000-0000-0000-000000000000]
ERROR: for mvp-rendering Cannot start service mvp-rendering: container 08fe1eb2da2eccc67d6c1aece2d443e22afed05b6b52684e4f8f42b0a334c370 encountered an error during hcsshim::System::CreateProcess: failure in a Windows system call: The system cannot find the file specified. (0x2)
[Event Detail: Provider: 00000000-0000-0000-0000-000000000000]
[Event Detail: Provider: 00000000-0000-0000-0000-000000000000]
[Event Detail: onecore\vm\compute\management\orchestration\vmhostedcontainer\processmanagement.cpp(173)\vmcomputeagent.exe!00007FF7F7159FAB: (caller: 00007FF7F710E19A) Exception(3) tid(394) 80070002 The system cannot find the file specified.
CallContext:[\Bridge_ProcessMessage\VmHostedContainer_ExecuteProcess]
Provider: 00000000-0000-0000-0000-000000000000]
ERROR: Encountered errors while bringing up the project.
Waiting for CM to become available...
Restoring Sitecore CLI...
Tool 'sitecore.cli' (version '5.0.16') was restored. Available commands: sitecore
Restore was successful.
Installing Sitecore CLI Plugins...
Logging into Sitecore...
[DeviceLogin] User Code : TPJX-WDXS
[DeviceLogin] Authentication url : https://auth.sitecorecloud.io/activate?user_code=TPJX-WDXS
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
[DeviceLogin] Authorization pending. Waiting.
Environment 'default' has been connected to 'xmcloud' environment
Populating Solr managed schema...
Populating:
sitecore_core_index [Running]
sitecore_master_index [Running]
sitecore_web_index [Running]
sitecore_horizon_index [Running]
Processing...
The search indexes have been populated:
sitecore_core_index [Completed]
sitecore_master_index [Completed]
sitecore_web_index [Completed]
sitecore_horizon_index [Completed]
Rebuilding indexes ...
Rebuilding:
sitecore_core_index [Running]
sitecore_master_index [Running]
sitecore_web_index [Running]
sitecore_horizon_index [Running]
Processing...
The search indexes have been rebuilt:
sitecore_core_index [Completed] [units processed: 12573]
sitecore_master_index [Completed] [units processed: 10543]
sitecore_web_index [Completed] [units processed: 9283]
sitecore_horizon_index [Completed] [units processed: 3]
Pushing items to Sitecore...
[master] [A] /sitecore/templates/Feature/BasicContent (2425c9e1-3b22-44b5-9da8-704ff22d388e)
[master] [A] /sitecore/templates/Feature/BasicContent/Announcement (fd88ad0e-f5a8-4ab2-a02c-164f33d7c307)
[master] [A] /sitecore/templates/Feature/BasicContent/ContentListItem (ab41e387-f300-470c-88d1-6fcd5e12c5d8)
[master] [A] /sitecore/templates/Feature/BasicContent/Image Teaser (bdf1a02f-ce53-4de8-8fe4-e25d6ca65b7c)
[master] [A] /sitecore/templates/Feature/BasicContent/Video Teaser (a94acaec-6552-47d1-90b7-f54283868b3f)
[master] [A] /sitecore/templates/Feature/BasicContent/Embed content (e55a415d-4a75-40d2-8145-6cc79a4ed1e3)
[master] [A] /sitecore/templates/Feature/BasicContent/_TeaserTexts (e187527a-43e7-41b0-8a43-51837814942f)
[master] [A] /sitecore/templates/Feature/BasicContent/_HeroBanner (2ec82cb8-6a77-4a64-bc88-b3cd2c477cd9)
[master] [A] /sitecore/templates/Feature/BasicContent/Hero Folder (f463e2de-6f77-4293-88d4-5eaa153038a1)
[master] [A] /sitecore/templates/Feature/BasicContent/_EmbedCode (1fbb9310-9fe0-45fd-b9a8-3e8a87ce7cab)
[master] [A] /sitecore/templates/Feature/BasicContent/ContentList (6193dcfc-b632-4fa5-9411-f9588470c1c9)
[master] [A] /sitecore/templates/Feature/BasicContent/Rich Text Content (64ad1284-23fb-4b76-85b3-c6dfb1b322bf)
[master] [A] /sitecore/templates/Feature/BasicContent/CallToActionContent (778f1f91-5252-4036-b186-570e8e5860ea)
[master] [A] /sitecore/templates/Feature/BasicContent/Hero (86864760-3b8b-4e79-927e-0addcd14055d)
[master] [A] /sitecore/templates/Feature/BasicContent/Announcement/Announcement (e3524ad3-4d0d-479b-aa11-f41551767b82)
[master] [A] /sitecore/templates/Feature/BasicContent/ContentListItem/Content List Item (be7c86ab-bd1d-4b01-b45d-4be465ef8a01)
[master] [A] /sitecore/templates/Feature/BasicContent/Image Teaser/Image Teaser (b9a37908-7633-4ad9-962d-30cd8f2f6754)
[master] [A] /sitecore/templates/Feature/BasicContent/Video Teaser/Video Teaser (c4f3bdc5-4b13-4d9d-92f5-e407a8b21789)
[master] [A] /sitecore/templates/Feature/BasicContent/_HeroBanner/Hero Banner (e1b05489-b139-4d62-9eb5-64040fa48f6d)
[master] [A] /sitecore/templates/Feature/BasicContent/_EmbedCode/Embed (33cecf23-6fdf-4049-9062-6a73673d14bf)
[master] [A] /sitecore/templates/Feature/BasicContent/ContentList/Content List (826f5cb6-2237-43ae-b2af-6df0576a4d9d)
[master] [A] /sitecore/templates/Feature/BasicContent/Rich Text Content/Content (1a250042-4ebe-48c1-afc5-e4354c8761c7)
[master] [A] /sitecore/templates/Feature/BasicContent/CallToActionContent/Content (26f965ad-0b12-44f6-aef8-ba637697befd)
[master] [A] /sitecore/templates/Feature/BasicContent/Announcement/Announcement/AnnouncementLink (89288dd4-7723-4262-a906-f67cedca28bb)
[master] [A] /sitecore/templates/Feature/BasicContent/Announcement/Announcement/AnnouncementText (3192e490-54f8-4acd-902a-50992102646a)
[master] [A] /sitecore/templates/Feature/BasicContent/ContentListItem/Content List Item/ItemSubtitle (6e8201ed-44cb-4b9d-a1a0-d1f8d32e2779)
[master] [A] /sitecore/templates/Feature/BasicContent/ContentListItem/Content List Item/ItemLink (8948fc61-e65e-4215-8365-ed0951155ec5)
[master] [A] /sitecore/templates/Feature/BasicContent/ContentListItem/Content List Item/ItemTitle (0953b42d-91ac-4644-9a4e-38fd3fc91eb7)
[master] [A] /sitecore/templates/Feature/BasicContent/ContentListItem/Content List Item/ItemText (aeb48911-54fc-479c-966d-1808cbba333c)
[master] [A] /sitecore/templates/Feature/BasicContent/Image Teaser/Image Teaser/TeaserImage (9b1f902b-cfcf-4965-b4d0-3880f610272d)
[master] [A] /sitecore/templates/Feature/BasicContent/Image Teaser/Image Teaser/TeaserText (fa7c2f07-7f57-49f9-9f94-d5e9631d110d)
[master] [A] /sitecore/templates/Feature/BasicContent/Image Teaser/Image Teaser/TeaserTitle (3e1619ab-4eef-47b1-a801-13440d0098a6)
[master] [A] /sitecore/templates/Feature/BasicContent/Image Teaser/Image Teaser/TeaserLink (5e0174e0-52ca-4cc1-a6d5-1ae75954b019)
[master] [A] /sitecore/templates/Feature/BasicContent/Video Teaser/Video Teaser/TeaserLink (2aaa4a8c-e077-45ec-9439-f151435673d7)
[master] [A] /sitecore/templates/Feature/BasicContent/Video Teaser/Video Teaser/TeaserTitle (efc256c0-d388-4966-9340-a4508104de04)
[master] [A] /sitecore/templates/Feature/BasicContent/Video Teaser/Video Teaser/TeaserEmbed (87d60910-c481-42a7-8eb6-68e96b0f7cba)
[master] [A] /sitecore/templates/Feature/BasicContent/Video Teaser/Video Teaser/TeaserText (f4d03e52-cb74-4aba-8969-3c49e2541ac2)
[master] [A] /sitecore/templates/Feature/BasicContent/_HeroBanner/Hero Banner/HeroImage (3489c7a2-efe1-49e0-a3d7-271183c4f255)
[master] [A] /sitecore/templates/Feature/BasicContent/_HeroBanner/Hero Banner/HeroLink (066f7e92-30ad-4198-b138-b40ccaec6d20)
[master] [A] /sitecore/templates/Feature/BasicContent/_HeroBanner/Hero Banner/HeroDescription (69db2d7e-db5e-4a02-8580-0bcfb77b5482)
[master] [A] /sitecore/templates/Feature/BasicContent/_HeroBanner/Hero Banner/HeroSubtitle (53ee3e16-ba10-4013-959e-9a652a533845)
[master] [A] /sitecore/templates/Feature/BasicContent/_HeroBanner/Hero Banner/HeroTitle (00f0228c-aff3-4ab7-ac98-e4175a53bf32)
[master] [A] /sitecore/templates/Feature/BasicContent/_EmbedCode/Embed/EmbedCode (d9218843-78e1-418d-9b0d-7c511ca15f82)
[master] [A] /sitecore/templates/Feature/BasicContent/ContentList/Content List/ContentListTitle (e18a5161-33b5-4652-af07-a19404c2d2ab)
[master] [A] /sitecore/templates/Feature/BasicContent/ContentList/Content List/Selected Items (29b266ff-564e-4b11-a10a-70b8d290cd08)
[master] [A] /sitecore/templates/Feature/BasicContent/ContentList/Content List/ContentListLimit (5ad6837f-54d4-47d9-9e7a-5ec30f6b0f13)
[master] [A] /sitecore/templates/Feature/BasicContent/ContentList/Content List/ContentListType (d40ebb0f-36ff-4035-85f0-412555f4e599)
[master] [A] /sitecore/templates/Feature/BasicContent/Rich Text Content/Content/Content (5098b799-31dd-4c1b-9955-3e8598caa21f)
[master] [A] /sitecore/templates/Feature/BasicContent/CallToActionContent/Content/CtaText (c7cc5931-bef0-4afa-babc-c15dbd071efd)
[master] [A] /sitecore/templates/Feature/BasicContent/CallToActionContent/Content/CtaLink (3ed40dd5-482c-4ef4-893d-417c5fb3e08b)
[master] [A] /sitecore/templates/Feature/BasicContent/CallToActionContent/Content/CtaImage (40121670-6b02-4e60-a247-38f810c5364a)
[master] [A] /sitecore/templates/Feature/BasicContent/CallToActionContent/Content/CtaTitle (eb26ca15-e792-4098-9401-0af2fbe9bd31)
[master] [A] /sitecore/templates/Feature/BasicContent/Announcement/__Standard Values (0d6910b0-c119-4f96-9055-bb567ed12bd2)
[master] [A] /sitecore/templates/Feature/BasicContent/ContentListItem/__Standard Values (0c84265e-0d24-4995-8bc9-44fafbba3c09)
[master] [A] /sitecore/templates/Feature/BasicContent/Image Teaser/__Standard Values (f8b5408b-0285-445d-be87-5e7cc665c3ae)
[master] [A] /sitecore/templates/Feature/BasicContent/Video Teaser/__Standard Values (00b41d2f-3611-44f7-abea-e32bb4160a57)
[master] [A] /sitecore/templates/Feature/BasicContent/Embed content/__Standard Values (fa31eaa7-f9e4-4cc2-987d-df34c69199a2)
[master] [A] /sitecore/templates/Feature/BasicContent/Hero Folder/__Standard Values (f0405635-3140-4a50-808e-f5b523cca43f)
[master] [A] /sitecore/templates/Feature/BasicContent/ContentList/__Standard Values (52acf2d7-0337-4407-a9e4-d7a818513e55)
[master] [A] /sitecore/templates/Feature/BasicContent/Rich Text Content/__Standard Values (fc44a449-3a63-4482-8140-ec7bfc007bc4)
[master] [A] /sitecore/templates/Feature/BasicContent/CallToActionContent/__Standard Values (e8f8220e-1c1f-4732-a2af-fea436e325d8)
[master] [A] /sitecore/templates/Feature/BasicContent/Hero/__Standard Values (17664f87-9a0f-4349-bd96-5403318e2f30)
[master] [A] /sitecore/layout/Renderings/Feature/BasicContent (d377fb5c-efcf-4a89-ac65-77dadf04edd7)
[master] [A] /sitecore/layout/Renderings/Feature/BasicContent/PageOverviewPanel (df26ca0d-a60b-4349-8908-e7a62f7e7272)
[master] [A] /sitecore/layout/Renderings/Feature/BasicContent/ColumnContainer (57805937-d345-4a28-8ddf-c62ee43d8eba)
[master] [A] /sitecore/layout/Renderings/Feature/BasicContent/Content List (a921aec7-5df7-4f8e-835a-6a5111cf94cf)
[master] [A] /sitecore/layout/Renderings/Feature/BasicContent/HeroMedium (248bde7d-d010-4d02-95e8-2578a03a2d2d)
[master] [A] /sitecore/layout/Renderings/Feature/BasicContent/Rich Text Content (aa449ea4-0695-4d4c-9cd3-e582738a355e)
[master] [A] /sitecore/layout/Renderings/Feature/BasicContent/Announcement Bar (475cba5e-ee80-4275-9758-d280f0781942)
[master] [A] /sitecore/layout/Renderings/Feature/BasicContent/HeroBig (df79486f-2e7b-4ec8-8efc-c9e6dfe813b7)
[master] [A] /sitecore/layout/Renderings/Feature/BasicContent/VideoTeaser (8ecda376-8717-4626-a30a-83a93ec24cc3)
[master] [A] /sitecore/layout/Renderings/Feature/BasicContent/Embed Content (e275c475-c17d-49aa-bdf7-8af17d8596c3)
[master] [A] /sitecore/layout/Renderings/Feature/BasicContent/HeroMediumWithLink (21119158-4d96-422d-a542-a2b040f1c0cf)
[master] [A] /sitecore/layout/Renderings/Feature/BasicContent/Half-Width Banner (db83f81c-40a4-45c1-9d66-91a99368b6c6)
[master] [A] /sitecore/layout/Renderings/Feature/BasicContent/Sugcon Rich Text (d9671da7-6aba-468b-9aa9-c60bba8bddee)
[master] [A] /sitecore/layout/Renderings/Feature/BasicContent/ImageTeaser (2e2630ae-5db0-4fdf-81b6-47dbc3365c36)
[master] [A] /sitecore/layout/Renderings/Feature/BasicContent/SugconHero (a72ee580-d7ea-4425-afde-3f921cd29dfe)
[master] [A] /sitecore/templates/Feature/Forms (d60e7372-62e5-411f-a21a-c7d79c36f085)
[master] [A] /sitecore/templates/Feature/Forms/Application Folder (ea0ecc56-3611-4239-b4f7-81c2edc956e6)
[master] [A] /sitecore/templates/Feature/Forms/Application (5a6a420c-be7e-4822-a887-33c83f5e9b0c)
[master] [A] /sitecore/templates/Feature/Forms/Application/Category (a6edf5a1-b9d6-412b-b467-7bb92b74d3e7)
[master] [A] /sitecore/templates/Feature/Forms/Application/Objectives and Motivation (bdd9ee38-fcfb-408c-a577-5fad6eff6f22)
[master] [A] /sitecore/templates/Feature/Forms/Application/Community profiles (66532065-7e34-4a68-bcb6-93c81aa8f188)
[master] [A] /sitecore/templates/Feature/Forms/Application/Completion (556c8c74-0651-41ef-96df-0e7fe4cdf982)
[master] [A] /sitecore/templates/Feature/Forms/Application/User Profile (0d56fc21-c66f-4249-9e6b-076de566bbe7)
[master] [A] /sitecore/templates/Feature/Forms/Application/Progress (7c1997d2-7298-4b0a-bd97-9758c8a12529)
[master] [A] /sitecore/templates/Feature/Forms/Application/Personal Information (d02b703f-0ad6-4907-8e85-30b6c2ebc84a)
[master] [A] /sitecore/templates/Feature/Forms/Application/Notable Current Year Contributions (76b5c887-6f34-40fb-a1bf-be86e99f71ee)
[master] [A] /sitecore/templates/Feature/Forms/Application/Category/Category (7f8776e9-22d8-4ea8-b2d0-03c1274b37ec)
[master] [A] /sitecore/templates/Feature/Forms/Application/Objectives and Motivation/Objectives (f8a9cedd-a4e7-482c-9233-d276706f4391)
[master] [A] /sitecore/templates/Feature/Forms/Application/Objectives and Motivation/Eligibility (c47541a8-368b-4b91-ae6e-7bcf726be1e3)
[master] [A] /sitecore/templates/Feature/Forms/Application/Community profiles/AgreeOnTerms (faad57ce-b0ea-4519-a76d-29f8b7c2223c)
[master] [A] /sitecore/templates/Feature/Forms/Application/Community profiles/StackExchange (df4b449f-09ea-4771-baba-272416af4e5b)
[master] [A] /sitecore/templates/Feature/Forms/Application/Community profiles/Other (c37c7915-aa9a-4deb-a652-648e7e4cc80a)
[master] [A] /sitecore/templates/Feature/Forms/Application/Community profiles/GitHub (b862abe5-dae8-487e-bbd3-43d7bfdf1ace)
[master] [A] /sitecore/templates/Feature/Forms/Application/Community profiles/CustomerCoreProfile (d6a94f67-7ee9-452e-8e73-54a04d149f4a)
[master] [A] /sitecore/templates/Feature/Forms/Application/Community profiles/Twitter (0708fb37-8a4b-4bc2-a382-b29a68f520d1)
[master] [A] /sitecore/templates/Feature/Forms/Application/Community profiles/Blog (a60e560a-0167-4136-b9f0-1c2e148339a5)
[master] [A] /sitecore/templates/Feature/Forms/Application/Community profiles/SitecoreCommunity (19f0a676-2d32-468e-b424-e5b614a6a016)
[master] [A] /sitecore/templates/Feature/Forms/Application/Completion/Completed (c169b762-b673-412c-9f0f-748f505fd7bf)
[master] [A] /sitecore/templates/Feature/Forms/Application/User Profile/Person (f95a166c-8106-41e3-8acc-d11e3d74b722)
[master] [A] /sitecore/templates/Feature/Forms/Application/Progress/Step (1d69fcb9-fd09-4e25-b25c-c2d846f21206)
[master] [A] /sitecore/templates/Feature/Forms/Application/Personal Information/Mentor (1d4e406f-037b-473b-8c48-766edf597dcc)
[master] [A] /sitecore/templates/Feature/Forms/Application/Personal Information/FirstName (03fff8ed-00e9-44c7-8197-915c65f4e17d)
[master] [A] /sitecore/templates/Feature/Forms/Application/Personal Information/Country (cb78b986-aff3-4b68-8fa5-3f9343f9cf6f)
[master] [A] /sitecore/templates/Feature/Forms/Application/Personal Information/State (8622795b-3b7e-4fec-a141-63ed4bb31da8)
[master] [A] /sitecore/templates/Feature/Forms/Application/Personal Information/CompanyName (eec4f929-7346-429a-84df-d238ca8c6713)
[master] [A] /sitecore/templates/Feature/Forms/Application/Personal Information/PreferredName (47974bbd-4411-4df2-b984-fdccf1a91bd7)
[master] [A] /sitecore/templates/Feature/Forms/Application/Personal Information/EmploymentStatus (36836a68-4dd0-4324-8a0f-c4763d97b1df)
[master] [A] /sitecore/templates/Feature/Forms/Application/Personal Information/LastName (d099ff9f-5ea5-42e8-ae2b-bf3c7deab1db)
[master] [A] /sitecore/templates/Feature/Forms/Application/Notable Current Year Contributions/OnlineAcvitity (7659ed58-b9b4-45c7-be57-fb64bc76d5ab)
[master] [A] /sitecore/templates/Feature/Forms/Application/Notable Current Year Contributions/OfflineActivity (aace78cb-997c-49ac-a8c7-854398b9c1f3)
[master] [A] /sitecore/templates/Feature/Forms/Application/__Standard Values (8169fe1b-7eb8-42cf-aad5-09fe05484f9e)
[master] [A] /sitecore/layout/Renderings/Feature/Forms (7190c34a-4a2d-4575-8bd7-dd3e4cbad2d0)
[master] [A] /sitecore/layout/Renderings/Feature/Forms/Application (8c3ee30a-6487-4649-901a-09b97bec6c62)
[master] [A] /sitecore/templates/Feature/Navigation (9d7d9c8c-caa6-48ff-a3f9-403782fa0811)
[master] [A] /sitecore/templates/Feature/Navigation/Top Link (e4986869-e4b1-4990-8669-52abf69cd9cf)
[master] [A] /sitecore/templates/Feature/Navigation/Footer Content (da6d1712-0553-4d55-a861-8f646003a469)
[master] [A] /sitecore/templates/Feature/Navigation/_HasLink (2957694e-7790-4a69-8707-898d0ca71e8b)
[master] [A] /sitecore/templates/Feature/Navigation/Top Links Collection (e454a4e3-f69a-4d46-8601-eda00669d470)
[master] [A] /sitecore/templates/Feature/Navigation/_SocialMediaLinks (646aecf9-b0ce-47da-9b30-97db1e8e8df7)
[master] [A] /sitecore/templates/Feature/Navigation/_LinkIcon (8527ee51-1833-44c1-bea9-635d9882a3db)
[master] [A] /sitecore/templates/Feature/Navigation/Top Links Folder (da4e3ec4-5133-42d7-a5a0-36be30dcf187)
[master] [A] /sitecore/templates/Feature/Navigation/_Navigation (2fa21400-eb0c-4339-adc0-71fb2d762256)
[master] [A] /sitecore/templates/Feature/Navigation/Social Media Link (50c6077c-1c0c-4873-b6af-7b8d164636d4)
[master] [A] /sitecore/templates/Feature/Navigation/_Content (eb06fc78-74d1-4684-9860-7966f0586bc9)
[master] [A] /sitecore/templates/Feature/Navigation/_NavigationRootItem (ad1cb5ab-cb35-4107-bd11-793053b31a38)
[master] [A] /sitecore/templates/Feature/Navigation/_HasLink/Navigation (b3b6138d-580b-4913-bff1-602a9d92248b)
[master] [A] /sitecore/templates/Feature/Navigation/_SocialMediaLinks/Content (cc7e8df4-d3f1-4048-9ed5-c061cfb3bc6e)
[master] [A] /sitecore/templates/Feature/Navigation/_LinkIcon/Navigation (4dd9c102-16d9-49f6-99a2-af261ccd7806)
[master] [A] /sitecore/templates/Feature/Navigation/_Navigation/Navigation (539fe784-0610-4b3d-bf32-91d5a142da2d)
[master] [A] /sitecore/templates/Feature/Navigation/_Content/Content (02a6871c-52d1-464f-bc1c-8f52ace1179e)
[master] [A] /sitecore/templates/Feature/Navigation/_NavigationRootItem/Navigation (3318da18-d772-40e1-85ef-8329165f4073)
[master] [A] /sitecore/templates/Feature/Navigation/_HasLink/Navigation/Link (aff6fd57-80bd-4b53-adb9-164b922d5763)
[master] [A] /sitecore/templates/Feature/Navigation/_SocialMediaLinks/Content/Social Media Links (adec49d5-e4dd-420e-9225-db7fd95f8633)
[master] [A] /sitecore/templates/Feature/Navigation/_LinkIcon/Navigation/Icon (7d2e0682-4c33-439d-9db7-e6b18c0c1ac0)
[master] [A] /sitecore/templates/Feature/Navigation/_Navigation/Navigation/RequiresAuthentication (c58ed264-1f55-4aa3-a30e-da12ce43cb38)
[master] [A] /sitecore/templates/Feature/Navigation/_Navigation/Navigation/MenuTitle (b1ece12f-b2c9-44e6-92a3-c5dfd6514b59)
[master] [A] /sitecore/templates/Feature/Navigation/_Navigation/Navigation/IncludeInMenu (efc0a3c7-6993-47d2-ba85-10b44961916e)
[master] [A] /sitecore/templates/Feature/Navigation/_Content/Content/Content (2d0a5d7e-65b6-4eb2-b2a6-012a0453a253)
[master] [A] /sitecore/templates/Feature/Navigation/_NavigationRootItem/Navigation/Logo SVG path (8e50d26e-5046-490d-8d62-113d2821ad38)
[master] [A] /sitecore/templates/Feature/Navigation/Top Link/__Standard Values (7041c38c-73db-4a18-8337-3fc669a855af)
[master] [A] /sitecore/templates/Feature/Navigation/Footer Content/__Standard Values (88e6de4c-a8fb-435b-abd1-39666575e723)
[master] [A] /sitecore/templates/Feature/Navigation/Top Links Collection/__Standard Values (e2b28a3c-45a2-45cf-a7b6-ddd768fc4e58)
[master] [A] /sitecore/templates/Feature/Navigation/Top Links Folder/__Standard Values (9f3b91ce-bc2c-49ff-ba28-fe98b3fa63da)
[master] [A] /sitecore/templates/Feature/Navigation/Social Media Link/__Standard Values (7eab3ee9-5893-4c65-b468-1779c9b539f9)
[master] [A] /sitecore/layout/Renderings/Feature/Navigation (c7f7df35-991e-432a-bbdd-0ed848bca04a)
[master] [A] /sitecore/layout/Renderings/Feature/Navigation/Main Nav (c9593ff9-14ac-4c8e-b217-d85c05adead7)
[master] [A] /sitecore/layout/Renderings/Feature/Navigation/Top Links (a4f28b31-5d18-4158-92ab-f4d2eca6d2be)
[master] [A] /sitecore/layout/Renderings/Feature/Navigation/Footer (437ccc09-ab5d-47b3-96d7-2b05bdff5324)
[master] [A] /sitecore/templates/Feature/People (17003d0b-e7ca-4858-89d3-e70962f16b93)
[master] [A] /sitecore/templates/Feature/People/Application Step (f1c4767e-0344-4619-9d00-62fb519c07b1)
[master] [A] /sitecore/templates/Feature/People/Award Years Folder (0dc4f16b-6f23-4a23-b4d2-a350c0b84fd5)
[master] [A] /sitecore/templates/Feature/People/Country (1fc8657f-f737-47d6-a52b-67e8bff8a390)
[master] [A] /sitecore/templates/Feature/People/MVP Category (cdd8427e-fa86-4549-a647-d665164f2f77)
[master] [A] /sitecore/templates/Feature/People/Person (ad9c7837-8660-4360-ba2b-7addf4163685)
[master] [A] /sitecore/templates/Feature/People/Year Category (7007db97-c724-464b-a735-b301844f7d82)
[master] [A] /sitecore/templates/Feature/People/Award (d5412132-bbc8-479f-b358-e5167e6fcf1b)
[master] [A] /sitecore/templates/Feature/People/People Folder (2eba0721-df1e-4d69-a963-2755baa7d726)
[master] [A] /sitecore/templates/Feature/People/Year (f27c2d30-c390-47d2-8dc9-f73fe114fa70)
[master] [A] /sitecore/templates/Feature/People/Employment Status (37421902-c3c5-49e3-bf4a-a7ee73312993)
[master] [A] /sitecore/templates/Feature/People/State (13102d13-a6cb-48f6-a813-d431b917ef8f)
[master] [A] /sitecore/templates/Feature/People/Application Step/Application Step (0db827b7-c53f-4eb6-86ac-715446deef90)
[master] [A] /sitecore/templates/Feature/People/Country/Country (cde86baa-c51d-42f3-bc43-088f0e6a5baa)
[master] [A] /sitecore/templates/Feature/People/MVP Category/Details (67cae6b9-7aec-474b-b1ad-7a59355ac9d6)
[master] [A] /sitecore/templates/Feature/People/Person/Application (55845c05-4d20-47dd-8b49-3026d393b2d9)
[master] [A] /sitecore/templates/Feature/People/Person/Data (f629beeb-a57b-4f69-b7e4-df3fbc2bcf3e)
[master] [A] /sitecore/templates/Feature/People/Person/Profile (debff3f9-cced-440f-a413-9ab43619938e)
[master] [A] /sitecore/templates/Feature/People/Year Category/Details (ab17e240-e1c1-435b-ba90-d2246366f96b)
[master] [A] /sitecore/templates/Feature/People/Employment Status/Employment Status (14ba36d7-460c-4ec4-8585-7ce76f911a86)
[master] [A] /sitecore/templates/Feature/People/State/State (ccc16d43-0ce9-4817-b823-43d7854376cc)
[master] [A] /sitecore/templates/Feature/People/Application Step/Application Step/Step ID (b06c3aac-d999-4a81-bbd9-eb53d2b791a1)
[master] [A] /sitecore/templates/Feature/People/Application Step/Application Step/Title (28efa042-b2bc-45a2-bd09-07a79cde8467)
[master] [A] /sitecore/templates/Feature/People/Country/Country/DisplayName (09821e82-2ad7-49f0-b4cd-e4abf8d90983)
[master] [A] /sitecore/templates/Feature/People/Country/Country/Description (89d4f494-dcbd-408c-ad2b-2b0372d73ca8)
[master] [A] /sitecore/templates/Feature/People/MVP Category/Details/DisplayName (6e7574bd-3578-4c7d-a438-fb86d7c1c927)
[master] [A] /sitecore/templates/Feature/People/MVP Category/Details/Active (e20fda97-3f0c-49a0-9257-d55d006a2efe)
[master] [A] /sitecore/templates/Feature/People/Person/Application/Application (55701d4e-e6fd-4340-83ac-7dc3265da612)
[master] [A] /sitecore/templates/Feature/People/Person/Data/Okta Id (9d7006bb-7bd1-4d17-bf85-c4075918659f)
[master] [A] /sitecore/templates/Feature/People/Person/Profile/First Name (022de4c6-82cf-437c-9424-2fddf1a94f68)
[master] [A] /sitecore/templates/Feature/People/Person/Profile/Email (8561a65d-741e-4ead-985e-ea1880e196a9)
[master] [A] /sitecore/templates/Feature/People/Person/Profile/Awards (c5cb665e-d9d7-4130-8694-8cf34380f2ca)
[master] [A] /sitecore/templates/Feature/People/Person/Profile/Introduction (5abccf54-b9a1-4c33-91a4-473280644299)
[master] [A] /sitecore/templates/Feature/People/Person/Profile/Country (046fb914-f54f-4e3a-85e8-8ea5e3b7db7f)
[master] [A] /sitecore/templates/Feature/People/Person/Profile/Last Name (c0b5d514-19c3-430e-9a5a-42763211573d)
[master] [A] /sitecore/templates/Feature/People/Year Category/Details/Type (7fadee03-359c-4e85-a762-027f4acf95c8)
[master] [A] /sitecore/templates/Feature/People/Employment Status/Employment Status/Description (f82b02b5-9027-4646-8c33-509bc0dcf565)
[master] [A] /sitecore/templates/Feature/People/Employment Status/Employment Status/DisplayName (7e89334b-65af-46ff-abdd-f15a614aa78b)
[master] [A] /sitecore/templates/Feature/People/State/State/Name (70588ebe-7611-4f54-9688-5735ff9627de)
[master] [A] /sitecore/templates/Feature/People/State/State/Description (2c587170-6a58-40f3-994d-9df0c3d01845)
[master] [A] /sitecore/templates/Feature/People/Application Step/__Standard Values (d164cb9e-0445-4137-8a9e-cad73081927c)
[master] [A] /sitecore/templates/Feature/People/Award Years Folder/__Standard Values (eb4cb41d-372a-4b67-8e63-240b48985f00)
[master] [A] /sitecore/templates/Feature/People/Country/__Standard Values (f4f56555-ea98-4919-b5d4-7b4de663c5d8)
[master] [A] /sitecore/templates/Feature/People/MVP Category/__Standard Values (ab225756-84d0-423b-8599-84d56f3b8c44)
[master] [A] /sitecore/templates/Feature/People/Person/__Standard Values (d84ce276-7d7d-4662-ae7f-b0eb563b79aa)
[master] [A] /sitecore/templates/Feature/People/Year Category/__Standard Values (1af6622e-b0e2-4f28-8892-a17366017851)
[master] [A] /sitecore/templates/Feature/People/Award/__Standard Values (a4d8e3e1-4b18-40bc-b887-a388bef56d9b)
[master] [A] /sitecore/templates/Feature/People/People Folder/__Standard Values (f22cb97e-9a95-4f54-a027-f929370e36bf)
[master] [A] /sitecore/templates/Feature/People/Year/__Standard Values (d15a2d50-4c9e-46f7-8d46-19daab64e74b)
[master] [A] /sitecore/templates/Feature/People/Employment Status/__Standard Values (8ddca29f-7b82-4528-9355-eaa62edd910b)
[master] [A] /sitecore/templates/Feature/People/State/__Standard Values (070edcb7-6d55-4a41-ac2f-0f091202e769)
[master] [A] /sitecore/layout/Renderings/Feature/People (19c42f32-09e0-44d1-bf35-c3812319c462)
[master] [A] /sitecore/layout/Renderings/Feature/People/MVPSearch (1f4ac79e-97e1-4d32-bc0e-2cbe1f3e3f9c)
[master] [A] /sitecore/templates/Feature/Social (e99b425b-c17a-47a4-8491-e0e2c1ab57af)
[master] [A] /sitecore/templates/Feature/Social/_RssFeed (074c7b05-5600-4f3e-ba0c-db359d42abe6)
[master] [A] /sitecore/templates/Feature/Social/Rss Control (34e69036-7c28-43cb-afb3-4517ba178c28)
[master] [A] /sitecore/templates/Feature/Social/_RssFeed/Rss Feed (24c57e24-1d85-4823-bbef-64ec79fbe414)
[master] [A] /sitecore/templates/Feature/Social/_RssFeed/Rss Feed/Description (61ff3997-3033-40eb-bf77-b497d1b9430d)
[master] [A] /sitecore/templates/Feature/Social/_RssFeed/Rss Feed/RssUrl (69913ae6-614c-4cb6-bb3b-353700e53ccf)
[master] [A] /sitecore/templates/Feature/Social/_RssFeed/Rss Feed/Title (1126ea11-fbcf-460e-98ee-d731f63e9f75)
[master] [A] /sitecore/templates/Feature/Social/Rss Control/__Standard Values (e93b7bbd-0b8a-47e1-80c3-6fbaf0efe7a7)
[master] [A] /sitecore/layout/Renderings/Feature/Social (e78b95c3-289c-43c9-980d-25ad78887488)
[master] [A] /sitecore/layout/Renderings/Feature/Social/Rss (71ee190c-5286-425c-b7f2-0e14f3829043)
[master] [A] /sitecore/layout/Renderings/Feature/User (ffebe358-62d6-4257-9de5-24b0aa9a6a7a)
[master] [A] /sitecore/layout/Renderings/Feature/User/SignIn (00147a0f-476b-4c99-8a10-e6b4fcfcece0)
[master] [A] /sitecore/templates/Foundation/Multisite (6ab5b608-36d8-4f65-b335-a496e142976b)
[master] [A] /sitecore/templates/Foundation/Multisite/Site (c39978e9-c0d2-4d72-bf8b-b121e35bde91)
[master] [A] /sitecore/layout/Layouts/Project/MvpSite (cf0be47e-9cd8-4375-af41-f970231845e7)
[master] [A] /sitecore/layout/Layouts/Project/MvpSite/Default (1ae49d12-8da1-4fbd-92ff-887b01c02bb5)
[master] [A] /sitecore/layout/Placeholder Settings/Project/MvpSite (473676dc-e1f1-4a93-8187-6ea0c61f9a2b)
[master] [A] /sitecore/layout/Placeholder Settings/Project/MvpSite/Header (9aed7a3b-5823-4566-828e-b6a799dbca3d)
[master] [A] /sitecore/layout/Placeholder Settings/Project/MvpSite/Column Container (7781e9e2-31ad-4854-906f-162102bcaf5b)
[master] [A] /sitecore/layout/Placeholder Settings/Project/MvpSite/Footer (40e386a6-c647-4069-93ab-4abd1f87cfb9)
[master] [A] /sitecore/layout/Placeholder Settings/Project/MvpSite/Header Signin (2c729f59-b760-422e-befd-2d2c01abda58)
[master] [A] /sitecore/layout/Placeholder Settings/Project/MvpSite/Main (4c14aec2-35c5-4a40-98d1-7a75a8452521)
[master] [A] /sitecore/layout/Placeholder Settings/Project/MvpSite/Page Overview Panel (2867e282-1fde-4dbb-81eb-ce51a0cd0cec)
[master] [A] /sitecore/system/Dictionary/MvpSite (db704d9e-113d-44a1-aa85-2a5d127cd2a3)
[master] [A] /sitecore/templates/Project/MvpSite (b864b451-cfb3-4ec1-9f08-8cdc38bad006)
[master] [A] /sitecore/templates/Project/MvpSite/Homepage (9c1e30a0-8691-4ad4-bef0-e1f446eef8f3)
[master] [A] /sitecore/templates/Project/MvpSite/Page (a054184c-3b20-4c2b-ab04-c8a03acd5522)
[master] [A] /sitecore/templates/Project/MvpSite/Page Components Folder (6aec120a-7222-42c6-a8e8-53f9354aef53)
[master] [A] /sitecore/templates/Project/MvpSite/Homepage/__Standard Values (c51665ec-6662-4bef-8a04-be941861bef7)
[master] [A] /sitecore/templates/Project/MvpSite/Page/__Standard Values (9c05e623-3031-4a61-b75f-34e5edb92da0)
[master] [A] /sitecore/templates/Project/MvpSite/Page Components Folder/__Standard Values (4945aff9-04d7-4d12-8536-ba227a125c4e)
[master] [A] /sitecore/templates/Branches/Project/MvpSite (ded0a36b-436c-4ea4-ab3f-5c08de7dfcb5)
[master] [A] /sitecore/templates/Branches/Project/MvpSite/Page (ef8dd6f4-1bb8-4831-a1a6-defa3594051a)
[master] [A] /sitecore/templates/Branches/Project/MvpSite/Page/$name (9ac6dda3-8785-4c63-a2ab-457d8cc56d19)
[master] [A] /sitecore/templates/Branches/Project/MvpSite/Page/$name/Page Components (20a55515-d0df-4ac4-960f-6ebc655a7514)
[master] [A] /sitecore/content/MvpSite (a43c6692-60f4-4743-a1be-6424de611dfa)
[master] [A] /sitecore/content/MvpSite/Settings (8ea9fd60-cea2-491d-bfd1-923ed92ad2bc)
[master] [A] /sitecore/content/MvpSite/Shared Content (d2f6ff70-28f6-416e-9882-182f96e4fa0c)
[master] [A] /sitecore/content/MvpSite/Home (94de9ac3-a9f7-40ab-ae90-acda364b9c40)
[master] [A] /sitecore/content/MvpSite/Settings/Content List Types (b8bb5f61-6b08-4a0e-9b48-0101976e5b9c)
[master] [A] /sitecore/content/MvpSite/Shared Content/Hero (ba07af03-314b-49dd-92f7-1ee330bd63e0)
[master] [A] /sitecore/content/MvpSite/Shared Content/Top Links (ea2d31e3-b59a-4142-a066-0ef24c54d098)
[master] [A] /sitecore/content/MvpSite/Shared Content/CTA Content (996d6757-e987-4167-86dc-0660953f36d6)
[master] [A] /sitecore/content/MvpSite/Shared Content/Rich Text Content (b9a0ea97-db6c-463e-b290-b823a20850f2)
[master] [A] /sitecore/content/MvpSite/Shared Content/Announcements (d74b40c0-4c5d-48e0-8211-18d061aa30a9)
[master] [A] /sitecore/content/MvpSite/Shared Content/Footer Content (a1943e00-819f-41f7-a8c2-86f65e7e8306)
[master] [A] /sitecore/content/MvpSite/Shared Content/Rss (6d4b926c-4de5-46ac-a336-91225072ec40)
[master] [A] /sitecore/content/MvpSite/Shared Content/Content Lists (b36fa333-32ab-4c3f-ab43-16aaccfccf02)
[master] [A] /sitecore/content/MvpSite/Shared Content/Image Teaser (7f31c1bc-fca2-4a8a-840f-e5505ae66aa4)
[master] [A] /sitecore/content/MvpSite/Shared Content/Video Teaser (102b3423-90ec-461d-bf8e-3a932204aea4)
[master] [A] /sitecore/content/MvpSite/Home/About (0d97b45d-c589-4495-a495-9aaff4fbd2c3)
[master] [A] /sitecore/content/MvpSite/Home/Become-an-mvp (fa048086-14bc-4e7d-9987-59f8b4adc286)
[master] [A] /sitecore/content/MvpSite/Home/Podcast (cbf43178-a093-4bae-8ce0-72d3df81d77b)
[master] [A] /sitecore/content/MvpSite/Home/Application-Closed (9a2113c2-298e-4431-ba8d-2355210fdeef)
[master] [A] /sitecore/content/MvpSite/Home/Contact (c59d92d6-739b-4424-bf07-d3ad7c2b9fc1)
[master] [A] /sitecore/content/MvpSite/Home/Thank-you (728d5b0e-573f-4eb6-8233-9a5dc958507c)
[master] [A] /sitecore/content/MvpSite/Home/Benefits (f96c13c3-e71b-4da2-881f-17f4dcafe56f)
[master] [A] /sitecore/content/MvpSite/Home/Mentor-Program (cafd6a4e-f1c7-48bf-96fa-8689193c8b55)
[master] [A] /sitecore/content/MvpSite/Home/404 (fe6ec725-4173-44c5-a2bc-8c92cf7e74b5)
[master] [A] /sitecore/content/MvpSite/Home/Application (47e6ab4b-97fb-4c14-a3d6-6265f41723db)
[master] [A] /sitecore/content/MvpSite/Home/Directory (67ba86b6-4adf-422b-bd31-1c17336c5fbf)
[master] [A] /sitecore/content/MvpSite/Settings/Content List Types/MVP 4 Column (f0027cb2-8725-48ea-b85d-eb83e5216e5a)
[master] [A] /sitecore/content/MvpSite/Settings/Content List Types/MVP 3 Column (92dd658a-76be-437a-86e4-589df627fbcc)
[master] [A] /sitecore/content/MvpSite/Settings/Content List Types/White Blocks (e58a021e-74d2-471e-9eba-b09616350605)
[master] [A] /sitecore/content/MvpSite/Shared Content/Hero/Homepage (537def5c-b38f-4356-8fcc-24e4838c2319)
[master] [A] /sitecore/content/MvpSite/Shared Content/Top Links/Default Top Links (c4dadd5e-1521-4c6d-afce-39d237751541)
[master] [A] /sitecore/content/MvpSite/Shared Content/CTA Content/Sitecore Most Valuable Professional (a7cc481a-b6c8-4604-b19f-50844263ee3e)
[master] [A] /sitecore/content/MvpSite/Shared Content/Announcements/MVP Summit (c6614898-2f30-4b46-bf5b-c72cd2cfdd68)
[master] [A] /sitecore/content/MvpSite/Shared Content/Footer Content/Twitter (8b0a36d6-11b8-48a0-b2a5-3e6c4196bd32)
[master] [A] /sitecore/content/MvpSite/Shared Content/Footer Content/Instagram (85e4402a-8cb4-414f-bdd4-9306809022ef)
[master] [A] /sitecore/content/MvpSite/Shared Content/Footer Content/LinkedIn (b7e9c86f-b750-4fc2-aae7-50bd44d0c26d)
[master] [A] /sitecore/content/MvpSite/Shared Content/Footer Content/Facebook (89dc529d-e275-4b1f-b510-81962d93a19f)
[master] [A] /sitecore/content/MvpSite/Shared Content/Footer Content/Youtube (aa0550bb-2dcf-4157-aa4b-c79a7c0f8093)
[master] [A] /sitecore/content/MvpSite/Shared Content/Rss/Podcast (113f3ac3-7ba1-4033-9085-4ab861c5640a)
[master] [A] /sitecore/content/MvpSite/Shared Content/Content Lists/MVP Categories (5e3a3f5b-cbf7-4d13-8a39-2bc9d5fd3f22)
[master] [A] /sitecore/content/MvpSite/Shared Content/Video Teaser/How to become a MVP (0330cf77-dcdd-45ca-8d47-9370a3902bc1)
[master] [A] /sitecore/content/MvpSite/Home/About/Page Components (f04a6c79-ad64-46c0-9589-3e714831e94f)
[master] [A] /sitecore/content/MvpSite/Home/Become-an-mvp/Page Components (1e192541-f2ee-4421-88bd-66c409a84f4e)
[master] [A] /sitecore/content/MvpSite/Home/Podcast/Page Components (67828cc7-e88a-4336-92c4-5e417789ef92)
[master] [A] /sitecore/content/MvpSite/Home/Application-Closed/Page Components (cffdf442-fd81-498b-842c-72a6ca67e0ea)
[master] [A] /sitecore/content/MvpSite/Home/Contact/Page Components (fcd16018-da33-4513-b178-790083a35ce6)
[master] [A] /sitecore/content/MvpSite/Home/Thank-you/Page Components (60b26faf-f6e3-4d92-934b-ca7149d6eab2)
[master] [A] /sitecore/content/MvpSite/Home/Benefits/Page Components (9dbaf3a9-a176-4d64-ba9f-3f81741f124c)
[master] [A] /sitecore/content/MvpSite/Home/Mentor-Program/Page Components (050efa74-0d6c-424a-812e-c9b3136105b9)
[master] [A] /sitecore/content/MvpSite/Home/404/Page Components (054ed910-3a29-4c9f-b61d-447f407cac63)
[master] [A] /sitecore/content/MvpSite/Home/Application/Page Components (520a7845-8d30-4ffd-875b-a19ed9220d8d)
[master] [A] /sitecore/content/MvpSite/Home/Application/Intro (c1a3edfd-f35f-482d-b794-b63f2821d8eb)
[master] [A] /sitecore/content/MvpSite/Home/Directory/Page Components (f6323fdf-e75d-4878-9b8c-72c6a7677cf3)
[master] [A] /sitecore/content/MvpSite/Shared Content/Top Links/Default Top Links/Sitecore Community (d81a76d6-e7a3-4640-8aa2-8c9ce46b909f)
[master] [A] /sitecore/content/MvpSite/Shared Content/Top Links/Default Top Links/Sitecore Chat (78fc0585-5d42-4c22-944b-b3719bfa81ed)
[master] [A] /sitecore/content/MvpSite/Shared Content/Top Links/Default Top Links/Stack Exchange (21de713e-c5ad-42dc-aafb-0a420bede5fd)
[master] [A] /sitecore/content/MvpSite/Shared Content/Top Links/Default Top Links/Developers (a2bfbc0a-1563-4dc1-9410-651231798af4)
[master] [A] /sitecore/content/MvpSite/Shared Content/Top Links/Default Top Links/Discover Sitecore (03375f3a-9842-40b8-ab65-69127506bc34)
[master] [A] /sitecore/content/MvpSite/Shared Content/Top Links/Default Top Links/Documentation (aa5102b8-a7f9-49e0-a27e-7cfd1a7f9e8e)
[master] [A] /sitecore/content/MvpSite/Shared Content/Content Lists/MVP Categories/Ambassador (6770cee3-d0a6-4f68-94ec-9c8d0b23f8ad)
[master] [A] /sitecore/content/MvpSite/Shared Content/Content Lists/MVP Categories/Commerce (201315d2-844b-4004-8100-a7244ee24137)
[master] [A] /sitecore/content/MvpSite/Shared Content/Content Lists/MVP Categories/Strategy (17302488-06e8-4b59-8165-ffecc726c258)
[master] [A] /sitecore/content/MvpSite/Shared Content/Content Lists/MVP Categories/Technology (fcd0eb59-694c-46d8-83ed-81c814015eae)
[master] [A] /sitecore/content/MvpSite/Home/About/Page Components/MVP Types (8fb6ba7c-84d4-44f3-8ff1-d4e6c210418e)
[master] [A] /sitecore/content/MvpSite/Home/About/Page Components/About (faff75ec-fcce-4ff8-b0cf-7dc54fa40244)
[master] [A] /sitecore/content/MvpSite/Home/Become-an-mvp/Page Components/Who can apply (bb242858-af8d-4de3-8865-b85f240da1af)
[master] [A] /sitecore/content/MvpSite/Home/Become-an-mvp/Page Components/Become MVP part2 (4df3f6c5-9b3e-4b99-8a45-d146d139f3e3)
[master] [A] /sitecore/content/MvpSite/Home/Become-an-mvp/Page Components/Becoming (75982f95-92ce-4c19-826f-c56a021a4c22)
[master] [A] /sitecore/content/MvpSite/Home/Become-an-mvp/Page Components/Become MVP part 1 (5568a458-a32d-47f1-97ba-238f85b25c68)
[master] [A] /sitecore/content/MvpSite/Home/Podcast/Page Components/Podcast (ec78a6a1-796d-40be-a9af-60d13e92ff45)
[master] [A] /sitecore/content/MvpSite/Home/Application-Closed/Page Components/Application Hero (277fd545-7e30-495c-afef-a20159d06232)
[master] [A] /sitecore/content/MvpSite/Home/Contact/Page Components/Contact Information (e24a4e73-1e6d-400a-8707-9c554ca8e192)
[master] [A] /sitecore/content/MvpSite/Home/Contact/Page Components/Contact (7e27288d-9261-45d5-9d8b-705116563ac8)
[master] [A] /sitecore/content/MvpSite/Home/Thank-you/Page Components/Content (3c50eb5c-db55-4903-9b5b-c1ebb52f916f)
[master] [A] /sitecore/content/MvpSite/Home/Thank-you/Page Components/Thank-you (ee7f9b17-b8a9-4dea-bc73-63cbf6cfcbe1)
[master] [A] /sitecore/content/MvpSite/Home/Benefits/Page Components/Benefits list (f86e1aa2-b5d9-4557-b060-cd8ef009c754)
[master] [A] /sitecore/content/MvpSite/Home/Benefits/Page Components/Benefits (d1807ab8-f8db-4f3d-9fa6-aea9590076b5)
[master] [A] /sitecore/content/MvpSite/Home/Mentor-Program/Page Components/Description (b98f8915-fd1a-407c-a032-a0aa2d149fef)
[master] [A] /sitecore/content/MvpSite/Home/Mentor-Program/Page Components/Mentor Program (9dd13f7b-157e-4108-a56e-5027fdc18f4b)
[master] [A] /sitecore/content/MvpSite/Home/404/Page Components/404 (a601e7cf-fd64-4b15-b51d-0959ab52141c)
[master] [A] /sitecore/content/MvpSite/Home/404/Page Components/Content (ee9ad220-151d-457d-9952-aa3edde2c14a)
[master] [A] /sitecore/content/MvpSite/Home/Application/Intro/Page Components (69abc474-5968-4c16-9c4c-99e9cf4840a5)
[master] [A] /sitecore/content/MvpSite/Home/Application/Intro/Page Components/Log In (4a99a19c-2299-48c7-a884-fd182172ff9d)
[master] [A] /sitecore/system/Modules/PowerShell/Script Library/MVP Scripts (e6ccc220-a1aa-4cef-a9fe-c9c3e6442feb)
[master] [A] /sitecore/system/Modules/PowerShell/Script Library/MVP Scripts/Application Export (0848152b-4ac2-43fd-bbd1-abac5621e1ee)
[master] [A] /sitecore/content/MvpSite/MVP Repository (d3b2ac74-f73d-450d-a040-b40d53e314ec)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Employment Status (965852ba-c78d-4a41-8dd8-d8cad7032d4f)
[master] [A] /sitecore/content/MvpSite/MVP Repository/States (f15493bc-613d-4496-be84-263fb737dcbc)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years (a2b660e1-9671-41b4-a6ca-4956ff9847b8)
[master] [A] /sitecore/content/MvpSite/MVP Repository/People (64f31e3a-2040-4e69-b9a7-6830cbe669d2)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries (d18d6ffe-def4-4d7b-aea0-13f06b9030a3)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Application Steps (8be29760-eaec-49ca-be48-c5c68fd887c5)
[master] [A] /sitecore/content/MvpSite/MVP Repository/MVP Category (e2f6ea22-562b-4d70-a444-f5bbc81c183e)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Employment Status/Freelancer (2cb87307-33d2-4beb-afd9-542af9151dec)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Employment Status/Partner (2c881e05-6fee-4a8e-b6b3-43c8f673932e)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Employment Status/Company (4cd78dd6-433b-421b-93f2-fb9ab9a09c6f)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Employment Status/Customer (c9743670-c7f0-40a3-9a5c-6f34570fa7d2)
[master] [A] /sitecore/content/MvpSite/MVP Repository/States/IL (18939773-989b-40ec-a2fb-3861b286a404)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2015 (d4e5a358-dc50-4e9a-a224-932c4976d67c)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2019 (2705c6d8-7df1-431e-a407-4f4bb0e1be36)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2018 (b2441b1d-15c3-49ba-8d84-c3b0029dd646)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2021 (807fcf2b-c8d1-4d80-96eb-101370b06e5c)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2008 (5f04bf81-1b60-49f5-9505-302eb2b26a8f)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2017 (fbf87303-cff9-46d7-a605-8f2ff2e349d7)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2020 (358e6cb7-c796-47e1-a744-490077bcc134)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2016 (747a0961-1ed2-41bc-a9dd-767c8f27e3d2)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2014 (f9ee7e52-5a3a-48d5-8a1b-19f9aa76f21a)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2022 (1e1fe6b8-eb5c-476c-baae-37ac293524a1)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Malaysia (bd330fe0-c019-4287-b5bf-eee9bbe350f4)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/New Zealand (12ef9e50-fc35-484a-a018-78aaa2ea5a17)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Panama (7aa612af-48ca-46c8-8793-7fb7c32db6df)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Russian (29d8bae7-d98b-428d-a363-9394110ce59a)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Singapore (6035a0a1-f6de-4b38-a180-2cb9a4ae7dda)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Switzerland (8abfed63-1292-4cee-8bcc-21a9fdf20599)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Thailand (fc8f4763-f17b-44e2-b151-b8bb0eadb58c)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/United Kingdom (7a839b6f-b100-4d69-aa31-f1c5fc91c702)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Bangladesh (79e2ad63-59a7-41e5-9ae1-e9dc52ab31fd)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Bulgaria (24c72608-4464-495a-ae41-8d1d3e705c65)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Colombia (204b22fd-e8af-4492-8ca8-514d94ff942d)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Czech Republic (9fa23379-59f9-440e-a8a6-ea6c7e708f7c)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Austria (90004d00-4d06-45df-b882-287f8b3a3c5c)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/El Salvador (075e1506-96ab-499d-9226-dc030a8f8820)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Belgium (66655e20-4c55-48b7-9d0d-cdbebd55a520)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/France (aa0cc1c0-d7c9-4f8d-b166-67bc83c21e4d)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Canada (34c693d8-997d-4fe9-bdcd-54d1f25f4052)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Georgia (48d75c23-5d43-420d-a23b-900116ef167e)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Chad (c3f38041-a9ff-4309-8a50-8a9fcde23042)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Hungary (c20b865a-f429-49db-a657-930ff27bd78d)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Denmark (52e1f0aa-1c2c-45c8-9096-3500ae2b7ddd)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Iceland (f031f37d-3e6b-4575-9ee0-cf7a3c38c7c8)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Dominican Republic (c556a819-ce54-4ac6-a05e-420f45f3b8be)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Jordan (9ab11d2c-4be9-4f2f-a6ef-1f6cc9d78e06)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Germany (b2b008d8-0e10-4fd5-9038-e7bc6f49c76e)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Kazakstan (02a51f36-7315-439d-b66f-c0bbb72df229)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Ghana (e85c419e-b347-43fb-a63c-d071bee04b9e)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Mexico (c8d38c4f-f823-4f3b-afe7-1444537664b9)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/India (879c73c8-20f3-4b5a-8b61-e67debaa056e)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Morocco (a3ebc329-f221-4e92-ac00-347861b074e6)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Indonesia (7f6a1562-2ad5-4f93-8ff1-4887e7184363)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Portugal (d370e673-5889-40d4-ab1e-14147254faa0)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Kenya (2d8929bc-ed60-43c9-8351-bec141d06f2b)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Puerto Rico (3a9c8462-574b-4010-8622-6a1cea3d96c6)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Kuwait (dad5c770-4dbf-4ec5-836a-15b44a8d54e6)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Spain (736206ea-7995-4838-b675-8bf40c0ff905)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Mozambique (0faf5482-d25d-49f2-b04e-ba4f7dd51d04)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Sri Lanka (598635e6-29e4-4005-b602-a1a73a96e7b6)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Namibia (f69c2a80-5a8a-4934-aee0-208c2f474f7a)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Ukraine (da0a1ea5-5660-4ca2-b5be-29fd885caf3d)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Philippines (952c1ea3-96ba-4335-8b91-f2fd70d50df0)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/United Arab Emirates (a55e7249-1148-466c-ab11-e9b7e105d99e)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Poland (4ce12744-23d9-4ec9-a047-4e21a85fa306)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/South Africa (68800f85-0f5a-4085-bd06-63f2cb30b036)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/South Korea (2076871c-308a-4be9-b71f-eff3aa1737c6)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/United States (9e5adfd5-322e-4357-adfd-c6bd01cee4ce)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Uruguay (cd624013-983c-4883-89ea-741b49a3e1dc)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Venezuela (22319b91-e7cc-4de9-8059-f5508525b80e)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Vietnam (7479a1ae-dc8f-4e35-a6ad-d1c5748510e0)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Belarus (9ceeb1e2-e3f7-40c9-82bb-5cad70501354)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Ecuador (8c85a1f1-58a3-4b59-ab6e-a5eb06a9d905)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Egypt (d58c8bc3-13c8-4af8-8ea8-40cc3811af91)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Ethiopia (e8c62c56-b4eb-48c0-85bc-797b94a2c1bc)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Finland (bd5fd866-d8c7-4bbd-8544-62c51384d93c)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Guinea (a75d114f-115c-4e58-a91d-197418b3f61d)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Haiti (2901f24b-cc57-457f-85b5-30d09df41ac0)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Jamaica (d36577a7-c933-4602-a38e-8a3f6df4e2ed)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Japan (a378482d-43bc-468f-a894-d81d44d8fa5f)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Malta (1278a8fb-f5a1-445d-a75e-be203e6977a8)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Mauritius (98238fb9-cb58-43d1-bd90-664a1df0f85c)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Paraguay (32816995-7593-400b-8296-986d4084c2f5)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Peru (01fc16ff-e8ff-4a29-a3e9-b86c5c614870)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Slovakia (590a1fcd-705a-439f-8f7e-8f3d3c1b78ae)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Slovenia (bb572efa-671d-48b5-8fc8-14c69084ca82)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Turkmenistan (9f3c78ca-5ef8-4a0a-9080-819d1df5a919)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Uganda (265d4031-106a-4b97-8108-f53b1a28d7ec)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Australia (c34d203f-314f-40cc-9802-aed1e8bc4fc5)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Bolivia (a6e259ec-e3cb-441d-9f4d-565b6f93368d)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Chile (197b7ee8-8eb6-4512-893b-c5c71c254d67)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Costa Rica (7a6f098d-b5bc-48ad-9349-8a4b9821a6fe)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Argentina (e9c69104-ad72-428d-8bb0-d6ca434b1496)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Estonia (a903731e-a5e8-41f4-830d-8fbe04906437)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Bahrain (cc9d3bcd-4af9-41f6-adec-6a49065dfb4f)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Guatemala (7bab0838-11ec-48e6-ac8b-5b2902e050f4)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Brazil (8bef164b-b6d8-42e8-a847-68fce88230f8)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Honduras (1877c68f-0bb0-4da4-a4bf-13302843aa5b)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/China (ff733252-4fb9-4e83-a65a-9f01d690ab19)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Ireland (ef56fce3-ad0b-465e-a971-b47e868e4903)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Croatia (f2a7f6da-2dbb-46bd-946c-01fdc83ba257)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Israel (5568d453-304b-4806-9738-e788c17dbc6b)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Cyprus (601381d9-6e23-44ea-a8b9-a37c37d590db)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Libyan Arab Jamahiriya (c15d8b95-d284-4020-853b-34ae46d8f3bb)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Greece (021b9b3d-5e7c-406b-a272-da95fb8286ca)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Liechtenstein (7b251eb9-114c-42f2-a4c0-eb2ef081c74d)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Greenland (86d222f1-88c9-49e3-82cd-b0b8100bb9e0)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Nigeria (1a365277-1a60-49ea-bf9e-9de8079dadd7)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Iran (6d930866-0fd4-42f8-92cc-bbede8205c5c)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Norway (f3dd4155-6ede-42f3-b0e3-575256032b66)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Iraq (08b8127b-c9ea-412e-8363-84dbfa3b081d)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Rwanda (10dcb271-8fc2-4174-9506-7ccf7531481f)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Latvia (c53dfa35-fdb6-44f3-8cae-17aacfb4c8f2)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Saudi Arabia (c79566ce-dfed-4848-be71-5e4e20717bcb)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Lebanon (5ed8e288-6673-4810-997f-972b661bc12d)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Tunisia (cdaac323-ec51-4edd-b89d-1218da899255)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Nepal (e3815cb9-78f9-4ecd-bdb4-a94ba66f4b44)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Turkey (42d8b15e-4a64-4d55-953f-32f334dbde28)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Netherlands (fbda4cd4-700b-4c70-8beb-716076ca75e6)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Qatar (f09cf765-2430-44d9-a41e-3e356596744a)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Romania (fcbe5266-fe30-40df-b443-87509838bc7f)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Sudan (ef6b682f-214b-4580-826f-4694760bddd7)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Sweden (6cd86c44-389c-4824-91f4-92edba5180c6)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Guam (8f4d65d4-860a-4576-afc0-08ea61d31dcf)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Italy (c8d91d9d-74d4-4746-bd55-1ae38b77a26b)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Lithuania (59523c34-f1e9-4dcb-a732-93a05289ebb3)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Luxembourg (681a0335-5564-4755-abca-c2627d00e549)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Oman (61983f41-9ad6-463b-9c0c-006a49e13e1f)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Pakistan (ad3bf5cf-5f7f-47ca-9853-c1a823bbf979)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Syria (fd516570-db04-4a0f-9313-5b009a01bb5e)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Countries/Taiwan (4b224673-bafc-4664-b58f-b6a38b062be2)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Application Steps/Socials (49e75b4c-3398-48c8-bff3-5ef91be15025)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Application Steps/Objectives (dcc9e1c8-2d79-4829-8862-8013d647bf48)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Application Steps/Contributions (7097bb71-8e97-401a-bfb3-14d5ffa5df64)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Application Steps/Confirmation (6b57c63e-5b8f-4c9c-9e71-dda4449f8b2d)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Application Steps/Welcome (6315dcc7-5f9f-44d8-b874-ac9957b220af)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Application Steps/Category (c55f8deb-1e49-4dd0-9703-adda3cb4b72d)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Application Steps/Personal (ed7dec1d-9c2e-4ac1-8aef-709cb0ab3506)
[master] [A] /sitecore/content/MvpSite/MVP Repository/MVP Category/Technology (db39fc29-e639-4be5-ae17-14428301cd11)
[master] [A] /sitecore/content/MvpSite/MVP Repository/MVP Category/Lifetime (9d391762-ccf9-42a6-ad26-ddf8495daa4d)
[master] [A] /sitecore/content/MvpSite/MVP Repository/MVP Category/Strategy (7cc9ff3f-072d-4bc9-993a-1046843b6497)
[master] [A] /sitecore/content/MvpSite/MVP Repository/MVP Category/Ambassador (7768de06-8cae-45cc-b644-15d41bd168d1)
[master] [A] /sitecore/content/MvpSite/MVP Repository/MVP Category/Cloud (1f8c2537-138c-4506-98b2-4e4522fb35f8)
[master] [A] /sitecore/content/MvpSite/MVP Repository/MVP Category/Commerce (98375df9-aa4f-4ca6-b191-5a32e6f15b55)
[master] [A] /sitecore/content/MvpSite/MVP Repository/MVP Category/Honorary (118da7a8-198b-4616-8129-6a634e0d701d)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2015/2015 Technology MVP (66f6ee75-2607-44bc-8b8e-f584f04c31c4)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2015/2015 Strategy MVP (23412e85-ab5d-41fc-8779-4511aa1b61a0)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2019/2019 Technology MVP (89a17c97-a2b3-447b-b3ee-9975bf3cde49)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2019/2019 Ambassador MVP (07ad13c1-4fa6-4194-900d-3687c60ef5f9)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2019/2019 Commerce MVP (bed6b81a-aa06-4cf0-b17e-4a759cd39ab9)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2019/2019 Lifetime MVP (17ce9f9b-90cd-4511-8ee9-1b5b89cd1e43)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2019/2019 Strategy MVP (e8302991-f1d6-4077-9dd2-0373ebb1e95b)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2018/2018 Strategy MVP (5e4176f4-2896-464f-8a2d-b2f2625f4f33)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2018/2018 Technology MVP (d1f30097-d9a0-42c3-90eb-fff1ff72f994)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2018/2018 Ambassador MVP (2b1a93ca-4fa0-4fc1-a80f-33b39028f1ee)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2018/2018 Commerce MVP (a50dd78b-55a7-426d-93f6-68c8040fb317)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2018/2018 Honorary MVP (81eff39a-55e7-432e-be9c-9c5550906760)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2018/2018 Lifetime MVP (fb0d7f29-b654-4c0f-8dd2-25cab3c9ff39)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2021/2021 Ambassador MVP (54618b8c-6929-4776-aad0-8f7a44f7822f)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2021/2021 Lifetime MVP (3b7c5749-2c62-4268-902f-78d01525513b)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2021/2021 Strategy MVP (15d23d83-c9d6-413f-ab27-4759bcd4a9f7)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2021/2021 Technology MVP (98d10bf9-17bc-469a-ab7a-201566e0858d)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2008/2008 Technology MVP (71a3e146-5563-4fb1-803d-87521406e5a9)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2017/2017 Commerce MVP (25dabf58-9800-4da0-8528-979dc1c50022)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2017/2017 Lifetime MVP (cad02fa8-2cc4-4f2f-9aee-c0afacac6e1d)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2017/2017 Strategy MVP (c2456100-cc68-45a1-9e2e-e73d461ca92b)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2017/2017 Technology MVP (52e2ee97-c3b5-46be-84ea-9072a1c7ddc7)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2017/2017 Cloud MVP (a26953ee-5586-4081-a306-8a9b02185475)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2020/2020 Ambassador MVP (3ccb4f25-497b-469d-85d1-bf7ab1f12397)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2020/2020 Commerce MVP (a21074b9-5349-4993-92f9-97816e5129d4)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2020/2020 Lifetime MVP (53b2533d-e646-4d35-b7c2-4dcb152e3b4d)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2020/2020 Strategy MVP (c78e52bb-a546-48a0-98e2-6358767a443d)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2020/2020 Technology MVP (40f71464-12f2-4226-963b-36a026592340)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2016/2016 Lifetime MVP (1e6f4ab8-1cec-485a-8adb-b54510d0242c)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2016/2016 Strategy MVP (41115ec2-7599-41bc-9137-93c228b6bc01)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2016/2016 Commerce MVP (82b7a287-a176-4560-96c7-112aa40375c7)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2016/2016 Technology MVP (38c87b0e-c1ae-48f2-aef4-5268d60cadc3)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2014/2014 Strategy MVP (b699f9d8-09d4-4b8f-8c7d-47b66fe5eda8)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2014/2014 Technology MVP (f49db64b-88cb-424a-bc9d-47e56c3baa56)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2022/2022 Ambassador MVP (d73af82e-7bd0-41ca-8cb7-6866739a58dd)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2022/2022 Lifetime MVP (34c68429-b284-4b21-8377-c50ea6b33a33)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2022/2022 Strategy MVP (2fab3e90-943b-4bf7-8713-89f2e0f194e2)
[master] [A] /sitecore/content/MvpSite/MVP Repository/Award Years/2022/2022 Technology MVP (8c85ceac-1bae-49d1-9aa1-5c6ccd4b7318)
[master] [U] /sitecore/system/Settings/Buckets/Item Buckets Settings (376da354-62fb-4066-ade3-439419eae7a8)
[master] [A] /sitecore/system/Settings/Services/API Keys/MvpSite (e2f3d43e-b1fd-495e-b4b1-84579892422a)
[master] [A] /sitecore/media library/Project/MvpSite (efe96352-b58d-489e-9c80-e111d8d36a05)
[master] [A] /sitecore/media library/Project/MvpSite/dummy2 (27598a1b-cd28-445e-b784-5337be020b73)
[master] [A] /sitecore/media library/Project/MvpSite/MVP2022_Winner_Press_Release_Template (f18806f8-dfe9-47ab-ada1-a8e195ab5a14)
[master] [A] /sitecore/media library/Project/MvpSite/Sitecore MVP logo (1023987b-1ead-49a0-bf57-9a1c90a0f88a)
[master] [A] /sitecore/media library/Project/MvpSite/ics (a3b1c5b2-42b3-48ad-a729-9dc598913a1b)
[master] [A] /sitecore/media library/Project/MvpSite/sitecore-logo (2d7fb4ce-987a-4cf1-aa42-13b9be66ede8)
[master] [A] /sitecore/media library/Project/MvpSite/Hero (38cbef9c-a7ed-432b-8a65-54c755a08296)
[master] [A] /sitecore/media library/Project/MvpSite/Sitecore MVP vertical logo (d71d0b43-ddd3-4648-86a1-749d8a0a2bdb)
[master] [A] /sitecore/media library/Project/MvpSite/Logo (6df8e326-031e-4961-b781-5a51faf13c6f)
[master] [A] /sitecore/media library/Project/MvpSite/ics/2022 (aca47851-9799-453d-b3ef-dae28d4ff134)
[master] [A] /sitecore/media library/Project/MvpSite/ics/2021 (f9df384b-9554-4324-90f9-15533fb15516)
[master] [A] /sitecore/media library/Project/MvpSite/ics/MVP Lunch 2022 - Europe Middle East Americas (3f222481-c7aa-4222-acc7-cda66f5c49d9)
[master] [A] /sitecore/media library/Project/MvpSite/ics/MVP Lunch 2022 - Asia Pacific Europe Middle East (b532ab11-47c6-4a89-97ca-75aed76036fe)
[master] [A] /sitecore/media library/Project/MvpSite/Hero/become-man-behind-pc (5fdd0a6b-b92e-4644-8d0c-dd71f6aa9615)
[master] [A] /sitecore/media library/Project/MvpSite/Hero/Welcome banner (75e92dfc-f50d-40c7-824f-eeeb8d58b5d6)
[master] [A] /sitecore/media library/Project/MvpSite/Hero/stock-photo (6eaf7720-c188-412d-94a7-ae393b3e0bcf)
[master] [A] /sitecore/media library/Project/MvpSite/Hero/Dummy (f26bbbb9-9b2a-4aa7-ba41-1dbb7557dd13)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2011-Sitecore_MVP_logo (7a2aee44-c12d-4fa7-a456-509b18d26bda)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2014-Sitecore_MVP_Technology (c29cc619-889b-4903-94cb-326e457f6703)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2016-Sitecore_MVP_Commerce (1802a885-088d-4c1f-a768-e2b769368bf3)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2017-Sitecore_MVP_Commerce (755cb414-57ca-4085-b64a-a4f9ae813a7c)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2018-Sitecore_MVP_logo (28e0d305-38d6-4cea-8262-eb104dbd76ff)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2018-Sitecore_MVP_Strategy (8c72d45e-148b-4e3d-aee7-200b38aee6cd)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2021-Sitecore_MVP_Strategy (14a3a1e2-f8ec-4334-a63d-9e4f438e215c)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2021-Sitecore_MVP_Technology (712bef08-797f-43ec-91c7-8f77face063f)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2017-Sitecore_MVP_Digital_Strategist (dd7c3286-9411-4ca9-9784-07485f88ca25)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2019-Sitecore_MVP_Strategy (80a8d655-7598-43e1-abf2-69d5a86059b2)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2022-Sitecore_MVP_Technology (a7611eaa-3315-4975-a5b5-e90610178260)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2017-Sitecore_MVP_logo (e0a366c4-e6b0-4036-a54a-65c996e13393)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2019-Sitecore_MVP_Technology (7a26199f-850f-4d81-8e95-005041c39a95)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2021-Sitecore_MVP_logo (9a500f93-a2df-427b-a615-ccfb43c0c90d)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2014-Sitecore_MVP_Digital_Strategist (3d9291f5-ec54-4bb9-b36e-82aef0e6c5a4)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2015-Sitecore_MVP_logo (084b5c78-c47a-4dc7-bd13-467deb581755)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2016-Sitecore_MVP_Technology (ba3cd6f5-c007-4357-bc88-030365f48bb0)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2019-Sitecore_MVP_Ambassador (7532da60-1afc-4f5f-ba34-b8d0109675a6)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2019-Sitecore_MVP_Commerce (e6367d85-6f0b-439c-b286-4b58316b4ebc)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2020-Sitecore_MVP_logo (3eb85f32-7e7a-47ca-8a6b-ff45edf66e2c)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2022-Sitecore_MVP_Ambassador (00f9bcbe-a9b8-4853-bae7-78b846fb53e9)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2022-Sitecore_MVP_logo (841d490d-3032-4a42-8420-40113b79b327)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2010-Sitecore_MVP_logo (f5492e1e-1076-42df-9cfc-e7090d85f466)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2014-Sitecore_MVP_logo (8f1c535d-41a4-46ba-b6ab-5221fd2dc292)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2015-Sitecore_MVP_Technology (fee28c6f-c027-4795-aec5-128d6595a9a7)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2016-Sitecore_MVP_logo (6ce25907-8683-4111-a151-6fec046fe025)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2018-Sitecore_MVP_Technology (adb2e879-03ab-4123-bf93-444c67209964)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2020-Sitecore_MVP_Ambassador (1ffeff9f-a4d6-469d-973c-33b21e128ff4)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2020-Sitecore_MVP_Commerce (e9ebd279-4d0c-489b-82e2-8a7bf7491475)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2013-Sitecore_MVP_logo (f3dab979-fa87-4ad8-853e-c0fcf3275cbc)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2015-Sitecore_MVP_Digital_Strategist (aa4c973a-8f39-496b-8c88-136f3d4b601d)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2016-Sitecore_MVP_Digital_Strategist (57f0b101-b856-4f21-b40b-d2c20551e987)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2017-Sitecore_MVP_Cloud (c97b43de-201f-4b7e-a888-3ee7ecfbbd9c)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2017-Sitecore_MVP_Technology (81a43600-3143-45b2-a35c-1801f83ab122)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2018-Sitecore_MVP_Ambassador (b37e6d48-7d50-4c17-b1d8-2e7110b616c7)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2020-Sitecore_MVP_Strategy (d7c70ba0-44ee-4590-b9fb-5e693584d04a)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2020-Sitecore_MVP_Technology (9202d3c1-696a-49ad-bdb0-1ffdba150a99)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2018-Sitecore_MVP_Commerce (b396e5b8-acff-40de-8138-79193c8b88aa)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2019-Sitecore_MVP_logo (9985c403-5d33-48f7-8d23-b39443c07868)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2021-Sitecore_MVP_Ambassador (8715abb1-142d-487e-8124-931888a375bd)
[master] [A] /sitecore/media library/Project/MvpSite/Logo/2022-Sitecore_MVP_Strategy (8a6c17ef-f2b1-4aa0-83e2-9c31db484bb1)
[master] [A] /sitecore/media library/Project/MvpSite/ics/2022/MVP webinar XM Cloud part 2 (c72b9463-a554-4e88-b96f-fa7e8727c831)
[master] [A] /sitecore/media library/Project/MvpSite/ics/2022/MVP webinar XM Cloud (c48f8375-561e-49d5-878d-92d511ca81f1)
[master] [A] /sitecore/media library/Project/MvpSite/ics/2022/MVP webinar Commerce (ebf42223-5c9b-4fc8-a040-d3711affd7a0)
[master] [A] /sitecore/media library/Project/MvpSite/ics/2022/MVP webinar Content (2d3b7f8f-7caf-4160-be9f-3552bf754a51)
[master] [A] /sitecore/media library/Project/MvpSite/ics/2022/MVP 2022 - Kick off webinar (b453bb75-f5ce-49a4-909b-ac6622a25901)
[master] [A] /sitecore/media library/Project/MvpSite/ics/2021/MVP Lunch 2021 - Asia Pacific Europe Middle East (9627bb68-4910-4fdc-b000-aafba59e4e2f)
[master] [A] /sitecore/media library/Project/MvpSite/ics/2021/MVP Lunch 2021 - Europe Middle East Americas (55d65afe-7674-4cff-891f-576fba34b0de)
[master] [A] /sitecore/media library/Project/MvpSite/Hero/Dummy/about us (dc36d475-d9cd-48a5-870d-3003903918a5)
[master] [A] /sitecore/media library/Project/MvpSite/Hero/Dummy/MVP Benefits (ba133323-c9f2-4936-be97-c92eba90e11d)
[master] [U] /sitecore/content (0de95ae4-41ab-4d01-9eb0-67441b7c2450)
[master] [A] /sitecore/layout/Layouts/Project/Sugcon (37906dca-4b02-413e-b9f0-06adaafd9e2f)
[master] [A] /sitecore/layout/Renderings/Feature/Sugcon (101881e7-0231-4eef-b0a0-a0a3731e9676)
[master] [A] /sitecore/layout/Renderings/Feature/Sugcon/Sugcon Base Components (6e9a1bec-c9bd-4c94-a15f-e1a7ed03bc53)
[master] [A] /sitecore/layout/Renderings/Feature/Sugcon/Sugcon Base Components/Hero (1980ce42-9455-48e5-b4d0-ddb59c9b28d4)
[master] [A] /sitecore/layout/Renderings/Feature/Sugcon/Sugcon Base Components/Session (1e6e40d5-9217-4def-ac1e-b59ded2f1b99)
[master] [A] /sitecore/layout/Renderings/Feature/Sugcon/Sugcon Base Components/OrganiserList (ce4b14f7-2845-4ca4-ab42-0f0acc60499b)
[master] [A] /sitecore/layout/Renderings/Feature/Sugcon/Sugcon Base Components/Agenda (9796870a-1bc3-4d1f-99cd-ecd6da7240f0)
[master] [A] /sitecore/layout/Renderings/Feature/Sugcon/Sugcon Base Components/Fixed Width Container (01bb6244-4e0f-4a9b-9352-1f2c64982655)
[master] [A] /sitecore/layout/Renderings/Feature/Sugcon/Sugcon Base Components/SponsorList (46d04a87-a7d0-4033-8bb9-4596465ee251)
[master] [A] /sitecore/layout/Renderings/Feature/Sugcon/Sugcon Base Components/Speaker (71100e1f-3d11-48ab-8c2f-e56fbfa66476)
[master] [A] /sitecore/layout/Renderings/Feature/Sugcon/Sugcon Base Components/CTA (96127b34-218d-4d4e-9203-65b7e24a42e6)
[master] [A] /sitecore/layout/Renderings/Feature/Sugcon/Sugcon Base Components/VideoTeaser (571484c3-4498-4884-9f53-8b0cfa3e032f)
[master] [A] /sitecore/layout/Renderings/Project/Sugcon (3addda62-094a-4e54-badb-bc253fd83b0e)
[master] [A] /sitecore/layout/Placeholder Settings/Project/Sugcon (3d8b3d61-22b1-41f2-9a49-739b1dd604c6)
[master] [A] /sitecore/templates/Project/Sugcon (cbb0cd20-5e73-4759-9abe-40afa8cedb84)
[master] [A] /sitecore/templates/Project/Sugcon/Headless Site (ac9da469-725c-469d-929a-f5075af7b815)
[master] [A] /sitecore/templates/Project/Sugcon/JSS Settings (9edd8bd7-5b8e-4fc9-a3ba-88e562916e34)
[master] [A] /sitecore/templates/Project/Sugcon/Page Designs (54863d88-2275-4a58-9df0-1255538d3cac)
[master] [A] /sitecore/templates/Project/Sugcon/Partial Designs (1402427d-3654-4811-9742-47d2a6387b4c)
[master] [A] /sitecore/templates/Project/Sugcon/Headless Tenant (10a884e7-4f1c-4179-81ee-7600d6f3e85d)
[master] [A] /sitecore/templates/Project/Sugcon/App Route (36cad6cf-d418-43ca-bc57-656e44069116)
[master] [A] /sitecore/templates/Project/Sugcon/Partial Design Folder (2f9d0cfc-6e62-4fa7-80b5-1a05fa4d4033)
[master] [A] /sitecore/templates/Project/Sugcon/Page Design Folder (54ab70de-67ee-40d0-965a-d8780f917cfc)
[master] [A] /sitecore/templates/Project/Sugcon/App Route/Content (41f996ad-4163-4cad-9cbc-e0d64107c8d0)
[master] [A] /sitecore/templates/Project/Sugcon/App Route/Content/Content (60985bff-7e5d-40a5-8209-de015a43e6e4)
[master] [A] /sitecore/templates/Project/Sugcon/App Route/Content/Title (ba1885c7-230a-493c-a75a-9caa5e8e4d3f)
[master] [A] /sitecore/templates/Project/Sugcon/Headless Site/__Standard Values (75a85989-ffe2-41ec-b42f-7026fa9f555c)
[master] [A] /sitecore/templates/Project/Sugcon/JSS Settings/__Standard Values (0bd3517d-e263-498d-9994-6c49e452b00a)
[master] [A] /sitecore/templates/Project/Sugcon/Page Designs/__Standard Values (efcbafc8-7b20-4c6f-918a-eaf06538510d)
[master] [A] /sitecore/templates/Project/Sugcon/Partial Designs/__Standard Values (c63f122d-6ba5-45a5-aaf9-d72ec67e31ad)
[master] [A] /sitecore/templates/Project/Sugcon/Headless Tenant/__Standard Values (054f03a3-1f8b-4279-a92a-f3521d599e8a)
[master] [A] /sitecore/templates/Project/Sugcon/App Route/__Standard Values (c83513f7-5864-40f7-93a3-4e8a42830d01)
[master] [A] /sitecore/templates/Project/Sugcon/Partial Design Folder/__Standard Values (1a54b8bf-f662-46ea-a58c-10bfe32792f9)
[master] [A] /sitecore/templates/Project/Sugcon/Page Design Folder/__Standard Values (0341b192-1388-4682-8422-977022f19d25)
[master] [A] /sitecore/templates/Feature/Sugcon (107d7a0a-7182-4abd-8dc3-07f8ac5c2f62)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components (504d75ae-5c5b-4934-b07a-181009e15ac6)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Agenda Folder (0e752460-018a-4e62-b6c0-cde913c12e13)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Hero Folder (13733fe4-8ad5-46ef-9997-0337b4463c14)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Organiser (040dffbf-bdb3-4424-a867-49e927d9c3e5)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/CTA Folder (185291a6-334d-496e-ae86-d7cbc37c077e)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Rendering Parameters (5daf9052-74bd-49fd-9696-85c6ddfacba6)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Session Folder (c7c26656-1c65-45ff-a15f-f58212faf1bb)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/OrganiserList Folder (0cd15675-15af-4386-ab5e-7fe68bb9e7d9)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Sponsor (dbf996a5-21c9-49d6-bbb4-dce6d4700576)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/SponsorList Folder (32a2995f-269b-4ada-95ba-ce7925bfb15c)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Speaker Folder (2bff4c4e-0e21-4ab4-a697-1a65358da9d0)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Video (64acede4-1711-4df4-ab7c-efb822a8fe7c)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Videos (c69ac796-371d-462f-bf59-6a3e363d0efe)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Video Teaser Folder (fb414664-6b1b-4121-8e57-57eccabe7136)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Sponsors (3693294a-781b-4816-bf98-6d024d0d5a18)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Agenda (384e1c30-e63a-4060-828e-7dc2b0139dac)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Hero (a9668aad-7e76-49a5-978a-bff6bf8a8a6f)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Organisers (2719076e-5a80-420f-ae9c-cd61a0630718)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Speaker (80b483ea-47b0-4562-837d-159fae7c890c)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Video Teaser (84383b2b-fe12-4299-ad64-25289da95fdc)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/CTA (2a05bfc6-1eea-4013-9daf-9d079e3fd255)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/OrganiserList (072de54c-c0fb-4aed-b7b5-7526825f844b)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Session (27ad4bee-7462-49f0-9d33-82ba20c37e8d)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/SponsorList (50fcc4a2-bea5-40a8-abf3-552d533994ec)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Organiser/Data (9757db31-5d96-4cc4-b105-06b04bd0945b)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Rendering Parameters/Speaker (9b8718c0-ea1d-4963-8d6a-18b9a75fa1d6)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Rendering Parameters/Hero (51cca19e-e3ce-4946-94af-767d4789ebbb)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Rendering Parameters/OrganiserList (4fc5890a-fef6-423d-a16f-c99630456228)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Rendering Parameters/Session (3394108e-3cb1-4006-a888-26b9160f806b)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Rendering Parameters/Agenda (f2466a38-6abb-4e5d-b898-a8e8e1ecafa6)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Rendering Parameters/SponsorList (cb7dd521-1228-44e6-ac1f-c03f09d69fa0)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Rendering Parameters/Video Teaser (dd293a74-a154-4575-aa27-3983c921983c)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Rendering Parameters/CTA (41531262-be10-4fc0-9043-2f3204f17dfd)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Sponsor/Data (3fc6302a-d846-4d8e-b995-516f9114aac1)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Video/Data (d9475156-2bf8-42fc-ae23-1fd29d6a8ce1)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Agenda/Data (3d10d962-6477-4e84-a72f-0a4dc85cb095)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Hero/Data (48d80c01-5b68-4d1a-8682-72fd6c101250)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Speaker/Data (829592fa-90b4-423b-835e-007eb32c9308)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Video Teaser/Data (64fdb7df-7ce5-4c16-892e-835ed2b158ff)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/CTA/Data (1ee1a4c2-168e-4d1b-ab9c-b18f3c4891cc)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/OrganiserList/Data (eb5da7a6-25e6-4209-9c44-5ae4e0648601)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Session/Data (08de30a3-b237-4b0f-ad2c-92091ff87cba)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/SponsorList/Data (3d097769-8293-434b-a54e-6c68523e0244)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Organiser/Data/TwitterLink (1d574813-214f-4fc2-98ff-8ffd36a5aed1)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Organiser/Data/LinkedInLink (0a82b3e3-f9ac-42e6-a7ac-4ffd422a0b4d)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Organiser/Data/Name (ed25e568-5800-4b53-b376-b2e58c217665)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Organiser/Data/Image (3d3d3ea8-0bc8-499d-8ae2-289d4dad9ce7)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Sponsor/Data/SponsorLogo (7de86eb1-7ccc-4068-9870-b3a46a150aa1)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Sponsor/Data/SponsorName (c796441d-0c1f-4435-9cf7-9d123ff6b937)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Sponsor/Data/SponsorUrl (b65985cc-f1a9-4443-abbe-4345ea304146)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Video/Data/youtubeId (4babb508-6a3f-466a-8b81-e35bf485dc3c)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Video/Data/Text (233107fa-0265-4e83-af72-b6ff30afa77c)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Video/Data/Title (56a17772-058b-47d3-8e73-8bbdd0ab24ba)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Agenda/Data/SessionizeURL (bd677d16-2cc9-4211-a8b7-7569e4683169)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Agenda/Data/Title (c96d0edb-dba3-4436-855f-9914049bf9a1)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Hero/Data/BackgroundImage (c1413fde-0dd2-4fc9-842d-5ccc7c753564)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Hero/Data/Label (db8d95de-6511-487f-acc0-31f25fa76e52)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Hero/Data/Text (d08fa491-162f-44ad-85c0-af9269b9195c)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Speaker/Data/SessionizeURL (67b8ddc1-3b91-4b87-bc6c-4d0d8f30e79d)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Speaker/Data/Title (14e2a083-9ff9-4ca7-b4c3-010634a881fa)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Video Teaser/Data/Videos (0b3d5a2a-d322-41a6-9305-883b88d12ab7)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Video Teaser/Data/Headline (4959559d-4d0a-401d-9341-187b7f541d71)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Video Teaser/Data/Text (e6696b43-f76a-4b0d-a899-482933666789)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/CTA/Data/Headline (2bd32ceb-9f35-41d4-a255-81dbf1f80e6b)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/CTA/Data/Image (0168f4ed-ee6c-4962-9153-94f1fb972c55)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/CTA/Data/Link (d4c32718-a2cb-48c5-9769-14d20450d6f7)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/CTA/Data/Text (fdc6957b-c9fa-46ad-b03c-254c12c4c47a)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/OrganiserList/Data/Organisers (c6568cdd-6038-4af8-a7cf-adadf85f747d)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Session/Data/SessionizeURL (1db3d688-e3de-4c92-9aec-60baba5002bc)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Session/Data/Title (4426dd82-5e90-4ac2-af3d-902aa39d5e89)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/SponsorList/Data/Category (ee414f1c-1598-4d93-af66-61ce0ac6705a)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/SponsorList/Data/Sponsors (c47a29aa-bc65-4ef2-9376-a463edd5a998)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Agenda Folder/__Standard Values (c9ea002b-1a39-4bb9-a61d-e3d6597350e4)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Hero Folder/__Standard Values (c5734117-5e27-4668-b8d6-65c488d741ad)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Organiser/__Standard Values (3034d5de-593a-416c-a051-206ce18b9cdd)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/CTA Folder/__Standard Values (48c25170-8972-459f-994d-2060f752694b)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Session Folder/__Standard Values (1bdc5ad2-11f8-4a54-a1c0-2c6e716f0e3d)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/OrganiserList Folder/__Standard Values (f4fcb863-def7-44ba-9734-f514955a2361)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Sponsor/__Standard Values (c605037d-8c92-43fa-b989-4998800b0ec6)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/SponsorList Folder/__Standard Values (c29171d8-72d1-453a-8d9f-70c3a756f9c3)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Speaker Folder/__Standard Values (d6a0236e-4d78-47c6-844d-2b9839fb2312)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Video/__Standard Values (b2b49998-9665-4606-abf8-bdc9e9086a0a)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Videos/__Standard Values (8d4d9feb-e6f4-45e4-86d0-d515c885b057)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Video Teaser Folder/__Standard Values (7a351dc5-478f-4045-a975-b75d7ee0759a)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Sponsors/__Standard Values (0da7ea68-d7cb-462b-9717-9ce29cee50bf)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Agenda/__Standard Values (79ba7e3e-98a3-4153-a596-c2e9198ac42d)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Hero/__Standard Values (7a52891f-7df5-4ef4-893d-42374ad77edb)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Organisers/__Standard Values (ed6d5580-be41-45d3-b478-4fa84a2d669a)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Speaker/__Standard Values (efaf9fbb-08a7-45af-807f-dd401e47deec)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Video Teaser/__Standard Values (7e197543-e035-4cbb-b056-1d557b389956)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/CTA/__Standard Values (34795b7b-0ca4-4b1e-ae69-3d755f798d50)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/OrganiserList/__Standard Values (8b2dd351-f54c-407f-8661-807b6bd4cf6b)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Session/__Standard Values (d9ca9448-79c7-4254-9497-05f184491b87)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/SponsorList/__Standard Values (064e3e40-16f3-45b3-975a-9513ad2d41ce)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Rendering Parameters/Speaker/__Standard Values (a28bc6cf-9007-4d0f-b3fd-83c7eed46d99)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Rendering Parameters/Hero/__Standard Values (abd1a2c2-c2ee-4db6-a793-2d8299974773)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Rendering Parameters/OrganiserList/__Standard Values (d3dc2c2e-60b3-4ed6-8958-d2c859036f38)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Rendering Parameters/Session/__Standard Values (1b85e2a4-30f1-46be-bfa9-32b50ad306e9)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Rendering Parameters/Agenda/__Standard Values (18f51028-b594-454c-9eed-214f257320ba)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Rendering Parameters/SponsorList/__Standard Values (6c19768d-1b15-452d-8f95-031705494fe7)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Rendering Parameters/Video Teaser/__Standard Values (0f67f975-5b90-4f52-8b20-0dfaec182119)
[master] [A] /sitecore/templates/Feature/Sugcon/Sugcon Base Components/Rendering Parameters/CTA/__Standard Values (beb7d478-9394-4c67-aa35-97b9770a0347)
[master] [A] /sitecore/media library/Project/Sugcon (f9b079a6-b3ba-481f-ad66-4bb87328e72d)
[master] [A] /sitecore/media library/Project/Sugcon/SugconShared (6614d1a1-bdb5-4948-8dea-c4a4d0f1885e)
[master] [A] /sitecore/media library/Project/Sugcon/shared (d9d7dcf2-0c98-4c7d-a4fc-8534c6bc3886)
[master] [A] /sitecore/media library/Project/Sugcon/SugconAnzSxa (7e89f454-27bf-445f-84f8-e8d129339bdb)
[master] [A] /sitecore/media library/Project/Sugcon/SugconEuSxa (02bfddce-a693-4a81-a9c5-8aeb917c0fd2)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Organisers (d99fac7b-42e5-454f-91a6-574411991460)
[master] [A] /sitecore/media library/Project/Sugcon/shared/man-with-phone-and-umbrella (225e1acf-57a3-4f0d-8789-c899c6c145f7)
[master] [A] /sitecore/media library/Project/Sugcon/shared/sugcon-logo-small-red (3d7aa8fa-cec8-4949-8ae0-d7c8ef109236)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors (ae98374f-0d42-4897-9a53-db289163f510)
[master] [A] /sitecore/media library/Project/Sugcon/SugconAnzSxa/licensed-image (d8bdda24-3442-45d8-b64c-3e4b62ee94f6)
[master] [A] /sitecore/media library/Project/Sugcon/SugconEuSxa/budapest-view (0734e2db-d921-4e39-b26a-317b50136024)
[master] [A] /sitecore/media library/Project/Sugcon/SugconEuSxa/sugcon-eu (514e9cc6-af44-4f32-a5e2-7f3a30e8fed9)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Organisers/Koen Heye (ff6012ed-b5cf-4b04-a0c1-78821f77d053)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Organisers/Rasmus Kirkegaard Mortensen (766f6688-2f21-498d-8e58-ac8ee3ae28c8)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Organisers/Alexei Vershalovics (5a16049e-7c23-476b-b0b7-c2a76d35d545)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Organisers/Christina Hauge Engel (d28619bb-ede5-49c2-87f6-373b455c415e)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Organisers/Tamas Varga (da9c27aa-4839-480b-a684-039cf68436fe)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Organisers/Nicole Montero (21b78440-54b7-41de-8e2f-eec55cab252c)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Organisers/Alan Coates (94431540-ccaa-402c-91a5-12245705ca6a)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Organisers/Lukasz Skowronski (82780067-4512-453c-a954-fcfd711d3cdb)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Organisers/Sebastian Tecsi (05bb290b-5b3d-4d26-8192-05baafd80a41)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Organisers/Tamas Tarnok (ed5eb63e-dfef-45b6-8fbd-ce7d53bf1117)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Organisers/Anna Brundel (23b4d6a4-ada7-4c5c-a347-0b566ed25cb3)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Organisers/Pieter Brinkman (c0c1a41e-d6c9-446b-89e6-311748fecfed)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Organisers/Anders Laub (91e1568f-2a09-4b5b-82dd-027d3ebde4e3)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Organisers/Peter Nazarov (d8af8d80-1d1f-4235-945e-e91f826e2512)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors/appleztech_logo (28cf4a0f-d8a8-45ad-9e37-4deb5d6ad65e)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors/epam-logo (15763e16-c6a8-4990-a722-5bb891ea4d6c)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors/valtech_logo (e65aa07a-6af1-4fe5-bdd3-e29ec5e5abea)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors/assurex_logo (e9a515c3-08f1-4a48-9609-68c2e6845bd8)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors/sagittarius_logo (08de0f57-5e5c-4995-840b-b03db82a90f0)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors/allwin_logo (52ebb770-29c3-4d0d-b85b-1b6b19ac66bb)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors/blastic_logo (4f7b2822-178c-4edc-81b3-9b90c73e47c1)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors/pentia_logo (87c43e53-8a1e-457c-a0e3-a554c8b99afb)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors/webit_logo (67bc28ec-c919-40c3-ac7a-5f2395fa8180)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors/kuehlhaus_logo (19d529ca-5745-4fa8-abf9-772e099b55ad)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors/macaw_logo (34dd0d93-a9cf-4945-be88-a35ccdad9efe)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors/amedicaneagle_logo (88853617-0e9b-4fae-845a-ff1ffe1bb5cb)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors/delaware_logo (19ce1ed3-a85c-4d64-b196-d6e9ed97f771)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors/sugde_logo (f5a1e648-bdd5-412f-9c34-604bb40be846)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors/Wunderman_thompson_logo (81ca0d96-e4b3-4dc4-8e1b-6851811e69f1)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors/alpha_solutions_logo (467998c1-93a6-4da2-97d8-cffd6977598d)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors/Brimit_Logo-no-headline-450px (348ed21c-f146-4b01-9b66-853339bef978)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors/searchstax_logo_H (2a4ac995-5b5d-4e5e-a937-27b7cc3cf620)
[master] [A] /sitecore/media library/Project/Sugcon/shared/Sponsors/wilkerson_consulting (8afbb0b9-900e-4fb4-a940-99235df643d1)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon (a78939b1-8a06-45c7-9cec-e6a72e49e581)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components (08bf7a03-3637-4ff6-9618-04c008b11a5d)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/Available Hero Renderings (7f8afb0f-974b-4190-aaa9-e6a9b173a501)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/SponsorList Variant (2da1d5cf-a913-4c7b-b60f-0ffb024b0d1e)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/OrganiserList Variant (4facfbfd-aa42-46f1-8bee-3e2d42dcf179)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/Agenda Variant (0eacd954-d28e-4512-a423-022e66a7594e)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/CTA Variant (e7ac9517-6874-4477-92fb-758de952b751)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/Session Variant (007c7544-870b-4eb5-b381-4fda1338258c)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/Speaker Variant (0bb9cc23-1d7d-4d60-8232-3a70acf52ec9)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/Default Hero Variant (14a6d4f1-e4bc-4c96-84c2-da9d9687d42d)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/Video Teaser Variant (4fbb0115-626f-41be-9dde-5854c04032ec)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/Available Hero Renderings/$name (cb141bb6-fa91-4002-83b7-716280b452b0)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/SponsorList Variant/$name (6d2a92f6-b1b2-4b4d-bf01-c40bedd52351)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/OrganiserList Variant/$name (52310b39-8de1-463f-a010-7c132510a661)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/Agenda Variant/$name (05ccd5ce-43cc-4869-82ad-a0665c1eaf33)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/CTA Variant/$name (cb4a01d7-8fa3-42d0-ac43-91942164340f)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/Session Variant/$name (9ed2f34d-9573-462f-8bbc-8d4ae0f4a099)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/Speaker Variant/$name (31f7c023-a54c-4a14-a62c-653ef9571ecc)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/Default Hero Variant/$name (3f7b74a0-412c-46e7-b4af-f453126d6b6f)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/Video Teaser Variant/$name (b476da26-0b17-40b0-a91b-9a93d5a69f83)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/SponsorList Variant/$name/Default (50ec30e7-fa78-4fbe-982a-80f4bd44aacb)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/OrganiserList Variant/$name/Default (f6538c46-ef1a-4af1-8978-534c5b6f9445)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/Agenda Variant/$name/Default (a0e92f28-1370-49d9-ab3f-996f984a0352)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/CTA Variant/$name/Default (44728ae5-0a2e-404e-a78c-7290b6999984)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/Session Variant/$name/Default (1863f794-7963-4c67-a1e8-151d17ced22a)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/Speaker Variant/$name/Default (35b61916-f5f9-4559-a5c9-dd7f2bd42179)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/Default Hero Variant/$name/Default (a8e71e69-5e7c-40ed-bad3-a49320e962ef)
[master] [A] /sitecore/templates/Branches/Feature/Sugcon/Sugcon Base Components/Video Teaser Variant/$name/Default (61b39ce0-a84d-4488-871d-d91aa3732835)
[master] [A] /sitecore/templates/Branches/Project/Sugcon (068736fa-3735-490a-9727-4413f831e10a)
[master] [A] /sitecore/system/Settings/Feature/Sugcon (e6f512dd-d9e8-4889-99a9-07b1f324abec)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components (0434201a-c9c4-4359-8e8d-4a7e579722f0)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Site Setup (1d5c179c-7791-4542-92c7-12c68010519a)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Headless Site Setup (3b875410-d86b-4174-ad0c-688317c92306)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Site Setup/Add OrganiserLists Data Item (ee4d2a28-3969-4c68-afdf-23c31589598f)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Site Setup/Add Video Teasers Data Item (f9bae109-3175-443b-92bc-72756b584370)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Site Setup/Add CTAs Data Item (d91d3036-6352-4364-a90f-0a371883ad9c)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Site Setup/Add Speakers Data Item (1113a633-b00d-408f-81bc-fe3b1ecf96ca)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Site Setup/Add Available Renderings (7ada1f79-8c7c-40af-98d6-3ebbe4122809)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Site Setup/Add Sessions Data Item (495e5902-2f14-4f3f-b9a7-75d557b6e85b)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Site Setup/Rendering Variants (e4149d9c-b847-4c86-89ba-88bbe5c17eac)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Site Setup/Add Agendas Data Item (548ced92-7575-40c3-98e5-49281df5d4b3)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Site Setup/Add Heros Data Item (3845ac25-2739-42cc-a370-eca7248c2d2d)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Site Setup/Add SponsorLists Data Item (7b698c1e-96bf-47c2-b7cd-61530b99f39e)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Headless Site Setup/Add Available Renderings (c6b86c82-ad44-4254-8186-d7689fa744a2)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Headless Site Setup/Rendering Variants (d05bec29-4660-451b-8170-dd353102fb90)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Headless Site Setup/Add Organisers Data Item (d5090fec-bc7e-4f5a-87f9-52db69e867cf)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Headless Site Setup/Add CTA Data Item (07acf8cc-e257-4ae0-9b72-a894915cbed0)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Headless Site Setup/Add SponsorList Data Item (2ac881b5-732c-40e8-958c-22685fb15355)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Headless Site Setup/Add OrganiserList Data Item (f4c77f1d-bd56-410c-8fa7-3c6f845a4dcc)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Headless Site Setup/Add VideoTeasers Data Item (115d3b66-7332-4e44-9e50-3bdd1e957637)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Site Setup/Rendering Variants/Hero (7caa47ba-26fc-443e-8940-3e0c4ea1997d)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Headless Site Setup/Rendering Variants/OrganiserList (53722149-d251-4ee3-a974-5cec27b0f395)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Headless Site Setup/Rendering Variants/CTA (d916d2e2-7aa6-4654-9566-4be92ae2228b)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Headless Site Setup/Rendering Variants/Video Teaser (018b656b-5a9d-4415-bcd5-3b8c404ea870)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Headless Site Setup/Rendering Variants/SponsorLists (5ce6cd36-4884-4e57-a6f9-dc768baa8c30)
[master] [A] /sitecore/system/Settings/Feature/Sugcon/Sugcon Base Components/Sugcon Base Components Headless Site Setup/Rendering Variants/Hero (0dbf4d92-85dc-4f25-97ff-5521437f1a30)
[master] [A] /sitecore/system/Settings/Services/API Keys/SugconEuSxa (9c1ee062-8ef2-469d-8dd5-ad74b4363066)
[master] [A] /sitecore/system/Settings/Services/API Keys/SugconAnzSxa (38889096-86c7-43a3-ae78-88e2781af68b)
[master] [A] /sitecore/system/Settings/Services/API Keys/XmCloudPreview (b2f8a9b9-7203-4dcf-9314-8b28b043347e)
[master] [A] /sitecore/content/Sugcon (f85d6dc6-5fb6-49c7-8e63-f5c4a0c3ce46)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa (30704fd3-0a27-4669-9609-791500474245)
[master] [A] /sitecore/content/Sugcon/SuconShared (974649fe-65ac-419b-986a-8832b1406a78)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa (aa331066-6243-4898-b06f-3886331e4986)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data (bb2fb96a-95b5-485d-ad43-e725b0e43909)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Settings (201b85d8-8dc3-4530-854f-8459838cb98f)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Home (a42272aa-3cd4-4943-aac8-0142db3abffa)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Media (2f60d411-0723-4f8d-b2e0-f0ab12c4c874)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Dictionary (f0be8f2b-1f07-42e2-b74c-d2c0008c1a93)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation (76a34f3d-3d5a-4c31-aa1d-e9721e242aef)
[master] [A] /sitecore/content/Sugcon/SuconShared/Dictionary (b5c5e22e-64d2-4650-b997-03f5ab7f4cc7)
[master] [A] /sitecore/content/Sugcon/SuconShared/Presentation (a3c3e2b1-5e48-4e7c-8ca1-afa461d46947)
[master] [A] /sitecore/content/Sugcon/SuconShared/Data (6cb22b3c-5ce8-4f17-8396-f8e22e541eb2)
[master] [A] /sitecore/content/Sugcon/SuconShared/Home (1e2782df-6aec-4dad-b205-51a529ee9730)
[master] [A] /sitecore/content/Sugcon/SuconShared/Media (472dbc4e-f985-47b8-b84d-e32d9f3c7136)
[master] [A] /sitecore/content/Sugcon/SuconShared/Settings (f8b32515-4128-445c-a160-eaf5b311a822)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Media (6e3a7107-4dc5-48c1-a37c-e3d3de95f7e0)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data (fd109357-e3e5-4e43-b852-e2b97a13fe04)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home (6f42eb7e-7dda-4ccd-b116-a136d10b0e3d)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Settings (60369d39-7992-4751-9984-8f7f673e6d2b)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Dictionary (6b2fb379-1331-4b87-9b68-df2efd14f3dc)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation (b4a95c83-68aa-49d9-8ba5-dc4a69041d41)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Organisers (724d326d-c5d1-4b14-b56b-599c4d4b7e09)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Video Teasers (b824ac83-bb86-4c77-88a8-5fb39f1cdf59)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors (5e5d79ca-f551-440c-aa35-4becb8e22e99)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Texts (dc01a26c-2f6a-4122-9102-570065985c83)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Images (04a3ed2a-a966-43f4-a5b7-d8ffb9a2e319)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/SponsorLists (cb1c3978-c44b-4117-a5f5-8793c7440438)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Link Lists (75487b67-b912-4698-9e6c-136baf4c9516)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Promos (887c2574-00da-495d-a2c4-db9ca89ebea9)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Videos (8e09461d-9ac4-408f-8bd7-8416bfcd0cf4)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Navigation Filters (c52dfa29-966a-4d58-8cbd-b6a43259ba8f)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Settings/Redirects (131ba2bf-e87e-49f5-ade9-045e8fd7c7db)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Settings/Shared Sites Settings (bda754b3-07ca-4de7-8b54-e3440eef7ede)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Settings/Site Grouping (f50f11be-6e7c-4947-8b39-428bae271733)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Settings/Sitemap (9edf589a-6a51-42d6-b756-efc8d2caf57a)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Home/Sessions (d81cb652-f7ad-4eec-9046-f9bca1728f89)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Home/Organisation (32d1b948-f6f1-456d-9e58-58cf6004e091)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Home/Past Events (9aacad65-a47c-4761-9cb4-e170b8bbace9)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Home/Speaker (a78a5346-4068-4fd3-b33e-ce35797ac524)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Home/Sponsors (d8c6ebb9-e3ac-4b97-b2e9-2d4bbe0faabe)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Home/Agenda (dd10532b-e5a9-483f-a095-8b859d99842b)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Home/Data (414924c3-1bd1-478a-b5e7-f4ef41087297)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Partial Designs (388f9cec-2dd9-4cf5-bc4b-7381d62eed90)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Placeholder Settings (2a740c5b-2c65-44b2-95fa-d67b42b4272e)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Page Branches (aacf7e3d-9968-4512-9964-9645e4318bf6)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Page Designs (0eed275e-d958-4cdf-be67-c79d6651131f)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants (068a0e23-60cd-4a4b-96b8-328f768a6499)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Styles (2f221af9-c9c2-4e4f-889e-927f4226339c)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Available Renderings (8d6d8832-9a21-4b88-876c-cd6ae185496f)
[master] [A] /sitecore/content/Sugcon/SuconShared/Presentation/Partial Designs (84e5a6d9-ad08-4f62-89ee-cb537fa125a1)
[master] [A] /sitecore/content/Sugcon/SuconShared/Presentation/Page Designs (3b4fe61f-6c96-4d2e-b6e0-856463bffef5)
[master] [A] /sitecore/content/Sugcon/SuconShared/Settings/Site Grouping (ea8aaf00-6b42-48e8-bdb9-684d50be8b7d)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/SponsorLists (af32ed50-b8df-49d5-b29e-22849caa9b56)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Texts (3afc92bc-058b-4906-891a-a2ff86a74f80)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Agenda (b5e9557b-de2d-490d-b4bc-e250a0e076df)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Images (515692e4-01a0-4b0a-9a19-e67f2ba24c4c)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Link Lists (a351b938-6289-449a-8578-7fe4701c9456)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Navigation Filters (bc802fcd-6c9b-487d-b843-3b4d3a806fde)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Video Teasers (8cebbaec-ba16-46bb-8d54-3629304611cb)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Session (e0e97775-c7b6-4a8d-930d-8583eb9aa90d)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Speaker (f7cfb4a9-029e-4059-bb97-9bc560bd1a5f)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/CTAs (fe5032db-dd81-4c2b-b83e-52db9a19f4da)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Organisers (241c22a4-7fc7-4b3f-a086-23c6581e3778)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Promos (99d67977-109f-4046-9473-f12accfd8209)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors (6b8979eb-e013-4dd5-a30d-c5246e47ed56)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Test (1a4c2761-90d0-4c48-89d9-846e7c228b1a)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Agenda (bf345f94-f106-4d63-b9c6-d79c1cf0abb5)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Speakers (b55d4ded-a755-4a3d-92ce-5d90712b737c)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Sponsors (a0d2eba8-2a35-40b6-999b-d8431fcd25c9)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Data (2a7d76f7-a383-4138-aae0-1e03eb935a18)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Past Events (44029898-0644-4361-919f-814b2ca0adba)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Sessions (37f1704f-ea7a-406c-9c61-c4dd58e0f7aa)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Organisation (f52cb5ec-0086-4826-85a3-204e02ac30c6)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Settings/Site Grouping (43383ec8-985a-49f4-aa45-b6c066c2f756)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Settings/Sitemap (5c3b9826-17fd-433c-8643-54c0b38966c8)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Settings/Redirects (69d44902-a30b-4f64-9372-d619aa51bee4)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Settings/Shared Sites Settings (6ceb2cef-13ea-4af4-9046-523e08da464d)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Page Branches (6960f901-25bc-4aae-bd54-994dfe374259)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Page Designs (68f77c3c-1290-42b7-949f-e3caffac8fde)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Partial Designs (f7eee308-1ce8-4d11-9a07-e1f9e03ee6a1)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Available Renderings (970acf16-05f6-4b1b-b00d-b9dd32e9a94c)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Placeholder Settings (f2cb830e-3213-4c48-ba6f-2978c1d6ed6f)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Styles (405404c6-b53c-4345-a2a7-c2477730fa55)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants (b05b99d3-1e22-4a9b-9dd8-87180ccf00b5)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Organisers/Lukasz Skowronski (2027e7bf-0d95-4254-8344-3eb5d2bb9ae9)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Organisers/Nicole Montero (08ddc7eb-286d-4ba5-9f8c-04e87321d548)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Organisers/Alan Coates (b5ee5a10-268d-4e4b-808d-cf10e2295b16)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Organisers/Alexei Vershalovich (696993b1-2d95-4c7c-bfc3-d8feba4935f6)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Organisers/Peter Nazarov (2ad86989-bec5-43e1-b35f-e9fae2f74205)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Organisers/Pieter Brinkman (63ad326a-594b-4497-bb42-acaea234060f)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Organisers/Rasmus K Mortensen (37d1d00f-c6fe-4347-ab2d-25d025818581)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Organisers/Sebastian Tecsi (0dfca95c-f6a6-4311-a1ea-2cd98e6946dd)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Organisers/Anders Laub (a2aa3a02-4c63-4958-a1c3-79e2e6b92d69)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Organisers/Anna Brundel (f148dae8-02a1-4842-ab57-41a50d465b88)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Organisers/Christina Hauge Engel (d959fb14-8a00-454d-bc37-707b7c2bd574)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Organisers/Koen Heye (67d0a035-95a9-4b36-8a8f-6c612b53fbcc)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Organisers/Tamas Tarnok (b9f579df-a631-4526-ae9b-b64ff3ac8a04)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Organisers/Tamas Varga (9a6d1ea4-7237-4221-b87c-5d6fc3430948)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Video Teasers/SUGCON Global 2021 (b340ebab-39fb-4066-877b-697a932c2fa0)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors/macaw (239812fb-56d0-4f67-832d-c7fb3262916f)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors/pentia (a62ffd35-ae4c-4b1d-95bc-a3f751ae22ec)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors/sagittarius (a1016bd0-afd6-4cd5-ac0f-ec300f21d086)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors/SearchStax (ee102721-27b6-4642-aa0d-acde585912dc)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors/Apple Tech (4b7dd93f-df90-429e-b298-e44992305ec9)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors/Assurex (a77b8be2-74f3-4f38-84f9-2348593d0e08)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors/Blastic (8d42f45b-4ad8-4259-b559-2544b29b260a)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors/brimit (922808cd-9489-4176-86e2-34aadd9b082a)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors/SUGDE (cecc360a-e1a9-4564-98ba-2befebc0c41e)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors/valtech (e458ffcb-b38d-4b36-93a5-caef9409ccec)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors/Allwin (f43b817c-d92d-4c50-bdf6-2a8259f9e719)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors/webit (71fb7f43-ccaa-4af4-ab09-6d0e5ccb9d0a)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors/Wunderman (1071c90c-818c-46af-87d9-09854ea28153)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors/delaware (dce6f4f0-3321-46c0-bab0-534c361c5e65)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors/Epam (6ee08d9e-2b9d-4185-98fc-7bde5f5dbce0)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors/Jason Wilkerson (ba07414c-0bfe-4200-adaf-47bb8066347f)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors/kuehlhaus (321d5d4b-ea7f-4f40-925b-b7941e349a9b)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors/Alpha Solutions (1fd789c9-e834-4be5-94d4-31d072be854a)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Sponsors/american eagle (830e88f6-cb00-4518-a61a-ea68a07aec99)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/SponsorLists/Gold sponsors (1e9d1872-2ab4-4d56-bbb2-64682c7ae1ef)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/SponsorLists/Lanyard sponsor (84b1ade7-54ca-42c3-9725-dd52b3f7daea)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/SponsorLists/Breakout Room sponsor (aad0c2a7-9491-4362-8d5b-892cfda56980)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/SponsorLists/Community plus sponsors (dbd476ec-8c61-4be2-a4c7-9c995efa3b5c)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/SponsorLists/Community sponsors (7b236724-e2e0-4c3c-aa9f-10e38bf0bc94)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/SponsorLists/Platinum Sponsor (0eb7c703-8f83-4a30-aa4d-ddcaa4d35e2f)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/SponsorLists/Silver and Bronze sponsors (5c27413d-4db8-4e6d-90b0-2253f3ff1e8a)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/SponsorLists/Video Recording sponsor (20673f7a-ebe6-4d5f-93c0-753d53dde996)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Promos/Promo 1 (bdc58cb4-74bd-4e18-97d3-85dcf76cfd4d)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Data/Videos/Sitecore and SaaS (b5fb3ec5-be5a-4b93-b384-0cc403303444)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Settings/Site Grouping/SugconEuSxa (ef6942c3-8b76-4d17-9a97-e30f86d7056d)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Home/Organisation/Data (92fa3002-89f5-4a25-ab8b-e4824ecf51c3)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Home/Sponsors/Data (22d368d0-1424-438d-bed1-650710367f70)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Home/Data/Text 1 (33291baf-73c6-4635-ad5a-6602eb8c8c75)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Home/Data/CTA (a014c691-f79e-4476-9d70-560b7ab79e8c)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Home/Data/Hero 1 (638852d1-2025-4787-abcb-727fe3a664bf)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Partial Designs/SugconEuFooter (2a032ad3-789e-4c0f-8d9b-750f71f926dc)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Partial Designs/SugconEuHeader (0308664f-fcf1-4083-8091-bbe81e7cfb48)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Placeholder Settings/Partial Design (bade8a8a-38ef-4ca5-a389-3b9e1804bf58)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Page Designs/SugconEuSxaDefault (9efba999-278d-4969-9232-9216786877d8)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/RichText (4859905f-0c33-4072-9f92-c4f0fe6a03ca)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/Session (18d396ea-46a5-4104-9ad6-fdde33c9c389)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/Speaker (c1c414d7-f9bc-47b7-ab97-ac33c8c833fc)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/SponsorList (4aeeb09b-bc7c-4886-9e13-ad2a56fcc0e1)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/Agenda (d6f9e32f-ace1-4b3a-b69f-88165cce0e94)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/CTA (2e4e5591-00fc-43e8-ab41-583861f355e4)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/Hero (f04831ac-df0a-4ad8-8356-42b7b3518630)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/Image (d22beec9-b5ee-4e2b-90c2-2c4dac147fc9)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/Title (b99ac768-74aa-4814-9de1-254a77fb5703)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/Video Teaser (ffe528cb-4670-45c6-bbbe-26e9ac9484f4)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/LinkList (9cb8883d-f700-46a6-9906-36f78baee73e)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/OrganiserList (aea968ca-2b26-496d-8d10-9abc83c7b3dc)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/PageContent (83899090-5259-4758-acd1-edc632d26f7a)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/Promo (c216a478-9bfc-4839-8c28-d543ed0c620b)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Styles/Container Background Styles (e481d3c9-2955-4ab2-805c-3557aeee511b)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Styles/Navigation (8ba39416-1008-42d0-8303-1cb1157a9ac0)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Available Renderings/Media (0b4196c2-fbe9-4505-b498-44db27152720)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Available Renderings/Navigation (182d915e-008a-4499-afbe-1db413f7338a)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Available Renderings/Page Content (96a9770b-7ea6-41ea-bf61-437dfefdc4c1)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Available Renderings/Page Structure (eafc6194-55cd-45fc-841a-40e0bb07d6e1)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Available Renderings/Sugcon (bf1ef8c8-a955-44b6-9170-fbf2fcc707f7)
[master] [A] /sitecore/content/Sugcon/SuconShared/Presentation/Partial Designs/Header (8eef67d6-1e5b-40c0-aa0c-1f0b5adc7797)
[master] [A] /sitecore/content/Sugcon/SuconShared/Presentation/Partial Designs/Footer (9b0e6af1-b383-4305-b11f-a9b5f13564ba)
[master] [A] /sitecore/content/Sugcon/SuconShared/Presentation/Page Designs/Default (2d3b8540-99c6-48b8-8f20-5be72bdcbc6b)
[master] [A] /sitecore/content/Sugcon/SuconShared/Settings/Site Grouping/SuconShared (34e2d23e-9e52-49c1-b06f-b3611b696f02)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/SponsorLists/Gold sponsors (8449a4c5-462a-44d7-8c15-64fe6612da66)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/SponsorLists/Lanyard sponsor (eb25ad7e-411c-47eb-b269-8b9acf647401)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/SponsorLists/Breakout Room sponsor (ee6e86b8-774e-49d4-bd57-b6076d1ebb0d)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/SponsorLists/Community plus sponsors (ed9c4215-415f-4ccf-ab02-05f5f5a5da13)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/SponsorLists/Community sponsors (af76c52f-bbb3-446f-80ea-c0cda2616249)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/SponsorLists/Platinum Sponsor (9ed925ef-6503-45b8-a3e4-0764a5763d00)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/SponsorLists/Silver and Bronze sponsors (017fb824-e160-42e6-ad5e-5e93fbfa8ea3)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/SponsorLists/Video Recording sponsor (03f6d4c6-fd67-464f-a479-82b32f0a1614)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Agenda/Agenda (d4725d7f-f728-4d81-8ce2-645cfc2a4af1)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Session/Session (a08444a1-5412-4ee9-b1e1-4b25cb95b39c)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Speaker/Speaker (9a6e682c-d02e-4567-9162-b67b273341cc)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/CTAs/CTA 1 (815ef1ea-bed6-494a-bd62-1a8c443d349d)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Organisers/Anders Laub (f4129462-5cb2-4a59-98ad-5bcd44edb326)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Organisers/Anna Brundel (2af9f02a-305e-47b7-acd0-278fbf72d3e3)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Organisers/Sebastian Tecsi (d9c4ceeb-e10f-4d61-b895-e92c44a58cbf)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Organisers/Tamas Tarnok (95cf5b7a-9c9b-4761-9dcd-7ac71503e175)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Organisers/Lukasz Skowronski (b1334a75-e249-46fd-ba0a-a9544483d2ba)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Organisers/Nicole Montero (82105a97-db35-488e-b328-3bbe7e762741)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Organisers/Peter Nazarov (fd45cebc-a583-46f2-8b09-276c87580efc)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Organisers/Tamas Varga (462685fe-93bf-49e9-9bc5-16dc3e3bb2ce)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Organisers/Christina Hauge Engel (1fc2bb25-8e3f-4b58-b188-eab958f6e592)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Organisers/Koen Heye (04d84718-6fb6-4534-b935-2a326adef712)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Organisers/Pieter Brinkman (d3444c83-be0e-4909-a3be-15b7dfcacac6)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Organisers/Rasmus K Mortensen (fb920985-a364-48f2-a2a0-33c0ab22ae0d)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Organisers/Alan Coates (ea7dc736-c759-49bb-9880-f4fa1f155b42)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Organisers/Alexei Vershalovich (3fbc3976-f636-4225-9dd5-e9e32832b569)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Promos/Promo 1 (8c84bd37-ffe5-41af-84d5-799c0fbd5b64)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors/pentia (1105dfe1-1076-4be7-b8ac-fe4e02c083a8)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors/sagittarius (d7d3ee08-4e30-435b-a730-f708627f069a)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors/brimit (dab0bcf4-8c4e-4663-81c9-ff294e674503)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors/delaware (e2ec42b0-b392-4fdc-b0e1-b97971f66932)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors/SearchStax (f68a1b2a-c6d2-45c3-80c1-20193c4e5565)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors/SUGDE (8f732ae4-4da4-4a62-b942-53fccd362f9d)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors/valtech (ca019d92-397a-42a0-8715-74c52aed3624)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors/webit (20bde3c7-2dc7-4579-a794-7f53a3285647)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors/american eagle (2a3bbd9c-a2cb-4be6-846c-1b0a8f94b58c)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors/Apple Tech (231ece47-ddf1-4482-a657-fb7b4b61f634)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors/Allwin (04e609dc-984b-42bc-9fb7-d65a661e08ac)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors/Alpha Solutions (aa38c5a0-9d8f-4a22-8ef8-7fb6932508ad)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors/Epam (2d1f2d3d-bc12-4dd0-b0a9-2894ed8673eb)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors/Jason Wilkerson (3c117e60-3e5e-4cc0-a3c6-fa5e4a03502c)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors/kuehlhaus (2e77b013-af82-46c2-907d-4cc9e3e28ffc)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors/macaw (ce93dfa6-f427-4ca6-a6a5-8eb6316b2d91)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors/Assurex (66bdf6bd-daf6-4e0c-a482-f9862d0b0f0d)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors/Blastic (dbf5f45b-74ef-4989-a64f-04b195079369)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Data/Sponsors/Wunderman (b0cc4ddc-6478-462a-a012-58bb6a80ab08)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Test/Data (1ccb3dec-4bae-4377-9b7d-e382dd75b7ea)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Test/Test Container (5f2618c7-77c5-4a4b-a16a-7f54fc0ea491)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Test/Test Sponsors (14a933df-96cf-478e-a43f-c45828e363dd)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Sponsors/Data (d79a4516-e1c9-4d42-bcdd-b3e66ee4d2e5)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Data/Text 1 (34b97993-1918-4e57-a9c6-20521af75404)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Data/Hero 1 (b7c8372f-fa79-4b62-a9a1-6b4afa392fcc)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Organisation/Data (2c0a3665-ef0c-4918-83c6-668934ea7e71)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Settings/Site Grouping/SugconAnzSxa (3d4736c5-1d9c-4791-b3c8-b30f0d2f24e1)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Page Designs/SugconAnzSxaDefault (a2640e94-051c-433a-b7d8-82f8502de87e)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Partial Designs/SugconAnzFooter (febd68c4-8daf-403a-893e-e4e86c0a8a1e)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Partial Designs/SugconAnzHeader (b39a4351-23cc-4d38-8430-57b992fc4881)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Available Renderings/SugconAnzSxa (19411601-15cb-48b4-999b-2a6852aea42f)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Available Renderings/Media (1bb782ec-a47b-4d83-a37a-77716601e9d1)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Available Renderings/Navigation (e19f3839-2c59-4a7f-a33b-63f660fcbd01)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Available Renderings/Page Content (811da664-4e54-4aab-a107-9c1df427ee0f)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Available Renderings/Page Structure (70bf4526-9b11-457b-aae4-035be71987c5)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Placeholder Settings/Partial Design (0e9b4b9d-00e2-423e-adc1-25e205062d0d)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Styles/Navigation (2959cb53-ff1f-4ce3-96c3-475d7eba3d3e)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Styles/Container Background Styles (f59aa486-86c6-4921-8e00-5a9660a07d85)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/Agenda (1a0f0a72-dbc6-44c3-99b9-23ede1657a71)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/SponsorList (a4a74d91-c837-4727-ac34-32a11f73245b)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/Title (98f2811f-b88d-4374-b1b9-e0d16af91c2e)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/Promo (1d5df40c-826e-4645-b5f5-4c3121ddffa7)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/RichText (fa745774-b6af-46a6-9df2-2a17b27cade8)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/Session (55b45a7e-461a-4d59-936b-9eaebfb59c4b)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/Speaker (a2c7fbdb-5f51-4191-b76f-02d5faf7945b)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/Image (c97ee316-ce09-442b-91cd-095c9b39a90d)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/LinkList (092fa3fa-3458-4fdb-8f1b-05976b824429)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/Video Teaser (e446d59f-3ca9-45a9-9aba-bd8c1523285d)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/CTA (347f9eb8-a0c5-4a52-b329-633810abfab2)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/Hero (7ee91633-d7e5-48e4-8557-c835ff1ec506)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/OrganiserList (b4767a15-48ec-4338-8a0e-2631b483ad04)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/PageContent (ce23ffa1-c925-4274-a1c9-3330ca51985d)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Home/Organisation/Data/OrganiserList 1 (c43cef1f-268a-4eed-807a-85071979bce9)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Home/Sponsors/Data/Text 1 (d9367a5b-142e-4a24-b3fe-17b906d5051b)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Partial Designs/SugconEuFooter/Data (fab77453-09be-4880-b3a1-67edb9b3e1f4)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Partial Designs/SugconEuHeader/Data (4be6bd4c-f294-4c34-b4c7-8d5439299115)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Placeholder Settings/Partial Design/SugconEuHeader (41c77fde-978f-492d-86a3-df73df37458d)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Placeholder Settings/Partial Design/SugconEuFooter (f287cffb-271e-461c-8068-0e591b606d9d)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/RichText/Default (e3174201-325e-4362-af41-a70a6a95716c)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/Session/Default (6fe00ade-8a71-4f82-b0ab-efdcfe6019d8)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/Speaker/Default (ab15a25d-6485-4ef1-8284-098181addd35)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/SponsorList/Default (e182bd27-eaf0-43c8-b951-3d9d4e40ca3f)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/SponsorList/Platinum (798aaf29-cd4b-44dd-b588-e3836b0d7cff)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/Agenda/Default (c9c7c3ee-570d-4267-939c-7e2c4cb1ee7e)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/CTA/Default (feda0026-e7bb-4969-9712-3e4629cb3efe)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/Hero/Default (ac36768d-1dce-40ef-bb0f-e6c10ec14522)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/Image/Default (e1d6ac5e-128a-46c0-8799-1b3b0dbeebaf)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/Title/Default (3932a1ec-a7a5-4117-b845-4eea4f2b6d87)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/Video Teaser/Default (0fe79d0a-2d51-47c8-9a06-39336533cbb4)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/LinkList/Default (749ca7bb-79d7-4d2b-b145-9574582a3088)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/OrganiserList/Default (2d9e3259-9d2d-45dc-b6e6-2b43f79f8ca2)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/PageContent/Default (7a30fadd-53bb-4779-b80d-5ad7f01457db)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/Promo/Default (ede09d78-a108-4153-b795-5646a9b220e9)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Headless Variants/Promo/WithText (ee8ebff4-ee62-4018-9d42-6b1f58e99f0f)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Styles/Container Background Styles/Background Dark Grey (aec4bdc8-1b33-4887-95d0-a1ff04864cdf)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Styles/Container Background Styles/Background Light Grey (81f2c338-88d3-4017-883e-da9a432ab534)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Styles/Container Background Styles/Background Light (487647f8-a328-4ac4-b119-84981f4fae47)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Styles/Container Background Styles/Margin Top and Bottom 2 (5a4b060e-9dd9-427e-9571-a80a3f402096)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Styles/Container Background Styles/Margin Top and Bottom 3 (d1e95b96-e523-4761-b636-cc58ea05acf8)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Styles/Container Background Styles/Padding Top and Bottom 1 (104f9f5e-35cc-49c6-85a7-3f3c0ff97baf)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Styles/Container Background Styles/Padding Top and Bottom 2 (1872aa83-0b94-476e-8948-ecb4dd540d65)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Styles/Container Background Styles/Padding Top and Bottom 3 (cfb4d296-d5fd-4490-8878-3337546d76ef)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Styles/Container Background Styles/Padding Top and Bottom 4 (cce58f9c-cc78-4a77-8750-3196a5b74f92)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Styles/Container Background Styles/Padding Top and Bottom 5 (51488297-f4d0-40ed-9d8b-9689bd64d9b2)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Styles/Container Background Styles/Background Primary (88dbd899-6d0c-4d81-b018-d420c341cb04)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Styles/Container Background Styles/Background Secondary (a096f101-5820-4fe1-8630-f6b6d8c30461)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Styles/Container Background Styles/Background White (de3afd76-9b59-4bb7-9811-b5f99d883fd9)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Styles/Container Background Styles/Margin Top and Bottom 1 (977e4e94-4887-4cad-ac77-44109bc1c72d)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Styles/Navigation/Main Navigation (3d10626f-c0bb-4b52-9a9f-a39058b2f078)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Styles/Navigation/Mobile Navigation (0ae5caf6-627c-4ede-a695-8c5804989e2a)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Test/Data/Text 2 (987b941a-31dc-47cc-ac14-5e4386b36f90)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Test/Data/Text 3 (e30ae977-01dd-467c-b068-505b244832ad)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Test/Data/Hero 1 (5c4bd9ae-d2a4-45e3-a63d-85b68c3c99ce)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Test/Data/Text 1 (5871e1e7-42af-477f-a2df-8a9f6bde46b2)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Test/Test Container/Data (db5b700f-7c91-44f4-8534-a54d27ee3a2d)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Sponsors/Data/OrganiserList 1 (cad8c4e3-59da-48d8-9163-45cc0c2355a7)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Sponsors/Data/Text 1 (5c79296c-4872-4df0-85c8-cc834b51ed80)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Organisation/Data/OrganiserList 1 (adc017e9-5940-4314-8e8c-aa839b6a8f55)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Partial Designs/SugconAnzFooter/Data (6a20a779-c8c8-48b6-aba8-84a04868b94e)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Partial Designs/SugconAnzHeader/Data (b6b27763-b8a5-4fca-ab98-d16e348c20f2)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Placeholder Settings/Partial Design/SugconAnzFooter (0fa2dd9b-cddb-40bd-bf01-38e94cac2a69)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Placeholder Settings/Partial Design/SugconAnzHeader (c3f3fc60-3738-4e6d-83af-65502aea5947)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Styles/Navigation/Main Navigation (0be30c11-cce7-430e-9c54-9bf874f3c9c0)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Styles/Navigation/Mobile Navigation (ced19ff6-d007-4a96-aab7-3a59472722a9)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Styles/Container Background Styles/Padding Top and Bottom 5 (5d19aea9-6e18-41ec-9f81-27ed7b00170b)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Styles/Container Background Styles/Padding Top and Bottom 1 (1a7d93f3-3c2e-4055-a8c8-ead65fb42b15)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Styles/Container Background Styles/Padding Top and Bottom 2 (d897a939-6d7c-49ba-81be-d5c2be815c6b)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Styles/Container Background Styles/Padding Top and Bottom 3 (e5777ba3-5d05-4523-91e0-324da74067ac)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Styles/Container Background Styles/Padding Top and Bottom 4 (74a6847d-bf19-4cb3-a618-13fe764f56f6)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Styles/Container Background Styles/Background White (9c7d181c-b0e6-40e4-a17b-df2e2064b4a5)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Styles/Container Background Styles/Margin Top and Bottom 1 (9bb8c360-87e2-47c6-a245-ae60ccfa5909)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Styles/Container Background Styles/Margin Top and Bottom 2 (112efdd4-386a-46c2-8ebb-5c7d175dec1f)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Styles/Container Background Styles/Margin Top and Bottom 3 (7d5d8829-68af-489e-a20b-0910360f4d66)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Styles/Container Background Styles/Background Dark Grey (05233aad-d8ed-4f12-9ef8-d46e7ab93bee)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Styles/Container Background Styles/Background Light (f1122056-8979-46b2-b363-c281dd0ea971)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Styles/Container Background Styles/Background Primary (6934189f-4144-4d0a-af2f-e4c10a943696)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Styles/Container Background Styles/Background Secondary (1510f110-7e5a-4d0a-a8b0-f4e5f01e4a6b)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/Agenda/Default (562d0615-4900-4bef-98eb-3f9556fb7961)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/SponsorList/Default (95402f44-ffa8-4753-ba19-ee20f66081fb)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/SponsorList/Platinum (9350595b-464f-4f82-9077-e3e42a15b623)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/Title/Default (9b6fd326-0b7b-440f-a448-7081fc41c6b7)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/Promo/Default (1b37e540-b750-4d4a-ac91-c4cf92a8ea3e)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/Promo/WithText (39e38e73-9e86-4ea2-acd6-f24ab416b103)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/RichText/Default (fd8b3469-2664-47f3-82ea-1c411d660059)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/Session/Default (7801fd42-a279-4711-810a-470c2c4a0274)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/Speaker/Default (aa655070-67f4-4b0c-b88b-7bf18f4ace45)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/Image/Default (0c185b79-6c53-41c9-9d53-a4d83aec6e0c)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/LinkList/Default (e1c32bc9-cbb0-48ff-8800-ced90821ae00)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/Video Teaser/Default (c2733c19-404b-4e20-9064-9d11bc00d431)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/CTA/Default (d775ef47-3fa7-46ba-a888-21814209d495)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/Hero/ColorBlock (d7ae2311-0619-477c-9425-fb279d384ef1)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/Hero/Default (870ae62f-29bc-413d-a002-c3ae2e247210)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/OrganiserList/Default (83fb783d-0801-4a1f-82f2-2999b29b9954)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Headless Variants/PageContent/Default (4a364819-8c72-4e59-bc31-4187774bbf90)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Partial Designs/SugconEuFooter/Data/Text 1 (c8a24f83-ff67-4b1e-ba55-84d0b022e0f8)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Partial Designs/SugconEuHeader/Data/Image 1 (50e7b225-c56e-416e-adbc-48e4477523e5)
[master] [A] /sitecore/content/Sugcon/SugconEuSxa/Presentation/Partial Designs/SugconEuHeader/Data/Text 1 (41e2f087-a5d0-45c7-aa49-dd57102719cd)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Home/Test/Test Container/Data/Hero 1 (07668333-3c76-45b9-94c7-79e8fc678a39)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Partial Designs/SugconAnzFooter/Data/Text 1 (a7c2f69f-cd9c-4c9f-823c-350cbfc8af24)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Partial Designs/SugconAnzHeader/Data/Image 1 (d2e7bdef-d85c-4138-ab9c-551cf98e94dc)
[master] [A] /sitecore/content/Sugcon/SugconAnzSxa/Presentation/Partial Designs/SugconAnzHeader/Data/Text 1 (2a1d6887-2f24-47af-9d16-18820f89553c)
[master] Discovered 1150 changes after evaluating 1150 total items.
[master] Applying changes...
[master] Changes have been applied to Sitecore endpoint default (Host: https://xmcloudcm.localhost/, DB: master).
Opening site...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment