Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
  •  
  •  
  •  
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
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