Skip to content

Commit

Permalink
Add skipPublishDocGithubIo for all Spring starters (Azure#29009)
Browse files Browse the repository at this point in the history
* add skipPublishDocGithubIo: true for all starters
* put aad starter with all other starters
  • Loading branch information
saragluna authored May 24, 2022
1 parent 2297e15 commit 42844e2
Showing 1 changed file with 32 additions and 12 deletions.
44 changes: 32 additions & 12 deletions sdk/spring/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,96 +104,126 @@ extends:
- name: spring-cloud-azure-starter
groupId: com.azure.spring
safeName: springcloudazurestarter
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-actuator
groupId: com.azure.spring
safeName: springcloudazurestarteractuator
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-active-directory
groupId: com.azure.spring
safeName: springcloudazurestarteractivedirectory
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-active-directory-b2c
groupId: com.azure.spring
safeName: springcloudazurestarteractivedirectoryb2c
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-appconfiguration
groupId: com.azure.spring
safeName: springcloudazurestarterappconfiguration
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-cosmos
groupId: com.azure.spring
safeName: springcloudazurestartercosmos
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-data-cosmos
groupId: com.azure.spring
safeName: springcloudazurestarterdatacosmos
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-eventhubs
groupId: com.azure.spring
safeName: springcloudazurestartereventhubs
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-keyvault-certificates
groupId: com.azure.spring
safeName: springcloudazurestarterkeyvaultcertificates
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-keyvault-secrets
groupId: com.azure.spring
safeName: springcloudazurestarterkeyvaultsecrets
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-servicebus
groupId: com.azure.spring
safeName: springcloudazurestarterservicebus
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-servicebus-jms
groupId: com.azure.spring
safeName: springcloudazurestarterservicebusjms
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-storage-blob
groupId: com.azure.spring
safeName: springcloudazurestarterstorageblob
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-storage-file-share
groupId: com.azure.spring
safeName: springcloudazurestarterstoragefileshare
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-storage-queue
groupId: com.azure.spring
safeName: springcloudazurestarterstoragequeue
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-integration-eventhubs
groupId: com.azure.spring
safeName: springcloudazurestarterintegrationeventhubs
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-integration-servicebus
groupId: com.azure.spring
safeName: springcloudazurestarterintegrationservicebus
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-integration-storage-queue
groupId: com.azure.spring
safeName: springcloudazurestarterintegrationstoragequeue
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
Expand All @@ -220,24 +250,14 @@ extends:
- name: spring-cloud-azure-starter-stream-eventhubs
groupId: com.azure.spring
safeName: springcloudazurestarterstreameventhubs
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-stream-servicebus
groupId: com.azure.spring
safeName: springcloudazurestarterstreamservicebus
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-active-directory
groupId: com.azure.spring
safeName: springcloudazurestarteractivedirectory
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-active-directory-b2c
groupId: com.azure.spring
safeName: springcloudazurestarteractivedirectoryb2c
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true

0 comments on commit 42844e2

Please sign in to comment.