Skip to content

Commit 0d92b81

Browse files
authored
Merge pull request Azure#4956 from cormacpayne/fix-assemblies
Add missing assemblies to psd1 files
2 parents da99595 + 4f90ebe commit 0d92b81

File tree

72 files changed

+365
-379
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+365
-379
lines changed

ChangeLog.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
## 2017.11.8 - Version 5.0.0
1+
## 2017.11.10 Version 5.0.1
2+
* Fixed assembly loading issue that caused some cmdlets to fail when executing in the following modules:
3+
- AzureRM.ApiManagement
4+
- AzureRM.Backup
5+
- AzureRM.Batch
6+
- AzureRM.Compute
7+
- AzureRM.DataFactories
8+
- AzureRM.HDInsight
9+
- AzureRM.KeyVault
10+
- AzureRM.RecoveryServices
11+
- AzureRM.RecoveryServices.Backup
12+
- AzureRM.RecoveryServices.SiteRecovery
13+
- AzureRM.RedisCache
14+
- AzureRM.SiteRecovery
15+
- AzureRM.Sql
16+
- AzureRM.Storage
17+
- AzureRM.StreamAnalytics
18+
19+
## 2017.11.8 - Version 5.0.0
220
* NOTE: This is a breaking change release. Please see the migration guide (https://aka.ms/azps-migration-guide) for a full list of introduced breaking changes.
321
* All cmdlets in AzureRM now support online help
422
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser

setup/azurecmdfiles.wxi

Lines changed: 116 additions & 0 deletions
Large diffs are not rendered by default.

src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '5.0.0'
15+
ModuleVersion = '5.0.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -59,7 +59,8 @@ RequiredAssemblies = '.\AutoMapper.dll',
5959
'.\Microsoft.Data.Edm.dll',
6060
'.\Microsoft.Data.OData.dll',
6161
'.\Microsoft.Data.Services.Client.dll',
62-
'.\Microsoft.WindowsAzure.Storage.dll'
62+
'.\Microsoft.WindowsAzure.Storage.dll',
63+
'.\System.Spatial.dll'
6364

6465
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6566
# ScriptsToProcess = @()
@@ -189,16 +190,7 @@ PrivateData = @{
189190
# IconUri = ''
190191

191192
# ReleaseNotes of this module
192-
ReleaseNotes = '* NOTE: This is a breaking change release. Please see the migration guide (https://aka.ms/azps-migration-guide) for a full list of breaking changes introduced.
193-
* Breaking Changes in Cmdlet to Manage Api Management Users
194-
- New-AzureRmApiManagementUser Parameter `Password` is changed from String to SecureString
195-
- Set-AzureRmApiManagementBackend Parameter `Password` is changed from String to SecureString
196-
* Breaking Changes in Cmdlet to Create Backend Proxy Object
197-
- New-AzureRmApiManagementBackendProxy Parameter `Password` and `UserName` have been replaced with `ProxyCredentials` of type PSCredential
198-
* Updated Cmdlet Get-AzureRmApiManagementUser to fix issue https://github.com/Azure/azure-powershell/issues/4510
199-
* Updated Cmdlet New-AzureRmApiManagementApi to create Api with Empty Path https://github.com/Azure/azure-powershell/issues/4069
200-
* Add support for online help
201-
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser'
193+
ReleaseNotes = '* Fixed assembly loading issue that caused some cmdlets to fail when executing'
202194

203195
# External dependent modules of this module
204196
# ExternalModuleDependencies = ''

src/ResourceManager/ApiManagement/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
-->
2020
## Current Release
2121

22+
## Version 5.0.1
23+
* Fixed assembly loading issue that caused some cmdlets to fail when executing
24+
2225
## Version 5.0.0
2326
* NOTE: This is a breaking change release. Please see the migration guide (https://aka.ms/azps-migration-guide) for a full list of breaking changes introduced.
2427
* Breaking Changes in Cmdlet to Manage Api Management Users

src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444

45-
[assembly: AssemblyVersion("5.0.0")]
46-
[assembly: AssemblyFileVersion("5.0.0")]
45+
[assembly: AssemblyVersion("5.0.1")]
46+
[assembly: AssemblyFileVersion("5.0.1")]

src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
4343

44-
[assembly: AssemblyVersion("5.0.0")]
45-
[assembly: AssemblyFileVersion("5.0.0")]
44+
[assembly: AssemblyVersion("5.0.1")]
45+
[assembly: AssemblyFileVersion("5.0.1")]

src/ResourceManager/ApiManagement/Commands.ApiManagement/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
4343

44-
[assembly: AssemblyVersion("5.0.0")]
45-
[assembly: AssemblyFileVersion("5.0.0")]
44+
[assembly: AssemblyVersion("5.0.1")]
45+
[assembly: AssemblyFileVersion("5.0.1")]

src/ResourceManager/ApiManagement/Commands.SMAPI.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444

45-
[assembly: AssemblyVersion("5.0.0")]
46-
[assembly: AssemblyFileVersion("5.0.0")]
45+
[assembly: AssemblyVersion("5.0.1")]
46+
[assembly: AssemblyFileVersion("5.0.1")]
4747
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/ResourceManager/AzureBackup/AzureRM.Backup.psd1

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.0.0'
15+
ModuleVersion = '4.0.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -54,7 +54,10 @@ CLRVersion = '4.0'
5454
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.0.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
57-
RequiredAssemblies = '.\Microsoft.Azure.Management.BackupServicesManagement.dll'
57+
RequiredAssemblies = '.\Microsoft.Azure.Management.BackupServicesManagement.dll',
58+
'.\Microsoft.WindowsAzure.Management.Common.dll',
59+
'.\Microsoft.WindowsAzure.Management.Scheduler.dll',
60+
'.\Security.Cryptography.dll'
5861

5962
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6063
# ScriptsToProcess = @()
@@ -122,8 +125,7 @@ PrivateData = @{
122125
# IconUri = ''
123126

124127
# ReleaseNotes of this module
125-
ReleaseNotes = '* Add support for online help
126-
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser'
128+
ReleaseNotes = '* Fixed assembly loading issue that caused some cmdlets to fail when executing'
127129

128130
# External dependent modules of this module
129131
# ExternalModuleDependencies = ''

src/ResourceManager/AzureBackup/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
-->
2020
## Current Release
2121

22+
## Version 4.0.1
23+
* Fixed assembly loading issue that caused some cmdlets to fail when executing
24+
2225
## Version 4.0.0
2326
* Add support for online help
2427
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser

src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
4848

49-
[assembly: AssemblyVersion("4.0.0")]
50-
[assembly: AssemblyFileVersion("4.0.0")]
49+
[assembly: AssemblyVersion("4.0.1")]
50+
[assembly: AssemblyFileVersion("4.0.1")]
5151
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/ResourceManager/AzureBackup/Commands.AzureBackup/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
[assembly: ComVisible(false)]
3232
[assembly: CLSCompliant(false)]
3333

34-
[assembly: AssemblyVersion("4.0.0")]
35-
[assembly: AssemblyFileVersion("4.0.0")]
34+
[assembly: AssemblyVersion("4.0.1")]
35+
[assembly: AssemblyFileVersion("4.0.1")]

src/ResourceManager/AzureBatch/AzureRM.Batch.psd1

Lines changed: 4 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.0.0'
15+
ModuleVersion = '4.0.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -59,7 +59,8 @@ RequiredAssemblies = '.\Microsoft.Azure.Batch.dll',
5959
'.\Microsoft.Data.Edm.dll',
6060
'.\Microsoft.Data.OData.dll',
6161
'.\Microsoft.Data.Services.Client.dll',
62-
'.\Microsoft.WindowsAzure.Storage.dll'
62+
'.\Microsoft.WindowsAzure.Storage.dll',
63+
'.\System.Spatial.dll'
6364

6465
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6566
# ScriptsToProcess = @()
@@ -147,65 +148,7 @@ PrivateData = @{
147148
# IconUri = ''
148149

149150
# ReleaseNotes of this module
150-
ReleaseNotes = '* NOTE: This is a breaking change release. Please see the migration guide (https://aka.ms/azps-migration-guide) for a full list of breaking changes introduced.
151-
* Added new parameters to `New-AzureRmBatchAccount`.
152-
- `PoolAllocationMode`: The allocation mode to use for creating pools in the Batch account. To create a Batch account which allocates pool nodes in the user''s subscription, set this to `UserSubscription`.
153-
- `KeyVaultId`: The resource ID of the Azure key vault associated with the Batch account.
154-
- `KeyVaultUrl`: The URL of the Azure key vault associated with the Batch account.
155-
* Updated parameters to `New-AzureBatchTask`.
156-
- Removed the `RunElevated` switch. The `UserIdentity` parameter has been added to replace `RunElevated`, and the equivalent behavior can be achieved by constructing a `PSUserIdentity` as shown below:
157-
- $autoUser = New-Object Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification -ArgumentList @("Task", "Admin")
158-
- $userIdentity = New-Object Microsoft.Azure.Commands.Batch.Models.PSUserIdentity $autoUser
159-
- Added the `AuthenticationTokenSettings` parameter. This parameter allows you to request the Batch service provide an authentication token to the task when it runs, avoiding the need to pass Batch account keys to the task in order to issue requests to the Batch service.
160-
- Added the `ContainerSettings` parameter.
161-
- This parameter allows you to request the Batch service run the task inside a container.
162-
- Added the `OutputFiles` parameter.
163-
- This parameter allows you to configure the task to upload files to Azure Storage after it has finished.
164-
* Updated parameters to `New-AzureBatchPool`.
165-
- Added the `UserAccounts` parameter.
166-
- This parameter defines user accounts created on each node in the pool.
167-
- Added `TargetLowPriorityComputeNodes` and renamed `TargetDedicated` to `TargetDedicatedComputeNodes`.
168-
- A `TargetDedicated` alias was created for the `TargetDedicatedComputeNodes` parameter.
169-
- Added the `NetworkConfiguration` parameter.
170-
- This parameter allows you to configure the pools network settings.
171-
* Updated parameters to `New-AzureBatchCertificate`.
172-
- The `Password` parameter is now a `SecureString`.
173-
* Updated parameters to `New-AzureBatchComputeNodeUser`.
174-
- The `Password` parameter is now a `SecureString`.
175-
* Updated parameters to `Set-AzureBatchComputeNodeUser`.
176-
- The `Password` parameter is now a `SecureString`.
177-
* Renamed the `Name` parameter to `Path` on `Get-AzureBatchNodeFile`, `Get-AzureBatchNodeFileContent`, and `Remove-AzureBatchNodeFile`.
178-
- A `Name` alias was created for the `Path` parameter.
179-
* Changes to objects:
180-
- Removed the `RunElevated` property on `PSCloudTask`, `PSStartTask`, `PSJobManagerTask`, `PSJobPreparationTask`, and `PSJobReleaseTask`. The `UserIdentity` property has been added to replace `RunElevated`. Equivalent behavior to `RunElevated = $true` can be achieved by constructing a `PSUserIdentity` as shown below:
181-
- $autoUser = New-Object Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification -ArgumentList @("Task", "Admin")
182-
- $userIdentity = New-Object Microsoft.Azure.Commands.Batch.Models.PSUserIdentity $autoUser
183-
- Added the `AuthenticationTokenSettings` property to `PSCloudTask` and `PSJobManagerTask`.
184-
- Added the `OutputFiles` property to `PSCloudTask`, and `PSJobManagerTask`.
185-
- Added the `ContainerSettings` property to `PSCloudTask`, `PSStartTask`, `PSJobManagerTask`, `PSJobPreparationTask`, and `PSJobReleaseTask`.
186-
- Added the `AllowLowPriorityNode` property to `PSJobManagerTask`.
187-
- Renamed the `SchedulingError` property on `PSJobPreparationTaskExecutionInformation`, `PSJobReleaseTaskExecutionInformation`, `PSStartTaskInformation`, `PSSubtaskInformation`, and `PSTaskExecutionInformation` to `FailureInformation`.
188-
- `FailureInformation` is returned any time there is a task failure. This includes all previous scheduling error cases, as well as nonzero task exit codes, and file upload failures from the new output files feature.
189-
- Renamed `PSTaskSchedulingError` to `PSTaskFailureInformation`.
190-
- Added the `ContainerInformation` and `Result` properties to `PSJobPreparationTaskExecutionInformation`, `PSJobReleaseTaskExecutionInformation`, `PSStartTaskInformation`, `PSSubtaskInformation`, and `PSTaskExecutionInformation`.
191-
- Added the `UserAccounts` property to `PSCloudPool` and `PSPoolSpecification`.
192-
- Added the `TargetLowPriorityComputeNodes` property to `PSCloudPool` and `PSPoolSpecification`, and renamed `TargetDedicated` to `TargetDedicatedComputeNodes`.
193-
- Renamed the `Name` property on `PSNodeFile` to `Path`.
194-
- Added the `EndpointConfiguration` and `IsDedicated` property to `PSComputeNode`.
195-
- Renamed the `SchedulingError` property on `PSExitConditions` to `PreProcessingError`.
196-
- Added the `FileUploadError` to `PSExitConditions`.
197-
- Added the `DependencyAction` property to `PSExitOptions`.
198-
- Added the `OSDisk`, `ContainerConfiguration`, `DataDisks`, and `LicenseType` properties to `PSVirtualMachineConfiguration`.
199-
- Added the `VirtualMachineImageId` property to `PSImageReference`. Note that in order to allow deploying nodes using custom VHDs, the `BatchAccountContext` must be using Azure Active Directory authentication.
200-
- Added the `OnAllTasksComplete` and `OnTaskFailure` properties to `PSJobSpecification`.
201-
- Added the `EndpointConfiguration` property to `PSNetworkConfiguration`.
202-
- Renamed `ResizeError` to `ResizeErrors` on `PSCloudPool`, and it is now a collection.
203-
- `PSMultiInstanceSettings` constructor no longer takes a required `numberOfInstances` parameter, instead it takes a required `coordinationCommandLine` parameter.
204-
* Added support for Azure Active Directory based authentication.
205-
- To use Azure Active Directory authentication, retrieve a `BatchAccountContext` object using the `Get-AzureRmBatchAccount` cmdlet, and supply this `BatchAccountContext` to the `-BatchContext` parameter of a Batch service cmdlet. Azure Active Directory authentication is mandatory for accounts with `PoolAllocationMode = UserSubscription`.
206-
- For existing accounts or for new accounts created with `PoolAllocationMode = BatchService`, you may continue to use shared key authentication by retrieving a `BatchAccountContext` object using the `Get-AzureRmBatchAccoutKeys` cmdlet.
207-
* Add support for online help
208-
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser'
151+
ReleaseNotes = '* Fixed assembly loading issue that caused some cmdlets to fail when executing'
209152

210153
# External dependent modules of this module
211154
# ExternalModuleDependencies = ''

src/ResourceManager/AzureBatch/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
-->
2020
## Current Release
2121

22+
## Version 4.0.1
23+
* Fixed assembly loading issue that caused some cmdlets to fail when executing
24+
2225
## Version 4.0.0
2326
* NOTE: This is a breaking change release. Please see the migration guide (https://aka.ms/azps-migration-guide) for a full list of breaking changes introduced.
2427
* Added new parameters to `New-AzureRmBatchAccount`.

src/ResourceManager/AzureBatch/Commands.Batch.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535

36-
[assembly: AssemblyVersion("4.0.0")]
37-
[assembly: AssemblyFileVersion("4.0.0")]
36+
[assembly: AssemblyVersion("4.0.1")]
37+
[assembly: AssemblyFileVersion("4.0.1")]
3838
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/ResourceManager/AzureBatch/Commands.Batch/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("ed102280-3577-49bf-93dd-11b6e3a44a57")]
28-
[assembly: AssemblyVersion("4.0.0")]
29-
[assembly: AssemblyFileVersion("4.0.0")]
28+
[assembly: AssemblyVersion("4.0.1")]
29+
[assembly: AssemblyFileVersion("4.0.1")]
3030
#if SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Batch.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3232
#else

src/ResourceManager/Compute/AzureRM.Compute.psd1

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.0.0'
15+
ModuleVersion = '4.0.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -63,7 +63,8 @@ RequiredAssemblies = '.\AutoMapper.dll',
6363
'.\Microsoft.Data.Services.Client.dll',
6464
'.\Microsoft.WindowsAzure.Commands.Sync.dll',
6565
'.\Microsoft.WindowsAzure.Commands.Tools.Vhd.dll',
66-
'.\Microsoft.WindowsAzure.Storage.dll'
66+
'.\Microsoft.WindowsAzure.Storage.dll',
67+
'.\System.Spatial.dll'
6768

6869
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6970
# ScriptsToProcess = @()
@@ -211,13 +212,7 @@ PrivateData = @{
211212
# IconUri = ''
212213

213214
# ReleaseNotes of this module
214-
ReleaseNotes = '* Azure Disk Encryption Extension Commands
215-
- New Parameter for ''Set-AzureRmVmDiskEncryptionExtension'': ''-EncryptFormatAll'' encrypt formats data disks
216-
- New Parameters for ''Set-AzureRmVmDiskEncryptionExtension'': ''-ExtensionPublisherName'' and ''-ExtensionType'' allow switching to other versions of the extension
217-
- New Parameters for ''Disable-AzureRmVmDiskEncryption'': ''-ExtensionPublisherName'' and ''-ExtensionType'' allow switching to other versions of the extension
218-
- New Parameters for ''Get-AzureRmVmDiskEncryptionStatus'': ''-ExtensionPublisherName'' and ''-ExtensionType'' allow switching to other versions of the extension\
219-
* Add support for online help
220-
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser'
215+
ReleaseNotes = '* Fixed assembly loading issue that caused some cmdlets to fail when executing'
221216

222217
# External dependent modules of this module
223218
# ExternalModuleDependencies = ''

src/ResourceManager/Compute/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
-->
2020
## Current Release
2121

22+
## Version 4.0.1
23+
* Fixed assembly loading issue that caused some cmdlets to fail when executing
24+
2225
## Version 4.0.0
2326
* Azure Disk Encryption Extension Commands
2427
- New Parameter for 'Set-AzureRmVmDiskEncryptionExtension': '-EncryptFormatAll' encrypt formats data disks

src/ResourceManager/Compute/Commands.Compute.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232

3333
[assembly: Guid("28fe3fc0-6fdf-4f01-8a82-d7b4a834ddd2")]
3434

35-
[assembly: AssemblyVersion("4.0.0")]
36-
[assembly: AssemblyFileVersion("4.0.0")]
35+
[assembly: AssemblyVersion("4.0.1")]
36+
[assembly: AssemblyFileVersion("4.0.1")]
3737
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/ResourceManager/Compute/Commands.Compute/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")]
28-
[assembly: AssemblyVersion("4.0.0")]
29-
[assembly: AssemblyFileVersion("4.0.0")]
28+
[assembly: AssemblyVersion("4.0.1")]
29+
[assembly: AssemblyFileVersion("4.0.1")]
3030
#if SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Compute.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3232
#else

src/ResourceManager/DataFactories/AzureRM.DataFactories.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.0.0'
15+
ModuleVersion = '4.0.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -59,7 +59,8 @@ RequiredAssemblies = '.\Microsoft.Azure.Management.DataFactories.dll',
5959
'.\Microsoft.Data.OData.dll',
6060
'.\Microsoft.Data.Services.Client.dll',
6161
'.\Microsoft.DataTransfer.Gateway.Encryption.dll',
62-
'.\Microsoft.WindowsAzure.Storage.dll'
62+
'.\Microsoft.WindowsAzure.Storage.dll',
63+
'.\System.Spatial.dll'
6364

6465
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6566
# ScriptsToProcess = @()
@@ -134,8 +135,7 @@ PrivateData = @{
134135
# IconUri = ''
135136

136137
# ReleaseNotes of this module
137-
ReleaseNotes = '* Add support for online help
138-
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser'
138+
ReleaseNotes = '* Fixed assembly loading issue that caused some cmdlets to fail when executing'
139139

140140
# External dependent modules of this module
141141
# ExternalModuleDependencies = ''

0 commit comments

Comments
 (0)