Skip to content

Commit 3af21c8

Browse files
committed
ci: removes ruby beta as we never shipped a version
Signed-off-by: Vincent Biret <[email protected]>
1 parent 9f1617e commit 3af21c8

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

.azure-pipelines/generation-pipeline.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ resources:
7373
endpoint: microsoftgraph (22)
7474
name: microsoftgraph/msgraph-sdk-ruby
7575
ref: main
76-
- repository: msgraph-beta-sdk-ruby
77-
type: github
78-
endpoint: microsoftgraph (22)
79-
name: microsoftgraph/msgraph-beta-sdk-ruby
80-
ref: main
8176
- repository: msgraph-sdk-typescript
8277
type: github
8378
endpoint: microsoftgraph (22)
@@ -409,35 +404,6 @@ stages:
409404
repoName: msgraph-sdk-ruby
410405
barrelFileName: microsoft_graph.rb
411406

412-
- stage: stage_ruby_beta
413-
dependsOn:
414-
- stage_build_and_publish_kiota
415-
- stage_beta_openapi
416-
condition: |
417-
and
418-
(
419-
eq(dependencies.stage_build_and_publish_kiota.result, 'Succeeded'),
420-
in(dependencies.stage_beta_openapi.result, 'Succeeded', 'Skipped')
421-
)
422-
jobs:
423-
- job: ruby_beta
424-
steps:
425-
- template: generation-templates/language-generation-kiota.yml
426-
parameters:
427-
language: 'ruby'
428-
version: 'beta'
429-
repoName: 'msgraph-beta-sdk-ruby'
430-
branchName: $(betaBranch)
431-
targetClassName: "GraphBaseServiceClient"
432-
targetNamespace: "MicrosoftGraphBeta"
433-
cleanMetadataFolder: $(cleanOpenAPIFolderBeta)
434-
customArguments: "-e '/me' -e '/me/**'" # Exclude me
435-
languageSpecificSteps:
436-
- template: generation-templates/ruby.yml
437-
parameters:
438-
repoName: msgraph-beta-sdk-ruby
439-
barrelFileName: microsoft_graph_beta.rb
440-
441407
- stage: stage_java_v1_kiota
442408
dependsOn:
443409
- stage_build_and_publish_kiota

0 commit comments

Comments
 (0)