Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Microsoft.Authorization api version for Get-RoleDefinition 6 #23646

Closed
wants to merge 50 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
b404a80
Update Microsoft.Authorization api version for Get-RoleDefinition 6
Dec 4, 2023
f46f395
Merge branch 'main' into update-authorization-api-version6
mumoryan Dec 6, 2023
0bf016d
Fix the issue that cannot run gen2main (#23680)
wyunchi-ms Dec 7, 2023
f394b13
Migrate ConnectedMachine from generation to main (#23681)
azure-powershell-bot Dec 7, 2023
bb22dc0
Migrate DevCenter from generation to main (#23536)
azure-powershell-bot Dec 7, 2023
5ebc9de
StorageSync: Change dataset limit from 5Tb to 100Tb (#23582)
jlindamood Dec 7, 2023
00a4508
Update New-AzVM.md for one line break (#23577)
Petri-X Dec 8, 2023
f77b734
Migrate Alb from generation to main (#23688)
azure-powershell-bot Dec 8, 2023
d20f0cb
Migrate Applicationinsights from generation to main (#23689)
azure-powershell-bot Dec 8, 2023
ffb89a2
Bump up version for DesktopVirtualization (#23660)
azure-powershell-bot Dec 8, 2023
251efaa
Rename the docs folder to help (#23690)
wyunchi-ms Dec 8, 2023
5fccb81
Update code-gen.yml for Azure Pipelines (#23700)
Nickcandy Dec 11, 2023
7c45399
Rename the folder of DataFactory (#23696)
wyunchi-ms Dec 11, 2023
50a0972
Make nullable parameters optional (#23686)
anthony-c-martin Dec 11, 2023
a22b2b3
remove duplicate help (#23702)
VeryEarly Dec 11, 2023
7f6c77c
[RecoveryServices.Backup] Added support for Edge zone and snapshot cr…
hiaga Dec 11, 2023
636d8f9
Update NewHelpIndex.ps1 (#23705)
VeryEarly Dec 11, 2023
4bacbea
Fixed Az.ServiceFabric cannot be imported in arm64 platform (#23697)
VeryEarly Dec 11, 2023
b9514bb
add customizations
Dec 11, 2023
dc89be9
Merge branch 'update-authorization-api-version6' of https://github.co…
Dec 11, 2023
0620997
Bump up version for ConnectedMachine (#23684)
azure-powershell-bot Dec 12, 2023
ba60e00
fix format geneator (#23708)
BethanyZhou Dec 12, 2023
5171cc0
support byte array in invoke-azkeyvaultkeyoperation (#23706)
BethanyZhou Dec 12, 2023
28b8ee6
Remove the document folder under module folder (#23709)
wyunchi-ms Dec 12, 2023
bbfd783
[Storage] Support filter when listing share with management plane cmd…
yifanz7 Dec 12, 2023
f7f857d
Migrate CustomLocation from generation to main (#23712)
azure-powershell-bot Dec 12, 2023
524d3af
fix oob pipeline (#23714)
Nickcandy Dec 12, 2023
7333d50
step 2 changes
Dec 12, 2023
7591313
Migrate PaloAltoNetworks from generation to main (#23719)
azure-powershell-bot Dec 13, 2023
b0cd118
Trigger generation CI for PRs whose target branch startswith generati…
wyunchi-ms Dec 13, 2023
3df8a49
Migrate from ADAL to MSAL for TestFx (#23730)
vidai-msft Dec 14, 2023
3db0703
Fix the issue that the CI fails for the new autorest module (#23736)
wyunchi-ms Dec 14, 2023
2476133
Add -WithSource to bicep publish (#23317)
StephenWeatherford Dec 14, 2023
74c3674
[Network] Fix bug of missing SyncMode and Vnet property in PSBackendA…
phrazfipho Dec 14, 2023
114a8b9
[HDInsight] Check in autorest.powershell source code and add a new fe…
yuc-Li Dec 14, 2023
b5c92eb
Onboard `Microsoft.DBforPostgreSQL/flexibleServers` to PrivatelinkCom…
hakashya Dec 14, 2023
6d4a397
Restructure the UX folder (#23716)
wyunchi-ms Dec 15, 2023
f1f586a
Migrate StorageMover from generation to main (#23746)
azure-powershell-bot Dec 15, 2023
2ba4fc0
[AKS]Remove an empty char (#23749)
YanaXu Dec 15, 2023
c68a083
Update ChangeLog.md (#23751)
NoriZC Dec 15, 2023
6bd895b
Bump up version for Automation (#23753)
azure-powershell-bot Dec 15, 2023
eff4cee
fix tests
Dec 17, 2023
711e53a
Migrate Resources from generation to main (#23741)
azure-powershell-bot Dec 18, 2023
7523322
Fix graph client url issue in testfx (#23740)
vidai-msft Dec 18, 2023
25a0727
Update Microsoft.Authorization api version for Get-RoleDefinition 6
Dec 4, 2023
15e136a
add customizations
Dec 11, 2023
6b91a97
step 2 changes
Dec 12, 2023
f421881
fix tests
Dec 17, 2023
911ebe4
Merge branch 'update-authorization-api-version6' of https://github.co…
Dec 18, 2023
d1292c2
Revert "Merge branch 'update-authorization-api-version6' of https://g…
Dec 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 4 additions & 1 deletion .azure-pipelines/code-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
$Title = "Migrate ${{ parameters.ServiceName }} from $SourceBranch to ${{ parameters.TargetBranch }}"
$HeadBranch = "codegen/${{ parameters.ServiceName }}"
$BaseBranch = "${{ parameters.TargetBranch }}"
$Description = "Migrate ${{ parameters.ServiceName }} from $SourceBranch to ${{ parameters.TargetBranch }}"
$Description = "Migrate ${{ parameters.ServiceName }} from $SourceBranch to ${{ parameters.TargetBranch }}
The last commit of src/${{ parameters.ServiceName }} in $SourceBranch is:
$(git log -1 origin/$SourceBranch -- ./src/${{ parameters.ServiceName }})
"
./tools/Github/CreatePR.ps1 -Title $Title -HeadBranch $HeadBranch -BaseBranch $BaseBranch -BotAccessToken $(GithubToken) -Description $Description
displayName: Create PR to main branch
1 change: 0 additions & 1 deletion .azure-pipelines/code-oob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ stages:
BaseBranch = "$BaseBranch"
}
$jsonString = $jsonData | ConvertTo-Json
$jsonString | Out-File -FilePath "VersionInfo.json"
$folderPath = "OOB"
$fileName = "VersionInfo.json"
New-Item -ItemType Directory -Force -Path $folderPath | Out-Null
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/powershell-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variables:
TestTarget: Test
Configuration: Debug
DebugLocalBuildTasks: true
IsGenerateBased: $[eq(variables['system.pullRequest.targetBranch'], 'generation')]
IsGenerateBased: $[startsWith(variables['system.pullRequest.targetBranch'], 'generation')]
BuildTimeoutInMinutes: 120
AnalysisTimeoutInMinutes: 120
TestTimeoutInMinutes: 180
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/windows-powershell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ variables:
TestTarget: Test
Configuration: Debug
DebugLocalBuildTasks: true
IsGenerateBased: $[eq(variables['system.pullRequest.targetBranch'], 'generation')]
IsGenerateBased: $[startsWith(variables['system.pullRequest.targetBranch'], 'generation')]
BuildTimeoutInMinutes: 120
AnalysisTimeoutInMinutes: 120
EnableTestCoverage: true
Expand Down
Binary file removed VersionInfo.json
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@
using Microsoft.Azure.Management.ResourceManager.Version2021_01_01.Models;
using Microsoft.Rest.Azure;
using Moq;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Management.Automation.Language;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Microsoft.IdentityModel.Tokens;

namespace Microsoft.Azure.Commands.ResourceManager.Common.Test
{
Expand Down
6 changes: 3 additions & 3 deletions src/Accounts/Accounts.Test/SubscriptionClientSwitchTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public void SubscriptionClientListTenantFallback()
{
subscriptionClients.Dequeue();
}
throw e;
throw;
}
return Task.FromResult(result);
};
Expand Down Expand Up @@ -193,7 +193,7 @@ public void SubscriptionClientGetSubFallback()
{
subscriptionClients.Dequeue();
}
throw e;
throw;
}
return Task.FromResult(result);
};
Expand Down Expand Up @@ -265,7 +265,7 @@ public void SubscriptionClientListSubFallback()
{
subscriptionClients.Dequeue();
}
throw e;
throw;
}
return Task.FromResult(result);
};
Expand Down
72 changes: 36 additions & 36 deletions src/Accounts/Accounts/UX/Microsoft.Subscription/subscriptions.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"resourceType":"subscriptions",
"apiVersion":"2021-01-01",
"learnMore":{
"url":"https://learn.microsoft.com/powershell/module/az.accounts/#subscriptions"
},
"commands":[
{
"name":"Get-AzSubscription",
"description":"Get subscriptions that the current account can access.",
"path":"/subscriptions/{subscriptionId}",
"confirmation":false,
"help":{
"learnMore":{
"url":"https://learn.microsoft.com/powershell/module/az.accounts/get-azsubscription"
},
"parameterSets":[
{
"parameters":[
"[[-SubscriptionId] <String>]"
]
}
]
},
"examples":[
{
"description":"Get subscriptions that the current account can access.",
"parameters":[
{
"name":"-SubscriptionId",
"value":"[path.subscriptionId]"
}
]
}
"resourceType": "subscriptions",
"apiVersion": "2021-01-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.accounts/#subscriptions"
},
"commands": [
{
"name": "Get-AzSubscription",
"description": "Get subscriptions that the current account can access.",
"path": "/subscriptions/{subscriptionId}",
"confirmation": false,
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.accounts/get-azsubscription"
},
"parameterSets": [
{
"parameters": [
"[[-SubscriptionId] <String>]"
]
}
]
},
"examples": [
{
"description": "Get subscriptions that the current account can access.",
"parameters": [
{
"name": "-SubscriptionId",
"value": "[path.subscriptionId]"
}
]
}
]
}
}
]
}
]
}
41 changes: 0 additions & 41 deletions src/Accounts/documentation/current-breaking-changes.md

This file was deleted.

28 changes: 0 additions & 28 deletions src/Accounts/documentation/upcoming-breaking-changes.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
{
"resourceType": "managedClusters/agentPools",
"apiVersion": "2023-02-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.aks"
},
"commands": [
{
"name": "Get-AzAksNodePoolUpgradeProfile",
"description": "Gets the upgrade profile for an agent pool.",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}/upgradeProfiles/default",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.aks/get-azaksnodepoolupgradeprofile"
},
"parameterSets": [
{
"parameters": [
"-ClusterName <String>",
"-NodePoolName <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String[]>]"
]
}
]
},
"examples": [
{
"description": "Gets the upgrade profile for an agent pool.",
"parameters": [
{
"name": "-ClusterName",
"value": "[Path.resourceName]"
},
{
"name": "-NodePoolName",
"value": "[Path.agentPoolName]"
},
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
}
]
}
]
},
{
"name": "Invoke-AzAksAbortAgentPoolLatestOperation",
"description": "Aborts the currently running operation on the agent pool.\nThe Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes.\nIf the operation completes before cancellation can take place, a 409 error code is returned.",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclusters/{resourceName}/agentPools/{agentPoolName}/abort",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.aks/invoke-azaksabortagentpoollatestoperation"
},
"parameterSets": [
{
"parameters": [
"-AgentPoolName <String>",
"-ResourceGroupName <String>",
"-ResourceName <String>",
"[-SubscriptionId <String>]"
]
}
]
},
"examples": [
{
"description": "Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.",
"parameters": [
{
"name": "-AgentPoolName",
"value": "[Path.agentPoolName]"
},
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-ResourceName",
"value": "[Path.resourceName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
}
]
}
]
}
]
}
Loading
Loading