We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d27f7 commit f1b447fCopy full SHA for f1b447f
.azure-pipelines/common-templates/checkout.yml
@@ -42,6 +42,6 @@ steps:
42
inputs:
43
targetType: inline
44
script: |
45
- git submodule update --recursive --remote
+ git submodule update --remote
46
47
- template: ./security-pre-checks.yml
.gitmodules
@@ -1,4 +1,4 @@
1
[submodule "autorest.powershell"]
2
path = autorest.powershell
3
url = https://github.com/microsoftgraph/autorest.powershell
4
- branch = powershell-v2
+ branch = origin/powershell-v2
0 commit comments