Skip to content

Commit c8b437e

Browse files
author
Maddie Clayton
authored
Merge pull request Azure#8185 from maddieclayton/versioncontroller
Update Versioncontroller for Az
2 parents 6a105de + af63e3a commit c8b437e

File tree

104 files changed

+104891
-643939
lines changed

Some content is hidden

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

104 files changed

+104891
-643939
lines changed

src/ResourceManager/Advisor/Commands.Advisor/ChangeLog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
## Current Release
20+
21+
## Upcoming Release
22+
23+
## Version 0.1.0
2124
*Added new cmdlets for Advisor Recommendation
2225
- Get-AzAdvisorRecommendation
2326
- Enable-AzAdvisorRecommendation
2427
- Disable-AzAdvisorRecommendation
2528
*Added new cmdlets for Advisor Configuration
2629
- Get-AzAdvisorConfiguration
27-
- Set-AzAdvisorConfiguration
30+
- Set-AzAdvisorConfiguration

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/ChangeLog.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@
2020
## Upcoming Release
2121
* Update the sdk version of dataplane to 1.1.14 for SDK fixes.
2222
- Fix handling of negative acesstime and modificationtime for getfilestatus and liststatus, Fix async cancellation token
23+
2324
## Version 1.0.0
2425
* General availability of `Az.DataLakeStore` module
2526
* Update the sdk version of dataplane to 1.1.13
2627
* Change the type of Encoding parameter to system.Encoding for commandlets: New-AzureRmDataLakeStoreItem, Add-AzureRmDataLakeStoreItemContent, Get-AzureRmDataLakeStoreItemContent to make it compatible to .netcore
2728
* Removed deprecated -Tags alias from New/Set-AzDataLakeStoreAccount
28-
* Removed deprecated properties from PSDataLakeStoreAccountBasic model
29+
* Removed deprecated properties from PSDataLakeStoreAccountBasic model

src/ResourceManager/Kusto/Commands.Kusto/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
## Current Release
20+
## Upcoming Release
2121

2222
## Version 0.1.0
2323
* Initial version of the Kusto PowerShell interface

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup/ChangeLog.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.SiteRecovery/ChangeLog.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/ResourceManager/Security/Commands.Security/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Update Set-AzSecurityContact. Phone, AlertAdmin, NotifyOnAlert parameters are no longer mandatory
21+
22+
## Version 0.7.0
23+
* Update Set-AzSecurityContact. Phone, AlertAdmin, NotifyOnAlert parameters are no longer mandatory

src/ResourceManager/Storage/Commands.Management.Storage/ChangeLog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Set the StorageAccountName of Storage context as the real Storage Account Name, when it's created with Sas Token, OAuth or Anonymous
22+
- New-AzStorageContext
23+
* Create Sas Token of Blob Snapshot Object with '-FullUri' parameter, fix the returned Uri to be the sanpshot Uri
24+
- New-AzStorageBlobSASToken
2125

2226
## Version 1.0.0
23-
* General availability of `Az.Storage` module
27+
* General availability of `Az.Storage` module

src/ResourceManager/Storage/Commands.Storage/ChangeLog.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

tools/StaticAnalysis/BreakingChangeAnalyzer/BreakingChangeAnalyzer.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15+
//#define SERIALIZE
16+
1517
using Newtonsoft.Json;
1618
using System;
1719
using System.Collections.Generic;
@@ -170,6 +172,11 @@ public void Analyze(
170172
Path.GetDirectoryName(new Uri(Assembly.GetExecutingAssembly().CodeBase).AbsolutePath);
171173

172174
var filePath = executingPath + "\\SerializedCmdlets\\" + fileName;
175+
176+
#if SERIALIZE
177+
SerializeCmdlets(filePath, newModuleMetadata);
178+
#endif
179+
173180
if (!File.Exists(filePath))
174181
{
175182
continue;

0 commit comments

Comments
 (0)