Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 13:16
· 9 commits to master since this release
25548ee

Does the PR have any schema changes?

Found 64 breaking changes:

Resources

  • "snowflake:index/account:Account":
    • 🟑 inputs: "mustChangePassword" type changed from "boolean" to "string"
    • properties:
      • 🟑 "isOrgAdmin" type changed from "boolean" to "string"
      • 🟑 "mustChangePassword" type changed from "boolean" to "string"
    • 🟒 required: "isOrgAdmin" property is no longer Required
    • 🟒 required inputs: "gracePeriodInDays" input has changed to Required
  • πŸ”΄ "snowflake:index/databaseOld:DatabaseOld" missing
  • πŸ”΄ "snowflake:index/function:Function" missing
  • πŸ”΄ "snowflake:index/oauthIntegration:OauthIntegration" missing
  • 🟒 "snowflake:index/oauthIntegrationForCustomClients:OauthIntegrationForCustomClients": required: "blockedRolesLists" property is no longer Required
  • 🟒 "snowflake:index/oauthIntegrationForPartnerApplications:OauthIntegrationForPartnerApplications": required: "blockedRolesLists" property is no longer Required
  • πŸ”΄ "snowflake:index/procedure:Procedure" missing
  • πŸ”΄ "snowflake:index/role:Role" missing
  • πŸ”΄ "snowflake:index/samlIntegration:SamlIntegration" missing
  • πŸ”΄ "snowflake:index/sessionParameter:SessionParameter" missing
  • πŸ”΄ "snowflake:index/stream:Stream" missing
  • "snowflake:index/tagAssociation:TagAssociation":
    • inputs:
      • 🟑 "objectIdentifiers": items type changed from "#/types/snowflake:index/TagAssociationObjectIdentifier:TagAssociationObjectIdentifier" to "string"
      • 🟑 "objectName" missing
    • properties:
      • 🟑 "objectIdentifiers": items type changed from "#/types/snowflake:index/TagAssociationObjectIdentifier:TagAssociationObjectIdentifier" to "string"
      • 🟑 "objectName" missing output "objectName"
  • πŸ”΄ "snowflake:index/tagMaskingPolicyAssociation:TagMaskingPolicyAssociation" missing
  • πŸ”΄ "snowflake:index/unsafeExecute:UnsafeExecute" missing

Functions

  • 🟑 "snowflake:index/getAccounts:getAccounts": inputs: "pattern" missing input "pattern"
  • πŸ”΄ "snowflake:index/getRole:getRole" missing
  • πŸ”΄ "snowflake:index/getRoles:getRoles" missing

Types

  • πŸ”΄ "snowflake:index/DatabaseOldReplicationConfiguration:DatabaseOldReplicationConfiguration" missing
  • πŸ”΄ "snowflake:index/FunctionArgument:FunctionArgument" missing
  • πŸ”΄ "snowflake:index/ProcedureArgument:ProcedureArgument" missing
  • πŸ”΄ "snowflake:index/RoleShowOutput:RoleShowOutput" missing
  • πŸ”΄ "snowflake:index/TagAssociationObjectIdentifier:TagAssociationObjectIdentifier" missing
  • "snowflake:index/getAccountsAccount:getAccountsAccount":
    • properties:
      • 🟑 "accountLocator" missing
      • 🟑 "accountLocatorUrl" missing
      • 🟑 "accountName" missing
      • 🟑 "accountUrl" missing
      • 🟑 "comment" missing
      • 🟑 "consumptionBillingEntityName" missing
      • 🟑 "createdOn" missing
      • 🟑 "edition" missing
      • 🟑 "isOrgAdmin" missing
      • 🟑 "managedAccounts" missing
      • 🟑 "marketplaceConsumerBillingEntityName" missing
      • 🟑 "marketplaceProviderBillingEntityName" missing
      • 🟑 "oldAccountUrl" missing
      • 🟑 "organizationName" missing
      • 🟑 "regionGroup" missing
      • 🟑 "snowflakeRegion" missing
    • required:
      • 🟒 "accountLocator" property is no longer Required
      • 🟒 "accountLocatorUrl" property is no longer Required
      • 🟒 "accountName" property is no longer Required
      • 🟒 "accountUrl" property is no longer Required
      • 🟒 "comment" property is no longer Required
      • 🟒 "consumptionBillingEntityName" property is no longer Required
      • 🟒 "createdOn" property is no longer Required
      • 🟒 "edition" property is no longer Required
      • 🟒 "isOrgAdmin" property is no longer Required
      • 🟒 "managedAccounts" property is no longer Required
      • 🟒 "marketplaceConsumerBillingEntityName" property is no longer Required
      • 🟒 "marketplaceProviderBillingEntityName" property is no longer Required
      • 🟒 "oldAccountUrl" property is no longer Required
      • 🟒 "organizationName" property is no longer Required
      • 🟒 "regionGroup" property is no longer Required
      • 🟒 "showOutputs" property has changed to Required
      • 🟒 "snowflakeRegion" property is no longer Required
  • πŸ”΄ "snowflake:index/getRolesRole:getRolesRole" missing
  • πŸ”΄ "snowflake:index/getRolesRoleShowOutput:getRolesRoleShowOutput" missing

New resources:

  • index/execute.Execute
  • index/functionJava.FunctionJava
  • index/functionJavascript.FunctionJavascript
  • index/functionPython.FunctionPython
  • index/functionScala.FunctionScala
  • index/functionSql.FunctionSql
  • index/procedureJava.ProcedureJava
  • index/procedureJavascript.ProcedureJavascript
  • index/procedurePython.ProcedurePython
  • index/procedureScala.ProcedureScala
  • index/procedureSql.ProcedureSql

New functions:

  • index/getAccountRoles.getAccountRoles

What's Changed

Full Changelog: v0.62.0...v1.0.0