Skip to content

Commit

Permalink
update module versions to 1.0.1 and AzureStack to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyWei committed Jun 8, 2021
1 parent 3ff6090 commit 134e567
Show file tree
Hide file tree
Showing 20 changed files with 34 additions and 38 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile-centos-7
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG BUILD_DATE=
ARG VERSION=1.10.0
ARG IMAGE_NAME=mcr.microsoft.com/azure-stack-powershell:${VERSION}-centos-7
ARG AZURESTACK_PROFILE=2020-09-01-hybrid
ARG AZURESTACK_VERSION=2.1.0
ARG AZURESTACK_VERSION=2.1.1
ARG READINESS_CHECKER_VERSION=1.2005.1269-preview

ENV AZUREPS_HOST_ENVIRONMENT="dockerImage/${VERSION}-centos-7"
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-debian-9
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG BUILD_DATE=
ARG VERSION=1.10.0
ARG IMAGE_NAME=mcr.microsoft.com/azure-stack-powershell:${VERSION}-debian-9
ARG AZURESTACK_PROFILE=2020-09-01-hybrid
ARG AZURESTACK_VERSION=2.1.0
ARG AZURESTACK_VERSION=2.1.1
ARG READINESS_CHECKER_VERSION=1.2005.1269-preview

ENV AZUREPS_HOST_ENVIRONMENT="dockerImage/${VERSION}-debian-9"
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-ubuntu-18.04
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG BUILD_DATE=
ARG VERSION=1.10.0
ARG IMAGE_NAME=mcr.microsoft.com/azure-stack-powershell:${VERSION}-ubuntu-18.04
ARG AZURESTACK_PROFILE=2020-09-01-hybrid
ARG AZURESTACK_VERSION=2.1.0
ARG AZURESTACK_VERSION=2.1.1
ARG READINESS_CHECKER_VERSION=1.2005.1269-preview

ENV AZUREPS_HOST_ENVIRONMENT="dockerImage/${VERSION}-ubuntu-18.04"
Expand Down
2 changes: 1 addition & 1 deletion src/Az.BootStrapper/Az.BootStrapper.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>Az.BootStrapper</id>
<version>1.0.0</version>
<version>1.0.1</version>
<authors>Microsoft Corporation</authors>
<owners>Microsoft Corporation</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion src/Azs.AzureBridge.Admin/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ metadata:
description: 'Microsoft AzureStack PowerShell: AzureBridge Admin cmdlets'

subject-prefix: AzureBridge
module-version: 1.0.0
module-version: 1.0.1
identity-correction-for-post: true
service-name: BridgeAdmin

Expand Down
2 changes: 1 addition & 1 deletion src/Azs.Backup.Admin/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ metadata:
description: 'Microsoft AzureStack PowerShell: Backup Admin cmdlets'

subject-prefix: ''
module-version: 1.0.0
module-version: 1.0.1
service-name: BackupAdmin

### File Renames
Expand Down
2 changes: 1 addition & 1 deletion src/Azs.Commerce.Admin/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ metadata:

### PSD1 metadata changes
subject-prefix: ''
module-version: 1.0.0
module-version: 1.0.1
service-name: CommerceAdmin
### File Renames
### IMPORTANT - Note that the following settings are case sensitive ###
Expand Down
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.0
module-version: 1.0.1
service-name: ComputeAdmin

### File Renames
Expand Down
2 changes: 1 addition & 1 deletion src/Azs.Deployment.Admin/Module/Azs.Deployment.Admin.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RootModule = 'Azs.Deployment.Admin.psm1'

# Version number of this module.
ModuleVersion = '1.0.0'
ModuleVersion = '1.0.1'

# ID used to uniquely identify this module
GUID = 'a50d2cce-63a7-4c7b-980f-c4cead941544'
Expand Down
2 changes: 1 addition & 1 deletion src/Azs.Fabric.Admin/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ metadata:

### PSD1 metadata changes
subject-prefix: ''
module-version: 1.0.0
module-version: 1.0.1
service-name: FabricAdmin

### File Renames
Expand Down
2 changes: 1 addition & 1 deletion src/Azs.Gallery.Admin/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ metadata:

### PSD1 metadata changes
subject-prefix: ''
module-version: 1.0.0
module-version: 1.0.1
service-name: GalleryAdmin

```
Expand Down
2 changes: 1 addition & 1 deletion src/Azs.InfrastructureInsights.Admin/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ metadata:

### PSD1 metadata changes
subject-prefix: ''
module-version: 1.0.0
module-version: 1.0.1
service-name: InfrastructureInsightsAdmin

### File Renames
Expand Down
2 changes: 1 addition & 1 deletion src/Azs.KeyVault.Admin/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ metadata:

### PSD1 metadata changes
subject-prefix: 'Keyvault'
module-version: 1.0.0
module-version: 1.0.1
service-name: KeyvaultAdmin

### File Renames
Expand Down
2 changes: 1 addition & 1 deletion src/Azs.Network.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.0
module-version: 1.0.1
service-name: NetworkAdmin

### File Renames
Expand Down
2 changes: 1 addition & 1 deletion src/Azs.Storage.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.0
module-version: 1.0.1
service-name: StorageAdmin

### File Renames
Expand Down
2 changes: 1 addition & 1 deletion src/Azs.Subscriptions.Admin/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ metadata:
description: 'Microsoft AzureStack PowerShell: Subscriptions Admin cmdlets'

subject-prefix: ''
module-version: 1.0.0
module-version: 1.0.1
sanitize-names: false
service-name: SubscriptionsAdmin

Expand Down
2 changes: 1 addition & 1 deletion src/Azs.Subscriptions/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ prefix: Azs
namespace: Microsoft.Azure.PowerShell.Cmdlets.$(service-name)

subject-prefix: ''
module-version: 1.0.0
module-version: 1.0.1
sanitize-names: false
service-name: Subscription

Expand Down
2 changes: 1 addition & 1 deletion src/Azs.Update.Admin/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ metadata:
description: 'Microsoft AzureStack PowerShell: Update Admin cmdlets'

subject-prefix: ''
module-version: 1.0.0
module-version: 1.0.1
service-name: UpdateAdmin

### File Renames
Expand Down
2 changes: 1 addition & 1 deletion 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.0</version>
<version>2.1.1</version>
<authors>Microsoft Corporation</authors>
<owners>Microsoft Corporation</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand Down
34 changes: 15 additions & 19 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.0'
ModuleVersion = '2.1.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -57,20 +57,20 @@
### IMPORTANT - Note that the module names are case sensitive ###
RequiredModules = @(@{ModuleName = 'Az.Accounts'; RequiredVersion = '2.2.8'; },
@{ModuleName = 'Az.Resources'; RequiredVersion = '0.11.0'; },
@{ModuleName = 'Azs.Azurebridge.Admin'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Azs.Backup.Admin'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Azs.Commerce.Admin'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Azs.Compute.Admin'; RequiredVersion = '1.0.0'; },
@{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.Deployment.Admin'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Azs.Fabric.Admin'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Azs.Gallery.Admin'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Azs.Infrastructureinsights.Admin'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Azs.Keyvault.Admin'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Azs.Network.Admin'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Azs.Storage.Admin'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Azs.Subscriptions'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Azs.Subscriptions.Admin'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Azs.Update.Admin'; RequiredVersion = '1.0.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'; },
@{ModuleName = 'Azs.Keyvault.Admin'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Azs.Network.Admin'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Azs.Storage.Admin'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Azs.Subscriptions'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Azs.Subscriptions.Admin'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Azs.Update.Admin'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Azs.Syndication.Admin'; RequiredVersion = '0.1.157'; })

# Assemblies that must be loaded prior to importing this module
Expand Down Expand Up @@ -127,11 +127,7 @@
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* AzureStack Operator module version 2.1.0. Requires AzureStack Hub Update 2102+,
* Compatible with Az module version 1.10.0
* The indvidual module versions are updated to 1.0.0, marking GA
* Support for changing the default Gpu partition on a GPU enabled Azure Stack hub with Set-AzsScaleUnit -NumberOfGPUPartition X
* Please refer to https://aka.ms/azspsh210 for additional instructions'
ReleaseNotes = '* Bug fix - Add signing for a file under utils folder in each of the module'

} # End of PSData hashtable

Expand Down

0 comments on commit 134e567

Please sign in to comment.