Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Azs.Compute.Admin/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ metadata:

### PSD1 metadata changes
subject-prefix: ''
module-version: 1.0.1
module-version: 1.1.0
service-name: ComputeAdmin

### File Renames
Expand Down
7 changes: 4 additions & 3 deletions src/AzureStack/AzureStack.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>AzureStack</id>
<version>2.1.1</version>
<version>2.2.0</version>
<authors>Microsoft Corporation</authors>
<owners>Microsoft Corporation</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand All @@ -18,8 +18,9 @@
<dependency id="Azs.Backup.Admin" version="[1.0.1]" />
<dependency id="Azs.Azurebridge.Admin" version="[1.0.1]" />
<dependency id="Azs.Commerce.Admin" version="[1.0.1]" />
<dependency id="Azs.Compute.Admin" version="[1.0.1]" />
<dependency id="Azs.Fabric.Admin" version="[1.0.1]" />
<dependency id="Azs.Compute.Admin" version="[1.1.0]" />
<dependency id="Azs.ContainerRegistry.Admin" version="[0.2.0]" />
<dependency id="Azs.ContainerService.Admin" version="[0.1.0]" />
<dependency id="Azs.Deployment.Admin" version="[1.0.0]" />
<dependency id="Azs.Gallery.Admin" version="[1.0.1]" />
<dependency id="Azs.Infrastructureinsights.Admin" version="[1.0.1]" />
Expand Down
9 changes: 6 additions & 3 deletions src/AzureStack/AzureStack.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '2.1.1'
ModuleVersion = '2.2.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -60,8 +60,10 @@
@{ModuleName = 'Azs.Azurebridge.Admin'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Azs.Backup.Admin'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Azs.Commerce.Admin'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Azs.Compute.Admin'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Azs.Compute.Admin'; RequiredVersion = '1.1.0'; },
@{ModuleName = 'Azs.Deployment.Admin'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Azs.ContainerRegistry.Admin'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Azs.ContainerService.Admin'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Azs.Fabric.Admin'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Azs.Gallery.Admin'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Azs.Infrastructureinsights.Admin'; RequiredVersion = '1.0.1'; },
Expand Down Expand Up @@ -127,7 +129,8 @@
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Bug fix - Add signing for a file under utils folder in each of the module'
ReleaseNotes = '*Requires AzureStack update 2108
* Azs.ContainerRegistry.Admin and Azs.ContainerService.Admin modules has been added.'

} # End of PSData hashtable

Expand Down
43 changes: 43 additions & 0 deletions src/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@

# Release 2.2.0
* Requires AzureStack Update 2108+
## Azs.ContainerService.Admin module
* AzureStack AKS admin powershell commands to manage Container service admin operations
## Azs.ContainerRegistry.Admin module
* AzureStack Container Registry admin power shell commands to setup and manage Container Registry admin operations
## Azs.Compute.Admin module
* Added support for GPU Quotas (DDA and Partitioned GPU VM sizes) to limit tenant usage
* Affected cmdlets - Get\Set\New\Remove-AzsComputeQuota
* Added support for globally enabling/disabling or locally enabling/disabling features for tenant subscription IDs.
* Affected cmdlets - Enable\Disable-AzsComputeUserSubscriptionFeature, Get-AzsComputeFeature, Update-AzsComputeGlobalFeatureSetting
* Get-AzsDisk - adds support for viewing managed disk creation source of returned objects in Get-AzsDisk.
* Get-AzsDisk - adds support for querying the exclusive allocated size of a managed disk with Get-AzsDisk -DiskSizeDetail, AzureStack operator can use this size to estimate the space to be freed after migrating the specific disk.


# Release 2.1.1
* AzureStack operator module GA version 2.1.1
* Bug fix release for signing a script file
* Bug fix in Az.BootStraper module to update the cache https://github.com/Azure/azurestack-powershell/issues/103

# Release 2.1.0-preview
* Requires AzureStack Update 2102+
* AzureStack operator module GA version 2.1.0, coming out of preview
* AzureStack Operator module version 2.1.0. Requires AzureStack Hub Update 2102+,
* There are no breaking changes from the previous release 2.0.2-preview
* Compatible with AzureStack specific Az module version 1.10.0
* The individual Azs.* module versions are updated to 1.0.0, marking GA
* Fabric Admin module adds support for changing the default Gpu partition on a GPU enabled Azure Stack hub with Set-AzsScaleUnit -NumberOfGPUPartition X

# Release 2.0.2-preview
* Bug fix for the existing 2.0.1-preview release
* Included fix for the issue - https://github.com/Azure/azurestack-powershell/issues/23

# Release 2.0.1-preview
* Minor update to the existing 2.0.0-preview release
* Included fix for the issue - https://github.com/Azure/azurestack-powershell/issues/14

# Release 2.0.0-preview
* AzureStack module generated with [autorest powershell generator](https://github.com/Azure/autorest.powershell)
* This version is compatible with [Az](https://www.powershellgallery.com/packages/Az/0.10.0-preview) modules for AzureStack
* The module is supported on AzureStack versions with Update 2002 and the hotfix