{
  "description": "Generator information:\n- Generated from: /notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/notificationhubs.json\n- ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
      "type": "string"
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "properties": {
        "azureName": {
          "description": "AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it\ndoesn't have to be.",
          "maxLength": 50,
          "minLength": 1,
          "pattern": "^[a-zA-Z][a-zA-Z0-9-]*$",
          "type": "string"
        },
        "location": {
          "description": "Location: The geo-location where the resource lives",
          "type": "string"
        },
        "operatorSpec": {
          "description": "OperatorSpec: The specification for configuring operator behavior. This field is interpreted by the operator and not\npassed directly to Azure",
          "properties": {
            "configMapExpressions": {
              "description": "ConfigMapExpressions: configures where to place operator written dynamic ConfigMaps (created with CEL expressions).",
              "items": {
                "description": "DestinationExpression is a CEL expression and a destination to store the result in. The destination may\nbe a secret or a configmap. The value of the expression is stored at the specified location in\nthe destination.",
                "properties": {
                  "key": {
                    "description": "Key is the key in the ConfigMap or Secret being written to. If the CEL expression in Value returns a string\nthis is required to identify what key to write to. If the CEL expression in Value returns a map[string]string\nKey must not be set, instead the keys written will be determined dynamically based on the keys of the resulting\nmap[string]string.",
                    "type": "string"
                  },
                  "name": {
                    "description": "Name is the name of the Kubernetes configmap or secret to write to.\nThe configmap or secret will be created in the same namespace as the resource.",
                    "type": "string"
                  },
                  "value": {
                    "description": "Value is a CEL expression. The CEL expression may return a string or a map[string]string. For more information\non CEL in ASO see https://azure.github.io/azure-service-operator/guide/expressions/",
                    "type": "string"
                  }
                },
                "required": [
                  "name",
                  "value"
                ],
                "type": "object",
                "additionalProperties": false
              },
              "type": "array"
            },
            "configMaps": {
              "description": "ConfigMaps: configures where to place operator written ConfigMaps.",
              "properties": {
                "serviceBusEndpoint": {
                  "description": "ServiceBusEndpoint: indicates where the ServiceBusEndpoint config map should be placed. If omitted, no config map will\nbe created.",
                  "properties": {
                    "key": {
                      "description": "Key is the key in the ConfigMap being referenced",
                      "type": "string"
                    },
                    "name": {
                      "description": "Name is the name of the Kubernetes ConfigMap to write to.\nThe ConfigMap will be created in the same namespace as the resource.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "key",
                    "name"
                  ],
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "type": "object",
              "additionalProperties": false
            },
            "secretExpressions": {
              "description": "SecretExpressions: configures where to place operator written dynamic secrets (created with CEL expressions).",
              "items": {
                "description": "DestinationExpression is a CEL expression and a destination to store the result in. The destination may\nbe a secret or a configmap. The value of the expression is stored at the specified location in\nthe destination.",
                "properties": {
                  "key": {
                    "description": "Key is the key in the ConfigMap or Secret being written to. If the CEL expression in Value returns a string\nthis is required to identify what key to write to. If the CEL expression in Value returns a map[string]string\nKey must not be set, instead the keys written will be determined dynamically based on the keys of the resulting\nmap[string]string.",
                    "type": "string"
                  },
                  "name": {
                    "description": "Name is the name of the Kubernetes configmap or secret to write to.\nThe configmap or secret will be created in the same namespace as the resource.",
                    "type": "string"
                  },
                  "value": {
                    "description": "Value is a CEL expression. The CEL expression may return a string or a map[string]string. For more information\non CEL in ASO see https://azure.github.io/azure-service-operator/guide/expressions/",
                    "type": "string"
                  }
                },
                "required": [
                  "name",
                  "value"
                ],
                "type": "object",
                "additionalProperties": false
              },
              "type": "array"
            },
            "secrets": {
              "description": "Secrets: configures where to place Azure generated secrets.",
              "properties": {
                "primaryConnectionString": {
                  "description": "PrimaryConnectionString: indicates where the PrimaryConnectionString secret should be placed. If omitted, the secret\nwill not be retrieved from Azure.",
                  "properties": {
                    "key": {
                      "description": "Key is the key in the Kubernetes secret being referenced.",
                      "type": "string"
                    },
                    "name": {
                      "description": "Name is the name of the Kubernetes secret to write to.\nThe secret will be created in the same namespace as the resource.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "key",
                    "name"
                  ],
                  "type": "object",
                  "additionalProperties": false
                },
                "primaryKey": {
                  "description": "PrimaryKey: indicates where the PrimaryKey secret should be placed. If omitted, the secret will not be retrieved from\nAzure.",
                  "properties": {
                    "key": {
                      "description": "Key is the key in the Kubernetes secret being referenced.",
                      "type": "string"
                    },
                    "name": {
                      "description": "Name is the name of the Kubernetes secret to write to.\nThe secret will be created in the same namespace as the resource.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "key",
                    "name"
                  ],
                  "type": "object",
                  "additionalProperties": false
                },
                "secondaryConnectionString": {
                  "description": "SecondaryConnectionString: indicates where the SecondaryConnectionString secret should be placed. If omitted, the secret\nwill not be retrieved from Azure.",
                  "properties": {
                    "key": {
                      "description": "Key is the key in the Kubernetes secret being referenced.",
                      "type": "string"
                    },
                    "name": {
                      "description": "Name is the name of the Kubernetes secret to write to.\nThe secret will be created in the same namespace as the resource.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "key",
                    "name"
                  ],
                  "type": "object",
                  "additionalProperties": false
                },
                "secondaryKey": {
                  "description": "SecondaryKey: indicates where the SecondaryKey secret should be placed. If omitted, the secret will not be retrieved\nfrom Azure.",
                  "properties": {
                    "key": {
                      "description": "Key is the key in the Kubernetes secret being referenced.",
                      "type": "string"
                    },
                    "name": {
                      "description": "Name is the name of the Kubernetes secret to write to.\nThe secret will be created in the same namespace as the resource.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "key",
                    "name"
                  ],
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "type": "object",
              "additionalProperties": false
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "owner": {
          "description": "Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also\ncontrols the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a\nreference to a resources.azure.com/ResourceGroup resource",
          "properties": {
            "armId": {
              "pattern": "(?i)(^(/subscriptions/([^/]+)(/resourcegroups/([^/]+))?)?/providers/([^/]+)/([^/]+/[^/]+)(/([^/]+/[^/]+))*$|^/subscriptions/([^/]+)(/resourcegroups/([^/]+))?$)",
              "type": "string"
            },
            "name": {
              "description": "This is the name of the Kubernetes resource to reference.",
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "properties": {
          "description": "Properties: Represents namespace properties.",
          "properties": {
            "dataCenter": {
              "description": "DataCenter: Deprecated.",
              "type": "string"
            },
            "namespaceType": {
              "description": "NamespaceType: Defines values for NamespaceType.",
              "enum": [
                "Messaging",
                "NotificationHub"
              ],
              "type": "string"
            },
            "networkAcls": {
              "description": "NetworkAcls: A collection of network authorization rules.",
              "properties": {
                "ipRules": {
                  "description": "IpRules: List of IP rules.",
                  "items": {
                    "description": "A network authorization rule that filters traffic based on IP address.",
                    "properties": {
                      "ipMask": {
                        "description": "IpMask: IP mask.",
                        "minLength": 1,
                        "type": "string"
                      },
                      "rights": {
                        "description": "Rights: List of access rights.",
                        "items": {
                          "description": "Defines values for AccessRights.",
                          "enum": [
                            "Listen",
                            "Manage",
                            "Send"
                          ],
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "required": [
                      "ipMask",
                      "rights"
                    ],
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                },
                "publicNetworkRule": {
                  "description": "PublicNetworkRule: A default (public Internet) network authorization rule, which contains rights if no other network\nrule matches.",
                  "properties": {
                    "rights": {
                      "description": "Rights: List of access rights.",
                      "items": {
                        "description": "Defines values for AccessRights.",
                        "enum": [
                          "Listen",
                          "Manage",
                          "Send"
                        ],
                        "type": "string"
                      },
                      "type": "array"
                    }
                  },
                  "required": [
                    "rights"
                  ],
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "type": "object",
              "additionalProperties": false
            },
            "pnsCredentials": {
              "description": "PnsCredentials: Collection of Notification Hub or Notification Hub Namespace PNS credentials.",
              "properties": {
                "admCredential": {
                  "description": "AdmCredential: Description of a NotificationHub AdmCredential.",
                  "properties": {
                    "properties": {
                      "description": "Properties: Description of a NotificationHub AdmCredential.",
                      "properties": {
                        "authTokenUrl": {
                          "description": "AuthTokenUrl: Gets or sets the URL of the authorization token.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "clientId": {
                          "description": "ClientId: Gets or sets the client identifier.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "clientSecret": {
                          "description": "ClientSecret: Gets or sets the credential secret access key.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "required": [
                        "authTokenUrl",
                        "clientId",
                        "clientSecret"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "additionalProperties": false
                  },
                  "required": [
                    "properties"
                  ],
                  "type": "object",
                  "additionalProperties": false
                },
                "apnsCredential": {
                  "description": "ApnsCredential: Description of a NotificationHub ApnsCredential.",
                  "properties": {
                    "properties": {
                      "description": "Properties: Description of a NotificationHub ApnsCredential.",
                      "properties": {
                        "apnsCertificate": {
                          "description": "ApnsCertificate: Gets or sets the APNS certificate.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "appId": {
                          "description": "AppId: Gets or sets the issuer (iss) registered claim key, whose value is\nyour 10-character Team ID, obtained from your developer account",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "appName": {
                          "description": "AppName: Gets or sets the name of the application",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "certificateKey": {
                          "description": "CertificateKey: Gets or sets the certificate key.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "endpoint": {
                          "description": "Endpoint: Gets or sets the endpoint of this credential.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "keyId": {
                          "description": "KeyId: Gets or sets a 10-character key identifier (kid) key, obtained from\nyour developer account",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "thumbprint": {
                          "description": "Thumbprint: Gets or sets the APNS certificate Thumbprint",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "token": {
                          "description": "Token: Gets or sets provider Authentication Token, obtained through your\ndeveloper account",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "required": [
                        "endpoint"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "additionalProperties": false
                  },
                  "required": [
                    "properties"
                  ],
                  "type": "object",
                  "additionalProperties": false
                },
                "baiduCredential": {
                  "description": "BaiduCredential: Description of a NotificationHub BaiduCredential.",
                  "properties": {
                    "properties": {
                      "description": "Properties: Description of a NotificationHub BaiduCredential.",
                      "properties": {
                        "baiduApiKey": {
                          "description": "BaiduApiKey: Gets or sets baidu Api Key.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "baiduEndPoint": {
                          "description": "BaiduEndPoint: Gets or sets baidu Endpoint.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "baiduSecretKey": {
                          "description": "BaiduSecretKey: Gets or sets baidu Secret Key",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "required": [
                        "baiduApiKey",
                        "baiduEndPoint",
                        "baiduSecretKey"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "additionalProperties": false
                  },
                  "required": [
                    "properties"
                  ],
                  "type": "object",
                  "additionalProperties": false
                },
                "browserCredential": {
                  "description": "BrowserCredential: Description of a NotificationHub BrowserCredential.",
                  "properties": {
                    "properties": {
                      "description": "Properties: Description of a NotificationHub BrowserCredential.",
                      "properties": {
                        "subject": {
                          "description": "Subject: Gets or sets web push subject.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "vapidPrivateKey": {
                          "description": "VapidPrivateKey: Gets or sets VAPID private key.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "vapidPublicKey": {
                          "description": "VapidPublicKey: Gets or sets VAPID public key.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "required": [
                        "subject",
                        "vapidPrivateKey",
                        "vapidPublicKey"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "additionalProperties": false
                  },
                  "required": [
                    "properties"
                  ],
                  "type": "object",
                  "additionalProperties": false
                },
                "gcmCredential": {
                  "description": "GcmCredential: Description of a NotificationHub GcmCredential.",
                  "properties": {
                    "properties": {
                      "description": "Properties: Description of a NotificationHub GcmCredential.",
                      "properties": {
                        "gcmEndpoint": {
                          "description": "GcmEndpoint: Gets or sets the GCM endpoint.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "googleApiKey": {
                          "description": "GoogleApiKey: Gets or sets the Google API key.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "required": [
                        "googleApiKey"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "additionalProperties": false
                  },
                  "required": [
                    "properties"
                  ],
                  "type": "object",
                  "additionalProperties": false
                },
                "mpnsCredential": {
                  "description": "MpnsCredential: Description of a NotificationHub MpnsCredential.",
                  "properties": {
                    "properties": {
                      "description": "Properties: Description of a NotificationHub MpnsCredential.",
                      "properties": {
                        "certificateKey": {
                          "description": "CertificateKey: Gets or sets the certificate key for this credential.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "mpnsCertificate": {
                          "description": "MpnsCertificate: Gets or sets the MPNS certificate.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "thumbprint": {
                          "description": "Thumbprint: Gets or sets the MPNS certificate Thumbprint",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "required": [
                        "certificateKey",
                        "mpnsCertificate",
                        "thumbprint"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "additionalProperties": false
                  },
                  "required": [
                    "properties"
                  ],
                  "type": "object",
                  "additionalProperties": false
                },
                "wnsCredential": {
                  "description": "WnsCredential: Description of a NotificationHub WnsCredential.",
                  "properties": {
                    "properties": {
                      "description": "Properties: Description of a NotificationHub WnsCredential.",
                      "properties": {
                        "certificateKey": {
                          "description": "CertificateKey: Ges or sets the WNS Certificate Key.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "packageSid": {
                          "description": "PackageSid: Gets or sets the package ID for this credential.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "secretKey": {
                          "description": "SecretKey: Gets or sets the secret key.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "windowsLiveEndpoint": {
                          "description": "WindowsLiveEndpoint: Gets or sets the Windows Live endpoint.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "wnsCertificate": {
                          "description": "WnsCertificate: Gets or sets the WNS Certificate.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "additionalProperties": false
                  },
                  "required": [
                    "properties"
                  ],
                  "type": "object",
                  "additionalProperties": false
                },
                "xiaomiCredential": {
                  "description": "XiaomiCredential: Description of a NotificationHub XiaomiCredential.",
                  "properties": {
                    "properties": {
                      "description": "Properties: Description of a NotificationHub XiaomiCredentialProperties.",
                      "properties": {
                        "appSecret": {
                          "description": "AppSecret: Gets or sets app secret.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "endpoint": {
                          "description": "Endpoint: Gets or sets xiaomi service endpoint.",
                          "properties": {
                            "key": {
                              "description": "Key is the key in the Kubernetes secret being referenced",
                              "type": "string"
                            },
                            "name": {
                              "description": "Name is the name of the Kubernetes secret being referenced.\nThe secret must be in the same namespace as the resource",
                              "type": "string"
                            }
                          },
                          "required": [
                            "key",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "additionalProperties": false
                  },
                  "required": [
                    "properties"
                  ],
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "type": "object",
              "additionalProperties": false
            },
            "publicNetworkAccess": {
              "description": "PublicNetworkAccess: Type of public network access.",
              "enum": [
                "Disabled",
                "Enabled"
              ],
              "type": "string"
            },
            "replicationRegion": {
              "description": "ReplicationRegion: Allowed replication region",
              "enum": [
                "AustraliaEast",
                "BrazilSouth",
                "Default",
                "None",
                "NorthEurope",
                "SouthAfricaNorth",
                "SouthEastAsia",
                "WestUs2"
              ],
              "type": "string"
            },
            "scaleUnit": {
              "description": "ScaleUnit: Gets or sets scaleUnit where the namespace gets created",
              "type": "string"
            },
            "zoneRedundancy": {
              "description": "ZoneRedundancy: Namespace SKU name.",
              "enum": [
                "Disabled",
                "Enabled"
              ],
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "sku": {
          "description": "Sku: The Sku description for a namespace",
          "properties": {
            "capacity": {
              "description": "Capacity: Gets or sets the capacity of the resource",
              "type": "integer"
            },
            "family": {
              "description": "Family: Gets or sets the Sku Family",
              "type": "string"
            },
            "name": {
              "description": "Name: Namespace SKU name.",
              "enum": [
                "Basic",
                "Free",
                "Standard"
              ],
              "type": "string"
            },
            "size": {
              "description": "Size: Gets or sets the Sku size",
              "type": "string"
            },
            "tier": {
              "description": "Tier: Gets or sets the tier of particular sku",
              "type": "string"
            }
          },
          "required": [
            "name"
          ],
          "type": "object",
          "additionalProperties": false
        },
        "tags": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Tags: Resource tags.",
          "type": "object"
        },
        "additionalProperties": false
      },
      "required": [
        "location",
        "owner",
        "sku"
      ],
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "properties": {
        "conditions": {
          "description": "Conditions: The observed state of the resource",
          "items": {
            "description": "Condition defines an extension to status (an observation) of a resource",
            "properties": {
              "lastTransitionTime": {
                "description": "LastTransitionTime is the last time the condition transitioned from one status to another.",
                "format": "date-time",
                "type": "string"
              },
              "message": {
                "description": "Message is a human readable message indicating details about the transition. This field may be empty.",
                "type": "string"
              },
              "observedGeneration": {
                "description": "ObservedGeneration is the .metadata.generation that the condition was set based upon. For instance, if\n.metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date\nwith respect to the current state of the instance.",
                "format": "int64",
                "type": "integer"
              },
              "reason": {
                "description": "Reason for the condition's last transition.\nReasons are upper CamelCase (PascalCase) with no spaces. A reason is always provided, this field will not be empty.",
                "type": "string"
              },
              "severity": {
                "description": "Severity with which to treat failures of this type of condition.\nFor conditions which have positive polarity (Status == True is their normal/healthy state), this will be omitted when Status == True\nFor conditions which have negative polarity (Status == False is their normal/healthy state), this will be omitted when Status == False.\nThis is omitted in all cases when Status == Unknown",
                "type": "string"
              },
              "status": {
                "description": "Status of the condition, one of True, False, or Unknown.",
                "type": "string"
              },
              "type": {
                "description": "Type of condition.",
                "type": "string"
              }
            },
            "required": [
              "lastTransitionTime",
              "reason",
              "status",
              "type"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "id": {
          "description": "Id: Fully qualified resource ID for the resource. E.g.\n\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"",
          "type": "string"
        },
        "location": {
          "description": "Location: The geo-location where the resource lives",
          "type": "string"
        },
        "name": {
          "description": "Name: The name of the resource",
          "type": "string"
        },
        "properties": {
          "description": "Properties: Represents namespace properties.",
          "properties": {
            "createdAt": {
              "description": "CreatedAt: Time when the namespace was created.",
              "type": "string"
            },
            "critical": {
              "description": "Critical: Gets or sets whether or not the namespace is set as Critical.",
              "type": "boolean"
            },
            "dataCenter": {
              "description": "DataCenter: Deprecated.",
              "type": "string"
            },
            "enabled": {
              "description": "Enabled: Gets or sets whether or not the namespace is currently enabled.",
              "type": "boolean"
            },
            "metricId": {
              "description": "MetricId: Azure Insights Metrics id.",
              "type": "string"
            },
            "name": {
              "description": "Name: Name of the Notification Hubs namespace. This is immutable property, set automatically\nby the service when the namespace is created.",
              "type": "string"
            },
            "namespaceType": {
              "description": "NamespaceType: Defines values for NamespaceType.",
              "type": "string"
            },
            "networkAcls": {
              "description": "NetworkAcls: A collection of network authorization rules.",
              "properties": {
                "ipRules": {
                  "description": "IpRules: List of IP rules.",
                  "items": {
                    "description": "A network authorization rule that filters traffic based on IP address.",
                    "properties": {
                      "ipMask": {
                        "description": "IpMask: IP mask.",
                        "type": "string"
                      },
                      "rights": {
                        "description": "Rights: List of access rights.",
                        "items": {
                          "description": "Defines values for AccessRights.",
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                },
                "publicNetworkRule": {
                  "description": "PublicNetworkRule: A default (public Internet) network authorization rule, which contains rights if no other network\nrule matches.",
                  "properties": {
                    "rights": {
                      "description": "Rights: List of access rights.",
                      "items": {
                        "description": "Defines values for AccessRights.",
                        "type": "string"
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "type": "object",
              "additionalProperties": false
            },
            "pnsCredentials": {
              "description": "PnsCredentials: Collection of Notification Hub or Notification Hub Namespace PNS credentials.",
              "properties": {
                "admCredential": {
                  "description": "AdmCredential: Description of a NotificationHub AdmCredential.",
                  "properties": {
                    "properties": {
                      "description": "Properties: Description of a NotificationHub AdmCredential.",
                      "type": "object"
                    },
                    "additionalProperties": false
                  },
                  "type": "object",
                  "additionalProperties": false
                },
                "apnsCredential": {
                  "description": "ApnsCredential: Description of a NotificationHub ApnsCredential.",
                  "properties": {
                    "properties": {
                      "description": "Properties: Description of a NotificationHub ApnsCredential.",
                      "type": "object"
                    },
                    "additionalProperties": false
                  },
                  "type": "object",
                  "additionalProperties": false
                },
                "baiduCredential": {
                  "description": "BaiduCredential: Description of a NotificationHub BaiduCredential.",
                  "properties": {
                    "properties": {
                      "description": "Properties: Description of a NotificationHub BaiduCredential.",
                      "type": "object"
                    },
                    "additionalProperties": false
                  },
                  "type": "object",
                  "additionalProperties": false
                },
                "browserCredential": {
                  "description": "BrowserCredential: Description of a NotificationHub BrowserCredential.",
                  "properties": {
                    "properties": {
                      "description": "Properties: Description of a NotificationHub BrowserCredential.",
                      "type": "object"
                    },
                    "additionalProperties": false
                  },
                  "type": "object",
                  "additionalProperties": false
                },
                "gcmCredential": {
                  "description": "GcmCredential: Description of a NotificationHub GcmCredential.",
                  "properties": {
                    "properties": {
                      "description": "Properties: Description of a NotificationHub GcmCredential.",
                      "type": "object"
                    },
                    "additionalProperties": false
                  },
                  "type": "object",
                  "additionalProperties": false
                },
                "mpnsCredential": {
                  "description": "MpnsCredential: Description of a NotificationHub MpnsCredential.",
                  "properties": {
                    "properties": {
                      "description": "Properties: Description of a NotificationHub MpnsCredential.",
                      "type": "object"
                    },
                    "additionalProperties": false
                  },
                  "type": "object",
                  "additionalProperties": false
                },
                "wnsCredential": {
                  "description": "WnsCredential: Description of a NotificationHub WnsCredential.",
                  "properties": {
                    "properties": {
                      "description": "Properties: Description of a NotificationHub WnsCredential.",
                      "type": "object"
                    },
                    "additionalProperties": false
                  },
                  "type": "object",
                  "additionalProperties": false
                },
                "xiaomiCredential": {
                  "description": "XiaomiCredential: Description of a NotificationHub XiaomiCredential.",
                  "properties": {
                    "properties": {
                      "description": "Properties: Description of a NotificationHub XiaomiCredentialProperties.",
                      "type": "object"
                    },
                    "additionalProperties": false
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "type": "object",
              "additionalProperties": false
            },
            "privateEndpointConnections": {
              "description": "PrivateEndpointConnections: Private Endpoint Connections for namespace",
              "items": {
                "description": "Represents a Private Endpoint Connection ARM resource - a sub-resource of Notification Hubs namespace.",
                "properties": {
                  "id": {
                    "description": "Id: Fully qualified resource ID for the resource. E.g.\n\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"",
                    "type": "string"
                  }
                },
                "type": "object",
                "additionalProperties": false
              },
              "type": "array"
            },
            "provisioningState": {
              "description": "ProvisioningState: Defines values for OperationProvisioningState.",
              "type": "string"
            },
            "publicNetworkAccess": {
              "description": "PublicNetworkAccess: Type of public network access.",
              "type": "string"
            },
            "region": {
              "description": "Region: Region. The value is always set to the same value as Namespace.Location, so we are deprecating\nthis property.",
              "type": "string"
            },
            "replicationRegion": {
              "description": "ReplicationRegion: Allowed replication region",
              "type": "string"
            },
            "scaleUnit": {
              "description": "ScaleUnit: Gets or sets scaleUnit where the namespace gets created",
              "type": "string"
            },
            "serviceBusEndpoint": {
              "description": "ServiceBusEndpoint: Gets or sets endpoint you can use to perform NotificationHub\noperations.",
              "type": "string"
            },
            "status": {
              "description": "Status: Namespace status.",
              "type": "string"
            },
            "subscriptionId": {
              "description": "SubscriptionId: Namespace subscription id.",
              "type": "string"
            },
            "updatedAt": {
              "description": "UpdatedAt: Time when the namespace was updated.",
              "type": "string"
            },
            "zoneRedundancy": {
              "description": "ZoneRedundancy: Namespace SKU name.",
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "sku": {
          "description": "Sku: The Sku description for a namespace",
          "properties": {
            "capacity": {
              "description": "Capacity: Gets or sets the capacity of the resource",
              "type": "integer"
            },
            "family": {
              "description": "Family: Gets or sets the Sku Family",
              "type": "string"
            },
            "name": {
              "description": "Name: Namespace SKU name.",
              "type": "string"
            },
            "size": {
              "description": "Size: Gets or sets the Sku size",
              "type": "string"
            },
            "tier": {
              "description": "Tier: Gets or sets the tier of particular sku",
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "systemData": {
          "description": "SystemData: Azure Resource Manager metadata containing createdBy and modifiedBy information.",
          "properties": {
            "createdAt": {
              "description": "CreatedAt: The timestamp of resource creation (UTC).",
              "type": "string"
            },
            "createdBy": {
              "description": "CreatedBy: The identity that created the resource.",
              "type": "string"
            },
            "createdByType": {
              "description": "CreatedByType: The type of identity that created the resource.",
              "type": "string"
            },
            "lastModifiedAt": {
              "description": "LastModifiedAt: The timestamp of resource last modification (UTC)",
              "type": "string"
            },
            "lastModifiedBy": {
              "description": "LastModifiedBy: The identity that last modified the resource.",
              "type": "string"
            },
            "lastModifiedByType": {
              "description": "LastModifiedByType: The type of identity that last modified the resource.",
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "tags": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Tags: Resource tags.",
          "type": "object"
        },
        "type": {
          "description": "Type: The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"",
          "type": "string"
        },
        "additionalProperties": false
      },
      "type": "object",
      "additionalProperties": false
    }
  },
  "type": "object"
}
