Skip to content
  •  
  •  
  •  
26 changes: 14 additions & 12 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,17 @@ extends:
- deployment: 'DeployToInternalFeed'
displayName: 'Deploy to Internal Feed'
environment: 'PowerShellInternalFeed'
templateContext:
type: releaseJob
isProduction: true
inputs:
- input: pipelineArtifact
artifactName: drop
targetPath: '$(System.DefaultWorkingDirectory)/drop'
strategy:
runOnce:
deploy:
steps:
- checkout: self
- task: DownloadPipelineArtifact@2
displayName: 'Download Build Artifacts'
inputs:
buildType: 'current'
targetPath: '$(System.DefaultWorkingDirectory)'
- task: 1ES.PublishNuget@1
displayName: 'Publish NuGet to feed'
inputs:
Expand All @@ -144,16 +145,17 @@ extends:
- deployment: 'DeployToPowerShellGallery'
displayName: 'Deploy to PowerShell Gallery'
environment: 'PowerShellGallery'
templateContext:
type: releaseJob
isProduction: true
inputs:
- input: pipelineArtifact
artifactName: drop
targetPath: '$(System.DefaultWorkingDirectory)/drop'
strategy:
runOnce:
deploy:
steps:
- checkout: self
- task: DownloadPipelineArtifact@2
displayName: 'Download Build Artifacts'
inputs:
buildType: 'current'
targetPath: '$(System.DefaultWorkingDirectory)'
- task: 1ES.PublishNuget@1
displayName: 'Publish NuGet to feed'
inputs:
Expand Down
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.29.1"
"version": "2.30.0"
},
"beta": {
"prerelease": "",
"version": "2.29.1"
"version": "2.30.0"
},
"v1.0": {
"prerelease": "",
"version": "2.29.1"
"version": "2.30.0"
}
}
}
56 changes: 0 additions & 56 deletions docs/OpenApiInfo/beta/openApiInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -12089,34 +12089,6 @@
]
}
},
{
"PathInfo": {
"Path": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}",
"Module": "Applications"
},
"MethodInfo": {
"OperationId": "servicePrincipal_GetTokenIssuancePolicy",
"Method": "Get",
"Parameters": [
{
"Name": "servicePrincipal-id",
"Location": "Path"
},
{
"Name": "tokenIssuancePolicy-id",
"Location": "Path"
},
{
"Name": "$select",
"Location": "Query"
},
{
"Name": "$expand",
"Location": "Query"
}
]
}
},
{
"PathInfo": {
"Path": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count",
Expand Down Expand Up @@ -12189,34 +12161,6 @@
]
}
},
{
"PathInfo": {
"Path": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}",
"Module": "Applications"
},
"MethodInfo": {
"OperationId": "servicePrincipal_GetTokenLifetimePolicy",
"Method": "Get",
"Parameters": [
{
"Name": "servicePrincipal-id",
"Location": "Path"
},
{
"Name": "tokenLifetimePolicy-id",
"Location": "Path"
},
{
"Name": "$select",
"Location": "Query"
},
{
"Name": "$expand",
"Location": "Query"
}
]
}
},
{
"PathInfo": {
"Path": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count",
Expand Down
56 changes: 0 additions & 56 deletions docs/OpenApiInfo/v1.0/openApiInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9310,34 +9310,6 @@
]
}
},
{
"PathInfo": {
"Path": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}",
"Module": "Applications"
},
"MethodInfo": {
"OperationId": "servicePrincipal_GetTokenIssuancePolicy",
"Method": "Get",
"Parameters": [
{
"Name": "servicePrincipal-id",
"Location": "Path"
},
{
"Name": "tokenIssuancePolicy-id",
"Location": "Path"
},
{
"Name": "$select",
"Location": "Query"
},
{
"Name": "$expand",
"Location": "Query"
}
]
}
},
{
"PathInfo": {
"Path": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count",
Expand Down Expand Up @@ -9410,34 +9382,6 @@
]
}
},
{
"PathInfo": {
"Path": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}",
"Module": "Applications"
},
"MethodInfo": {
"OperationId": "servicePrincipal_GetTokenLifetimePolicy",
"Method": "Get",
"Parameters": [
{
"Name": "servicePrincipal-id",
"Location": "Path"
},
{
"Name": "tokenLifetimePolicy-id",
"Location": "Path"
},
{
"Name": "$select",
"Location": "Query"
},
{
"Name": "$expand",
"Location": "Query"
}
]
}
},
{
"PathInfo": {
"Path": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count",
Expand Down
Loading
Loading