Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
Added SQL DBaaS Tenant cmdlets (Get-WAPSQLOffer, Select-WAPSQLOffer, …
Browse files Browse the repository at this point in the history
…Test-WAPSQLDatabaseAvailable, Get-WAPSQLDatabase, New-WAPSQLDatabase, Reset-WAPSQLDatabaseAdmin, Resize-WAPSQLDatabase, Remove-WAPSQLDatabase)
  • Loading branch information
bgelens committed Feb 18, 2016
1 parent 47245aa commit f0021c4
Show file tree
Hide file tree
Showing 2 changed files with 460 additions and 14 deletions.
4 changes: 2 additions & 2 deletions WapTenantPublicAPI.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'WapTenantPublicAPI'

# Version number of this module.
ModuleVersion = '0.0.4.2'
ModuleVersion = '0.0.5.0'

# ID used to uniquely identify this module
GUID = 'eaa28acf-4a1e-4d0e-96dd-fa36de33a658'
Expand All @@ -27,7 +27,7 @@ CompanyName = 'Unknown'
Copyright = '(c) 2015 Ben Gelens. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Windows Azure Pack - Easily deploy VM Roles / Cloud Services by interacting with the Tenant Public API'
Description = 'Windows Azure Pack - Easily deploy VM Roles / Cloud Services / SQL Databases / Virtual Networks by interacting with the Tenant Public API'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '4.0'
Expand Down
Loading

0 comments on commit f0021c4

Please sign in to comment.