Skip to content

chore: removes ruby generation #1370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2025
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions .azure-pipelines/generation-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ resources:
endpoint: microsoftgraph (22)
name: microsoftgraph/msgraph-beta-sdk-go
ref: main
- repository: msgraph-sdk-ruby
type: github
endpoint: microsoftgraph (22)
name: microsoftgraph/msgraph-sdk-ruby
ref: main
- repository: msgraph-sdk-typescript
type: github
endpoint: microsoftgraph (22)
Expand Down Expand Up @@ -368,35 +363,6 @@ stages:
parameters:
repoName: msgraph-beta-sdk-go

- stage: stage_ruby_v1
dependsOn:
- stage_build_and_publish_kiota
- stage_v1_openapi
condition: |
and
(
eq(dependencies.stage_build_and_publish_kiota.result, 'Succeeded'),
in(dependencies.stage_v1_openapi.result, 'Succeeded', 'Skipped')
)
jobs:
- job: ruby_v1
steps:
- template: generation-templates/language-generation-kiota.yml
parameters:
language: 'ruby'
version: ''
repoName: 'msgraph-sdk-ruby'
branchName: $(v1Branch)
targetClassName: "GraphBaseServiceClient"
targetNamespace: "MicrosoftGraph"
cleanMetadataFolder: $(cleanOpenAPIFolderV1)
customArguments: "-e '/me' -e '/me/**'" # Exclude me
languageSpecificSteps:
- template: generation-templates/ruby.yml
parameters:
repoName: msgraph-sdk-ruby
barrelFileName: microsoft_graph.rb

- stage: stage_java_v1_kiota
dependsOn:
- stage_build_and_publish_kiota
Expand Down
27 changes: 0 additions & 27 deletions .azure-pipelines/generation-templates/ruby.yml

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/clean-ruby-files.ps1

This file was deleted.

19 changes: 0 additions & 19 deletions scripts/copy-cli-models-kiota.ps1

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/copy-ruby-models.ps1

This file was deleted.

16 changes: 0 additions & 16 deletions scripts/update-ruby-barrel.ps1

This file was deleted.

Loading