Skip to content

Commit

Permalink
Merge pull request #36 from Azure/dev
Browse files Browse the repository at this point in the history
Syncing azure dev to local dev
  • Loading branch information
avneeshraiusit committed Dec 10, 2015
2 parents 1df940d + df0dc13 commit 20204bb
Show file tree
Hide file tree
Showing 4,021 changed files with 1,043,880 additions and 392,617 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,8 @@ UpgradeLog*.htm

# Microsoft Fakes
FakesAssemblies/

.vs/
/tools/*.dll
*.GhostDoc.xml
pingme.txt
139 changes: 84 additions & 55 deletions AzurePowershell.Test.targets

Large diffs are not rendered by default.

153 changes: 153 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,156 @@
* Azure SQL Database: new cmdlets for managing database threat detection policies:
* Get-AzureRmSqlDatabaseThreatDetectionPolicy
* Set-AzureRmSqlDatabaseThreatDetectionPolicy
* Remove-AzureRmSqlDatabaseThreatDetectionPolicy
* Azure RemoteApp: New cmdlets for managing stale machine accounts in AD:
* Get-AzureRemoteAppVmStaleAdObject
* Clear-AzureRemoteAppVmStaleAdObject
* Azure Intune: New cmdlets for Mobile Application management:
* Add-AzureRmIntuneAndroidMAMPolicyApp
* Add-AzureRmIntuneAndroidMAMPolicyGroup
* Add-AzureRmIntuneiOSMAMPolicyApp
* Add-AzureRmIntuneiOSMAMPolicyGroup
* Get-AzureRmIntuneAndroidMAMApp
* Get-AzureRmIntuneAndroidMAMPolicy
* Get-AzureRmIntuneAndroidMAMPolicyApp
* Get-AzureRmIntuneAndroidMAMPolicyGroup
* Get-AzureRmIntuneiOSMAMApp
* Get-AzureRmIntuneiOSMAMPolicy
* Get-AzureRmIntuneiOSMAMPolicyApp
* Get-AzureRmIntuneiOSMAMPolicyGroup
* Get-AzureRmIntuneMAMFlaggedUser
* Get-AzureRmIntuneMAMStatus
* Get-AzureRmIntuneMAMUserDevice
* Get-AzureRmIntuneMAMUserFlaggedEnrolledApp
* Get-AzureRmIntuneOperationResult
* Invoke-AzureRmIntuneMAMUserDeviceWipe
* New-AzureRmIntuneAndroidMAMPolicy
* New-AzureRmIntuneiOSMAMPolicy
* Remove-AzureRmIntuneAndroidMAMPolicy
* Remove-AzureRmIntuneAndroidMAMPolicyApp
* Remove-AzureRmIntuneAndroidMAMPolicyGroup
* Remove-AzureRmIntuneIOSMAMPolicy
* Remove-AzureRmIntuneiOSMAMPolicyApp
* Remove-AzureRmIntuneiOSMAMPolicyGroup
* Set-AzureRmIntuneAndroidMAMPolicy
* Set-AzureRmIntuneiOSMAMPolicy

## 2015.11.09 version 1.0.1
* Azure Compute
* Added cmdlets for managing VM DiskEncryption extension
* Azure KeyVault
* Added EnabledForDiskEncryption and EnabledForTemplateDeployment flags to Azure Key Vault access policy
* Azure Websites
* Fixed issues with website management client creation

## 2015.11.05 version 1.0
* Azure Compute
* AzureRmVM cmdlet bug fixes
* Fixes for DSC Extension cmdlets
* Azure DataLake
* First release of Azure DataLake Store and Azure DataLake Analytics cmdlets
* Azure Network
* Fixes to ExpressRoute cmdlets in Azure Resource Manager
* Changes to BGP cmdlets
* Azure Notification Hubs
* First release of Azure Notification Hubs cmdlets
* Azure Profile
* Enable Certificate login for AD Applications
* Get-AzureRmSubscription, Set-AzureRmContext search all tenants by default when no tenant is specified
* Azure Redis Cache
* Set-AzureRedisCache - Premium and vNet support for redis cache
* New-AzureRedisCache - Premium and vNet support for redis cache
* Azure Resource Manager
* Automatic RP Registration
* Updates for Find-Resource, Authorization cmdlets, and AzureAD cmdlets
* Azure Sql
* Changes to Data Masking cmdlets
* Azure Storage
* Added support for storage file and usage metrics in Azure Resource Manager cmdlets
* Azure Websites
* New and rewritten cmdlets for Azure Web Application management

## 2015.10.09 version 1.0 preview
* Azure Resource Manager Management Cmdlets
* New-AzureRmResourceGroup - Removed the template deployment parameters from this cmdlet. Template deployment will now be
handled only through the New-AzureRmResourceGroupDeployment
* Get-AzureRmResource - Will query directly against the Resource Provider. Removed parameters for tags from here. New cmdlets added for querying against the cache as listed below.
* Get-AzureRmResourceGroup - Removed parameters for finding resources through tags. New cmdlet added for handling this
functionality as mentioned below.
* Find-AzureRmResource - Query against the cache.
* Find-AzureRmResourceGroup - Tag parameter added for querying resource group containing specific tags.
* Test-AzureResource - Cmdlet removed. Will be adding a better and reliable way to achieve this scenario which will be guaranteed to work against all Resource providers.
* Test-AzureResourceGroup - Cmdlet removed. Will be adding a better and reliable way to achieve this scenario.
* Get-AzureRmResourceProvider - This cmdlet has been renamed. Earlier it was called Get-AzureProvider. We have changed the output to include locations. Now you can use this to find out which providers and types are available for certain location.
* Cmdlets added for policy
* New-AzureRmPolicyDefinition, Get-AzureRmPolicyDefinition, Set-AzureRMPolicyDefinition, Remove-AzureRmPolicyDefinition
* New-AzureRmPolicyAssignment, Get-AzureRmPolicyAssignment, Set-AzureRmPolicyAssignment, Remove-AzureRmPolicyAssignment
* Consolidated Log cmdlets
* Removed Get-AzureResourceLog, Get-AzureResourceGroupLog, Get-AzureProviderLog
* Added new cmdlet Get-AzureLog which you can use to obtain logs at different scopes like resource group, resource, provider.
* Removed Get-AzureLocation - the functionality is now provided through the Get-AzureRmResourceProvider

## 2015.09.03 version 0.9.8
* Azure Redis Cache cmdlets
* New-AzureRMRedisCache - 'RedisVersion' parameter is deprecated.
* Azure Compute (ARM) Cmdlets
* Added -Launch parameter for Get-AzureRemoteDesktopFile cmdlet
* Added Id parameter for VM cmdlets to support piping scenario without ResourceGroupName parameter
* Added Set-AzureVMDataDisk cmdlet
* Added Add-AzureVhd cmdlet
* Changed the output format of Get image cmdlets as a table
* Fixed Set-AzureVMAccessExtension cmdlet
* Azure Compute (Service Management) cmdlets
* Exposed ComputeImageConfig in Get-AzurePlatformVMImage cmdlet
* Fixed Publish-AzurePlatformExtension and Set-AzurePlatformExtension cmdlets
* Azure Backup - added the following cmdlets
* Backup-AzureRMBackupItem
* Register-AzureRMBackupContainer
* Disable-AzureRMBackupProtection
* Enable-AzureRMBackupProtection
* Get-AzureRMBackupItem
* Get-AzureRMBackupJob
* Get-AzureRMBackupJobDetails
* Stop-AzureRMBackupJob
* Wait-AzureRMBackupJob
* Get-AzureRMBackupProtectionPolicy
* New-AzureRMBackupProtectionPolicy
* New-AzureRMBackupRetentionPolicyObject
* Remove-AzureRMBackupProtectionPolicy
* Set-AzureRMBackupProtectionPolicy
* Get-AzureRMBackupRecoveryPoint
* Restore-AzureRMBackupItem
* Azure Batch - added the following cmdlets
* Enable-AzureBatchJob
* Disable-AzureBatchJob
* Enable-AzureBatchJobSchedule
* Disable-AzureBatchJobSchedule
* Stop-AzureBatchJob
* Stop-AzureBatchJobSchedule
* Stop-AzureBatchTask
* Azure Data Factory
* Update SDK reference to 3.0.0 to use API version 2015-09-01
* Imposes message size limits for all authoring types. Pipelines must be 200 KB or less in size and all others must be 30 KB or less.
* TeradataLinkedService no longer accepts the obsolete properties "database" and "schema".
* Obsolete copy-related properties are no longer returned from the service.
* Azure Sql (ARM) Cmdlets - added the following cmdlets
* Get-AzureSqlServerActiveDirectoryAdministrator
* Set-AzureSqlServerActiveDirectoryAdministrator
* Remove-AzureSqlServerActiveDirectoryAdministrator
* SQL Server VM cmdlets (ARM)
* New-AzureVMSqlServerAutoPatchingConfig
* New-AzureVMSqlServerAutoBackupConfig
* Set-AzureVMSqlServerExtension
* Get-AzureVMSqlServerExtension
* Remove-AzureVMSqlServerExtension
* Azure SQL Database Index Recommendation Cmdlets
* Get-AzureSqlDatabaseIndexRecommendations
* Start-AzureSqlDatabaseExecuteIndexRecommendation
* Stop-AzureSqlDatabaseExecuteIndexRecommendation
* Azure SQL Database and Server Upgrade Hints Cmdlets
* Get-AzureSqlDatabaseUpgradeHint
* Get-AzureSqlServerUpgradeHint

## 2015.08.17 version 0.9.7
* Azure Profile cmdlets
* New-AzureProfile
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ This repository contains a set of PowerShell cmdlets for developers and administ
* PowerShell remoting
* Manage extension
* BG Info
* Chef
* Puppet
* Custom Script
* Access
Expand Down
Loading

0 comments on commit 20204bb

Please sign in to comment.