Skip to content

Commit 0ff35fa

Browse files
ramsessanchezMicrosoft Graph DevX Toolingadrian05-msMIchaelMainersean-r-williams
authored
Merge to main 08 18 2025 (#3382)
* Updating examples * adding template context * removing checkout * manually update openApi docs (#3373) * update and build security module only * responseAction reMap * update security beta * update openApi docs * Updating examples (#3378) Co-authored-by: Microsoft Graph DevX Tooling <[email protected]> Co-authored-by: Ramses Sanchez-Hernandez <[email protected]> * Compress MgCommandMetadata.json to reduce whitespace/package size for `Microsoft.Graph.Authentication` (#3346) * PostGeneration\NewCommandMetadata: Compress MgCommandMetadata.json with `-Compress` on `ConvertTo-Json` * PostGeneration\AuthModuleMetadata: Compress MgCommandMetadata.json with `-Compress` on `ConvertTo-Json` --------- Co-authored-by: Ramses Sanchez-Hernandez <[email protected]> * [v2] Weekly OpenApiDocs Refresh (#3379) * Weekly OpenApiDocs Download. * Add generated MgCommandMetadata.json. [run ci] --------- Co-authored-by: Microsoft Graph DevX Tooling <[email protected]> * bump to 2.30.0 --------- Co-authored-by: Microsoft Graph DevX Tooling <[email protected]> Co-authored-by: Adrian <[email protected]> Co-authored-by: Michael Mainer <[email protected]> Co-authored-by: Sean Williams <[email protected]>
1 parent 0e61a72 commit 0ff35fa

File tree

830 files changed

+16821
-749660
lines changed

Some content is hidden

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

830 files changed

+16821
-749660
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,17 @@ extends:
118118
- deployment: 'DeployToInternalFeed'
119119
displayName: 'Deploy to Internal Feed'
120120
environment: 'PowerShellInternalFeed'
121+
templateContext:
122+
type: releaseJob
123+
isProduction: true
124+
inputs:
125+
- input: pipelineArtifact
126+
artifactName: drop
127+
targetPath: '$(System.DefaultWorkingDirectory)/drop'
121128
strategy:
122129
runOnce:
123130
deploy:
124131
steps:
125-
- checkout: self
126-
- task: DownloadPipelineArtifact@2
127-
displayName: 'Download Build Artifacts'
128-
inputs:
129-
buildType: 'current'
130-
targetPath: '$(System.DefaultWorkingDirectory)'
131132
- task: 1ES.PublishNuget@1
132133
displayName: 'Publish NuGet to feed'
133134
inputs:
@@ -144,16 +145,17 @@ extends:
144145
- deployment: 'DeployToPowerShellGallery'
145146
displayName: 'Deploy to PowerShell Gallery'
146147
environment: 'PowerShellGallery'
148+
templateContext:
149+
type: releaseJob
150+
isProduction: true
151+
inputs:
152+
- input: pipelineArtifact
153+
artifactName: drop
154+
targetPath: '$(System.DefaultWorkingDirectory)/drop'
147155
strategy:
148156
runOnce:
149157
deploy:
150158
steps:
151-
- checkout: self
152-
- task: DownloadPipelineArtifact@2
153-
displayName: 'Download Build Artifacts'
154-
inputs:
155-
buildType: 'current'
156-
targetPath: '$(System.DefaultWorkingDirectory)'
157159
- task: 1ES.PublishNuget@1
158160
displayName: 'Publish NuGet to feed'
159161
inputs:

config/ModuleMetadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"versions": {
2828
"authentication": {
2929
"prerelease": "",
30-
"version": "2.29.1"
30+
"version": "2.30.0"
3131
},
3232
"beta": {
3333
"prerelease": "",
34-
"version": "2.29.1"
34+
"version": "2.30.0"
3535
},
3636
"v1.0": {
3737
"prerelease": "",
38-
"version": "2.29.1"
38+
"version": "2.30.0"
3939
}
4040
}
4141
}

docs/OpenApiInfo/beta/openApiInfo.json

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -12089,34 +12089,6 @@
1208912089
]
1209012090
}
1209112091
},
12092-
{
12093-
"PathInfo": {
12094-
"Path": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}",
12095-
"Module": "Applications"
12096-
},
12097-
"MethodInfo": {
12098-
"OperationId": "servicePrincipal_GetTokenIssuancePolicy",
12099-
"Method": "Get",
12100-
"Parameters": [
12101-
{
12102-
"Name": "servicePrincipal-id",
12103-
"Location": "Path"
12104-
},
12105-
{
12106-
"Name": "tokenIssuancePolicy-id",
12107-
"Location": "Path"
12108-
},
12109-
{
12110-
"Name": "$select",
12111-
"Location": "Query"
12112-
},
12113-
{
12114-
"Name": "$expand",
12115-
"Location": "Query"
12116-
}
12117-
]
12118-
}
12119-
},
1212012092
{
1212112093
"PathInfo": {
1212212094
"Path": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count",
@@ -12189,34 +12161,6 @@
1218912161
]
1219012162
}
1219112163
},
12192-
{
12193-
"PathInfo": {
12194-
"Path": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}",
12195-
"Module": "Applications"
12196-
},
12197-
"MethodInfo": {
12198-
"OperationId": "servicePrincipal_GetTokenLifetimePolicy",
12199-
"Method": "Get",
12200-
"Parameters": [
12201-
{
12202-
"Name": "servicePrincipal-id",
12203-
"Location": "Path"
12204-
},
12205-
{
12206-
"Name": "tokenLifetimePolicy-id",
12207-
"Location": "Path"
12208-
},
12209-
{
12210-
"Name": "$select",
12211-
"Location": "Query"
12212-
},
12213-
{
12214-
"Name": "$expand",
12215-
"Location": "Query"
12216-
}
12217-
]
12218-
}
12219-
},
1222012164
{
1222112165
"PathInfo": {
1222212166
"Path": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count",

docs/OpenApiInfo/v1.0/openApiInfo.json

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -9310,34 +9310,6 @@
93109310
]
93119311
}
93129312
},
9313-
{
9314-
"PathInfo": {
9315-
"Path": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}",
9316-
"Module": "Applications"
9317-
},
9318-
"MethodInfo": {
9319-
"OperationId": "servicePrincipal_GetTokenIssuancePolicy",
9320-
"Method": "Get",
9321-
"Parameters": [
9322-
{
9323-
"Name": "servicePrincipal-id",
9324-
"Location": "Path"
9325-
},
9326-
{
9327-
"Name": "tokenIssuancePolicy-id",
9328-
"Location": "Path"
9329-
},
9330-
{
9331-
"Name": "$select",
9332-
"Location": "Query"
9333-
},
9334-
{
9335-
"Name": "$expand",
9336-
"Location": "Query"
9337-
}
9338-
]
9339-
}
9340-
},
93419313
{
93429314
"PathInfo": {
93439315
"Path": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count",
@@ -9410,34 +9382,6 @@
94109382
]
94119383
}
94129384
},
9413-
{
9414-
"PathInfo": {
9415-
"Path": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}",
9416-
"Module": "Applications"
9417-
},
9418-
"MethodInfo": {
9419-
"OperationId": "servicePrincipal_GetTokenLifetimePolicy",
9420-
"Method": "Get",
9421-
"Parameters": [
9422-
{
9423-
"Name": "servicePrincipal-id",
9424-
"Location": "Path"
9425-
},
9426-
{
9427-
"Name": "tokenLifetimePolicy-id",
9428-
"Location": "Path"
9429-
},
9430-
{
9431-
"Name": "$select",
9432-
"Location": "Query"
9433-
},
9434-
{
9435-
"Name": "$expand",
9436-
"Location": "Query"
9437-
}
9438-
]
9439-
}
9440-
},
94419385
{
94429386
"PathInfo": {
94439387
"Path": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count",

0 commit comments

Comments
 (0)