Skip to content

Commit 09d083e

Browse files
committed
Merge pull request #9 from Azure/dev
Merge from master
2 parents 7f587a5 + 0c40b81 commit 09d083e

File tree

4,750 files changed

+868447
-280677
lines changed

Some content is hidden

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

4,750 files changed

+868447
-280677
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ Backup*/
181181
UpgradeLog*.XML
182182
UpgradeLog*.htm
183183

184+
# The Backup*/ rule will ignore the backup and restore cmdlets
185+
# for Azure web apps. Exclude that directory from being ignored here.
186+
!/src/ResourceManager/Websites/Commands.Websites/Cmdlets/BackupRestore
187+
184188
# SQL Server files
185189
*.mdf
186190
*.ldf

AzurePowershell.Test.targets

Lines changed: 40 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@
2424
<OperationalInsightsTestDebug>.\src\ResourceManager\OperationalInsights\Commands.OperationalInsights.Test\bin\Debug\Microsoft.Azure.Commands.OperationalInsights.Test.dll</OperationalInsightsTestDebug>
2525
<BatchTestDebug>.\src\ResourceManager\AzureBatch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll</BatchTestDebug>
2626
<WebsitesTestDebug>.\src\ResourceManager\Websites\Commands.Websites.Test\bin\Debug\Microsoft.Azure.Commands.Websites.Test.dll</WebsitesTestDebug>
27+
<LogicAppTestDebug>.\src\ResourceManager\LogicApp\Commands.LogicApp.Test\bin\Debug\Microsoft.Azure.Commands.LogicApp.Test.dll</LogicAppTestDebug>
2728
<RemoteAppTestDebug>.\src\ServiceManagement\RemoteApp\Commands.RemoteApp.Test\bin\Debug\Microsoft.Azure.Commands.RemoteApp.Tests.dll</RemoteAppTestDebug>
2829
<ServiceManagementTestDebug>.\src\ServiceManagement\Compute\Commands.ServiceManagement.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Test.dll</ServiceManagementTestDebug>
2930
<SqlDatabaseTestDebug>.\src\ServiceManagement\Sql\Commands.SqlDatabase.Test\bin\Debug\Microsoft.WindowsAzure.Commands.SqlDatabase.Test.dll</SqlDatabaseTestDebug>
3031
<HDInsightTestDebug>.\src\ServiceManagement\HDInsight\Commands.HDInsight.Test\bin\Debug\Microsoft.WindowsAzure.Commands.HDInsight.Test.dll</HDInsightTestDebug>
31-
<StorageTestDebug>.\src\Common\Storage\Commands.Storage.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Storage.Test.dll</StorageTestDebug>
32+
<StorageTestDebug>.\src\Storage\Commands.Storage.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Storage.Test.dll</StorageTestDebug>
3233
<KeyVaultTestDebug>.\src\ResourceManager\KeyVault\Commands.KeyVault.Test\bin\Debug\Microsoft.Azure.Commands.KeyVault.Test.dll</KeyVaultTestDebug>
3334
<DataLakeAnalyticsTestDebug>.\src\ResourceManager\DataLakeAnalytics\Commands.DataLakeAnalytics.Test\bin\Debug\Microsoft.Azure.Commands.DataLakeAnalytics.Test.dll</DataLakeAnalyticsTestDebug>
3435
<DataLakeStoreTestDebug>.\src\ResourceManager\DataLakeStore\Commands.DataLakeStore.Test\bin\Debug\Microsoft.Azure.Commands.DataLakeStore.Test.dll</DataLakeStoreTestDebug>
@@ -65,6 +66,7 @@
6566
<AsmXUnitTests Include=".\src\ServiceManagement\Network\Commands.Network.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Network.Test.dll"/>
6667
</ItemGroup>
6768
<ItemGroup Condition=" '$(scope)' == 'all' ">
69+
<XUnitTests Include=".\tools\StaticAnalysis\StaticAnalysis.Test\bin\Debug\StaticAnalysis.Test.dll"/>
6870
<XUnitTests Include=".\src\ResourceManager\SiteRecovery\Commands.SiteRecovery.Test\bin\Debug\Microsoft.Azure.Commands.SiteRecovery.Test.dll"/>
6971
<XUnitTests Include=".\src\ResourceManager\Sql\Commands.Sql.Test\bin\Debug\Microsoft.Azure.Commands.Sql.Test.dll"/>
7072
<XUnitTests Include=".\src\ResourceManager\Resources\Commands.Resources.Test\bin\Debug\Microsoft.Azure.Commands.Resources.Test.dll"/>
@@ -76,13 +78,16 @@
7678
<XUnitTests Include=".\src\ResourceManager\OperationalInsights\Commands.OperationalInsights.Test\bin\Debug\Microsoft.Azure.Commands.OperationalInsights.Test.dll"/>
7779
<XUnitTests Include=".\src\ResourceManager\AzureBatch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll"/>
7880
<XUnitTests Include=".\src\ResourceManager\Websites\Commands.Websites.Test\bin\Debug\Microsoft.Azure.Commands.Websites.Test.dll"/>
81+
<XUnitTests Include=".\src\ResourceManager\LogicApp\Commands.LogicApp.Test\bin\Debug\Microsoft.Azure.Commands.LogicApp.Test.dll"/>
7982
<XUnitTests Include=".\src\ResourceManager\KeyVault\Commands.KeyVault.Test\bin\Debug\Microsoft.Azure.Commands.KeyVault.Test.dll"/>
8083
<XUnitTests Include=".\src\ResourceManager\UsageAggregates\Commands.UsageAggregates.Test\bin\Debug\Microsoft.Azure.Commands.UsageAggregates.Test.dll"/>
8184
<XUnitTests Include=".\src\ResourceManager\TrafficManager\Commands.TrafficManager2.Test\bin\Debug\Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.dll"/>
8285
<XUnitTests Include=".\src\ResourceManager\ApiManagement\Commands.ApiManagement.Test\bin\Debug\Microsoft.Azure.Commands.ApiManagement.Test.dll"/>
8386
<XUnitTests Include=".\src\ResourceManager\Profile\Commands.Profile.Test\bin\Debug\Microsoft.Azure.Commands.Profile.Test.dll"/>
8487
<XUnitTests Include=".\src\ResourceManager\AzureBackup\Commands.AzureBackup.Test\bin\Debug\Microsoft.Azure.Commands.AzureBackup.Test.dll"/>
85-
<XUnitTests Include=".\src\ResourceManager\NotificationHubs\Commands.NotificationHubs.Test\bin\Debug\Microsoft.Azure.Commands.NotificationHubs.Test.dll"/>
88+
<XUnitTests Include=".\src\ResourceManager\NotificationHubs\Commands.NotificationHubs.Test\bin\Debug\Microsoft.Azure.Commands.NotificationHubs.Test.dll"/>
89+
<XUnitTests Include=".\src\ResourceManager\Cdn\Commands.Cdn.Test\bin\Debug\Microsoft.Azure.Commands.Cdn.Test.ScenarioTests.dll"/>
90+
<XUnitTests Include=".\src\Common\Commands.Common.Authentication.Test\bin\Debug\Microsoft.Azure.Commands.Common.Authentication.Test.dll"/>
8691
<XUnitTests Include="@(AsmXUnitTests)"/>
8792
</ItemGroup>
8893
<ItemGroup Condition=" '$(scope)' == 'ServiceManagement' ">
@@ -96,19 +101,37 @@
96101
<Target Name="InvokeXUnit" DependsOnTargets="DeclareXunitTests">
97102
<Message Importance="high" Text="Running XUnit tests" />
98103
<MakeDir Directories="$(TestOutputDirectory)" ContinueOnError="false" />
99-
<Exec
100-
Command="$(MSBuildProjectDirectory)\packages\xunit.runner.console.2.0.0\tools\xunit.console.x86.exe &quot;%(XUnitTests.Identity)&quot; -parallel none -maxthreads 0 -trait &quot;AcceptanceType=CheckIn&quot; -html &quot;$(TestOutputDirectory)\%(XUnitTests.Filename).html&quot;"
101-
Timeout="$(TestTimeout)" ContinueOnError="false" Condition=" @(XUnitTests) != '' "/>
102-
<OnError ExecuteTargets="TimeoutErrorHandler"/>
104+
105+
<xunit
106+
Assemblies="@(XUnitTests)"
107+
AppDomains="true"
108+
ShadowCopy="false"
109+
ParallelizeTestCollections="false"
110+
ParallelizeAssemblies="true"
111+
IncludeTraits="AcceptanceType=CheckIn"
112+
Html="$(TestOutputDirectory)\AzurePowershellTestResults.html"
113+
MaxParallelThreads="10"
114+
DiagnosticMessages="false"
115+
ContinueOnError="false"
116+
Condition=" @(XUnitTests) != '' "/>
103117
</Target>
104118

105119
<Target Name="InvokeXUnitAll" DependsOnTargets="DeclareXunitTests">
106120
<Message Importance="high" Text="Running XUnit tests" />
107121
<MakeDir Directories="$(TestOutputDirectory)" ContinueOnError="false" />
108-
<Exec
109-
Command="$(MSBuildProjectDirectory)\packages\xunit.runner.console.2.0.0\tools\xunit.console.x86.exe &quot;%(XUnitTests.Identity)&quot; -notrait &quot;RunType=LiveOnly&quot; -html &quot;$(TestOutputDirectory)\%(XUnitTests.Filename).html&quot;"
110-
Timeout="$(TestTimeout)" ContinueOnError="false"/>
111-
<OnError ExecuteTargets="TimeoutErrorHandler"/>
122+
123+
<xunit
124+
Assemblies="@(XUnitTests)"
125+
AppDomains="true"
126+
ShadowCopy="false"
127+
ParallelizeTestCollections="false"
128+
ParallelizeAssemblies="true"
129+
ExcludeTraits="RunType=LiveOnly"
130+
Html="$(TestOutputDirectory)\AzurePowershellAllTestResults.html"
131+
MaxParallelThreads="10"
132+
DiagnosticMessages="false"
133+
ContinueOnError="false"
134+
Condition=" @(XUnitTests) != '' "/>
112135
</Target>
113136

114137
<Target Name="TimeoutErrorHandler">
@@ -163,6 +186,12 @@
163186
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
164187
</Target>
165188

189+
<Target Name="TestLogicApp">
190+
<Xunit.Runner.MSBuild.xunit Assemblies="$(LogicAppTestDebug)" Html="$(TestOutputDirectory)\LogicAppTestDebug.xunit.dll.html" Verbose="false"
191+
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
192+
</Target>
193+
194+
166195
<Target Name="TestDataFactoryManager">
167196
<Xunit.Runner.MSBuild.xunit Assemblies="$(DataFactoryManagerTestDebug)" Html="$(TestOutputDirectory)\DataFactoryManagerTestDebug.xunit.dll.html" Verbose="false"
168197
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
@@ -450,7 +479,7 @@
450479

451480
<Target Name="LiveTests">
452481
<MakeDir Directories="$(TestOutputDirectory)" ContinueOnError="false" />
453-
<Exec Command="packages\xunit.runners.1.9.2\tools\xunit.console.clr4.exe @(LiveTestDlls) /trait &quot;AcceptanceType=LiveBVT&quot; /html &quot;$(TestOutputDirectory)\Live.%(Filename).html&quot;" />
482+
<Exec Command="packages\xunit.runner.console.2.1.0\tools\xunit.console.x86.exe @(LiveTestDlls) /trait &quot;AcceptanceType=LiveBVT&quot; /html &quot;$(TestOutputDirectory)\Live.%(Filename).html&quot;" />
454483
</Target>
455484

456485

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Contribute Code or Provide Feedback
22

3-
If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](http://windowsazure.github.com/guidelines.html).
3+
If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](http://azure.github.io/guidelines/).
44

55
If you encounter any bugs with Microsoft Azure PowerShell please file an issue in the [Issues](https://github.com/Azure/azure-powershell/issues) section of the project.

ChangeLog.md

Lines changed: 202 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,205 @@
1-
## 2016.02.02 version 1.1.1
2-
* Azure RemoteApp: Organizational Unit in Azure RemoteApp RDFE cmdlets now accepts Unicode characters.
1+
##2016.06.04 version 1.5.0
2+
* Azure Resource Manager
3+
- (Get/Set/New/Remove)-AzureRmResourceGroup cmdlets will now use the new autorest generated ARM assembly
4+
- (Get/New/Remove)-AzureRmResourceGroupDeployment cmdlets will now use the new autorest generated ARM assembly
5+
- (Get/Register)-AzureRmProviderFeature cmdlets will now use the new autorest generated ARM assembly
6+
- (Get/Register/Unregister)-AzureRmResourceProvider cmdlets will now use the new autorest generated ARM assembly
7+
- Use a constant backoff interval when polling for deployment progress in New-AzureRmResourceGroupDeployment cmdlet
8+
- Add support to specify file share paths for cmdlets that take input file as parameter
9+
- Improve error message when Move-AzureRmResource cmdlet fails
10+
- Improve error message when New-AzureRmResourceGroupDeployment cmdlet fails
11+
- Enable object and array type parameters for template deployment
12+
- Preserve casing for resource properties in New/Set-AzureRmResource cmdlet
13+
- PropertyObject parameter is now optional in New-AzureRmResource cmdlet
14+
* Azure Storage
15+
* Fix get Storage Account throttling failures when run it on subscription with many accounts
16+
- Get-AzureRmStorageAccount
17+
- Get-AzureStorageAccount
18+
19+
##2016.05.04 version 1.4.0
20+
* Azure Resource Manager
21+
- Get-AzureRmLocation cmdlet: New cmdlet Lists all public Azure locatiosn with available provider namespaces
22+
- Get-AzureRMResourceGroupDeploymentOperations: Improved output format
23+
- Get-AzureRMDeployment: Responses contain all error details
24+
- Added cmdlet help anbd examples
25+
- Normalized cmdlet parameter defaults and position
26+
* Azure Storage
27+
* Add Encryption and Hot/Cool features support to resource mode storage account cmdlets
28+
- New-AzureRmStorageAccount
29+
- Set-AzureRmStorageAccount
30+
* Add "Add" and "Create" permission to Blob SAS cmdlets
31+
- New-AzureStorageBlobSASToken
32+
- New-AzureStorageContainerSASToken
33+
- New-AzureStorageContainerStoredAccessPolicy
34+
- Set-AzureStorageContainerStoredAccessPolicy
35+
* Add "Create" permission to File SAS cmdlets
36+
- New-AzureStorageFileSASToken
37+
- New-AzureStorageShareSASToken
38+
- New-AzureStorageShareStoredAccessPolicy
39+
- Set-AzureStorageShareStoredAccessPolicy
40+
* Azure Compute
41+
* Added cmdlets for Contaner Service support
42+
* Bug and help fixes
43+
* Azure Profile
44+
* Added support for German national cloud (AzureGermanCloud)
45+
* Azure APIManagement
46+
* Added Tenant Git Configuration cmdlets
47+
- Get-AzureRmApiManagementTenantGitAccess
48+
- Set-AzureRmApiManagementTenantGitAccess
49+
- Get-AzureRmApiManagementTenantSyncState
50+
- Publish-AzureRmApiManagementTenantGitConfiguration
51+
- Save-AzureRmApiManagementTenantGitConfiguration
52+
* Added ApiManagement Properties cmdlets
53+
- Get-AzureRmApiManagementProperty
54+
- New-AzureRmApiManagementProperty
55+
- Remove-AzureRmApiManagementProperty
56+
- Set-AzureRmApiManagementProperty
57+
* Added Logger cmdlets
58+
- Get-AzureRmApiManagementLogger
59+
- Remove-AzureRmApiManagementLogger
60+
- Set-AzureRmApiManagementLogger
61+
- New-AzureRmApiManagementLogger
62+
* Fixed cmdlet bugs
63+
- NewAzureRMApiManagementAPI: changed Path to optional
64+
- NewAzureRMApiManagementProduct: fixed issue with creating products without Subscriptions
65+
* Azure Recovery Services Backup
66+
* Added Recovery Services Backup cmdlets
67+
- Set-AzureRmRecoveryServicesVaultContext
68+
- Set-AzureRmRecoveryServicesBackupProperties
69+
- Get-AzureRmRecoveryServicesBackupProperties
70+
- Get-AzureRmRecoveryServicesVaultSettingsFile
71+
- Backup-AzureRmRecoveryServicesBackupItem
72+
- Get-AzureRmRecoveryServicesBackupContainer
73+
- Get-AzureRmRecoveryServicesBackupManagementServer
74+
- Unregister-AzureRmRecoveryServicesBackupContainer
75+
- Unregister-AzureRmRecoveryServicesBackupManagementServer
76+
- Disable-AzureRmRecoveryServicesBackupProtection
77+
- Enable-AzureRmRecoveryServicesBackupProtection
78+
- Get-AzureRmRecoveryServicesBackupItem
79+
- Get-AzureRmRecoveryServicesBackupJob
80+
- Get-AzureRmRecoveryServicesBackupJobDetails
81+
- Stop-AzureRmRecoveryServicesBackupJob
82+
- Wait-AzureRmRecoveryServicesBackupJob
83+
- Get-AzureRmRecoveryServicesBackupRetentionPolicyObject
84+
- Get-AzureRmRecoveryServicesBackupProtectionPolicy
85+
- Get-AzureRmRecoveryServicesBackupSchedulePolicyObject
86+
- New-AzureRmRecoveryServicesBackupProtectionPolicy
87+
- Remove-AzureRmRecoveryServicesBackupProtectionPolicy
88+
- Set-AzureRmRecoveryServicesBackupProtectionPolicy
89+
- Get-AzureRmRecoveryServicesBackupRecoveryPoint
90+
- Restore-AzureRmRecoveryServicesBackupItem
91+
92+
##2016.04.19 version 1.3.2
93+
* Add support for specifying NIC/VMSS as application gateway backend address
94+
* Fix HDI ADL cluster creation and live test
95+
* Fix WAPack cmdlet Proxy issue for WAP
96+
* Fix Dynamic Memory Issue while setting VM
97+
* Update Azure Gov STS and Traffic Manager
98+
* Compute
99+
- Upgrade to Microsoft.Azure.Management.Compute nuget package v13.0
100+
* HDInsignt
101+
- Upgrade to Microsoft.Azure.Management.HDInsight nuget package v1.0.14
102+
* Resource Manager
103+
- Change api-version for Policy and Locks operations
104+
- Change api version for Deployments operations
105+
* Web Apps
106+
- Add backup and restore cmdlets
107+
- Restore-AzureWebApp
108+
- Edit-AzureRmWebAppBackupConfiguration
109+
- Get-AzureRmWebAppBackupConfiguration
110+
- Get-AzureRmWebAppBackup
111+
- New-AzureRmWebAppBackup
112+
- Remove-AzureRmWebAppBackup
113+
- Restore-AzureRmWebAppBackup
114+
- Get-AzureRmWebAppBackupList
115+
- New-AzureRmWebAppDatabaseBackupSetting
116+
- Upgrade to Microsoft.WindowsAzure.Management.WebSite nuget package v5.0
117+
118+
##2016.03.30 version 1.3.0
119+
* AzureRM module
120+
- Installation performance fix
121+
* New Azure CDN cmdlets
122+
* Azure Storage
123+
* Made Protocol parameter in following cmdlets to be nullable and optional
124+
- New-AzureStorageBlobSASToken
125+
- New-AzureStorageContainerSASToken
126+
- New-AzureStorageFileSASToken
127+
- New-AzureStorageShareSASToken
128+
- New-AzureStorageQueueSASToken
129+
- New-AzureStorageTableSASToken
130+
- New-AzureStorageAccountSASToken
131+
* Add Export-AzureRmResourceGroupTemplate cmdlet
132+
* Add VirtualMachineScaleSet cmdlet
133+
* Add "EA" value for permission parameter of Set-AzurePlatformVMImage
134+
* Documentation improvements in cmdlets
135+
136+
##2016.03.03 version 1.2.2
137+
* Azure Compute (ARM):
138+
* Add -LicenseType parameter to New-AzureRmVM for bring your own license (BYOL)
139+
* Add -SecureExecution parameter to Set-AzureRmVMCustomScriptExtension
140+
* Add -DisableAutoUpgradeMinorVersion and -ForceRerun parameters to Set-AzureRmVMExtension
141+
* Add Set-AzureRmVMPlan cmdlet
142+
* Add -Redeploy parameter to Set-AzureRmVM
143+
* Add AutoUpgradeMinorVersion and ForceUpdateTag parameters for Get-AzureRmVMExtension
144+
* Update positions of parameters for New-AzureRmVM
145+
* Azure Compute (Service Management):
146+
* Add Set-AzureBootDiagnostics cmdlets
147+
* Enable boot diagnostics by default for New-AzureVM and New-AzureQuickVM
148+
* Azure LogicApp: New cmdlets for managing LogicApps
149+
* Get-AzureLogicAppAccessKey
150+
* Get-AzureLogicApp
151+
* Get-AzureLogicAppRunAction
152+
* Get-AzureLogicAppRunHistory
153+
* Get-AzureLogicAppTrigger
154+
* Get-AzureLogicAppTriggerHistory
155+
* New-AzureLogicApp
156+
* Remove-AzureLogicApp
157+
* Start-AzureLogicApp
158+
* Set-AzureLogicAppAccessKey
159+
* Set-AzureLogicApp
160+
* Stop-AzureLogicAppRun
161+
* Azure Storage
162+
* Added cmdlet to generate SAS token against storage account
163+
- New-AzureStorageAccountSASToken
164+
* Added IPAddressOrRange/Protocol support in cmdlets to generate SAS token against blob, container, file, share, table, queue
165+
- New-AzureStorageBlobSASToken
166+
- New-AzureStorageContainerSASToken
167+
- New-AzureStorageFileSASToken
168+
- New-AzureStorageShareSASToken
169+
- New-AzureStorageQueueSASToken
170+
- New-AzureStorageTableSASToken
171+
* Azure SQL DB Backup/restore
172+
* Get-AzureRmSqlDatabaseGeoBackup
173+
* Get-AzureRmSqlDeletedDatabaseBackup
174+
* Restore-AzureRmSqlDatabase
175+
* This cmdlet accepts as pipelined input the result of one of the first two cmdlets (or Get-AzureRmSqlDatabase if restoring a live DB to a point-in-time)
176+
177+
## 2016.02.04 version 1.2.1
178+
* Fix installer issue - remove PSGallery modules on install
179+
180+
## 2016.02.03 version 1.2.0
181+
* Azure RemoteApp:
182+
* Organizational Unit in Azure RemoteApp RDFE cmdlets now accepts Unicode characters.
183+
* Azure Stack Admin:
184+
* New module for the management of azure stack administrative resources such as plan, offer, subscription, resource provider and
185+
gallery items.
186+
* Azure Stack Storage Admin:
187+
* New module for the management of azure stack storage administrative resources such as configuration, infrastructure and health.
188+
* Azure Operational Insights new cmdlets:
189+
* Get-AzureRmOperationalInsightsSavedSearch
190+
* Get-AzureRmOperationalInsightsSavedSeearchResults
191+
* Get-AzureRmOperationalInsightsSavedSearches
192+
* Get-AzureRmOperationalInsightsSchema
193+
* Get-AzureRmOperationalInsightsSearchResult
194+
* Get-AzureRmOperationalInsightsSearchResultUpdate
195+
* Remove-AzureRmOperationalInsightsSavedSearch
196+
* Remove-AzureRmOperationalInsightsSavedSearch
197+
* Set-AzureRmOperationalInsightsSavedSearch
198+
* Add-AzureRmAccount fixed issue with wrong credential message
199+
* Get-AzureRmSubscription cmdlet now returns paginated results
200+
* Update-AzureRM now only updates when need unless -Force is used
201+
* Added telemetry to ARM and ASM cmdlets
202+
3203
## 2016.01.12 version 1.1.0
4204
* Azure SQL Database: Threat Detection policies:
5205
* Using new Threat Detection Types

0 commit comments

Comments
 (0)