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

Merge dev to main #2939

Merged
merged 23 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d62aeae
Migration to ESRP V5
Aug 12, 2024
9d69036
Merge branch 'dev' into 2899-migrate-esrpcodesigning-to-v5
timayabi2020 Aug 13, 2024
a8fb5fe
Weekly OpenApiDocs Download.
Aug 13, 2024
ff94d07
Add generated MgCommandMetadata.json. [run ci]
Aug 13, 2024
3c509d1
Merge pull request #2900 from microsoftgraph/2899-migrate-esrpcodesig…
timayabi2020 Aug 14, 2024
7104629
Merge branch 'dev' into WeeklyApiRefresh/202408131218
timayabi2020 Aug 14, 2024
a96b772
Merge pull request #2905 from microsoftgraph/WeeklyApiRefresh/2024081…
timayabi2020 Aug 14, 2024
7632a63
Weekly OpenApiDocs Download.
Aug 22, 2024
be574c7
Add generated MgCommandMetadata.json. [run ci]
Aug 22, 2024
992c33d
Updating examples
Aug 23, 2024
a275236
Merge pull request #2923 from microsoftgraph/WeeklyApiRefresh/2024082…
timayabi2020 Aug 23, 2024
9e2aa41
Merge branch 'dev' into WeeklyExamplesUpdate/202408230311
timayabi2020 Aug 26, 2024
ccb40a2
Weekly OpenApiDocs Download.
Aug 27, 2024
ef69ab8
Add generated MgCommandMetadata.json. [run ci]
Aug 27, 2024
fd0f41e
Merge pull request #2929 from microsoftgraph/WeeklyApiRefresh/2024082…
timayabi2020 Aug 28, 2024
32dea43
Merge branch 'dev' into WeeklyExamplesUpdate/202408230311
timayabi2020 Aug 28, 2024
11bece4
Merge pull request #2924 from microsoftgraph/WeeklyExamplesUpdate/202…
timayabi2020 Aug 28, 2024
bf319f7
Bump autorest submodule
Ndiritu Aug 28, 2024
1e8df60
Merge pull request #2930 from microsoftgraph/fix/bump-autorest
Ndiritu Aug 29, 2024
9b572e4
Updating examples
Aug 30, 2024
2b2a98f
Merge pull request #2934 from microsoftgraph/WeeklyExamplesUpdate/202…
timayabi2020 Sep 3, 2024
979001f
Bump autorest submodule
Ndiritu Sep 3, 2024
af3621a
Merge pull request #2937 from microsoftgraph/fix/update-autorest
Ndiritu Sep 3, 2024
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
  •  
  •  
  •  
12 changes: 10 additions & 2 deletions .azure-pipelines/common-templates/esrp/codesign-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ parameters:
default: "*.nupkg"

steps:
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
displayName: ESRP NuGet CodeSigning
enabled: true
inputs:
ConnectedServiceName: microsoftgraph ESRP CodeSign DLL and NuGet (AKV)
ConnectedServiceName: Federated DevX ESRP Managed Identity Connection
AppRegistrationClientId: 65035b7f-7357-4f29-bf25-c5ee5c3949f8
AppRegistrationTenantId: cdc5aeea-15c5-4db6-b079-fcadd2505dc2
AuthAKVName: akv-prod-eastus
AuthCertName: ReferenceLibraryPrivateCert
AuthSignCertName: ReferencePackagePublisherCertificate
FolderPath: ${{ parameters.FolderPath }}
Pattern: ${{ parameters.Pattern }}
signConfigType: inlineSignParams
Expand All @@ -36,3 +41,6 @@ steps:
}
]
SessionTimeout: 20
MaxConcurrency: 50
MaxRetryAttempts: 5
PendingAnalysisWaitTimeoutMinutes: 5
12 changes: 10 additions & 2 deletions .azure-pipelines/common-templates/esrp/codesign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ parameters:
default: ".*.dll"

steps:
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
displayName: ESRP DLL CodeSigning
enabled: true
inputs:
ConnectedServiceName: microsoftgraph ESRP CodeSign DLL and NuGet (AKV)
ConnectedServiceName: 'Federated DevX ESRP Managed Identity Connection'
AppRegistrationClientId: '65035b7f-7357-4f29-bf25-c5ee5c3949f8'
AppRegistrationTenantId: 'cdc5aeea-15c5-4db6-b079-fcadd2505dc2'
AuthAKVName: 'akv-prod-eastus'
AuthCertName: 'ReferenceLibraryPrivateCert'
AuthSignCertName: 'ReferencePackagePublisherCertificate'
FolderPath: ${{ parameters.FolderPath }}
Pattern: ${{ parameters.Pattern }}
signConfigType: inlineSignParams
Expand Down Expand Up @@ -57,3 +62,6 @@ steps:
}
]
SessionTimeout: 160
MaxConcurrency: 50
MaxRetryAttempts: 5
PendingAnalysisWaitTimeoutMinutes: 5
12 changes: 10 additions & 2 deletions .azure-pipelines/common-templates/esrp/strongname.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ parameters:
default: ".*.dll"

steps:
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
displayName: ESRP DLL Strong Name
enabled: true
inputs:
ConnectedServiceName: microsoftgraph ESRP CodeSign DLL and NuGet (AKV)
ConnectedServiceName: Federated DevX ESRP Managed Identity Connection
AppRegistrationClientId: 65035b7f-7357-4f29-bf25-c5ee5c3949f8
AppRegistrationTenantId: cdc5aeea-15c5-4db6-b079-fcadd2505dc2
AuthAKVName: akv-prod-eastus
AuthCertName: ReferenceLibraryPrivateCert
AuthSignCertName: ReferencePackagePublisherCertificate
FolderPath: ${{ parameters.FolderPath }}
Pattern: ${{ parameters.Pattern }}
signConfigType: inlineSignParams
Expand All @@ -36,3 +41,6 @@ steps:
}
]
SessionTimeout: 20
MaxConcurrency: 50
MaxRetryAttempts: 5
PendingAnalysisWaitTimeoutMinutes: 5
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "autorest.powershell"]
path = autorest.powershell
url = https://github.com/microsoftgraph/autorest.powershell
branch = powershell_v2
branch = powershell-v2
6 changes: 3 additions & 3 deletions config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"versions": {
"authentication": {
"prerelease": "",
"version": "2.22.0"
"version": "2.23.0"
},
"beta": {
"prerelease": "",
"version": "2.22.0"
"version": "2.23.0"
},
"v1.0": {
"prerelease": "",
"version": "2.22.0"
"version": "2.23.0"
}
}
}
258 changes: 164 additions & 94 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

Loading