Skip to content

Commit bebe759

Browse files
authored
Merge pull request #377 from SteeltoeOSS/main-pipeline-updates
Update pipeline filters and schema.json references
2 parents f8f6333 + ed32d57 commit bebe759

File tree

44 files changed

+348
-88
lines changed

Some content is hidden

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

44 files changed

+348
-88
lines changed

Configuration/src/ConfigurationProviders/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Steeltoe: Add schema to get auto-completion.
3-
"$schema": "https://steeltoe.io/schema/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

Connectors/src/CosmosDb/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Steeltoe: Add schema to get auto-completion.
3-
"$schema": "https://steeltoe.io/schema/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

Connectors/src/CosmosDb/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Steeltoe: Add schema to get auto-completion.
3-
"$schema": "https://steeltoe.io/schema/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

Connectors/src/MongoDb/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Steeltoe: Add schema to get auto-completion.
3-
"$schema": "https://steeltoe.io/schema/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

Connectors/src/MongoDb/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Steeltoe: Add schema to get auto-completion.
3-
"$schema": "https://steeltoe.io/schema/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

Connectors/src/MySql/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Steeltoe: Add schema to get auto-completion.
3-
"$schema": "https://steeltoe.io/schema/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

Connectors/src/MySql/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Steeltoe: Add schema to get auto-completion.
3-
"$schema": "https://steeltoe.io/schema/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

Connectors/src/MySqlEFCore/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Steeltoe: Add schema to get auto-completion.
3-
"$schema": "https://steeltoe.io/schema/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

Connectors/src/MySqlEFCore/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Steeltoe: Add schema to get auto-completion.
3-
"$schema": "https://steeltoe.io/schema/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

Connectors/src/PostgreSql/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Steeltoe: Add schema to get auto-completion.
3-
"$schema": "https://steeltoe.io/schema/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

0 commit comments

Comments
 (0)