Skip to content

Commit cf0ee13

Browse files
Renames to Microsoft 365 Developer Proxy (#273)
1 parent b8c544d commit cf0ee13

File tree

74 files changed

+166
-166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+166
-166
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @microsoftgraph/msgraph-developer-proxy-write
1+
* @microsoft/m365-developer-proxy-write

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ body:
3838
validations:
3939
required: true
4040
- type: input
41-
id: mgdpversion
41+
id: m365proxyversion
4242
attributes:
43-
label: Microsoft Graph Developer Proxy Version
43+
label: Microsoft 365 Developer Proxy Version
4444
description: |
4545
Provide the version of the proxy you are using.
4646
47-
Execute `mgdp --version` in your terminal to identify your version
47+
Execute `m365proxy --version` in your terminal to identify your version
4848
validations:
4949
required: true
5050
- type: dropdown

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
updates:
33
- package-ecosystem: nuget
4-
directory: "/msgraph-developer-proxy"
4+
directory: "/m365-developer-proxy"
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 5

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
jobs:
2626
analyze:
2727
name: Analyze
28-
runs-on: [self-hosted, 1ES.Pool=1es-graphdevx-ubuntu-github-latest]
28+
runs-on: ubuntu-latest
2929

3030
strategy:
3131
fail-fast: false

.github/workflows/codeql-required-workaround.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ on:
1313
jobs:
1414
analyze: #names must match the original workflow
1515
name: Analyze (csharp)
16-
runs-on: [self-hosted, 1ES.Pool=1es-graphdevx-ubuntu-github-latest]
16+
runs-on: ubuntu-latest
1717
steps:
1818
- run: 'echo "No CodeQL Analysis required"'

.github/workflows/create-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ jobs:
1515
- linux-x64
1616
- osx-x64
1717
env:
18-
release: 'msgraph-developer-proxy-${{ matrix.architecture }}-${{ github.ref_name }}'
18+
release: 'm365-developer-proxy-${{ matrix.architecture }}-${{ github.ref_name }}'
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: Setup .NET
2222
uses: actions/setup-dotnet@v3
2323
with:
2424
dotnet-version: 7.0.x
2525
- name: Publish ${{ matrix.architecture }}
26-
run: dotnet publish ./msgraph-developer-proxy/msgraph-developer-proxy.csproj -c Release -p:PublishSingleFile=true -r ${{ matrix.architecture }} --self-contained -o ./${{ env.release }}
26+
run: dotnet publish ./m365-developer-proxy/m365-developer-proxy.csproj -c Release -p:PublishSingleFile=true -r ${{ matrix.architecture }} --self-contained -o ./${{ env.release }}
2727
- name: Build plugins
28-
run: dotnet build ./msgraph-developer-proxy-plugins/msgraph-developer-proxy-plugins.csproj -c Release -r ${{ matrix.architecture }} --no-self-contained
28+
run: dotnet build ./m365-developer-proxy-plugins/m365-developer-proxy-plugins.csproj -c Release -r ${{ matrix.architecture }} --no-self-contained
2929
- name: Add plugins to output
30-
run: cp ./msgraph-developer-proxy/bin/Release/net7.0/${{ matrix.architecture }}/GraphProxyPlugins ./${{ env.release }} -r
30+
run: cp ./m365-developer-proxy/bin/Release/net7.0/${{ matrix.architecture }}/GraphProxyPlugins ./${{ env.release }} -r
3131
- name: Remove unnecessary files
3232
run: |
3333
pushd

.github/workflows/dotnet-required-workaround.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: [self-hosted, 1ES.Pool=1es-graphdevx-ubuntu-github-latest]
15+
runs-on: ubuntu-latest
1616
steps:
1717
- run: 'echo "No build required"'

.github/workflows/dotnet.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: [self-hosted, 1ES.Pool=1es-graphdevx-ubuntu-github-latest]
15+
runs-on: ubuntu-latest
1616

1717
steps:
1818
- uses: actions/checkout@v3
@@ -23,12 +23,12 @@ jobs:
2323
- name: Restore workloads
2424
run: dotnet workload restore
2525
- name: Restore dependencies
26-
run: dotnet restore msgraph-developer-proxy.sln
26+
run: dotnet restore m365-developer-proxy.sln
2727
- name: Build
28-
run: dotnet build msgraph-developer-proxy.sln --no-restore
28+
run: dotnet build m365-developer-proxy.sln --no-restore
2929
# We really should have tests, putting these steps here for when we have a build process
3030
# - name: Test
31-
# run: dotnet test msgraph-developer-proxy.sln --no-build --verbosity normal --collect:"XPlat Code Coverage"
31+
# run: dotnet test m365-developer-proxy.sln --no-build --verbosity normal --collect:"XPlat Code Coverage"
3232
# - name: Install report generator
3333
# run: dotnet tool install --global dotnet-reportgenerator-globaltool
3434
# - name: Generate coverage report

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"request": "launch",
1111
"preLaunchTask": "build",
1212
// If you have changed target frameworks, make sure to update the program path.
13-
"program": "${workspaceFolder}/msgraph-developer-proxy/bin/Debug/net7.0/mgdp.dll",
13+
"program": "${workspaceFolder}/m365-developer-proxy/bin/Debug/net7.0/m365proxy.dll",
1414
"args": [],
15-
"cwd": "${workspaceFolder}/msgraph-developer-proxy/bin/Debug/net7.0",
15+
"cwd": "${workspaceFolder}/m365-developer-proxy/bin/Debug/net7.0",
1616
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
1717
"console": "integratedTerminal",
1818
"stopAtEntry": false,

.vscode/tasks.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "process",
88
"args": [
99
"build",
10-
"${workspaceFolder}/msgraph-developer-proxy.sln",
10+
"${workspaceFolder}/m365-developer-proxy.sln",
1111
"/property:GenerateFullPaths=true",
1212
"/consoleloggerparameters:NoSummary"
1313
],
@@ -19,7 +19,7 @@
1919
"type": "process",
2020
"args": [
2121
"publish",
22-
"${workspaceFolder}/msgraph-developer-proxy.sln",
22+
"${workspaceFolder}/m365-developer-proxy.sln",
2323
"/property:GenerateFullPaths=true",
2424
"/consoleloggerparameters:NoSummary"
2525
],
@@ -33,7 +33,7 @@
3333
"watch",
3434
"run",
3535
"--project",
36-
"${workspaceFolder}/msgraph-developer-proxy.sln"
36+
"${workspaceFolder}/m365-developer-proxy.sln"
3737
],
3838
"problemMatcher": "$msCompile"
3939
}

0 commit comments

Comments
 (0)