Skip to content

Commit b9f2c47

Browse files
JaylenZ8kazrael2119
authored andcommitted
Fix casing (Azure#32483)
* Fix casing * Revert "Fix casing" This reverts commit d0674aa. * Fix * Update sdk-suppressions.yaml --------- Co-authored-by: kazrael2119 <[email protected]>
1 parent 798452d commit b9f2c47

File tree

7 files changed

+46
-42
lines changed

7 files changed

+46
-42
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
]
292292
},
293293
"LakeHouseLocation": {
294-
"description": "The location of Microsoft Fabric LakeHouse Files dataset.",
294+
"description": "The location of Microsoft Fabric Lakehouse Files dataset.",
295295
"type": "object",
296296
"allOf": [
297297
{
@@ -3712,8 +3712,8 @@
37123712
}
37133713
},
37143714
"LakeHouseTableDataset": {
3715-
"x-ms-discriminator-value": "LakeHouseTable",
3716-
"description": "Microsoft Fabric LakeHouse Table.",
3715+
"x-ms-discriminator-value": "LakehouseTable",
3716+
"description": "Microsoft Fabric Lakehouse Table.",
37173717
"type": "object",
37183718
"allOf": [
37193719
{
@@ -3722,25 +3722,25 @@
37223722
],
37233723
"properties": {
37243724
"typeProperties": {
3725-
"description": "Microsoft Fabric LakeHouse Table dataset properties.",
3725+
"description": "Microsoft Fabric Lakehouse Table dataset properties.",
37263726
"x-ms-client-flatten": true,
37273727
"$ref": "#/definitions/LakeHouseTableDatasetTypeProperties"
37283728
}
37293729
}
37303730
},
37313731
"LakeHouseTableDatasetTypeProperties": {
3732-
"description": "Microsoft Fabric LakeHouse Table dataset properties.",
3732+
"description": "Microsoft Fabric Lakehouse Table dataset properties.",
37333733
"type": "object",
37343734
"properties": {
37353735
"schema": {
37363736
"type": "object",
37373737
"x-ms-format": "dfe-string",
3738-
"description": "The schema name of Microsoft Fabric LakeHouse Table. Type: string (or Expression with resultType string)."
3738+
"description": "The schema name of Microsoft Fabric Lakehouse Table. Type: string (or Expression with resultType string)."
37393739
},
37403740
"table": {
37413741
"type": "object",
37423742
"x-ms-format": "dfe-string",
3743-
"description": "The name of Microsoft Fabric LakeHouse Table. Type: string (or Expression with resultType string)."
3743+
"description": "The name of Microsoft Fabric Lakehouse Table. Type: string (or Expression with resultType string)."
37443744
}
37453745
}
37463746
},

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8470,8 +8470,8 @@
84708470
]
84718471
},
84728472
"LakeHouseLinkedService": {
8473-
"x-ms-discriminator-value": "LakeHouse",
8474-
"description": "Microsoft Fabric LakeHouse linked service.",
8473+
"x-ms-discriminator-value": "Lakehouse",
8474+
"description": "Microsoft Fabric Lakehouse linked service.",
84758475
"type": "object",
84768476
"allOf": [
84778477
{
@@ -8480,7 +8480,7 @@
84808480
],
84818481
"properties": {
84828482
"typeProperties": {
8483-
"description": "Microsoft Fabric LakeHouse linked service properties.",
8483+
"description": "Microsoft Fabric Lakehouse linked service properties.",
84848484
"x-ms-client-flatten": true,
84858485
"$ref": "#/definitions/LakeHouseLinkedServiceTypeProperties"
84868486
}
@@ -8490,7 +8490,7 @@
84908490
]
84918491
},
84928492
"LakeHouseLinkedServiceTypeProperties": {
8493-
"description": "Microsoft Fabric LakeHouse linked service properties.",
8493+
"description": "Microsoft Fabric Lakehouse linked service properties.",
84948494
"type": "object",
84958495
"properties": {
84968496
"workspaceId": {
@@ -8501,15 +8501,15 @@
85018501
"artifactId": {
85028502
"type": "object",
85038503
"x-ms-format": "dfe-string",
8504-
"description": "The ID of Microsoft Fabric LakeHouse artifact. Type: string (or Expression with resultType string)."
8504+
"description": "The ID of Microsoft Fabric Lakehouse artifact. Type: string (or Expression with resultType string)."
85058505
},
85068506
"servicePrincipalId": {
85078507
"type": "object",
85088508
"x-ms-format": "dfe-string",
8509-
"description": "The ID of the application used to authenticate against Microsoft Fabric LakeHouse. Type: string (or Expression with resultType string)."
8509+
"description": "The ID of the application used to authenticate against Microsoft Fabric Lakehouse. Type: string (or Expression with resultType string)."
85108510
},
85118511
"servicePrincipalKey": {
8512-
"description": "The Key of the application used to authenticate against Microsoft Fabric LakeHouse.",
8512+
"description": "The Key of the application used to authenticate against Microsoft Fabric Lakehouse.",
85138513
"$ref": "../datafactory.json#/definitions/SecretBase"
85148514
},
85158515
"tenant": {

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@
10931093
}
10941094
},
10951095
"LakeHouseReadSettings": {
1096-
"description": "Microsoft Fabric LakeHouse Files read settings.",
1096+
"description": "Microsoft Fabric Lakehouse Files read settings.",
10971097
"type": "object",
10981098
"allOf": [
10991099
{
@@ -1109,12 +1109,12 @@
11091109
"wildcardFolderPath": {
11101110
"type": "object",
11111111
"x-ms-format": "dfe-string",
1112-
"description": "Microsoft Fabric LakeHouse Files wildcardFolderPath. Type: string (or Expression with resultType string)."
1112+
"description": "Microsoft Fabric Lakehouse Files wildcardFolderPath. Type: string (or Expression with resultType string)."
11131113
},
11141114
"wildcardFileName": {
11151115
"type": "object",
11161116
"x-ms-format": "dfe-string",
1117-
"description": "Microsoft Fabric LakeHouse Files wildcardFileName. Type: string (or Expression with resultType string)."
1117+
"description": "Microsoft Fabric Lakehouse Files wildcardFileName. Type: string (or Expression with resultType string)."
11181118
},
11191119
"fileListPath": {
11201120
"type": "object",
@@ -1257,7 +1257,7 @@
12571257
]
12581258
},
12591259
"LakeHouseWriteSettings": {
1260-
"description": "Microsoft Fabric LakeHouse Files write settings.",
1260+
"description": "Microsoft Fabric Lakehouse Files write settings.",
12611261
"type": "object",
12621262
"allOf": [
12631263
{
@@ -4300,7 +4300,7 @@
43004300
}
43014301
},
43024302
"LakeHouseTableSource": {
4303-
"description": "A copy activity source for Microsoft Fabric LakeHouse Table.",
4303+
"description": "A copy activity source for Microsoft Fabric Lakehouse Table.",
43044304
"type": "object",
43054305
"allOf": [
43064306
{
@@ -5959,7 +5959,7 @@
59595959
}
59605960
},
59615961
"LakeHouseTableSink": {
5962-
"description": "A copy activity for Microsoft Fabric LakeHouse Table sink.",
5962+
"description": "A copy activity for Microsoft Fabric Lakehouse Table sink.",
59635963
"type": "object",
59645964
"allOf": [
59655965
{
@@ -5970,7 +5970,7 @@
59705970
"tableActionOption": {
59715971
"type": "object",
59725972
"x-ms-format": "dfe-string",
5973-
"description": "The type of table action for LakeHouse Table sink. Possible values include: \"None\", \"Append\", \"Overwrite\"."
5973+
"description": "The type of table action for Lakehouse Table sink. Possible values include: \"None\", \"Append\", \"Overwrite\"."
59745974
},
59755975
"partitionOption": {
59765976
"type": "object",

specification/datafactory/resource-manager/sdk-suppressions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ suppressions:
1414
breaking-changes:
1515
- Interface HDInsightOnDemandLinkedService has a new required parameter versionTypePropertiesVersion
1616
- Interface PostgreSqlV2LinkedService has a new required parameter authenticationType
17+
- Type of parameter type of interface Dataset is changed from "AmazonS3Object" | "Avro" | "Excel" | "Parquet" | "DelimitedText" | "Json" | "Xml" | "Orc" | "Binary" | "Iceberg" | "AzureBlob" | "AzureTable" | "AzureSqlTable" | "AzureSqlMITable" | "AzureSqlDWTable" | "CassandraTable" | "CustomDataset" | "CosmosDbSqlApiCollection" | "DocumentDbCollection" | "DynamicsEntity" | "DynamicsCrmEntity" | "CommonDataServiceForAppsEntity" | "AzureDataLakeStoreFile" | "AzureBlobFSFile" | "Office365Table" | "FileShare" | "MongoDbCollection" | "MongoDbAtlasCollection" | "MongoDbV2Collection" | "CosmosDbMongoDbApiCollection" | "ODataResource" | "OracleTable" | "AmazonRdsForOracleTable" | "TeradataTable" | "AzureMySqlTable" | "AmazonRedshiftTable" | "Db2Table" | "RelationalTable" | "InformixTable" | "OdbcTable" | "MySqlTable" | "PostgreSqlTable" | "PostgreSqlV2Table" | "MicrosoftAccessTable" | "SalesforceObject" | "SalesforceServiceCloudObject" | "SybaseTable" | "SapBwCube" | "SapCloudForCustomerResource" | "SapEccResource" | "SapHanaTable" | "SapOpenHubTable" | "SqlServerTable" | "AmazonRdsForSqlServerTable" | "RestResource" | "SapTableResource" | "SapOdpResource" | "WebTable" | "AzureSearchIndex" | "HttpFile" | "AmazonMWSObject" | "AzurePostgreSqlTable" | "ConcurObject" | "CouchbaseTable" | "DrillTable" | "EloquaObject" | "GoogleBigQueryObject" | "GoogleBigQueryV2Object" | "GreenplumTable" | "HBaseObject" | "HiveObject" | "HubspotObject" | "ImpalaObject" | "JiraObject" | "MagentoObject" | "MariaDBTable" | "AzureMariaDBTable" | "MarketoObject" | "PaypalObject" | "PhoenixObject" | "PrestoObject" | "QuickBooksObject" | "ServiceNowObject" | "ShopifyObject" | "SparkObject" | "SquareObject" | "XeroObject" | "ZohoObject" | "NetezzaTable" | "VerticaTable" | "SalesforceMarketingCloudObject" | "ResponsysObject" | "DynamicsAXResource" | "OracleServiceCloudObject" | "AzureDataExplorerTable" | "GoogleAdWordsObject" | "SnowflakeTable" | "SnowflakeV2Table" | "SharePointOnlineListResource" | "AzureDatabricksDeltaLakeDataset" | "LakeHouseTable" | "SalesforceV2Object" | "SalesforceServiceCloudV2Object" | "WarehouseTable" | "ServiceNowV2Object" to "AmazonS3Object" | "Avro" | "Excel" | "Parquet" | "DelimitedText" | "Json" | "Xml" | "Orc" | "Binary" | "Iceberg" | "AzureBlob" | "AzureTable" | "AzureSqlTable" | "AzureSqlMITable" | "AzureSqlDWTable" | "CassandraTable" | "CustomDataset" | "CosmosDbSqlApiCollection" | "DocumentDbCollection" | "DynamicsEntity" | "DynamicsCrmEntity" | "CommonDataServiceForAppsEntity" | "AzureDataLakeStoreFile" | "AzureBlobFSFile" | "Office365Table" | "FileShare" | "MongoDbCollection" | "MongoDbAtlasCollection" | "MongoDbV2Collection" | "CosmosDbMongoDbApiCollection" | "ODataResource" | "OracleTable" | "AmazonRdsForOracleTable" | "TeradataTable" | "AzureMySqlTable" | "AmazonRedshiftTable" | "Db2Table" | "RelationalTable" | "InformixTable" | "OdbcTable" | "MySqlTable" | "PostgreSqlTable" | "PostgreSqlV2Table" | "MicrosoftAccessTable" | "SalesforceObject" | "SalesforceServiceCloudObject" | "SybaseTable" | "SapBwCube" | "SapCloudForCustomerResource" | "SapEccResource" | "SapHanaTable" | "SapOpenHubTable" | "SqlServerTable" | "AmazonRdsForSqlServerTable" | "RestResource" | "SapTableResource" | "SapOdpResource" | "WebTable" | "AzureSearchIndex" | "HttpFile" | "AmazonMWSObject" | "AzurePostgreSqlTable" | "ConcurObject" | "CouchbaseTable" | "DrillTable" | "EloquaObject" | "GoogleBigQueryObject" | "GoogleBigQueryV2Object" | "GreenplumTable" | "HBaseObject" | "HiveObject" | "HubspotObject" | "ImpalaObject" | "JiraObject" | "MagentoObject" | "MariaDBTable" | "AzureMariaDBTable" | "MarketoObject" | "PaypalObject" | "PhoenixObject" | "PrestoObject" | "QuickBooksObject" | "ServiceNowObject" | "ShopifyObject" | "SparkObject" | "SquareObject" | "XeroObject" | "ZohoObject" | "NetezzaTable" | "VerticaTable" | "SalesforceMarketingCloudObject" | "ResponsysObject" | "DynamicsAXResource" | "OracleServiceCloudObject" | "AzureDataExplorerTable" | "GoogleAdWordsObject" | "SnowflakeTable" | "SnowflakeV2Table" | "SharePointOnlineListResource" | "AzureDatabricksDeltaLakeDataset" | "LakehouseTable" | "SalesforceV2Object" | "SalesforceServiceCloudV2Object" | "WarehouseTable" | "ServiceNowV2Object"
18+
- Type of parameter type of interface LakeHouseLinkedService is changed from "LakeHouse" to "Lakehouse"
19+
- Type of parameter type of interface LakeHouseTableDataset is changed from "LakeHouseTable" to "LakehouseTable"
20+
- Type of parameter type of interface LinkedService is changed from "AzureStorage" | "AzureBlobStorage" | "AzureTableStorage" | "AzureSqlDW" | "SqlServer" | "AmazonRdsForSqlServer" | "AzureSqlDatabase" | "AzureSqlMI" | "AzureBatch" | "AzureKeyVault" | "CosmosDb" | "Dynamics" | "DynamicsCrm" | "CommonDataServiceForApps" | "HDInsight" | "FileServer" | "AzureFileStorage" | "AmazonS3Compatible" | "OracleCloudStorage" | "GoogleCloudStorage" | "Oracle" | "AmazonRdsForOracle" | "AzureMySql" | "MySql" | "PostgreSql" | "PostgreSqlV2" | "Sybase" | "Db2" | "Teradata" | "AzureML" | "AzureMLService" | "Odbc" | "Informix" | "MicrosoftAccess" | "Hdfs" | "OData" | "Web" | "Cassandra" | "MongoDb" | "MongoDbAtlas" | "MongoDbV2" | "CosmosDbMongoDbApi" | "AzureDataLakeStore" | "AzureBlobFS" | "Office365" | "Salesforce" | "SalesforceServiceCloud" | "SapCloudForCustomer" | "SapEcc" | "SapOpenHub" | "SapOdp" | "RestService" | "TeamDesk" | "Quickbase" | "Smartsheet" | "Zendesk" | "Dataworld" | "AppFigures" | "Asana" | "Twilio" | "GoogleSheets" | "AmazonS3" | "AmazonRedshift" | "CustomDataSource" | "AzureSearch" | "HttpServer" | "FtpServer" | "Sftp" | "SapBW" | "SapHana" | "AmazonMWS" | "AzurePostgreSql" | "Concur" | "Couchbase" | "Drill" | "Eloqua" | "GoogleBigQuery" | "GoogleBigQueryV2" | "Greenplum" | "HBase" | "Hive" | "Hubspot" | "Impala" | "Jira" | "Magento" | "MariaDB" | "AzureMariaDB" | "Marketo" | "Paypal" | "Phoenix" | "Presto" | "QuickBooks" | "ServiceNow" | "Shopify" | "Spark" | "Square" | "Xero" | "Zoho" | "Vertica" | "Netezza" | "SalesforceMarketingCloud" | "HDInsightOnDemand" | "AzureDataLakeAnalytics" | "AzureDatabricks" | "AzureDatabricksDeltaLake" | "Responsys" | "DynamicsAX" | "OracleServiceCloud" | "GoogleAdWords" | "SapTable" | "AzureDataExplorer" | "AzureFunction" | "Snowflake" | "SnowflakeV2" | "SharePointOnlineList" | "AzureSynapseArtifacts" | "LakeHouse" | "SalesforceV2" | "SalesforceServiceCloudV2" | "Warehouse" | "ServiceNowV2" to "AzureStorage" | "AzureBlobStorage" | "AzureTableStorage" | "AzureSqlDW" | "SqlServer" | "AmazonRdsForSqlServer" | "AzureSqlDatabase" | "AzureSqlMI" | "AzureBatch" | "AzureKeyVault" | "CosmosDb" | "Dynamics" | "DynamicsCrm" | "CommonDataServiceForApps" | "HDInsight" | "FileServer" | "AzureFileStorage" | "AmazonS3Compatible" | "OracleCloudStorage" | "GoogleCloudStorage" | "Oracle" | "AmazonRdsForOracle" | "AzureMySql" | "MySql" | "PostgreSql" | "PostgreSqlV2" | "Sybase" | "Db2" | "Teradata" | "AzureML" | "AzureMLService" | "Odbc" | "Informix" | "MicrosoftAccess" | "Hdfs" | "OData" | "Web" | "Cassandra" | "MongoDb" | "MongoDbAtlas" | "MongoDbV2" | "CosmosDbMongoDbApi" | "AzureDataLakeStore" | "AzureBlobFS" | "Office365" | "Salesforce" | "SalesforceServiceCloud" | "SapCloudForCustomer" | "SapEcc" | "SapOpenHub" | "SapOdp" | "RestService" | "TeamDesk" | "Quickbase" | "Smartsheet" | "Zendesk" | "Dataworld" | "AppFigures" | "Asana" | "Twilio" | "GoogleSheets" | "AmazonS3" | "AmazonRedshift" | "CustomDataSource" | "AzureSearch" | "HttpServer" | "FtpServer" | "Sftp" | "SapBW" | "SapHana" | "AmazonMWS" | "AzurePostgreSql" | "Concur" | "Couchbase" | "Drill" | "Eloqua" | "GoogleBigQuery" | "GoogleBigQueryV2" | "Greenplum" | "HBase" | "Hive" | "Hubspot" | "Impala" | "Jira" | "Magento" | "MariaDB" | "AzureMariaDB" | "Marketo" | "Paypal" | "Phoenix" | "Presto" | "QuickBooks" | "ServiceNow" | "Shopify" | "Spark" | "Square" | "Xero" | "Zoho" | "Vertica" | "Netezza" | "SalesforceMarketingCloud" | "HDInsightOnDemand" | "AzureDataLakeAnalytics" | "AzureDatabricks" | "AzureDatabricksDeltaLake" | "Responsys" | "DynamicsAX" | "OracleServiceCloud" | "GoogleAdWords" | "SapTable" | "AzureDataExplorer" | "AzureFunction" | "Snowflake" | "SnowflakeV2" | "SharePointOnlineList" | "AzureSynapseArtifacts" | "Lakehouse" | "SalesforceV2" | "SalesforceServiceCloudV2" | "Warehouse" | "ServiceNowV2"

specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Dataset.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
]
225225
},
226226
"LakeHouseLocation": {
227-
"description": "The location of Microsoft Fabric LakeHouse Files dataset.",
227+
"description": "The location of Microsoft Fabric Lakehouse Files dataset.",
228228
"type": "object",
229229
"allOf": [
230230
{
@@ -3545,8 +3545,8 @@
35453545
}
35463546
},
35473547
"LakeHouseTableDataset": {
3548-
"x-ms-discriminator-value": "LakeHouseTable",
3549-
"description": "Microsoft Fabric LakeHouse Table.",
3548+
"x-ms-discriminator-value": "LakehouseTable",
3549+
"description": "Microsoft Fabric Lakehouse Table.",
35503550
"type": "object",
35513551
"allOf": [
35523552
{
@@ -3555,23 +3555,23 @@
35553555
],
35563556
"properties": {
35573557
"typeProperties": {
3558-
"description": "Microsoft Fabric LakeHouse Table dataset properties.",
3558+
"description": "Microsoft Fabric Lakehouse Table dataset properties.",
35593559
"x-ms-client-flatten": true,
35603560
"$ref": "#/definitions/LakeHouseTableDatasetTypeProperties"
35613561
}
35623562
}
35633563
},
35643564
"LakeHouseTableDatasetTypeProperties": {
3565-
"description": "Microsoft Fabric LakeHouse Table dataset properties.",
3565+
"description": "Microsoft Fabric Lakehouse Table dataset properties.",
35663566
"type": "object",
35673567
"properties": {
35683568
"schema": {
35693569
"type": "object",
3570-
"description": "The schema name of Microsoft Fabric LakeHouse Table. Type: string (or Expression with resultType string)."
3570+
"description": "The schema name of Microsoft Fabric Lakehouse Table. Type: string (or Expression with resultType string)."
35713571
},
35723572
"table": {
35733573
"type": "object",
3574-
"description": "The name of Microsoft Fabric LakeHouse Table. Type: string (or Expression with resultType string)."
3574+
"description": "The name of Microsoft Fabric Lakehouse Table. Type: string (or Expression with resultType string)."
35753575
}
35763576
}
35773577
},

specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/LinkedService.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7730,8 +7730,8 @@
77307730
]
77317731
},
77327732
"LakeHouseLinkedService": {
7733-
"x-ms-discriminator-value": "LakeHouse",
7734-
"description": "Microsoft Fabric LakeHouse linked service.",
7733+
"x-ms-discriminator-value": "Lakehouse",
7734+
"description": "Microsoft Fabric Lakehouse linked service.",
77357735
"type": "object",
77367736
"allOf": [
77377737
{
@@ -7740,7 +7740,7 @@
77407740
],
77417741
"properties": {
77427742
"typeProperties": {
7743-
"description": "Microsoft Fabric LakeHouse linked service properties.",
7743+
"description": "Microsoft Fabric Lakehouse linked service properties.",
77447744
"x-ms-client-flatten": true,
77457745
"$ref": "#/definitions/LakeHouseLinkedServiceTypeProperties"
77467746
}
@@ -7750,7 +7750,7 @@
77507750
]
77517751
},
77527752
"LakeHouseLinkedServiceTypeProperties": {
7753-
"description": "Microsoft Fabric LakeHouse linked service properties.",
7753+
"description": "Microsoft Fabric Lakehouse linked service properties.",
77547754
"type": "object",
77557755
"properties": {
77567756
"workspaceId": {
@@ -7759,14 +7759,14 @@
77597759
},
77607760
"artifactId": {
77617761
"type": "object",
7762-
"description": "The ID of Microsoft Fabric LakeHouse artifact. Type: string (or Expression with resultType string)."
7762+
"description": "The ID of Microsoft Fabric Lakehouse artifact. Type: string (or Expression with resultType string)."
77637763
},
77647764
"servicePrincipalId": {
77657765
"type": "object",
7766-
"description": "The ID of the application used to authenticate against Microsoft Fabric LakeHouse. Type: string (or Expression with resultType string)."
7766+
"description": "The ID of the application used to authenticate against Microsoft Fabric Lakehouse. Type: string (or Expression with resultType string)."
77677767
},
77687768
"servicePrincipalKey": {
7769-
"description": "The Key of the application used to authenticate against Microsoft Fabric LakeHouse.",
7769+
"description": "The Key of the application used to authenticate against Microsoft Fabric Lakehouse.",
77707770
"$ref": "../artifacts.json#/definitions/SecretBase"
77717771
},
77727772
"tenant": {

0 commit comments

Comments
 (0)