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 f430eee commit 3dbd20fCopy full SHA for 3dbd20f
.azure-pipelines/common-templates/checkout.yml
@@ -43,6 +43,6 @@ steps:
43
targetType: inline
44
script: |
45
git pull --recurse-submodules
46
- git submodule update --init --recursive --remote
+ git submodule sync
47
48
- template: ./security-pre-checks.yml
.gitmodules
@@ -2,4 +2,3 @@
2
path = autorest.powershell
3
url = https://github.com/microsoftgraph/autorest.powershell
4
branch = powershell-v2
5
- fetch = refs/remotes/origin/powershell-v2
0 commit comments