Skip to content

Commit

Permalink
v1.0.0 - Initial Public Release
Browse files Browse the repository at this point in the history
Releasing the StoreBroker PowerShell module to the public,
along with the documentation and code for deploying an
internal proxy for the Windows Store Submission API.
  • Loading branch information
HowardWolosky committed Nov 30, 2016
0 parents commit fb62384
Show file tree
Hide file tree
Showing 60 changed files with 19,076 additions and 0 deletions.
192 changes: 192 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,192 @@
### VisualStudio ###
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/

# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
*.VisualState.xml
TestResult.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

# DNX
project.lock.json
project.fragment.lock.json
artifacts/

*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# Web workbench (sass)
.sass-cache/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets

# Microsoft Azure Build Output
csx/
*.build.csdef

# Microsoft Azure Emulator
ecf/
rcf/

# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# Node.js Tools for Visual Studio
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt
110 changes: 110 additions & 0 deletions AzureService/AzureService.ccproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>2.9</ProductVersion>
<ProjectGuid>ec8aa218-b675-4003-b2e0-685bd96f8609</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AzureService</RootNamespace>
<AssemblyName>AzureService</AssemblyName>
<StartDevelopmentStorage>True</StartDevelopmentStorage>
<Name>AzureService</Name>
<PackageEnableRemoteDebugger>False</PackageEnableRemoteDebugger>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<!-- Items for the project -->
<ItemGroup>
<ServiceDefinition Include="ServiceDefinition.csdef" />
<ServiceConfiguration Include="ServiceConfiguration.Local.cscfg" />
<ServiceConfiguration Include="ServiceConfiguration.Cloud.cscfg" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RESTProxy\RESTProxy.csproj">
<Name>RESTProxy</Name>
<Project>{d6fafb1d-3b56-4332-a76f-e132a1891169}</Project>
<Private>True</Private>
<RoleType>Web</RoleType>
<RoleName>RESTProxy</RoleName>
<UpdateDiagnosticsConnectionStringOnPublish>True</UpdateDiagnosticsConnectionStringOnPublish>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Profiles" />
<Folder Include="RESTProxyContent\" />
<Folder Include="RESTProxyContent\bin" />
<Folder Include="RESTProxyContent\bin\StartupTasks" />
<Folder Include="RESTProxyContent\bin\StartupTasks\DomainJoined" />
<Folder Include="RESTProxyContent\bin\StartupTasks\Helpers" />
<Folder Include="RESTProxyContent\bin\StartupTasks\LocalAdmin" />
<Folder Include="RESTProxyContent\bin\StartupTasks\FixAuth" />
<Folder Include="RESTProxyContent\bin\StartupTasks\TimeZone" />
<Folder Include="RESTProxyContent\bin\StartupTasks\RemoteDesktop" />
</ItemGroup>
<ItemGroup>
<DiagnosticsConfiguration Include="RESTProxyContent\diagnostics.wadcfgx" />
</ItemGroup>
<ItemGroup>
<PublishProfile Include="Profiles\StoreBrokerProxyStaging.azurePubxml" />
<PublishProfile Include="Profiles\StoreBrokerProxyProduction.azurePubxml" />
</ItemGroup>
<ItemGroup>
<Content Include="RESTProxyContent\bin\StartupTasks\DomainJoined\Ensure-DomainJoined.ps1">
<SubType>Content</SubType>
</Content>
<Content Include="RESTProxyContent\bin\StartupTasks\DomainJoined\EnsureDomainJoined.cmd">
<SubType>Content</SubType>
</Content>
<Content Include="RESTProxyContent\bin\StartupTasks\FixAuth\FixAuthentication.cmd">
<SubType>Content</SubType>
</Content>
<Content Include="RESTProxyContent\bin\StartupTasks\Helpers\GroupManagement.ps1">
<SubType>Content</SubType>
</Content>
<Content Include="RESTProxyContent\bin\StartupTasks\Helpers\Encryption.ps1">
<SubType>Content</SubType>
</Content>
<Content Include="RESTProxyContent\bin\StartupTasks\LocalAdmin\Ensure-LocalAdmin.ps1">
<SubType>Content</SubType>
</Content>
<Content Include="RESTProxyContent\bin\StartupTasks\LocalAdmin\EnsureLocalAdmin.cmd">
<SubType>Content</SubType>
</Content>
<Content Include="RESTProxyContent\bin\StartupTasks\RemoteDesktop\Ensure-RemoteDesktopEnabled.ps1">
<SubType>Content</SubType>
</Content>
<Content Include="RESTProxyContent\bin\StartupTasks\RemoteDesktop\EnsureRemoteDesktopEnabled.cmd">
<SubType>Content</SubType>
</Content>
<Content Include="RESTProxyContent\bin\StartupTasks\TimeZone\Ensure-TimeZone.ps1">
<SubType>Content</SubType>
</Content>
<Content Include="RESTProxyContent\bin\StartupTasks\TimeZone\EnsureTimeZone.cmd">
<SubType>Content</SubType>
</Content>
</ItemGroup>
<!-- Import the target files for this project template -->
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
<CloudExtensionsDir Condition=" '$(CloudExtensionsDir)' == '' ">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Windows Azure Tools\2.9\</CloudExtensionsDir>
</PropertyGroup>
<Import Project="$(CloudExtensionsDir)Microsoft.WindowsAzure.targets" />
</Project>
22 changes: 22 additions & 0 deletions AzureService/Profiles/StoreBrokerProxyProduction.azurePubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<AzureCredentials>{"ServiceManagementEndpoint":"https:\/\/management.core.windows.net\/","ResourceManagementEndpoint":"https:\/\/management.azure.com\/","SubscriptionId":""}</AzureCredentials>
<AzureDeleteDeploymentOnFailure>False</AzureDeleteDeploymentOnFailure>
<AzureDeploymentLabel>StoreBrokerProxy</AzureDeploymentLabel>
<AzureDeploymentReplacementMethod>DeleteAndCreate</AzureDeploymentReplacementMethod>
<AzureSlot>Production</AzureSlot>
<AzureEnableRemoteDesktop>True</AzureEnableRemoteDesktop>
<AzureEnableWebDeploy>False</AzureEnableWebDeploy>
<AzureFallbackToDeleteAndRecreateIfUpgradeFails>False</AzureFallbackToDeleteAndRecreateIfUpgradeFails>
<AzureHostedServiceLabel>StoreBrokerProxy</AzureHostedServiceLabel>
<AzureHostedServiceName>StoreBrokerProxy</AzureHostedServiceName>
<AzureEnableIntelliTrace>False</AzureEnableIntelliTrace>
<AzureEnableProfiling>False</AzureEnableProfiling>
<AzureServiceConfiguration>Cloud</AzureServiceConfiguration>
<AzureSolutionConfiguration>Release</AzureSolutionConfiguration>
<AzureStorageAccountLabel>StoreBrokerProxy</AzureStorageAccountLabel>
<AzureStorageAccountName>StoreBrokerProxy</AzureStorageAccountName>
<AzureAppendTimestampToDeploymentLabel>True</AzureAppendTimestampToDeploymentLabel>
</PropertyGroup>
</Project>
22 changes: 22 additions & 0 deletions AzureService/Profiles/StoreBrokerProxyStaging.azurePubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<AzureCredentials>{"ServiceManagementEndpoint":"https:\/\/management.core.windows.net\/","ResourceManagementEndpoint":"https:\/\/management.azure.com\/","SubscriptionId":""}</AzureCredentials>
<AzureDeleteDeploymentOnFailure>False</AzureDeleteDeploymentOnFailure>
<AzureDeploymentLabel>StoreBrokerProxy</AzureDeploymentLabel>
<AzureDeploymentReplacementMethod>DeleteAndCreate</AzureDeploymentReplacementMethod>
<AzureSlot>Staging</AzureSlot>
<AzureEnableRemoteDesktop>True</AzureEnableRemoteDesktop>
<AzureEnableWebDeploy>False</AzureEnableWebDeploy>
<AzureFallbackToDeleteAndRecreateIfUpgradeFails>False</AzureFallbackToDeleteAndRecreateIfUpgradeFails>
<AzureHostedServiceLabel>StoreBrokerProxy</AzureHostedServiceLabel>
<AzureHostedServiceName>StoreBrokerProxy</AzureHostedServiceName>
<AzureEnableIntelliTrace>False</AzureEnableIntelliTrace>
<AzureEnableProfiling>False</AzureEnableProfiling>
<AzureServiceConfiguration>Cloud</AzureServiceConfiguration>
<AzureSolutionConfiguration>Release</AzureSolutionConfiguration>
<AzureStorageAccountLabel>StoreBrokerProxy</AzureStorageAccountLabel>
<AzureStorageAccountName>StoreBrokerProxy</AzureStorageAccountName>
<AzureAppendTimestampToDeploymentLabel>True</AzureAppendTimestampToDeploymentLabel>
</PropertyGroup>
</Project>
Loading

0 comments on commit fb62384

Please sign in to comment.